/* =Global
---------------------------------------------*/

* {
	margin: 0;
	pading: 0;
}

/* ===== Images ===== */
img {
	border: none;
}

/* ===== Fonts ===== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* =Layout
---------------------------------------------*/

body {
	text-align: center;
	min-width: 760px;
	background: #002250;
}

#wrapper {
	width: 733px;
	margin: 0 auto 0;
	text-align: left;
}

#header {
	padding-top: 10px;
	background: url('images/hdr_bkg.gif');
}

#header .nav {
	float: left;
}

#content-wrapper {
	clear: both;
	padding: 6px 5px 0 5px;
	background: url('images/content_top.gif') #ffffff no-repeat;
}

#content-wrapper-bottom {
	background: url('images/content_bottom.gif') no-repeat;
	height: 11px;
}

#content{
	position: relative;
}

#footer {
	margin: 15px 0 0 0;
	float: left;
	width: 733px;
}

#footer-nav {
	float: left;
	margin: 3px 0 0 10px;
	color: #4572B1;
	font-size: 10px;
}

#footer-nav a {
	color: #ffffff;
	text-decoration: none;
}

#footer #logo-aacom {
	float: left;
}

#footer #logo-aa {
	float: right;
}

#banners {
	margin: 10px 0 0 0;
	float: left;
}

#banner1 {
	float: left;
	margin-right: 9px;
}

#banner2 {
	float: left;
	margin-right: 9px;
}

#banner3 {
	float: left;
}


/* =Misc
---------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0%;
}

#ErrorTitle{
	left: 200px;
	width: 330px;
	position: absolute;
	top: 0px;
	/*background: #FF9999;*/
	/*border:1px solid #990000;*/
/*	display: none;*/
}

 #summaryErrorList{
	background: #FFFFFF;
	padding: 15px 15px 15px 15px;
 }
 #summaryErrorList .ErrorHeader{
 	font: italic bold 14px Arial, sans-serif;
 }
#ErrorTitle .ErrorFooter {
	background: url('/images/error_footer.gif') no-repeat;
	height: 5px;
	width: 330px;
}
#ErrorTitle .CloseError{
/*	padding-top: 10px;*/
	float: right;
}
