/*@charset "utf-8";*/

@import url('adt_stylesheet_old.css');

body{
	margin:0;
	background:#f5f5f5 url('pics/bk_body.gif') repeat-x top;
	color:#343232
}

img{border:0px none;}

table{
	border:0px none !important;
	border-collapse:separate !important
}

p:first-child{margin-top:0;}
p:last-child{margin-bottom:0;}
.right{text-align:right;}
.margin-b-14{margin-bottom:14px;}

body, input, textarea, select, option{font-family:Verdana, Geneva, sans-serif;}

ul#header-left, ul#main-menu, #header-right dl, #header-right dl dt, #header-right ul, ul#main-menu li h1, #footer ul, #footer ul li, #banner-right ul, #banner-right h2, .grey-section .content h3, ul#logos-section{
	margin:0;
	padding:0;
}

#site-container{
	margin:0 auto;
	width:760px;
	overflow:hidden;
	padding:11px 0 0;
}

/** Header **/
#header{
	float:left;
	width:100%;
	height:100px;
	overflow:hidden;
}

ul#header-left{
	width:440px;
	float:left;
	margin:8px 0 0;
	list-style-type:none;
}

ul#header-left li{float:left;}
ul#header-left li.logo-mt{margin:0px 0 0 15px;}

#header-right{
	float:left;
	font-size:0.7em;
	color:#343232;
	width:320px;
}

#header-right ul{
	list-style-type:none;
	margin:0 0 19px;
	float:right;
}

#header-right ul li{
	float:left;
	height:25px;
	padding:5px 10px 0 30px;
}

#header-right a{color:#343232;}
#header-right a:hover{text-decoration:underline;}
#header-right ul li.ico-contact{background:url('pics/icon_contact.gif') no-repeat;}
#header-right ul li.ico-sitemap{background:url('pics/icon_sitemap.gif') no-repeat;}
#header-right ul li.ico-home{background:url('pics/icon_home.gif') no-repeat;}

/** Quick Search **/
.error-summary{padding:0 37px 0 0; float:right;}
#header-right dl{float:right;}
#header-right dl dt{float:left;}

#header-right dl dd{
	display:inline;
	width:192px;
	float:left;
	background:url('pics/bk_search_input.gif') no-repeat; 
	margin-left:10px; margin-right:10px; margin-top:4px; margin-bottom:0; 
	padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:2px
}

#header-right dl dd input{
	border:0px none;
	width:192px;
	height:17px;
	font-size:1em;
	float:left;
	background:none
}

/** Mainmenu **/
ul#main-menu{
	float:left;
	width:100%;
	list-style-type:none;
	height:37px;
	margin:11px 0 7px;
}

ul#main-menu li{float:left;}

ul#main-menu li h1{
	font:bold 0.8em Arial, Helvetica, sans-serif;
	padding:0 10px 0 0;
}

ul#main-menu li h1 a{
	display:block;
	background:url('pics/bk_menu_arrow.gif') no-repeat 0 9px; 
	padding-left:10px; padding-right:10px; padding-top:6px; padding-bottom:6px
}

ul#main-menu li h1 a:hover{
	background:#8e8e8e;
	color:#FFF;
}

/** Banner Section **/
#main-banner{
	float:left;
	width:100%;
	height:143px;
	overflow:hidden;
}

#banner-left{
	width:560px;
	float:left;
}

#banner-right{
	color:#FFF;
	width:200px;
	float:left;
}

#banner-right h2{
	background:none;
	color:#FFF;
	font:bold 0.8em Arial, Helvetica, sans-serif;
	padding:30px 0 2px;
	float:left;
	width:100%;
}

#banner-right h2 a{
	background:none;
	color:#FFF;
	font:bold 1.0em Arial, Helvetica, sans-serif;
	padding:2px 0 2px;
	float:left;
	width:100%;
}

#banner-right ul{
	list-style-type:none;
	float:left;
}

#banner-right ul li{
	float:left;
	width:100%;
}

#banner-right a{
	color:#282828;
	font-size:0.7em;
	display:block;
	background:url('pics/bk_arrows_mnu.gif') no-repeat 0 3px; 
	margin-left:0; margin-right:0; margin-top:4px; margin-bottom:0; 
	padding-left:10px; padding-right:0; padding-top:0; padding-bottom:0
}

#banner-right a:hover{
	color:#000;
	background-position:2px -8px
}

/** Middle Section **/
#middle-section{
	width:732px;
	margin:1px 0 0;
	padding:14px;
	background:#FFF;
	float:left;
	overflow:hidden;
	border-top:5px solid #9c9c9c;
}

#left-section{
	float:left;
	width:200px;
}

#right-section{
	float:left;
	width:518px;
	margin:0 0 0 14px;
}

#right-section{
	float:left;
	width:518px;
	margin:0 0 0 14px;
}

h1.page-title{
	color:#646464;
	text-transform:none;
	border-bottom:1px solid #595959;
	background:url('pics/bk_title_arrow.gif') no-repeat 0 5px;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:1.3em; font-family:Arial, Helvetica, sans-serif; 
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px; 
	padding-left:15px; padding-right:0; padding-top:0; padding-bottom:5px
}
/** Begin Grey Section **/
.grey-section{
	background:#e8e8e8;
	float:left;
	position:relative;
	width:100%;
}

.grey-section .content{padding:14px;}

.grey-section .content h3{
	display:block;
	font-size:1.2em !important;
	color:#f58025;
	padding:0 0 8px;
}

.corner-t-l, .corner-t-r, .corner-b-l, .corner-b-r{
	width:16px;
	height:16px;
	position:absolute;
}

.corner-t-l{
	top:0;
	left:0;
	background:url('pics/bk_corner_top_left.gif') no-repeat;
}

.corner-t-r{
	top:0;
	right:0;
	background:url('pics/bk_corner_top_right.gif') no-repeat;
}

.corner-b-r{
	bottom:0;
	right:-1px;
	background:url('pics/bk_corner_bottom_right.gif') no-repeat;
}

.corner-b-l{
	bottom:-1px;
	left:0;
	background:url('pics/bk_corner_bottom_left.gif') no-repeat;
}

/** Logos Section **/
ul#logos-section{
	list-style-type:none;
	padding:14px 0 0;
}

ul#logos-section li{
	float:right;
	margin:0 0 0 14px;
}
/** Footer Section **/
#footer{
	font-size:0.64em;
	background:#fdfdfd url('pics/bk_footer.gif') repeat-x bottom;
	width:100%;
	overflow:hidden;
	border-top: 1px solid #f5f3f4; padding-left:0; padding-right:0; padding-top:8px; padding-bottom:8px
}

#footer ul{
	list-style-type:none;
	margin:0 auto;
	clear:both;
	width:732px;
	padding:0 14px;
}

#footer ul li img{margin:2px 8px 0;}

#footer ul li{
	float:left;
	font-weight:bold;
}

/** Credits **/
ul#credits{
	margin:0 auto;
	width:732px;
	overflow:hidden;
	background:url('pics/bk_footer_btm.gif') repeat-x bottom;
	list-style-type:none;
	font-size:0.64em;
	font-weight:bold;
	height:25px; padding-left:14px; padding-right:14px; padding-top:8px; padding-bottom:8px
}

ul#credits li{
	float:left;
	width:50%;
}

ul#credits li a{color:#f58025;}
ul#credits li a:hover{text-decoration:underline;}