/* CSS Document */

body {
    background: #888888;

   }


#container
{
	margin: 0 auto;
	width: 868px;
	background:url(images/png/white_BG9x9.png) repeat
}
#tagline
{
	background: url(images/png/logo_158x55.png) no-repeat 87px 26px;
	background-position:left;
	height: 55px;
	width: 158px;
	position: relative;
	left: 87px;
	top: 10px;

	
}

#header
{
	width: 866px;
	height: 74px;
	background:url(images/png/white_BG.png) repeat left;
	border: 1px solid #999999;
}

#navigation
{
	width: 720px;
}
ul {
    list-style: none;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: right;
	font-size: .9em;
}
ul.topnav li {
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	float: right;
}
ul.topnav li a:hover{
	color: #BA1412;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: right;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: right;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: right;
	color: #fff;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
	color: #BA1412;
}


#midtexture
{
	background: url(images/png/midtexture_868x299.png) no-repeat;
	height: 299px;
	width: 868px;
    
}
#midtexture_content{
	padding-top:20px;
	position: absolute;

}
#midtexture_content h1
{
	color: #FFF;
	font: bold 42px/30px Georgia, "Times New Roman", Times, serif;
	padding-left: 87px;
}


#midtexture_content ul
{
	color: #FFF;
	padding-left: 127px;
	font: large Georgia, "Times New Roman", Times, serif;
	
}



#content
{
    padding-bottom: 20px;
}
#content p
{
	padding-top:3px;
	text-align: left;
	font: lighter small/18px Arial, Helvetica, sans-serif;
	color: #000;
	padding-right: 90px;
	padding-left: 95px;
}
#content h2
{
	color: #BA1412;
	text-align: left;
	font: x-large Georgia, "Times New Roman", Times, serif;
	padding-left: 87px;
}


#content ul
{
	color: #BA1412;
	padding-left: 87px;
	font: large Georgia, "Times New Roman", Times, serif;
}

#maincol
{
	position: absolute;
	top: 373px;
	min-height: 100%;
	width: 868px;
	margin-left:auto;
		
}

#maincol p
{
	text-align: left;
	font: lighter small/18px Arial, Helvetica, sans-serif;
	color: #000;
	margin-right: 353px;
	margin-left: 90px;
}

#maincol h2
{
	color: #BA1412;
	text-align: left;
	padding-left: 87px;
	font: x-large Georgia, "Times New Roman", Times, serif;
}


#col1 
{
	background: url(images/png/TopSideBox_215x137.png) no-repeat;
	background-position: right;
	height: 137px;
	width: 215px;
	position: relative;
	padding-top:15px;
	margin-right: 97px;
	left: 580px;
	
}
#col1 h2
{
	font: 26px/23px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: 7px;
}

#col1 ul li
{
	color: #FFF;
	font: 10px/12px Verdana, Geneva, sans-serif;
	margin-left: -19px;
}

#col2
{
	background:url(images/png/BottomSideBox_215x115.png) no-repeat;
	background-position: right;
	height: 115px;
	width: 215px;
	position: relative;
	padding-bottom: 20px;
	margin-right: 97px;
	padding-top:18px;
	left: 580px;

}

#col2 h2
{
	font: 26px/0px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: 20px;
}
#col2 h3
{
	font: 20px/10px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: 3px;
}
#col2 p
{
	color: #FFF;
	font: 10px/12px Verdana, Geneva, sans-serif;
	margin-left: 0px;
	text-align: center;
}
#col2 a{
	color:#BA1412;
}
#col2 a:hover,

#col2.current a{
	color:#999;
}


/*=== Footer ===*/

#footer{
    background:url(images/png/bottom_black_868x177.png) no-repeat;
    font-size:11px;
    font-family:Georgia, "Times New Roman", Times, serif;
    clear:both;
    height: 177px;
    color: #fff;
}

#footer a{
    color: #fff;
    text-decoration: none;
}

#footer a:hover{
    color: #BA1412;
    text-decoration: underline;
}

#footer-sidebar {
display: block;
float: left;
height: 177px;

}

#footer-sidebar a{
color: #BA1412;
}

#footer-sidebar h3{
color: #ffffff;
}


#footer-sidebar1 {
	background:url(images/png/mail_33x33.png) no-repeat left;
	background-position: top left;
	position: relative;
	width: 200px;
	left: 87px;
	top: -2px;
}

#footer-sidebar1 h3
{
	font: 17px/23px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-right: 10px;
	margin-left: 40px;
	text-align: left;
	margin-top: 7px;
}
#footer-sidebar1 p
{
	color: #FFF;
	font: 9px Verdana, Geneva, sans-serif;
	margin-left: 0px;
	text-align: left;
	margin-left: 40px;
}

#footer-sidebar2 {
	background:url(images/png/wrench_35x34.png) no-repeat left;
	background-position: top left;
	position: relative;
	width: 200px;;
	left: 320px;
	top: -75px;
}

#footer-sidebar2 h3
{
	font: 17px/23px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-right: 10px;
	margin-left: 40px;
	text-align: left;
	margin-top: 7px;
}
#footer-sidebar2 p
{
	color: #FFF;
	font: 9px Verdana, Geneva, sans-serif;
	margin-left: 0px;
	text-align: left;
	margin-left: 40px;
}


#footer-sidebar3 {
	background:url(images/png/bubble_31x27.png) no-repeat left;
	background-position: top left;
	position: relative;
	width: 220px;
	left: 562px;
	top: -165px;
}

#footer-sidebar3 h3
{
	font: 17px/23px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-right: 10px;
	margin-left: 40px;
	text-align: left;
	margin-top: 7px;
}
#footer-sidebar3 p
{
	color: #FFF;
	font: 9px Verdana, Geneva, sans-serif;
	margin-left: 0px;
	text-align: left;
	margin-left: 40px;
}


#footerDiscliamer p {
	color: #FFF;
	font: 9px Verdana, Geneva, sans-serif;
	text-align: center;
	position: absolute;
	width: 886px;
	margin-top: 165px;
}


#content table
{
	font: lighter small/18px Arial, Helvetica, sans-serif;
	color: #000;
}
	
	
}


