@charset "utf-8";
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
/*html {
	background:url(../images/bg.png);
}
*/
body {
	font-family:tahoma, "Myriad Pro", verdana, arial;
	background:url(../images/bg.png);
	display:block;
	font-size: 100.01%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
ul {
	margin:30px 30px 0px 20px;
	color:#d03333;
	font-weight:bold;
	font-size:12px;
	}
ul li{
	margin-left:20px;
	color:#666;
	
	}
ul li a:link, ul li a:visited {
	text-decoration:none;
	color:#666;

	}

ul li a:hover {
	text-decoration:none;
	color:#d03333;
	}

h2 {
	margin:30px 357px 0px 20px;
	color:#d03333;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px dashed #d03333;
	padding-bottom:10px;
	}

h3 {
	margin-left:20px;
	color: #666;
	font-weight:bold;
	font-size:12px;
	padding-bottom:10px;
	}
h4{

	color:#d03333;
	font-weight:bold;
	font-size:12px;

	}
p{
	font-size:11px;
	line-height:17px;
	margin:22px 230px 17px 26px;
	text-align:justify;
	}
.special {
	font-family: tahoma, "Myriad Pro", verdana, arial;
	font-size: 11px;
	color: #d03333;
}
.special2 {
	font-family: tahoma, "Myriad Pro", verdana, arial;
	font-size: 11px;
	color: #666666;
}
.holder {
	color: #FFF;
	text-decoration: none;
}
.selected {
	background:url(../images/nav_hover.jpg) no-repeat top center;
	text-decoration: none;
}



#siteBg{
	margin:0;
	background:url(../images/upperBg.jpg) repeat-x top center;
	
	}
#footerBg{
	margin:0;
	background:url(../images/footerBg.jpg) repeat-x bottom center;
	}
#wrapper {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 920px;
}
#wrapper #header {
	background:url(../images/logoLight.jpg) no-repeat left top;
	margin-left:10px;
	height:99px;
	padding-top:15px;
	position:relative;
}

#header #enterSlogan{
	position:absolute;
	top:0;
	left:680px;
	padding:0;
	margin:0;}
#navigation{
	position:relative;
	top: -4px;
	z-index:50;
}
#leftnavbg {
	width:10px;
	height:41;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
}
#centernav{
	background:url(../images/centernav.png) repeat-x;
	height:38px;
	width:900px;
	position:absolute;
	top:0px;
	left:10px;
	}
#rightnavbg {
	width:10px;
	height:41px;
	position: absolute;
	left:910px;
	top:0px;
}
/*dropdown menu start*/
ul.menu {
	list-style-type:none;
	margin:0;
	line-height:38px;
}
ul.menu li {
	padding:0 0px;
	display:block;
	line-height:38px;
	float:left;
	position:relative;
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}
ul.menu li.current {
	background:url(../images/nav_hover.jpg) no-repeat top center;
	
}
ul.menu li:hover {
	background:url(../images/nav_hover.jpg) no-repeat top center;

}


ul.menu li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	font-family:tahoma, "Myriad Pro", verdana, arial;
	line-height:38px;
	
}


ul.menu li.drop:hover li {
	border:none;
}
ul.menu li.drop span.toggle {
	display:block;
	float:left;
	width:21px;
	height:26px;
	background:transparent url("images/toggle.png") no-repeat 0 -20px;
	padding:0;
	margin:0 7px 0 0;
}
ul.menu li.drop:hover span.toggle, ul.menu li.drop.current span.toggle {
	background-position:1px 5px;
}
ul.menu li.drop:hover, ul.menu li.current:hover {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}
ul.menu li.drop:hover ul {
	display:block;
	z-index:100;
	padding-bottom:5px;
}
ul.menu li ul {
	display:none;
	position:absolute;
	width: 100%;
	top:36px;
	left:0;
	list-style-type:none;
	margin:0;
	padding:5px 0 0 0;
	background:#000000;
	filter: alpha(opacity=75); /* internet explorer */
}
ul.menu li ul li {
	float:none;
	height: auto;
	margin:0;
	padding:0;
	border:none;
	filter: alpha(opacity=100); /* internet explorer */
}
ul.menu li ul li a {
	text-align:left;
	float:none;
	background:none;
	margin:0;
	padding:0;
	display:block;
	font-size:11px;
	height:auto;
	margin:0;
	padding:0px 5px 0px 5px;
	font-weight:normal;
	line-height:20px;

}

/* drop down menu hover styles */
ul.menu li:hover ul {
	border:none;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}
ul.menu li:hover ul * {
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
ul.menu li ul li:hover {
	background-color:#333;
}

#banner {
	background:#eeeeee;
	border-bottom:1px solid #dddddd;
	height:135px;
	margin-left:10px;
	margin-right:10px;
	margin-top:33px;
	position:relative;
	}
#wrapper #banner #slogan {
	background: #e6e6e6;
	width:175px;
	padding:35px 15px 18px 22px;
	
}
#bannerImage{
	position:absolute;
	left:213px;
	top:1px;
	}

#wrapper #mainContent {
	padding:22px 0 4em 0;
	margin-top:33px;
	margin-left:10px;
	margin-right:10px;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	background:#FFF;
	position:relative;
}
#footer{
	background:#FFF;
	position:relative;
	z-index:49;
	top:2px;
	
}
#leftfootrbg {
	width:10px;
	height:41;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
}
#centerfooter{
	background:url(../images/centernav.png) repeat-x;
	height:38px;
	width:900px;
	position:absolute;
	top:0px;
	left:10px;
	text-align:center;
	}
#rightfooterbg {
	width:10px;
	height:41px;
	position: absolute;
	left:910px;
	top:0px;
}
#signature{
	color:#FFF;
	position:absolute;
	left: 253px;
	top: -39px;
	height: 20px;
	line-height:20px;
	padding:0;
	margin:0;
	}
#wrapper #footer #centerfooter p {
	font-family: tahoma, "Myriad Pro", verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin:0;
	line-height:38px;
	text-align:center;
}
#googleAds{
	position:absolute;
	left: 587px;
	top: 27px;
	width: 325px;
	}
.googleField{
	border:1px solid #CCC;
	font-family:tahoma, "Myriad Pro", verdana, arial;
	color:#333;
	font-size:11px;
	margin:3px;
	width:200px;
	}
.googleBtn{
	text-align:center;
	background: #d03333;
	height:20px;
	border:1px solid #333;
	margin:3px;
	color:#fff;
	font-family:tahoma, "Myriad Pro", verdana, arial;
	font-size:11px;
}	

