/* 
----------------------------------------------------------------------------- 
IMPORTED
-----------------------------------------------------------------------------*/
/*@import url("/resources/css/nav_elements.css");
@import url("/resources/css/section_headers.css");*/


/* 
----------------------------------------------------------------------------- 
COMTAINERS
-----------------------------------------------------------------------------*/

#omni,
#header,
#content,
#footer{
	position:relative;
}

#omni{
	margin:0px auto;
	width:859px;
	height:576px;
	/*background:url('/images/static-bg.gif') top left no-repeat;*/
	background:url('/images/static-bg.gif') top left no-repeat;
}


#logo{
	position:absolute;
	top:1px;
	right:1px;
}

.content1{
	position:absolute;
	width:603px;
	text-align:justify;
	left:180px;
	top:405px;
}
.content2{
	position:absolute;
	width:364px;
	height:345px;
	text-align:justify;
	line-height:18px;
	left:179px;
	top:155px;
}
.content2 p.right{
	margin-top:-5px;
	padding-left:200px;
	background:url('/images/dash.gif') no-repeat 180px 10px;
}
.content2 h2{
	margin-bottom:3px;
}
.content2 h3{
	margin-bottom:3px;
	font-size:11px;
}
.content2 h4{
	font-weight:bold;
	font-size:11px;
	margin-top:-4px;
	margin-bottom:7px;
}
.content3{
	position:absolute;
	width:239px;
	height:404px;
	left:572px;
	top:123px;
	background:#3d2e1b;
}
.content3 h2{
	margin-left:32px;
	margin-bottom:15px;
	margin-top:30px;
	color:white;
	font-weight:normal;
}
.content3 h3{
	margin-left:15px;
	margin-bottom:5px;
	font-size:11px;
	color:white;
	font-weight:normal;
}
.content3 p{
	margin-left:32px;
	margin-bottom:5px;
}
.content3 a{
	color:#8e989b;
	text-decoration:underline;
}
.content3 ul{
	font-size:12px;
	margin-left:30px;
	margin-bottom:30px;
}

#flashContainer{
	position:absolute;
	left:150px;
	top:123px;
	width:661px;
	height:404px;
}
#bannerContainer{
	position:absolute;
	left:150px;
	top:123px;
	width:661px;
	height:262px;
}


.sitemapContent1{
	left:248px;
}
.sitemapContent2{
	left:439px;
}
.sitemapContent3{
	left:620px;
}

.sitemapContent1 h3, .sitemapContent2 h3, .sitemapContent3 h3{
	color:white;
	font-weight:normal;
	margin:0px;
}
.sitemapContent1 a, .sitemapContent2 a, .sitemapContent3 a{
	color:#8e989b;
}
.sitemapContent1, .sitemapContent2, .sitemapContent3{
	position:absolute;
	top:224px;
	line-height:18px;
}


.quote1{
	position:absolute;
	width:239px;
	left:18px;
	top:109px;
	line-height:23px;
	font-size:12px;
}
.quote1 span{	
	font-size:11px;
}
.quote2{
	position:absolute;
	width:239px;
	left:48px;
	top:109px;
	line-height:23px;
	font-size:12px;
}
.quote2 span{	
	font-size:11px;
}


#scrollContainer{
	overflow:hidden;
}
#scrollContent{
	position:absolute;
}
#scrollBarTrack{
	position:absolute;
	left:534px;
	top:149px;
	width:45px;
	height:354px;
	background:url('/images/scroll-bg-tiler.gif') 20px 0px no-repeat;
}
#scrollBarDragBar{
	position:absolute;
	top:0px;
	left:20px;
	width:5px;
	height:90px;
	background:#8e989b;
	cursor:hand;
	cursor:pointer;
}



/* 
----------------------------------------------------------------------------- 
NAV
-----------------------------------------------------------------------------*/

#navContainer{
	position:absolute;
	left:21px;
	top:134px;
	width:127px;
}
#nav{
	list-style:none;
}
#nav li,
#nav a{
	display:block;
	width:100%;
	line-height:12px;
	font-size:11px;
	overflow:hidden;
	height:22px;
	color:#aaacb9;
}
#nav li{
}
#nav a{
	height:12px;
	background-repeat:no-repeat;
	padding-left:16px;
	font-weight:bold;
	background:url('/images/nav-active.gif') no-repeat 0px -20px;
}
#nav a:hover{
	color:white;
}
#nav a.active{
	background-position:0px 1px;
}
#nav a.active:hover{
	background-position:0px 1px;
	color:white;
}







/* 
----------------------------------------------------------------------------- 
SUBNAV
-----------------------------------------------------------------------------*/
#subnavContainer{
	position:absolute;
	left:585px;
	top:542px;
	width:212px;
	height:8px;
	font-size:9px;
	line-height:8px;
}
#subnavContainer a{
	display:block;
	position:absolute;
	overflow:hidden;
	top:0px;
	height:8px;
	color:#aaacb9;
}
#subnavContainer a:hover{
	background-position:0px -8px;
	color:white;
}
#btnContactUs{
	width:66px;
	left:0px;
	/*background:url('/images/nav-btn-contact_us.gif') no-repeat 0px 0px;*/
}
#btnSiteMap{
	width:47px;
	left:74px;
	/*background:url('/images/nav-btn-site_map.gif') no-repeat 0px 0px;*/
}
#btnPrivacyPolicy{
	width:82px;
	left:130px;
	/*background:url('/images/nav-btn-privacy_policy.gif') no-repeat 0px 0px;*/
}


/* 
----------------------------------------------------------------------------- 
LEFTNAV 2
-----------------------------------------------------------------------------*/

#nav2Container{
	position:absolute;
	left:21px;
	top:284px;
	width:127px;
}
#nav2{
	list-style:none;
}
#nav2 li,
#nav2 a{
	display:block;
	width:100%;
	line-height:12px;
	font-size:9px;
	overflow:hidden;
	height:16px;
	color:#aaacb9;
}
#nav2 li{
}
#nav2 a{
	height:12px;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:16px;
}
#nav2 a:hover{
	color:white;
}
#nav2 a.active{
	color:white;
}
#nav2 a.active:hover{
	color:white;
}


/* 
----------------------------------------------------------------------------- 
STYLING
-----------------------------------------------------------------------------*/

ul.gt li{
	padding-left:15px;
	margin-bottom:5px;
	background:url('/images/gt.gif') no-repeat 1px 6px;
}





/* 
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/
.clearAll{
	clear:both;
	height:1px;
	width:1px;
	font-size:1%;
	line-height:1%;
}



.homeRule1{
	position:absolute;
	left:149px;
	top:385px;
	width:710px;
	height:1px;
	background:#8e989b;
}
.interiorRule1{
	position:absolute;
	left:571px;
	top:0px;
	width:1px;
	height:576px;
	background:#8e989b;
}