/* <![ Global [ -----------------------------------------------------------*/


/*NOTES:
Image pathing needs to be as follows.

url(/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/

/* ----------------- Globals ---------------------*/
html {
	height:100%}
	
.body{	
	margin:0; 
	padding:0; 
	background:#2A2B2F url(../images/bg-image.jpg) no-repeat center top;
	/*font:12px/14px  "Times New Roman", Times, serif;*/
	font:14px  "Times New Roman", Times, serif;
	text-align:left;
	color:#FFF;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#0793fd;
	text-decoration:underline}
p{
	margin:1em 0 1em 0;
}
	
input, select, textarea{	
	border:solid #000;
	border-width:1px 1px 1px 1px;}	
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#92A78E;
	margin:5px 0px;
	padding:0px;}

h1{	
	font: Bold 18px  "Times New Roman", Times, serif;
	letter-spacing:1px;
	margin:0px;
	color:#000000;
}
	
h2{	
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;}
	
h3{	
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;}
	
a:hover {	
	color:#568d9c;
	text-decoration:none;}	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0 auto 0 auto;
	text-align:left;
	width:992px;
	position:relative;
	border:solid #000000;
	border-width:0 10px 10px 10px;

}
	
#main{
	width:992px;
	padding:0;
	margin:0;
	color:#FFF;

}
#cards{
	position:absolute;
	top:45px;
	left:531px;
	z-index:101;
	}
#mainphoto{
	border:6px solid #FFF;
	}
#left{
	width:209px;
	border:solid #FFFFFF;
	border-width:1px 1px 1px 0;
	float:left;
}

#undernavphoto{
	width:209px;
	height:69px;
	background:url(../images/img_pillars.jpg) top left no-repeat;
	}
/*	<![ Navigation [ -----------------------------------------------------------*/

#mainnav{
	margin:0;
	padding:0;
	color:#FFFFFF;
	position:absolute;
	left: 565px;
	top: 3px;
	z-index:102;
}
#mainnav ul{
	margin:0;
	padding:0;
	display: inline;
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#mainnav ul li a{
	background:url(../images/bg_nav-left.gif) top left no-repeat;
	display:block;
	float:left;
	margin:0 5px 0 0;
	font:normal 14px "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
#mainnav ul li a span{
	display:block;
	padding:11px 14px 11px 14px;
	background:url(../images/bg_nav-right.gif) top right no-repeat;
	}
#mainnav ul li a:hover{
	background:url(../images/bg_nav-left-roll.gif) top left no-repeat;
	color:#FFF;
}
#mainnav ul li a:hover span{		
	background:url(../images/bg_nav-right-roll.gif) top right no-repeat;
}
/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	position:relative;
	height:239px;
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
}
#header h1{
	display:none;
	visibility:hidden;
}
#header h2{
	position:absolute;
	top:199px;
	left:38px;
	font:normal 18px "Times New Roman", Times, serif;
	color:#FFF;
	margin:0;
	padding:0;
}

#mid {
	padding:0 0 0 0;
	margin:0;
	border:none;
	background:url(../images/bg_mid.gif) top right repeat-x #143410;
	width:992px;
}
#content {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float: left;
	width:773px;
}
#content .top{
	height:12px;
	width:773px;
	line-height:0px; /*for IE*/
	font-size:1px; /*for IE*/
	background:url(../images/bg_content-top.gif) top left no-repeat;}
#content .mid{
	width:691px;
	padding:20px 38px 20px 38px;
	border:solid #92a78e;
	border-width:0 3px 0 3px;
	background:url(../images/bg_content-mid.jpg) top left repeat-x;}
#content .bottom{
	height:12px;
	width:773px;
	line-height:0px; /*for IE*/
	font-size:1px; /*for IE*/
	background:url(../images/bg_content-bot.gif) bottom left no-repeat;}
#leftbar{
	width:196px; /*=*/
	margin:0;
	float:left;
}
#awards{
}
#awards p{
	padding:0 0 5px 5px;
	border-bottom:1px solid #94a4b9;
	font-size:10px;
	}
#awards .last_child{
	border-bottom:none;
}
#contact #leftbar{
	display:none;
	visibility:hidden;
}
#aop{padding-top:32px;	}
#aop .yellowbold{
	font-weight:bold;
	color:#fecc00;
	text-transform:uppercase;
	}
#aop ul{
	margin:0;
	padding:0;
	}
#aop ul li{
	list-style:none;
	display:inline;
	}
