/* CSS Document */

/*Basic elements*/

body {
	margin: 0;
	padding: 0; 
	background-image: url(../old-site/images/bg-mixed.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
body a:link {
	color: #127789;
}
body a:visited {
	color: #8863A9;
}
body a:hover {
	color: #8863A9;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
 	}
h1 {
	font-size:200%;
	}
	
p {
	padding-right: 5px;
	padding-left: 5px;
}

/*Specific Divs*/
#nav {
	position: absolute;
	top: 10px;
	left: 9px;
	width: 85px;
	height: 300px;
	/*background-image:url(images/bgTrans.gif)*/
	}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#container {
	margin: 0px;
	}
#middle {
	background-color: #F0F0F0;
	margin-top: -20px;
	margin-left: 95px;
	width: 690px;
	padding: 5px;
	}
#logo h1 {
	background: transparent url(../images/AAWCC-logo.gif) no-repeat top left;
	margin-top: -2px;
	/*margin-left: 10px;*/
	margin-right: 0;
	width: 85px;
	height: 150px;
	float: left;
	}
#logo h1 span {
	display:none
	}
#banner h1 { 
	margin-top: 10px;
	margin-left: 95px;
	background: transparent url(../old-site/images/aawccheaderNew.jpg) no-repeat; 
	width: 700px; 
	height: 110px; 
	}
#banner h1 span {
	display:none
	}
#menu {
	top: 150px;
	left: 0px;
	float: left;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
	}
#col_1 {
	/*position:relative;*/
	float: left;
	background-color: #F0F0F0;
	width: 300px;
	margin-left: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}
#col_2 {
	/*position:relative;*/
	float: right;
	background-color: #F0F0F0;
	left:310px;
	width: 300px;
	margin-left: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}

/* This section is a testing area for trying different button ideas */
#elButton a  {
	color: #000000;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	border:4px outset aqua;
	background-color:#127789;
	display: block;
	width: 160px;
	padding: 3px 5px;
	margin: 1px;
}
#elButton a:hover {
	background-color: #0D5866;
	color:#000000;
	padding-left:4px;
	border:4px inset aqua;
}

.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	}

/* button using image files for up and down states */

.cssnav {
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../old-site/images/btnDn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}
.cssnav a {
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}
.cssnav img {
width: 211px;
height: 44px;
border: 0
}
* html a:hover {
visibility:visible
}
.cssnav a:hover img {
visibility:hidden
}
.cssnav span {
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

#tabbyfaux a:link,
#tabbyfaux a:visited
{
display: block;
font-size: 13px;
text-decoration: none;
color: #f8f8ff;
background: #990000;
padding: 2px;
}

#tabbyfaux a:hover
{
background: #330099;
}

#tabbyfaux a:active
{
background: #330099;
}
#navlist li
{
	display: inline;
/* for IE5 and IE6 */
}

#navlist
{
/*width: 100%;
 to display the list horizontaly */
font-family: Verdana, Arial, Helvetica, sans-serif;
color:white;
margin: 0 0 0 3em;
padding: 0;
border-top: 1px #000 solid;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
}

#navlist a
{
/*width: 99.99%;
 extend the sensible area to the maximum with IE5 */
display: block;
background-color: #5CA2AE;
border-bottom: 1px #000 solid;
text-align: center;
text-decoration: none;
color: #FFFFFF;
}
#footer {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	clear: both;
	margin-bottom: 40px;
	margin-left: 95px;
	width: 700px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #127789;
	font-weight: bold;
}
#footer a:active{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#container #middle td {
}

#container #middle h1 {
}

#container #middle td {
	background: top;
	vertical-align: top;
	width: 50%;
}
/*#container #middle #left {
	float: left;
	border-right: 1px dashed #5CA2AE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 175px;
	padding-right: 5px;
}*/
#container #middle caption {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}


#navlist a:hover {
	background-color: #8863A9;
	color: white;
}
#navlist a:visited {
	color: #FFFFFF;
}
.pad {
	padding-bottom: 20px;
}
.imgLft {
	float: left;
	/*z-index: 1;*/
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
	}
#right {
	float: right;
	width: 200px;
	clear: left;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #009999;
	border-left-color: #009999;
	padding-left: 5px;
	border-width: 1px;
	padding-bottom: 5px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #127789;
	line-height: 20px;
	text-align: center;
}
form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form#retreat {
	background: url(../old-site/images/Yachats.jpg) no-repeat;
}
.hr {
	background-image: url(../old-site/images/1-pixel-xb.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	vertical-align: bottom;
	text-align: center;
	}
.no_gap {
	margin-top: 0px;
	padding-top: 0px;
}
.articletitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
}
.articlebody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	margin-top: 0px;
}
.governance {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}
.governanceNum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type:decimal;
	list-style-position: outside;
}
.outline_upper {
	list-style: upper-roman outside;
}
.blank {
	list-style: square url(../old-site/none);
}
.asterisk {
	list-style: disc;
}



.numb {
	list-style-type:decimal;
	}
