body{
	font-family:Gill Sans, sans-serif;
	margin-top:20px;
	/*position:absolute;
	top:40px;
	left:40px;
	margin:0px;
	padding:0px;*/
	background-color:#000000;
	color:#FFFFFF;
}

#container{
	width:720px;
	margin:0px auto;
}

h2{
	color:#FF0000;
	margin-top:0px;
	padding-top:0px;
	font-weight:bold;
	font-size:1.5em;
}

h3{
	font-size:1.0em;
}

a {
	color:#669900;
	text-decoration:none;
}
a:hover{
	color:#9933FF;
	text-decoration:underline;
}

a:visited {
	color:#00CCFF;
}

.clear{
	clear:both;
}

/* header styles */
#header{
	height:140px;
}

#header h1{
	padding:0px;
	margin:0px;
	float:left;
	margin-right:23px;
}

#header h1 img{
	border:0px;
}

#header_images img{
	float:left;
}


/* left nav styles */
#left_nav{
	float:left;
	width:124px;
}
#left_nav ul{
	list-style-type:none;
	font-size:1.1em;
	padding-left:0px;
	margin-left:20px;
}
#left_nav li{
	margin-top:20px;
	font-size:1.1em;
}

#left_nav li a {
	color:#FFFFFF;
}
#left_nav li a:hover, #left_nav li a.current{
	color:#9933FF;
	text-decoration:none;
}

/* promo_image styles */
#promo_image{
	float:left;
	padding-left:10px;
	width:175px;
	margin-bottom:45px;
}
#promo_image img{
	border:0px;
}

/* content styles */
#content{
	float:right;
	width:380px;
	display:block;
	font-size:1em;
	margin-bottom:10px;
}

/* sub page thumbnail area */

#thumbnails{
	width:380px;
	float:right;
	margin-top:10px;
}

#thumbnails ul.gallery {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#thumbnails ul.gallery li{
	background-color:#333333;	
	margin-right:10px;
	margin-bottom:10px;
	/*width:80px;
	height:80px;*/
	float:left;
}

#thumbnails a.secret{
	color:#FFFF33;
}
#thumbnails p{
	text-align:center;
}
.gallery img{
	padding:3px 3px 0px 3px;
	border:0px;
	width:110px;
	height:110px;
	cursor:pointer;
}

/* promo_links styles */
#promo_links{
	margin-bottom:15px;
	color:#000000;
	font-family:sans-serif;
}

#promo_links ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#promo_links h3{
	font-size:13px;
}


#promo_links ul li{
	text-align:center;
	margin-left:1px;
	/*background:url("../images/box4.jpg");
	margin-left:20px;
	width:160px;*/
	float:left;
	height:110px;
	overflow:hidden;
}



/* footer styles */
#footer{
	font-size:0.8em;
	margin:0px auto;
	width: 31em;
}

#footer ul{
	width:35em;
	list-style-type:none;
	margin:0px auto;
	margin-top:20px;
	padding:0px;
}
#footer ul li{
	float:left;
	margin-left:5px;
}
#footer p{
	margin-top:15px;
	padding:0px;
	text-align:center;
}

.design_by a{
	color:#00CCFF;
}

/* page styles */

.contact{
	font-size:1.3em;
	margin:0px;
}

/* popup styles */
#special_container{
	width:400px;
}

/* subway */
.subway {
	display:block; 
	width:24px; 
	height:24px; 
	overflow:hidden;
	float:left;
	background-image:url('../pages/images/contact/subway-symbols.gif');
	 margin-right:4px
}
.subway span{
	display:block; margin-top:30px;
}

/* article */
div#content.article{
	float:none; margin:0px auto; margin-top: 8px; padding:5px; width: 576px
}
div#header.article_header h1{
	float:none; margin:0px auto;
}

/* testimonials */

.testimonial_cluster{
	height:289px;
	margin-top:20px;
	padding:3px 3px 0px 3px;
	border:1px solid #333333;
	background-color:#191919;
}

.testimonial_cluster img{
	border:0px;
}

.testimonial_cluster img.before{
	float:right;
	width:70px; 
	height:110px;
}

.testimonial_cluster img.after{
	width:125px; 
	height:170px;
}
.testimonial_cluster img.top{
	float:right;
	margin-left:6px;
}

.testimonial_cluster img.bottom{
	float:left;
	margin-top:6px;
}
p.testimonial_text{
	height:294px;
	margin-top:20px;
	margin-bottom:0px;
	padding:0px;
}

/* general styles */

.blairhair{
	color:#f75aa7;
	font-weight:bold;
}

.quote_author{
	text-align:right;
	display:block;
	margin-top:8px;
}

.small{
	font-size:0.9em;
	font-style:italic;
}

.clickbelow{
	color:#FFFF33;
}