/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {vertical-align:top;}
a img {border:0;}

body {
	background: #003468;  
	font:12px/18px "Avenir", arial, tahoma, sans-serif; 
	color:#333;
	text-align:center;
}

#wrap {
	width:900px; 
	margin:10px auto 10px auto;
	position:relative;  
}
#header {
	float:left;
	width:900px; height:120px; 
	padding:0; 
	border-bottom:3px solid #FFF;
}
#header h1 {
	position:absolute;
	z-index:200;
	top:10px; left:15px;
	width:585px; height:100px;
	background:url(../images/logo.png) top left no-repeat;
	text-indent:-99999em;
}

#amt a {
	width:130px; height:100px;
	float:right;
	display:block;
	background:url(../images/AMTlogo.png) top left no-repeat;
	text-indent:-9999px;
}
#amt a:hover {background:url(../images/AMTlogo.png) bottom left no-repeat;}

.row {
	float:left;
	border:3px solid #FFF;
	border-top:none;
	background:#ebeeed;
	
}
#slideshow {
	float:left; 
	width:620px; height:400px; 
	border-right:3px solid #FFF;
}
#slideshow ul {list-style:none;}
#news {
	float:right; 
	width:241px; height:347px; 
	background:#ebeeed; 
	text-align:left; padding:10px 10px 0 20px;
}
#news h2 {
	font:bold 14px arial, verdana, tahoma, sans-serif; 
	margin:8px 0; 
	color:#003468;
}
#news p {
	padding: 5px 0;
}


#main {float:left; width:810px; margin:0px auto 0px auto; padding:0;}

/* 	Main area Styles  ---------------------*/
#menu {
	float:left; 
	width:612px; 
	font:bold 1em arial, verdana, tahoma, sans-serif; 
	background:#989482; 
	border-bottom:3px solid #FFF;
	margin:0; padding:4px 0 4px 8px; 
}
#menu li {
	float:left; 
	list-style:none;
	padding:4px 6px; 
}
#menu li a {
	text-decoration:none; 
	color:#FFF;
}
#menu li a:hover {color:#003468;}

#left {float:left; width:620px; margin:0; padding:0;}
#boxes {float:left; width:620px; padding:10px 0; margin:0; }
#boxes p { margin: 8px; padding:0; text-align:left; }
#boxes h4 {font:bold 14px arial, verdana, tahoma, sans-serif; margin:8px 0; color:#003468;}



#right {
	float:right; 
	width:231px; 
	height: 170px; 
	margin:0; padding:10px 20px; 
	color:#FFF;
	border-left:3px solid #FFF;
	text-align:left;
	background:#003468;
}
#right h3 {
	font-size:14px;
	margin:5px 0;
	color:#FFF;
}
#right p {padding: 5px 0;}



/********************
	Footer Styles
*********************/

#footer {
	float:left; width:894px; height:30px; 
	text-align:left; 
	background:#C3C3C1; 
	border:3px solid #FFF;
	border-top:none;
}
#footer p {color:#FFF; font-size:11px; padding:5px;}
#footer a {color:#FFF; padding:0 5px;}
#footer a:hover {color:#003468;}

/*General Styles  --------------- */



a {color:#003468;}
a:hover, a:visited {color:#0C3182;}