#aop ul li a{
	color:#fff;
	display:block;
	padding:10px 0 10px 20px;
	text-decoration:none;
	background:url(../images/bg_aop.gif) top left no-repeat;
	border-bottom:1px solid #FFF;
	font-size:18px;
	}
#aop ul li a:hover{
	background:url(../images/bg_aop-roll.gif) top left no-repeat;
}
#aop ul .first_child a{
	border-top:1px solid #FFF;	}
#aop ul .last_child a{
}
/*----------------------------------------Footer and bottom decorations------------------------*/
#bottom{
	clear:both;
	font-size: 12px;
	text-align: center;
	background:url(../images/bg_bottom.gif) top left repeat-x #2a2b2f;
 }
#bottomlinks{
	margin:0;
	padding:0;
	font-size:12px;
	height:61px;
	width:992px;
	color:#FFFFFF;
	position:relative;
	background:url(../images/bg_bottomnav.gif)
}
#bottomlinks ul{
	margin:0;
	padding:0;
	position:absolute;
	left:360px;
	display:inline;
	width: 320px;
	top: 23px;
}
#bottomlinks ul li{
	display:inline;
	margin:0;
	padding:0;
}

#bottomlinks ul li a{
	color:#a4a4a4;
	text-decoration:none;
	float:left;
	font-size:12px;
	padding:2px 5px 2px 5px;
	display:block;
	border-right:1px solid #a4a4a4;
}
#bottomlinks ul li a:hover{
	color:#FFF;
}
#bottomlinks ul .last_child a{
	border-right:none;
}

#disclaimer{
	text-align:left;
	height:60px;
	padding:10px;
	margin:0 auto 0 auto;
	color:#a7877e;
}
#disclaimer img{
	float:left;
	margin:10px;
}
#disclaimer p{
	margin:0;
	padding:15px 10px 0 0;
}
#disclaimer a{
}
#chips{
	width:62px;
	height:68px;
	position:absolute;
	top:-77px;
	left:916px;
	z-index:100;
	}
#clearbar{
	height:27px;
	clear:both;
	}
#region{
	color:#a7877e;
	padding:5px 20px 20px 20px;
	}	
/*-----------------------------Extra Classes---------------------------------------*/	

/*	<![ Quick Contact [ -----------------------------------------------------------*/
form{
margin:0;
}
.contactmini {
	text-align:left;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	margin:10px 13px 0 13px;
	}
.contactmini p{
	font-size:12px;
	}	
.contactmini .form-pct { 
	width:215px; 
	height:19px;
	margin:0 0 4px 0;
	background:#FFFFFF;
	border:1px solid #0793fd;}

.contactmini .msg-pct { 
	width:215px; 
	height:53px;
	margin:0;
	background:#FFFFFF;
	border:1px solid #0793fd;
	overflow:auto;}

.contactmini .submitarea{
	width:215px;
	text-align:left;
	height:40px;
	padding:0;}

.contactmini .submitarea .submit {
	float:right;
	display:block;
	width:60px;
	margin:10px 0 5px 0;
	padding:0;
	height:17px;
	text-align:center;
	background:url(../images/bg_submit.gif) top left repeat-x;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
	
.contactmini .submitarea .submit:hover {	
	background: #000;	
	text-decoration:none;
	color:#fff;}

.disclaimlink{
	float:left;
	color:#383833;
	}	
.disclaimlink:hover{
	color:#561e32;
	text-decoration:none;
	}	
/*	<![ Site 9 Styles [ --------------------------------------------------------*/
.qctable {
	}
	
.qchead {
	}	

.PAD_form_itm {
	padding:0px;
	font:bold;}
	
.form-pct { 
	width:200px; 
	height:15px;}

.msg-pct { 
	width:500px; 
	height:70px;
	overflow:auto;
	}

.submit {
	display:block;
	height:16px;
	width:52px;
	padding:2px 0px 0px 0px;
	background: #ccc;
	color:#000;
	text-decoration:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;}
	
.submit:hover {	
	background: #000;	
	text-decoration:none;
	color:#fff;}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] --------- */
#directionsForm{
}

/* div that wraps form */
#directionsInput {
padding:0px 0px 15px 0px;
}

#fromAddress{
width:300px;
border:1px solid #adab93;}

#directionsLocale{
padding:0px 0px 15px 0px;
}

#locale{
width:300px;
border:1px solid #adab93;}

#directionsSubmit{
padding:0px 0px 25px 0px;
}

#map{
border:1px solid #adab93;}

#addressNotFound{
}

#directions{
}
