/**************************************************

ASAA MULTIMEDIA - MAIN CSS DOCUMENT
RELEASE DATE - 06/23/2008

CLIENT - Smooth Operator


**************************************************/

body {
	background:#00bff6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* --- MASTER --- */

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }

#container {
	margin:50px auto;
	width:811px;
	background:url(images/bg_content.jpg) repeat-y;
	margin-bottom:0;
}
	#citations {
		background:url(images/bg_citations.jpg) no-repeat;
		width:440px;
		height:22px;
		float:right;
	}
		#citations span { display:block; float:right; margin:5px 25px 0 0; width:100px; font-weight:bold; color:#ff0000; font-size:14px; text-align:center }
	
#header {
	background:url(images/bg_header.jpg) no-repeat;
	height:191px;
}
#header a.homeLink { display:block; width:811px; height:155px; margin-bottom:10px; text-decoration:none; }

div.report {
	color:#ed1c24;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	clear:both;
	line-height:16px;
}
	.report a:link, .report a:visited { color:#ed1c24; text-decoration:underline; }

h2.members {
	font-size:13px;
	font-weight:bold;
	margin:0 0 20px 28px;
	padding:0;
}
	h2.members a:link, a:visited { color:#2175f3; text-decoration:none }
	h2.members a:hover { color:#ff0000; }

	h2.navOther { 
		font-size:12px; 
		font-weight:bold;
		margin:30px 0 0 22px;
		line-height:18px;
	}
	.navOther a:link, .navOther a:visited { color:#7225b7 }
	.navOther a:hover { color:#ff0000; }

#nav {
	clear:left;
	width:168px;
	padding-left:23px;
	font-size:8px;
	float:left;
	background:url(images/bg_nav.jpg) no-repeat;
	padding-top:10px;
	height:563px;
}

#nav a, #nav a:hover { display:block; text-decoration:none; clear:both; }
	#nav a.about {
		width:66px;
		height:11px;
		background:url(images/btn_about.gif) no-repeat top center;
	}
	#nav a:hover.about {
		background:url(images/btn_about.gif) no-repeat bottom center;
	}
	#nav a.issues {
		width:92px;
		height:11px;
		background:url(images/btn_issue.gif) no-repeat top center;
	}
	#nav a:hover.issues {
		background:url(images/btn_issue.gif) no-repeat bottom center;
	}
	#nav a.news {
		width:63px;
		height:11px;
		background:url(images/btn_news.gif) no-repeat top center;
	}
	#nav a:hover.news {
		background:url(images/btn_news.gif) no-repeat bottom center;
	}
	#nav a.events {
		width:142px;
		height:12px;
		background:url(images/btn_events.gif) no-repeat top center;
	}
	#nav a:hover.events {
		background:url(images/btn_events.gif) no-repeat bottom center;
	}
	#nav a.resources {
		width:95px;
		height:11px;
		background:url(images/btn_resources.gif) no-repeat top center;
	}
	#nav a:hover.resources {
		background:url(images/btn_resources.gif) no-repeat bottom center;
	}
	#nav a.campaign {
		width:159px;
		height:12px;
		background:url(images/btn_campaign.gif) no-repeat top center;
	}
	#nav a:hover.campaign {
		background:url(images/btn_campaign.gif) no-repeat bottom center;
	}
	#nav a.reports {
		width:129px;
		height:12px;
		background:url(images/btn_reports.gif) no-repeat top center;
	}
	#nav a:hover.reports {
		background:url(images/btn_reports.gif) no-repeat bottom center;
	}

#content {
	float:left;
	padding:10px;
	width:330px;
}
	#content2 {
	float:left;
	padding:10px;
	width:600px;
}

	#content h1, #content2 h1 { font-size:14px; color:#f6873c; }
	#content h2, #content2 h2 { font-size:12px; color:#f6873c; }
	#content p, #content2 p { padding:0; margin:4px 0 1em 0; line-height:18px; font-size:12px; }
	#content p a:link, #content p a:visited, #content2 a:link, #content2 a:visited { 
		color:#2175f3; 
		text-decoration:none; 
		font-weight:bold; 
		margin-left:6px; 
	}
	#content p a:hover, #content2 p a:hover { color:#f6873c; }
	
#rightbox { float:left; background:#f0ece0; margin-top:1em; font-size:10px; width:262px; }
#rightbox p { padding:0 6px 0 6px; }
	#rightbox h1 { 
		background:url(images/rightheader.jpg) no-repeat; 
		width:250px; 
		height:21px; 
		font-size:11px;
		color:#31085b;
		padding:6px 0 0 12px;
	}

#footer {
	margin:0 auto;
	width:811px;
	background:url(images/bg_footer.gif) no-repeat;
	height:11px;
	font-size:10px;
}
