/* Grady's Graphics CSS Document */

body {
	background: #2b122d url(../images/body_background.gif) top repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #903e97;
}
a:visited {
	color: #666;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 788px;
}

#header {
	background: #fffba9 url(../images/header_background.gif) top repeat-x;
	margin: 0;
	padding: 0;
	height: 99px;
	font-size: 10px;
	line-height: 13px;
}
.businessLogo {
	margin: 4px 0 0 73px;
	padding: 0;
}
#headContactInfo {
	float: right;
	margin: 25px 90px 0 0;
	padding: 0;
}
#navbar {
	margin: 0;
	padding: 0;
	height: 59px;
	width: 788px;
	text-align: center;
	background: url(../images/navBackground.jpg) top repeat-x;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 23px;
	white-space: nowrap;
	background: url(../images/navBackground.jpg) 50% 0 no-repeat;
}
#navbar a {
	display: block;
	float: left;
	margin: 0;
	padding: 23px 25px 13px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/navBackground.jpg) 50% 0 no-repeat;
	color: #fff;
	width: .1em;
}
html>body #navbar a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navbar a {float: none;}            /* End IE5-Mac hack */
#navbar a:hover {
	color: #fff200;
	background: url(../images/navBackground-over.jpg) 50% 0 no-repeat;
}
.buttonBorder {
	border-right: dotted 1px #fff200;
}

#content {
	background: #fffddd url(../images/tall_c.gif) top repeat-y;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#bottomBackground {
	background: url(../images/back_bot.jpg) bottom no-repeat;
	margin: 0;
	padding: 0;
}
#topBackground {
	background: url(../images/back_top.jpg) top no-repeat;
	margin: 0;
	padding: 20px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {
	margin: 4px 0;
	padding: 0;
}
#content h1 {
	font-size: 190%;
	color: #903e97;
}
#content h2 {
	font-size: 170%;
	color: #903e97;
}
#content h3 {
	font-size: 150%;
	color: #903e97;
}
#content h4 {
	font-size: 125%;
	color: #903e97;
}
#content h5 {
	font-size: 115%;
	color: #903e97;
}
#content p, li {
	color: #666;
	font-size: 12px;
}
.headerAlt {
	font-weight: normal;
	color: #666;
}
#slideshow {
	margin: 10px 0 10px 98px;
}

#splash {
	margin: 0;
	padding: 0;
	width: 788px;
	height: 168px;
	background: #1e262c url(../images/splash.jpg) top no-repeat;
}

/* Contact Form Table  */

form#contactForm table, form#ratesForm table {
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #903e97;
	border-collapse: collapse;
}
form#contactForm th, form#contactForm td, form#ratesForm th, form#ratesForm td {
	background: #dedede;
	vertical-align: top;
	padding: 3px 7px;
	border-bottom: 1px solid #903e97;
}
form#contactForm th, form#ratesForm th {
	color: #903e97;
	text-align: right;
}
form#contactForm th.submit, form#ratesForm th.submit {
	text-align: center;
}

/* Footer */

#footer {
	margin: 0;
	padding: 10px 0 0 0;
	background: #8b3c92 url(../images/footer_background.gif) top no-repeat;
	width: 788px;
	text-align: center;
	font-size: small;
	clear: both;
	color: #fff200;
}
#footer p {
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 13px;
}
#footer h4 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}
#footer ul {
	margin: 0;
	padding: 4px;
	font-size: 10px;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 0;
	color: #fff200;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #fff;
}
#footer p a {
	color: #fff200;
	text-decoration: underline;
}
#footer p a:hover, #footer p a:focus {
	color: #fff;
	text-decoration: underline;
}

/* Misc Classes */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.photo {
	margin: 5px;
	padding: 4px;
	border: 1px #903e97 solid;
}
.indent {
	padding-left: 30px;
	margin-left: 30px;
}
.clear {
	clear: both;
}