/* AAIA Styles	
=================================== */
/* @group links 
----------------------------------- */
a:link, a:active, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
/* @end */
/* @group elements	
=================================== */
body {
	margin: 0;
	padding: 0;
	background-color: #19243A;
	background-image: url(../images/frame/page_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}
caption {
	font-weight: bold;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #990000;
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
h1 {
	margin: 0 0 6px 0;
	font-size: 18px;
}
h2 {
	margin-top: 8px;
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5, h6 {
	font-size: 12px;
}
label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
li {
	padding-bottom: 2px;
}
p {
	margin-top: 4px;
	padding-top: 0;
}
ul {
	margin-top: 8px;
	padding-top: 0;
}
address {
	margin-left: 30px;
	margin-bottom: 15px;
}
center {
	margin-bottom: 10px;
	margin: 0 auto 10px auto;
	padding: 0;
}
hr {
	border-style: solid;
	padding: 0;
	margin: 0;
	clear: both;
	color: #990000;
	background-color: #990000;
	height: 1px;
}
form {
	margin: 0;
	padding: 0;
}
/* @end */
/* @group main navigation
------------------------------------------------*/
#nav-main {
	margin-left: 25px;
	white-space: nowrap;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 197px;
}
#nav-main a, #nav-main ul a {
	margin: 6px 10px;
	padding-bottom: 4px;
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#nav-main a:hover, #nav-main ul a:hover {
	margin: 6px 10px;
	float: left;
	border-bottom: 2px solid #FFF;
	display: block;
	text-decoration: none;
}
#nav-main a.mmhide-nav-active:hover, #nav-main ul a.mmhide-nav-active:hover {
	border-bottom: 6px solid #FFF;
}


/* @end */
/* @group containers
------------------------------------------------*/
#container {
	width: 776px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/frame/content_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#branding {
	width: 776px;
	height: 229px;
	background-color: #00213F;
}
#branding-logo {
	background-image: url(../images/frame/aaia_masthead.jpg);
	background-repeat: no-repeat;
}
#branding-title {
	margin-left: 38px;
	white-space: nowrap;
	color: #FFF;
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 162px;
}
#content-container {
	margin: 0;
	padding: 0;
	width: auto;
	clear: left; /* clears nav-main float */
	vertical-align: top;
}
#content-main {
	padding: 18px 18px 18px 35px;
	float: left;
	width: 489px;
}
#content-side {
	width: 200px;
	padding: 15px;
	float: right;
	background-color: #E6E1CC;
}
#siteinfo {
	font-size: 10px;
}
/* @end */
/* @group secondary navigation
------------------------------------------------*/
#nav-section {
}
#nav-section a:link, #nav-section a:active, #nav-section a:visited {
	color: #990000;
	text-decoration: none;
}
#nav-section a:hover {
	color: #990000;
	text-decoration: underline;
}
#nav-section ul {
	margin-left: -20px;	
}
#nav-footer{
	margin: 0 0 0 35px;
	padding: 6px 0 18px 0;
	border-top: 2px solid #990000;
	width: 489px;
	color: #000;
	font-size: 11px;
	line-height: 1.6em;
	height: auto;
	clear: both;
}
#nav-footer a:link, #nav-footer a:active, #nav-footer a:visited {
	color: #000;
	text-decoration: none;
}
#nav-footer a:hover {
	text-decoration: underline;
}
#nav-util {
	margin: 0 0 0 35px;
	clear: both;
	text-align: right;
	width: 489px;
	font-size: 11px;
	line-height: 1.6em;
}
#nav-section h3 {
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
}
/* @end */
/* @group other
------------------------------------------------*/
#skiplink a {
	width: 0;
	position: absolute;
	overflow: hidden;
	height: 0;
}
#skiplink a:active, #skiplink a:focus {
	width: auto;
	padding: 3px 5px 5px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	overflow: visible;
	height: auto;
	top: 3px;
	left: 3px;
	z-index: 5;
}
#hm-img{
	margin-top: 5px;
	margin-left: -10px;
	margin-bottom: 15px;
	padding: 0;
}
/* @end */
/* @group classes	
=================================== */
.img-right {
	border: 1px solid #A5A5A5;
	margin: 15px;
	margin-right: 0;
	padding: 1px;
	float: right;
	margin-top: 0;
}
.img-left {
	border: 1px solid #A5A5A5;
	margin: 15px;
	margin-left: 0;
	padding: 1px;
	float: left;
	margin-top: 0;
}
.img-gen {
	border: 1px solid #A5A5A5;
	margin: 15px;
	margin-left: 0;
	padding: 1px;
	margin-top: 0;
	margin-bottom: 0;
}
.clear-float {
	clear: both;
}
.mmhide-nav-active {
	border-bottom: 6px solid #FFF;
}
table.mmhide-people td h3 {
	font-size: 13px;
}
table.mmhide-people td p {
	font-size: 11px;
}
.mmhide-hm-caption {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: .5em;
}
.mmhide-hm-para {
	font-size: 16px;
	line-height: 1.5em;
}

/* @end */
