/* -----------------------------

Title : framework.css
Author : Erickson Barnett
URL : 

Description :
Created : 
Modified : 

----------------------------- */

body {
	background:url(/woman/images/bg/body.gif) 50% 0 repeat-y;
}

/*-- header styles ------------------*/

li {
   	background: url(/woman/images/bullets/content.gif) 0 .4em no-repeat;
	}

h1 {
	color: #60535e;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/*-- end global header styles ------------------*/

/*-- links ------------------*/

a:link,
a:visited,
a:active {
	color: #387a8e;
}

a:hover {
	color: #A0354C;
}

/*-- end global links ------------------*/


/* ------------------------------------------------------------------------
   non-global framework/elements begin
   ------------------------------------------------------------------------ */

/*-- primary elements ------------------*/


#wrapper {
	background:url(/woman/images/bg/body.gif) 50% 0 repeat-y;
}

#header {
	background: #A33A50;
	border-bottom: solid 3px #fff;
}

#header img#logo{
}


#header p.language a {
	color: #d6e359;
}

body.home #message {
	background: url(/woman/images/bg/message.jpg) top left no-repeat;
}


#content-wrapper {
	
}

.more {
	background: url(/woman/images/bullets/content.gif) 0 .4em no-repeat;
	padding-left: 13px;
	margin: 0 0 0 10px;
	line-height: 1.1em;
	
}

#sidebar {
	width: 161px;
	padding: 0 10px;
}

#sidebar h3 {
	color: white;
	background: url(/woman/images/bullets/arrow-purple.gif) top right no-repeat;
}

#main-content {
	width: 514px;
	padding: 10px 20px 0 35px;
}

.articles {
	background: #e0dddf;
}

.callout h3 {
	background: #c4bec3 url(/woman/images/bullets/arrow-purple.gif) 95% 7px no-repeat;
	border: 1px solid white;
	border-right: none;
	border-left: none;
	color: #60535e;
}

#secondary-content {

}

#footer {
	
}	

#footer p {
	color: #a7a0a5;
}

/*-- navigation ------------------*/

.divided {
	float: left;
}

.divided li {
	background: url(/woman/images/bg/mainnav-item.gif) top left repeat-x;
	width: 145px;	
}	

.divided li a {
	text-decoration: none;
	color: #8e384d;
	font-weight: bold;
}

.divided li.on {
	background-color: #b0aaaf;
}

.divided li.on a {
	color: #ffffbb;
}

.divided li a span {
	color: black;
	display: block;
	font-weight: normal;
}

.divided li a:hover {
	color: #ffffbb !important;
}

.divided li ul {
	float: left;
	margin: 0;
	background: #b0aaaf;
}

.divided li ul li {
	background: url(/woman/images/bullets/subnav.gif) 0 5px no-repeat;
}

.divided li ul li a {
	color: #8e384d !important;
}

.divided li.on ul li.on a {
	color: #513b4d !important;
	
}

p.mininav-leadin {
	color: #d6e359;
	font-weight: bold;
}

#mininav {
	
}

#mininav li{
	border-right: 1px solid #d6e359;
}	

#mininav a {
	color: #e48a9f;
}

#mininav li a:hover {
	color: #320305;
}

/* home styles */

body.home #main-content {
	width: 314px;
	padding: 10px 20px 0 35px;
}

body.home #message {
	position: relative;
	width: 750px;
	height: 180px;
	border-bottom: 4px solid white;
}

body.home #step-by-step {
	width: 276px;
	height: 17px;
	background: url(/woman/images/bg/step-header.gif) top left no-repeat;
	top: 83px;
	left: 34px;
}

#search label {
	color: white;
}

.section {
	margin-bottom: 10px;
}

.section h3 {
	background: #c4bec3 url(/woman/images/bullets/arrow-purple.gif) 95% 7px no-repeat;
	border: 1px solid white;
	border-right: none;
	border-left: none;
	color: #60535e;
}

#sidebar h3 {
	letter-spacing: -1px;
	font-size: 15px;
	line-height: 1.1em;
}

#pagination {
	width: 514px;
	clear:both;
	color: #5c4f5a;
}

#pagination a {
	color: #a93a51;
}

#pagination a:hover {
	color: #387a8e;
}

#pagination ul {
	padding: 0 0 0 6px;
	margin: 0 0 5px 0;
}

#pagination li {
	display: inline;
	background: none;
	padding: 0;
}

#pagination ul + ul {
	margin-top: 0;
}

ul.page-num {
	float: left;
}

ul.page-next {
	float: right;
}

.page-next li {
	margin-right: 10px;
}

#pagination .clearer {
	background: #c5bfc4;
	height: 1px;
	line-height:0;
	font-size: 0;
}

#pagination p {
	background: #c5bfc4 url('/woman/images/bg/arrow-right.gif') 490px 5px no-repeat;
	padding: 3px 6px;
}

#pagination p a:hover {
	color: #FFFFBB;
}

.articles li.on a {
	color: #513B4D;
}

/* State Treasurer Banner */
.st_banner { background-color: White; padding-bottom: 3px;}

/* NAST Foundation Logo */
#nast-foundation { padding-top: 30px; text-align: center }

#header h2 
{
    /* color: #e4d9a3;  */
    color: #fff; 
    font-size: 100%;
    padding: 34px 0 0 15px;
}
    
#header h1 
{
    color: White; 
    font-size: 150%; 
    line-height: 0px; 
    padding: 0 0 0 15px;
}

.header_h1_light { color: #d6e359 }
