body {
	font-family: verdana, arial, sans-serif;
	padding:0;
	font-size: 1em;
	margin: 0px;
	text-align: center;
	background-image: url(adbcbgcolor.jpg);
}


/* DEFAULT LINKS*/ 

a {
text-decoration: underline;
color: green;
}
a:hover {
text-decoration: underline;
color: #A3A06F;
}
a:visited {
text-decoration: none;
color: #A3A06F;
}

/* DEFAULT HEADERS */

h1 {
margin: 0;
padding: 30px;
color: #A3A06F;
/*text-indent: -9000px;*/
}
h2 {
font-size: 1.5em;
color: #A3A06F;
	margin-top: 0;
}
h3 {
font-size: 1.3em;
color: #A3A06F;
	margin-top: 0;
}

/*MAIN CONTAINERS*/

#wrapper {
	/*border: 1px solid lime;*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;	
}
#banner {
	/*border: 1px solid lime;*/
	width:1000px;
	height: 164px;
	margin-bottom: 15px;
	background-image: url(adbcheader.jpg);
}
#threeColwrapper #primaryContent {
	/*border: 1px solid lime;*/
	width: 548px;
	float: left;
	margin: 0px 0px 20px 200px;
	padding:0px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#threeColwrapper #secondaryContent {
	width: 208px;
	margin: 0px 20px;
	padding:0px;
	border: 1px dotted gray;
	font-size: 0.7em;
	line-height: 1.3em;
	float: left;
}
#threeColwrapper #sideContent {
	width: 160px;
	float: left;
	margin: 0px 0px 0px -980px;
}
#threeColwrapper #footer {
	/*border: 1px solid lime;*/
	width: 1000px;
	margin: 0 0px 0px;
	padding:0px;
	clear: both;
	background-image: url(adbcfooter.jpg);
	height: 110px;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: center;
}


/*SECONDARY CONTENT*/
#threeColwrapper #secondaryContent .wrapper{
	width: 188px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#threeColwrapper #secondaryContent h2 {
	font-size: 1.5em;
	color: #A3A06F;
	text-align: center;
	line-height: 3em;
	margin-bottom: 0;
}
#threeColwrapper #secondaryContent h3 {
	font-size: 1em;
	color: #A3A06F;
	margin-bottom: 0;
	margin-top: 5px;
}
#threeColwrapper #secondaryContent p {
	margin-top: 0;
	margin-bottom: 5px;
}
#threeColwrapper #secondaryContent .officers{
	font-size: 1em;
	text-align: center;
	color: #000000;
}
#threeColwrapper #secondaryContent .officers h3{
	font-size: 1em;
	margin-bottom: 0;
	text-align: center;
	background-color: #AAE0C0;
	line-height: 2em;
	color: #000000;
	margin-top: 5px;
}
#threeColwrapper #secondaryContent .officers h4{
	font-size: 1em;
	margin-bottom: 0;
	text-align: center;
	line-height: .9em;
	color: #000000;
}
#threeColwrapper #secondaryContent .officers p{
	font-size: 1em;
	margin-bottom: 0;
	text-align: center;
	color: black;
	line-height: 1.3em;
	margin-top: 5px;
}
#threeColwrapper #secondaryContent img{
	margin-top: 5px;
	margin-bottom: 5px;
}



/*IMAGES CAPTION STYLES*/

.leftImageWrapper{
	float: left;
	width: 335px;
	margin-right: 15px;
}
.left img{
	/*border: 1px solid lime;*/
	float: left;	
}
.captionLeft{
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 2em;
}
.rightImageWrapper{
	float: right;
	width: 335px;
	margin-left: 15px;
}
.right img{
	/*border: 1px solid lime;*/
	float: right;
}
.captionRight{
	float: right;
	font-size: 0.8em;
	font-weight: bold;
}


/*NAV BOX STYLES*/
	
#mainNav {
	text-align: center;
	list-style-type: none;
	padding:0px;
	margin:0px;
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
}
#mainNav ul{
	padding:0px;
	margin:0px;
}
#mainNav a{
	list-style-type: none;
	text-decoration:none;
	display:block;
	font-size: 0.9em;
	color: #000000;
	padding-top: 6px;
	padding-bottom:7px;
	border-bottom: 1px dotted #666666;
}
#mainNav a:hover{
	color: #A3A06F;
	background-color: transparent;
}
#mainNav a:visited
 {
	color: #A3A06F;
	background-color: transparent;
}
#mainNav ul li.at a{
	background-color:black;
	color: white;
}
#mainNav ul li.at a:hover{
	background-color:black;
	color: white;
}


/*FOOTER STYLES*/

#bottomNav{
	font-size: 0.7em;
}
#bottomNav li{
	display:inline;
}
#bottomNav a {
	text-decoration:none;
	color: #000000;
}
#bottomNav a:hover {
	text-decoration:none;
	color: #A3A06F;
}
#bottomNav a:visited {
	text-decoration:none;
	color: #ffffff;
}
#copyright p{
	font-size: 0.7em;
	height: 63px;
	line-height: 7em;
	vertical-align: bottom;
}
#copyright a{
	text-decoration: underline;
	color: #A3A06F;
}
#copyright a:hover{
	text-decoration: underline;
	color: #A3A06F;
}
#copyright a:visited{
	text-decoration: underline;
	color: #A3A06F;
}

