@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #353535;
	margin: 0px 10px;
	padding: 0px;
}
img {
	border:0;
}
.bg-body-shadow-left {
	background-image: url(../images/body-shadow-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 7px;
}
.bg-body-shadow-right {
	background-image: url(../images/body-shadow-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 7px;
}
.logo {
	width:167px;
	height: 110px;
	float:left;
	
}
.logo h1  {
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:0;
	padding:0;
	
}
.logo h1 a {
	text-indent:-9999px;
	text-decoration:none;
	background-image:url(../images/logo.jpg);
	display:block;
	background-repeat: no-repeat;
	width: 167px;
	height: 110px;
	margin-top:5px;
}
.top-nav {
	background-color: #CEE3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDDBF1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}
.top-nav a{
	color:#353535;
	text-decoration:none;
}
.top-nav a:hover{
	color:#007DBE;
	text-decoration:none;
}
.txt-orange {
	color:#ff7e00;
}
.bg-nav {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bg-nav ul{
	padding:0;
	margin: 0 0 0 200px;
}
.bg-nav li{
	margin:0;
	float: left;
	list-style-type: none;
	text-align: center;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.bg-nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.bg-nav a:hover{
	color: #003366;
	text-decoration: none;
}
.bg-body-left {
	background-image: url(../images/bg-body-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
}
.bg-body-left {
	background-image: url(../images/bg-body-left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 15px;
}
.bg-body-right {
	background-image: url(../images/bg-body-right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 15px;
}.bg-body {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}
.brd-sub-nav {
	background-image: url(../images/brd-subnav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.sub-nav {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #899fa5;
}
.sub-nav a{
	color: #899fa5;
	text-decoration:none;
}
.sub-nav a:hover{
	color:#5F5F5F;
	text-decoration:none;
}.brd-dot-hori {
	background-image: url(../images/brd-dot-hort.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.search-area {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #748e88;
	border: 1px solid #cbdfdb;
	background-image: url(../images/bg-searchfield.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 320px;
	height: 18px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.search-select {
	background-image: url(../images/bg-search-select.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #353535;
}
.search-select a{
	text-decoration:none;
	color:#353535;
}
.search-select a:hover{
	text-decoration:none;
	color:#748e88;
}
.search-select ul{
	padding: 0px;
	margin: 0 0 0 5px;
}
.search-select li{
	float: left;
	list-style-type: none;
	padding:1px 5px 0 5px;
}
.img-pad {
	padding-bottom: 2px;
}

/*drop down*/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #cde0dc;
	font:normal 12px Verdana;
	line-height: 16px;
	/* z-index: 100; */
background-color: #fff;
	background-image: url(../images/bg-popup.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 10px 0;
	left: 570px;
	top: 253px;
/* width: 205px; */
}

.anylinkcss a{
/* width: 100%;  */
display: block;
text-indent: 3px;
border-top: 0px solid blue;
border-bottom: 1px solid blue;
padding: 1px 0;
text-decoration: none;
font-weight:;
text-indent: 3px;
}

.anylinkcss a:hover{ 
background-color: brown;
color: white;
}
.anylinkcss ul{
	padding:0;
	margin: 0 0 0 20px;
}
.anylinkcss li{
	margin:0;
	padding: 5px 0;
	list-style-type: none;
}
.dropdown-txt-title {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #899fa5;
	font-weight: bold;
}

/*drop down*/

.dropdown-title {
	text-align:center;
	border-bottom:#8b9895 1px solid;
	padding-bottom:15px;
}
.brd-search-select {
	background-image: url(../images/brd-search-select.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1px;
	height: 23px;
}
.bg-video-section {
	background-color: black;
	border: 1px solid #999999;
	padding: 15px 30px;
	color:#007dbe;
}
.bg-video-section a{
	color:#007dbe;
	text-decoration:none;
}
.bg-video-section a:hover{
	color:#353535;
	text-decoration:none;
}
.brd-vdo {
	padding: 2px;
	border: 1px solid #999999;
}
.bg-vdo-logo {
	background-color: #f2fffe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7e0db;
}
.bg-login-section {
	background-color: #fafafa;
	border: 1px solid #eee;
	color:#353535;
	padding:10px;
}
.bg-login-section a{
	color:#353535;
	text-decoration:none;
}
.bg-login-section a:hover{
	color:#FF9900;
	text-decoration:none;
}
.txt-field {
	background-image: url(../images/bg-txt-field.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #e0e0e0;
	height: 21px;
}
.txt-10 {
	font-size: 10px;
}
.txt-10 a{
	color:#353535;
	text-decoration:underline;
}
.txt-10 a:hover{
	color:#353535;
	text-decoration:none;
}
.footer {
	background-color: #f8f8f8;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.footer a{
	color:#353535;
	text-decoration:none;
}
.footer a:hover{
	color:#FF6600;
	text-decoration:none;
}
.footer ul{
	margin:0;
	padding:0;
}
.footer li{
	margin:0;
	padding:0;
	list-style-type: none;
}
.footer-lower {
	background-color: #e0e0e0;
}
.footer-lower a{
	color: #353535;
	text-decoration:none;
}
.footer-lower a:hover{
	color:#FF6600;
	text-decoration:none;
}
.txt-footer-blue {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #007dbe;
}
