@charset "UTF-8";
/* CSS Document */


BODY {
	margin: 0;
	padding: 0;
	background: black url(../images/background.jpg) top left no-repeat;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
}

A:LINK, A:VISITED { color: #7a87dc; text-decoration: none; }
A:HOVER { color: #bbc9ff; }

H1, H2, H3, H4, H5, H6 {
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
} 

H1 {
	font-size: 320%;
}
H1.index{
font-size:22px;
}

H2 {
	font-size: 180%;
	padding: 5px 0;
	border-bottom: 1px dotted #7d7d7d;
}

H3 {
	font-size: 140%;
	text-transform: uppercase;
}

H4 {
	font-size: 140%;
	font-style: italic;
}

H5 {
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

H5 A:LINK,
H5 A:VISITED {
	padding: 0 20px 0 0;
	background: url(../images/bullet-greyarrow.gif) center right no-repeat;
	color: white;
}

H5 A:HOVER {
	color: #7a87dc;
	background-image: url(../images/bullet-whitearrow.gif);
}

H6 {
	font-size: 120%; line-height: 1.4em;
	margin: 0 0 1em 0;
}

P {
	font-size: 140%;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

UL, OL {
	margin: 0 0 2em 28px;
	padding: 0;
}

LI {
	font-size: 140%;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

IMG {
	border: 0;
}

BLOCKQUOTE {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #212121;
	font-size: 180%; line-height: 1.4em;
	padding: 5px 10px;
	border-top: 1px dotted #7d7d7d;
	border-bottom: 1px dotted #7d7d7d;
	margin: 5px 0 15px 0;
}

TABLE {
	margin: 5px 0 15px 0;
}

TABLE TH {
	background: #212121;
	font-size: 140%; line-height: 1.2em;
	padding: 5px 8px;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
}

TABLE TD {
	font-size: 140%; line-height: 1.2em;
	padding: 5px 8px;
	border-bottom: 1px solid #7d7d7d;
}

SUP {
	font-size: 70%;
}



/* CLEARFIX */


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;	
}

body.page-splash {
	background: black;
	margin: 40px 0;
}

body.page-splash #wrapper {
	width: 800px;
}

#splash {
	margin: 40px auto;
}

#sidebar {
	width: 175px;
	float: left;
	background: url(../images/sidebar-bg.png) top center no-repeat;
	height:950px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#sidebar .logo {
	/* margin: 268px 0 10px 0; */ 
	margin: 78px 0 10px 0;
}

#sidebar .book {
	font-size: 140%;
	padding: 5px 0;
	border-top: 1px dotted #7c7c7c;
	border-bottom: 1px dotted #7c7c7c;
	margin: 0 10px 1em 10px;
	text-transform: uppercase;
}

#sidebar P {
	font-size: 120%;
}

#sidebar h3 {
	font-size: 180%;
}

#main {
	width: 560px;
	float: left;
	margin: 0 0 0 25px;
}


#navi {
	margin: 20px 0 3px 0;
	background: url(../images/nav-bg.png) bottom center no-repeat;
	min-height: 55px;
}



#navi LI A:HOVER,
body.page-about #navi LI.about A,
body.page-services #navi LI.services A,
body.page-news #navi LI.news A,
body.page-contact #navi LI.contact A {
	background: url(../images/nav-overlay.png) top center repeat-x;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0 0 0 10px;
	padding: 22px 0 0 0;
	list-style: none;
	position: relative;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	font-weight: bold;
	color: white;
	font-size: 170%; line-height: 1em;
	text-transform: uppercase;
}

ul.tabs a:LINK,
UL.tabs A:VISITED 
{
	position: relative;
	display: block;
	float: left;
	padding: 8px 10px;
	color: white;
	margin: 0 5px;
}

#navi UL.tabs IMG {
	border: none;
	margin: 0 5px 0 0;
}	

