/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
	background-repeat: repeat-x;
	background-position: center 0px;
	background-image: url(../images/gradient_body.jpg);
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#wrapper {
	margin: 10px auto 0 auto;
	background-repeat: repeat-x;
	background-position: -75px;
	width: 800px;
	left: 125px;
}
#nav {
	background-color: #EEE;
	height: 35px;
	border-bottom: 1px solid #000;
}
#column_wrapper {
/*
	background-image: url(../../aavip_2/css/img/clm07_middle.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
*/
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
/*	display:block;*/
}
#center {
	width: 450px;
	float: left;
}
#center_wide {
	width: 800px;
	float: left;
}
#left {
	width: 800px;
	float: left;
}
#right {
	width: 195px;
	float: right;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666633;
}
#mainbox {
	margin: 0 auto;
}

#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #000000;
	text-align: center;
	width: 800px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
/*
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #333333;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
*/
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h6 {
	font-size: 1.25em;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #333333;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	margin: 5px 0 0;
	color: #666633;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.italic {
	font-style: italic;
}
.img2 {
	float: left;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 10px;
}
#wide {
	width: 590px;
	float: left;
}
.mission {
	line-height: 2em;
}

img, a img {
border: 0 none;
text-decoration: none;
}

ul.MenuBarHorizontal li .icon {
padding: 7px 0 7px 10px;
margin-top: 3px;
}

a:link, a:visited {
color: #0000FF;
text-decoration: underline;
}

a:hover, a:active {
color:#6699FF;
}

