/*********start global***************/
* {
	margin:0;
	padding:0;
}
a img{
	border:0;
}
body {
	background-image: url(../Images/Common/mainBack.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	background-image: url(../Images/Common/mainBack.jpg);
	background-repeat: repeat;
	width: 100%;
	position: relative;
}
#header {
	background-image: url(../Images/Common/headerBack.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 162px;
	position: relative;
}
#innerHeader {
	height: 162px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#TopleftNav {
	height: 50px;
	width: 336px;
	float: left;
	margin-top: 20px;
	margin-left: 6px;
}
#rightNav {
	width: 336px;
	float: left;
	margin-top: 20px;
	margin-left: 9px;
}
#logoTop {
	height: 127px;
	width: 257px;
	float: left;
	margin-left: 9px;
	background-image: url(../Images/Common/logoTop.png);
	background-repeat: no-repeat;
}
#logoTop a {
	height: 127px;
	width: 257px;
	text-indent: -9999px;
	display: block;
}
.mainNav {
	height: 35px;
	width: 392px;
	position: relative;
	float: left;
}
#centermainNav {
	float: left;
	height: 35px;
	width: 175px;
	position: relative;
	background-image: url(../Images/Common/logoBottom.png);
	background-repeat: no-repeat;
}

.Navdivider {
	height: 35px;
	width: 2px;
	float: left;
}


#TopleftNav ul {
	list-style-type: none;
}
#TopleftNav ul li {
	display:inline;
	
}
#TopleftNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../Images/Common/topNav.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	float: left;
	height: 18px;
	width: 106px;
	border: 1px solid #000;
	background-color: #000;
	padding-top: 2px;
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;	
}

#TopleftNav ul li a:hover {
	background-color: #45494D;
	background-image: url(../Images/Common/topNavover.jpg);
	background-repeat: repeat-x;
}

#searchbar {
	background-image: url(../Images/Common/searchBack.png);
	background-repeat: repeat;
	height: 18px;
	width: 210px;
}
#search {
	height: 23px;
	margin-top: 15px;
	display: block;
	clear: both;
}
#searchbutton {
	background-color: #000;
	background-image: url(../Images/Common/topNav.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 100px;
	margin-left: 5px;
	border: 1px solid #000;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 8px;
}

#searchbutton a:hover{background-color: #45494D;
	background-image: url(../Images/Common/topNavover.jpg);
	background-repeat: repeat-x;
}

#twitter {
	margin-top: 5px;
	background-image: url(../Images/Common/twitter.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
	margin-right: 5px;
}

#twitter a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}
#facebook {
	margin-top: 5px;
	background-image: url(../Images/Common/facebook.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
}

#facebook a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}
#youtube {
	margin-top: 5px;
	background-image: url(../Images/Common/YouTube.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#youtube a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}

.navstyle {
		text-align: center;
	background-image: url(../Images/Common/navBack.png);
	background-repeat: no-repeat;
	}

.nav {
	list-style:none; 
	height: 35px;
	position: relative;
	float: left;
}
	
.nav li {
	position:relative;
	float:left;
}
	
.nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	height: 25px;
	width: 130px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	position: relative;
	text-shadow: 1px 1px 1px #000;
}

.mainNav .nav li ul {
	position:absolute;
	top:35px;
	left:0;
	width:160px;
	text-align:left;
	font-size:12px;
	background-image: url(../Images/Common/liBack.png);
	background-repeat: repeat;
	display:none;
	list-style:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-bottom:5px;

}


.mainNav  .nav li ul li {
	position:relative;
	color:#FFF;
	font-weight:bold;
	float:none;
	font-size:12px;
	
}
.nav li ul li a {
	display:block;
	padding-left: 5px;
	width:155px;
	text-shadow: 1px 1px 1px #000;
	
}

.nav li ul li a:hover {
	background-image: url(../Images/Common/subnavOver.png);
	color: #31B2DD;
	background-repeat: repeat;
	text-shadow: 1px 1px 1px #000;
}

.nav li a:hover {
	background:url(../Images/Common/navBackover.png);
	color: #31B2DD;
}

#footer {
/*	background-image: url(../Images/Common/footerDivider.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding: 10px;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	clear: both;
}
#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	width: 492px;
}
#footer p {
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #999;
	font-size: 10px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-shadow: 1px 1px 1px #999;
}
#footer ul li a:hover {
	color: #007ED2;
	text-decoration: underline;
}

a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}

/*********end global***************/
