@import "acaa_nav.css";
html, body {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	color: #333;
	/*width:800px;*/
	}
#container {
background:url("../images/left_bg.gif") repeat-y;
}
input.search{
	font-size:10px;
	color:#003399;
}

	
/* ######################## LEFT SIDE ################################  */
#leftside{
	width: 231px;
	float: left;
	padding: 0px;
	
	}

/* ################################## MIDDLE CONTENT #################### */	
	
#main {
	padding: 10px;
	margin-left: 231px;
	
	}
#ccontent{
	margin:0px 0px 0px 0px;
	text-align:center;
}
#left{
	padding:0px 0px 0px 0px;
	width:50%;
	float: left;
	/*border-right-color:#000000;
	border-right-width: 2px;
	border-right-style: solid;*/
	margin:0px 5px 0px 3px;
}
#right{
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	/*margin-left: 50%;*/
	margin:0px 0px 0px 52%;
	border-left-color:#000000;
	border-left-width: 2px;
	border-left-style: solid;

}
#divide{
	float:left;	
	width:2px;	
	height:100%;
	position:relative;
	background-color:#000000;
}
#pagecontain {
	width:100%;
	height:100%;
	margin:0 auto;
	float:left;
}
/* ############################# HEADER #########################33 */
#header {
	background-color: #fff;
	margin-bottom: 0px;
	background:url("../images/main_header_bg.jpg") repeat-x;
	height:160px;
	}

#header #headerimage{
	float:right;
	position:absolute;
	top:0px;
	right:0px;
}

/* ############################ NAVIGATION ##################################### */
#navigation {
	color: #006;
	margin-bottom: 0px;
	background:url("../images/nav_bg.gif") repeat-x;
	height:36px;
}
#navlist {
	position:relative;
	/*width:500px;
	top:160px;
	left:233px;*/
	left:0px;
	/*left:33%;*/
	font-size: 12px;
	font-family:Georgia, Times New Roman, Times, serif, "Courier";
    font-weight:bold; 
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-variant: small-caps;
}


/*#navlist li {
	float:left;
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
	white-space: nowrap;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
*/
#navlist a {
	padding: 3px 10px 3px 14px;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	display:block;
	
}
#navlist a:link, #navlist a:visited, #navlist a:active{
	color: #EEEEEE;
}
#navlist a:hover {
	background-image: url(../images/nav_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration:underline;
}

#search{
	position:absolute;
	width:231px;
	top:160px;
	color:#ffffff;
	padding: 5px 5px 5px 5px;
	background:url("../images/search_bk.gif") no-repeat;
}

/* ####################### FOOTER  ############################# */
	
#footer {
	background-color: #333;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 2px 0px 0px 0px;
	clear: both;
	/*background:url(../images/left_bg.gif) repeat-y;*/
	}
#footer a:link, #footer a:visited, #footer a:active{
	text-decoration:underline;
	color:#ffffff;
}
#footer a:hover{
	text-decoration:underline;
	color:#ff0000;
}

/* ################################ Misc ############################# */
.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}
/* ################# Address ################# */
#address {
	position:absolute;
	top:100%;
	left:0px;
	background:url(../images/left_bg.gif) repeat-y;
	float:left;
}

/*  ##################   Member Headlines  ####################*/

#member_headlines ul{
	list-style-type:none;
	margin:0;
	padding:0;
	background-image:none;
}
#member_headlines li{
	list-style-type:none;
	margin:10px 0;
	padding:0;
	background-image:none;
}
#leftside_text #member_headlines li{
background-image:none;
padding:0;
}
#leftside_text #member_headlines ul{
margin:0 2px;padding:0;
}
#right #member_headlines li{
background-image:none;padding:0;margin:10px 0;
}

#right #member_headlines ul{
margin:0 3px;padding:0;
}
