body {
    margin: 0px; padding: 0px;
	 }
td {
	FONT-SIZE: 13px; FONT-FAMILY: Verdana; padding: 0px
}
a {
	font-family: Arial, Helvetica, sans-serif; color: #192B88
}


/* Header */
#header {
	background-color: #EEEEEE;
	background: -moz-linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	background: -webkit-linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	background: linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	position: fixed; width: 100%; height: 48px; top: 0px; border-bottom: 2px solid #B6B6B6;
}
.placeholder {
	width: 100%; height: 50px;
}
.topmenu {
	margin: 0 auto; width: 986px; height: 48px;
}
.menulogo {
	width: 220px; height: 48px; float: left
}
.menulogo img {
	border: 0px
}
.mlmain {
	width: 220px; height: 24px; padding-top: 7px;
}
.mltext {
	width: 220px; height: 10px; line-height: 10px; padding-bottom: 7px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: center
}
.menulink {
	border-left: 1px solid #CCCCCC; margin: 7px 0px 7px 0px; height: 34px; float: left
}
.menulink a {
	padding: 0px 20px 0px 20px; line-height: 34px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #222222; text-decoration: none
}
.menulink:hover a {
	display: block; background: #FFFFFF; color: #FF5500
}
.menulink > div {
	position: absolute; display: block; width: 100%; top: 41px; left: 0px;
	opacity: 0; visibility: hidden; overflow: hidden;
 
    border-radius: 0 0 3px 3px;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.menulink:hover > div {
    opacity: 1; visibility: visible; overflow: visible;	
}
.submenu {
	background-color: #EEEEEE;
	background: -moz-linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	background: -webkit-linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	background: linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);	
	margin: 0 auto; width: 960px; overflow: hidden; padding: 12px;
	border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-right: 1px solid #B6B6B6; border-bottom: 3px solid #B6B6B6
}
.menutable {
	width: 960px; border: 0px; padding: 0px; margin: 0px; border-spacing: 0px;
}
.menutable td {
	width: 20%
}
.menulink:hover > div a {
	background: inherit; color: #222222;
}
.menulink:hover > div a:Hover {
	display: block; background: #FFFFFF; color: #FF5500
}

.menusearch {
	width: 36px; height: 36px; padding: 6px 0px 6px 6px; float: left;
}
.menusearch a {
	background: url(searchbuttonblack.png) #EEEEEE;
	background: url(searchbuttonblack.png), -moz-linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	background: url(searchbuttonblack.png), -webkit-linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	background: url(searchbuttonblack.png), linear-gradient(top, #EEEEEE 0%, #D2D2D2 100%);
	background-repeat: no-repeat;
	background-position: center 50%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	display: block;
	width: 25px; height: 25px; padding: 5px;
	border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-right: 1px solid #B6B6B6; border-bottom: 1px solid #B6B6B6
	
	
}
.menusearch:Hover a {
	background: url(searchbuttonwhite.png) #FF6600;
	background: url(searchbuttonwhite.png), -moz-linear-gradient(top, #FFDD99 0%, #FF6600 85%);
	background: url(searchbuttonwhite.png), -webkit-linear-gradient(top, #FFDD99 0%, #FF6600 85%);
	background: url(searchbuttonwhite.png), linear-gradient(top, #FFDD99 0%, #FF6600 85%);	
	background-repeat: no-repeat;
	background-position: center 50%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	display: block;	
	border-top: 1px solid #F29654; border-left: 1px solid #F29654; border-right: 1px solid #FF5500; border-bottom: 3px solid #FF5500; margin-bottom: 5px
}

.menusearch > div {
	position: absolute; display: block; width: 100%; top: 41px; left: 0px;
	opacity: 0; visibility: hidden; overflow: hidden;
 
    border-radius: 0 0 3px 3px;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.menusearch:hover > div {
    opacity: 1; visibility: visible; overflow: visible;	
}
.subsearch {
	margin: 0 auto; width: 986px; overflow: hidden;
}
.subsearchframe {
	background: #EEEEEE;
	width: 300px; height: 60px; padding: 5px; overflow: hidden; float: right;
	border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-right: 1px solid #B6B6B6; border-bottom: 3px solid #B6B6B6
}
.subsearchinput {
	width: 180px; padding: 0px 20px 5px 0px; height: 30px; float: left;
}
.subsearchinput input {
	width: 170px; height: 20px; padding: 4px;
	border-top: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; border-right: 1px solid #B6B6B6; border-bottom: 1px solid #B6B6B6
}
.subsearchsubmit {
	width: 100px; height: 30px; float: left;
}
.subsearchsubmit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FF5500;
	background: -moz-linear-gradient(top, #FFDD99 0%, #FF6600 85%);
	background: -webkit-linear-gradient(top, #FFDD99 0%, #FF6600 85%);
	background: linear-gradient(top, #FFDD99 0%, #FF6600 85%);
	width: 98px; height: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; vertical-align: top;
	border-top: 1px solid #F29654; border-left: 1px solid #F29654; border-right: 1px solid #FF5500; border-bottom: 3px solid #FF5500
}
.subsearchradio {
	width: 300px; height: 25px; line-height: 25px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; float: left;
}


/* Footer */
#footer {
	background-color: #333333;
	background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(3,3,3,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(3,3,3,1) 100%);
	background: linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(3,3,3,1) 100%); 
	width: 100%; overflow: hidden;
	border-top: 2px solid #303030;
}
.footer {	
	margin: 0 auto; width: 960px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;padding: 0px 13px 0px 13px; overflow: hidden;
}
.footerhl {	
	width: 960px; line-height: 36px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; border-bottom: 1px solid #303030
}
.footertable {
	width: 960px; border: 0px; padding: 5px 0px 5px 0px; margin: 0px; border-bottom: 1px solid #FFFFFF
}
.footertable td {
	width: 20%; line-height: 26px;
}
.footertable td a {
	padding: 0px 10px; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none;
}
.footertable a:Hover {
	background: #FFFFFF; color: #FF5500
}
.footerlinks {
	width: 710px; line-height: 36px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; float: left
}
.footerlinks a {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none;
}
.footerlinks a:Hover {
	font-size: 14px; color: #FF5500
}
.footercopyright {
	width: 250px; line-height: 36px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; text-align: right; float: left
}
#counter {
 display: none
}