/* All ad formats */
.aa_ads {
	border:0;
	margin:0;
	position:relative;
	overflow:hidden;
}
.aa_ads td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	line-height:16px;
	padding:5px 8px;
}
.aa_ads td div { overflow:hidden; }
.aa_ads a { font-weight:bold; }
.aa_imgfloat img {
	float:left;
	margin:0 7px 3px 0;
	position:relative;
}
.aa_imgblock img {
	display:block;
	margin:2px 0;
}

/* Wide */
.aa_leaderboard { width:728px; }
.aa_banner { width:468px; }
.aa_half_banner { width:234px; }

/* Tall */
.aa_vertical_banner { width:120px; }
.aa_skyscraper { width:120px; }
.aa_wide_skyscraper { width:160px; }

/* Square */
.aa_button { width:125px; }
.aa_button div { height:125px; }
.aa_small_square { width:200px; }
.aa_square { width:250px; }

/* Rectangle */
.aa_small_rect { width:180px; }
.aa_medium_rect { width:300px; }
.aa_large_rect { width:336px; }

/* Content styles */
.aa_imgfeed img {
	float:left;
	margin-right:8px;
	position:relative;
}

.aa_sidebar_text {
	font-family:Verdana,Arial,Helvetia,sans serif;
	font-size:9pt;
	padding:5px 8px;
}
.aa_sidebar_text a {
	font-weight:bold;
}

.aa_callout_right, .aa_callout_left {
	border:2px solid #298CA3;
	color:#fff;
	padding:8px 15px;
	width:160px;
	font-size:90%;
	position:relative;
	z-index:1000;
}
.aa_callout_right {
	float:right;
	margin:2px 0 2px 10px;
	border-right-width:0;
	background:#43A6BC right repeat-y url(/example/img/icy/bar-vert-right.jpeg);
	padding-right:23px;
}
.aa_callout_left {
	float:left;
	margin:2px 10px 2px 0;
	border-left-width:0;
	background:#43A6BC left repeat-y url(/example/img/icy/bar-vert-left.jpeg);
	padding-left:27px;
}
.aa_callout_right p, .aa_callout_left p {
	text-indent:0;
}

h1, h2, h3, h4, h5 {
	color:#A33F29;
}
a:link { color:#3C170F; }
a:visited { color:#6D2A1B; }
a:hover { color:#1C5E6D; }
a:active { color:#1C5E6D; }

#aa_nav {
	position:relative;
	float:left;
	margin-right:15px;
	margin-bottom:8px;
	z-index:2000;
}
#aa_nav ul {
	position:relative;
	width:185px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	list-style: none;
	margin:0;
	padding:0;
	padding-left:15px;
	background:#2e9cb5 left repeat-y url(/example/img/icy/bar-vert-left.jpeg);
}

#aa_nav li ul {
	list-style:none;
	width:184px;
	border-bottom:1px solid #ccc;
	position:absolute;
	left:183px;
	top:0;
	display:none;
}

#aa_nav ul li { position:relative; }

#aa_nav a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:5px;
	border:1px solid #ccc;
	border-bottom:0;
}

#aa_nav li ul a { background:#2e9cb5; }

/* Fix IE. Hide from IE Mac \*/
* html #aa_nav li { float:left; height:1%; }
* html #aa_nav li a { height:1%; }
* html #aa_nav li ul { width:199px; }
* html #aa_nav ul { width:200px; }
/* End */

#aa_nav a:hover {
	color:#1C5E6D;
	background:#E0F0F4;
}
		
#aa_nav li:hover>ul, #aa_nav li:hover>ul { display:block; }
#aa_nav ul.aa_over { display:block; }
