@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	width: 782px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	background-image: url(../../_sharedimg/background_brown.jpg);
	background-repeat: repeat-y;
}

#sidebar_left {
	position:absolute;
	left: 0px;
	top: 0px;
		
}
#sidebar_right {
	position:absolute;
	right: 0px;
	top: 0px;
		
}
#wrapper_header {
	position:relative;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
}

#wrapper_body {
	float: left;
	display: inline;
	position:relative;
	width: 760px;
	min-height:500px;
	margin-right: 11px;
	margin-left: 11px;
	background-image: url(../../_sharedimg/main_bg_tile.jpg);
	background-repeat: repeat-y;

}
#wrapper_footer{
	clear: both;
	position:relative;
	height: 170px;
	width: 782px;
	background-image: url(../../_sharedimg/footer.jpg);
	background-repeat: no-repeat;
}

#wrapper_content {
	float:left;
	width:543px;
	background-image: url(../../_sharedimg/main_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#content_box {
	padding-left:20px;
	padding-bottom:0px;
	padding-top: 37px;
	padding-right: 58px;
}

#wrapper_content_links {
	float:left;
	width:760px;
	background-image: url(../../_sharedimg/main_bg_links.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content_links_box {
	padding-left:50px;
	padding-bottom:0px;
	padding-top: 37px;
	padding-right: 58px;
}

#wrapper_menu {
	float:left;
	width:217px;
	padding-bottom:15px;
}

div.menu {
/*	background-image: url(../../_homeimg/home_nav_bg.jpg);
	background-repeat: no-repeat;
*/	
	height: 49px;
	
}

div.menu img {
	float:left;
}
div.fraynework{
	position:absolute;
	right: -11px;
	top: 50px;
}
	
div.subtitles{
	position:absolute;
	right: 21px;
	top: 52px;
	width: 23px;
}
	
div.footer_text {
	position: absolute;
	height: 29px;
	width: 301px;
	left: 439px;
	top: 79px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #d3a55d;
}

div.footer_text a {
color: #d3a55d;
}

div.footer_text a:hover{
	color: #F5EACF;
}

/* menu buttons */

#about {
	position: absolute;
	top: 165px;
	left: 0px;
}
#education {
	position: absolute;
	top: 165px;
	left: 154px;
}
#health {
	position: absolute;
	top: 165px;
	left: 244px;
}
#justice {
	position: absolute;
	top: 165px;
	left: 405px;
}
#help {
	position: absolute;
	top: 165px;
	left: 474px;
}
#publications {
	position: absolute;
	top: 165px;
	left: 577px;
}
#links {
	position: absolute;
	top: 165px;
	left: 678px;
}


/* -----Nav ----- */

#primarynav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	border:0px;
}

#primarynav li {
	float:left;
	width:217px;
	list-style-image:none;
	margin:0px;
	background-image: url(../../_sharedimg/menu_bg.gif);
	background-repeat: repeat-y;
	display:block;
}
	
#primarynav li a {
	color:#b35f3a;
	font-weight:bold;
	list-style-type:none;
	padding-left:32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a23628;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}

#primarynav > li a {height:auto; min-height:20px; }

#primarynav li a:hover {
	color:#e2c276;
}

#primarynav li a.selected {
	color:#e2c276;
	border:0px;
	background-color: #7a2621;
}


#primarynav li a.selected_sub {
	color:#e2c276;
	border:0px;
	font-style: italic;
	
}
#primarynav li a.selected_sub_down {
	color:#F9F1DF;
	border:0px;
	font-style: italic;
	font-weight: bold;
}

#primarynav li a.selected_sub:hover{
	color:#F5EACF;
	font-style: italic;
	
}
#primarynav li a.selected_sub_line {
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a23628;

}
#primarynav li img {float:left;}
#primarynav img {list-style-image:none; margin:0px;}

#primarynav ul {
	float:none;
	clear:both;
	/*margin:0px 4px 0px 0px;
	padding:0px 3px 0px 32px;*/
	list-style-type:none;
	margin-left: 0; padding-left: 0;
    }

#primarynav ul li {
	background:none;  
	background:url(../../_sharedimg/li_bg.gif) no-repeat;
	padding-left:32px;
	list-style-type:none;
	width:180px; /* was 178*/
	background-color:#7a2621;
	}
	
	
#primarynav ul li a {
	font-weight:normal;
	background:none;
	list-style-type:none;
	padding-left:0px;
	}
	
#primarynav ul ul {
	margin:0px;
	padding:0px;
	
}