/* IF javascript doesn't load, you need this to make the drop downs visible...
If it DOES Load, this overwrites everything!  


#navi UL.tabs LI:HOVER UL.dropdown {
	display: block;
}

*/

/* dropdowns
*************************/

#navi ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%; left: 0;
	width: 200px;
	display: none;
	background: url(../images/subnav-bg.png);
	border-bottom: 1px dotted #7d7d7d;
}

#navi ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

#navi ul.dropdown li
{
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: none;
}

#navi ul.dropdown li a:link,
#navi ul.dropdown li a:visited
{
	width: 160px;
	display: block;
	background: none;
	color: #aaaaaa;
	margin: 0; padding: 8px 20px;
}

#navi UL.dropdown LI A:HOVER {
	color: #ffffff;
}

#navi UL#servicemenu {
	width: 620px;
	left: -140px;
	padding: 5px 0px 10px 0px; margin: 0;
}

#navi UL#servicemenu LI A:LINK,
#navi UL#servicemenu LI A:VISITED {
	width: 300px;
	padding: 3px 0px; margin: 0;
	font-size: 14px; line-height: 25px;
}


UL.tabs UL#servicemenu IMG {
	margin: 1px 5px 1px 0;
	border: 1px solid white;
	vertical-align: middle;
}

.leftmenu, .rightmenu {
	width: 300px;
	float: left;
	margin: 0 5px;
}


/* MAIN AREA  ========== */

#intro {
	height: 150px;
	background: url(../images/intro.png) top center no-repeat;
	margin: 0 0 10px 0;
}

#content .leftcol {
	width: 260px;
	float: left;
	padding:5px;
}

#content .rightcol {
	width: 260px;
	float: left;
	padding:5px;
	margin: 0 0 0 16px;
}

#content {
	background: url(../images/content-bg.png) top center no-repeat;
	padding: 10px 0 0 0;
}

body.page-index #content {
	background: none;
	padding: 0;
}

#content IMG {
	margin: 0 0 5px 0;
}

body.page-index #content IMG {
	border: 1px solid white;
}


#content IMG.imgleft {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid white;
}

#content IMG.imgright {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid white;
}

#content IMG.icon {
	border: none;
	vertical-align: middle;
}

.clearright {
	clear: right;
}

#footer {
	margin: 10px 0 30px 0;
}

body.page-splash #footer {
	margin: 10px 20px;
}

body.page-about #footer {
	padding-top: 105px;
	background: url(../images/brush-about.png) top center no-repeat;
}

body.page-services #footer {
	padding-top: 105px;
	background: url(../images/brush-services.png) top center no-repeat;
}

body.page-news #footer {
	padding-top: 105px;
	background: url(../images/brush-news.png) top center no-repeat;
}

body.page-contact #footer,
body.page-index #footer {
	padding-top: 105px;
	background: url(../images/brush-contact.png) top center no-repeat;
}

#footer P {
	font-size: 120%;
}

#footer P.right {
	float: right;
}

/* BOOK TABLE */

FORM TABLE {
	
}

FORM TABLE TH {
	
}

FORM TABLE TD {
	border-bottom: none;
}

FORM .btn-submit {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 160%;
	padding: 3px 20px;
	border: 1px dotted #7d7d7d;
	background: #7a87dc;
	color: white;
	text-transform:uppercase;
}

FORM .btn {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	width:133px;
	padding: 3px 3px;
	border: 1px dotted #7d7d7d;
	background: #7a87dc;
	color: white;
	text-transform:uppercase;
	margin-top:10px;
}

FORM .btn-submit:HOVER {
	background: #bbc9ff;
	cursor: pointer;
	border: 1px solid white;
}

.formmsg {
 border-top: 1px dotted #7d7d7d;
 border-bottom: 1px dotted #7d7d7d;
	padding: 2px 10px;
	text-align: center;
	line-height: 30px;
	font-size: 180%;
}
div.form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:150px;
	padding-bottom:10px;
	border:0px;
	margin:20px;
	float:left;
}