/* ----  YUI styles - these override all browser-specific settings --- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
	    margin:0; 
	    padding:0; 
	} 
 
	fieldset,img {  
		border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	
	caption { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { 
		border:0; 
	} 





/*--------------- overall styles ----------------*/


body {
	background: url(../images/page_bg.gif) repeat scroll;
	}

#container {
	width: 850px;
	margin: 0 auto;
	padding-left: 20px;
	}

#header {
	width: 850px;
	height: 153px;
	margin: 0 auto;
	overflow:visible;
	}
	
#content {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: auto;
	position: relative;
	}
	

#footer {
	width: 800px;
	margin: 0 auto;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	overflow: auto;
	text-align: center;
	height: 34px;
	padding-top: 10px;
	}



/* --------  Text Styles -----------*/

p, ul, li {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana;
	font-size: 11px;
	color: #58595b;
	line-height: 1.6em;
	}
	
h1, h2, h4, h5, h6 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4d4d4d;
	}
	
h1 {
	font-size: 24px;
	}
	
h2 {
	font-size: 16px;
	}

h3, h3 a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	}

h4 {
	font-size: 14px;
	color: #5F768F;

	}

h6 {
	color: #ffffff;
	font-size: 11px;
	}

a {
	color: #5F768F;
	}
	
dt {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana;
	font-size: 11px;
	color: #58595b;
	line-height: 1.6em;
	padding-left: 10px;
	}

.title {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	}
	
dd {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana;
	font-size: 11px;
	color: #58595b;
	line-height: 1.2em;
	padding-left: 15px;
	}
	
blockquote {
	padding: 7px 0 7px 25px;
	font-style: italic;
	color: #59747d;
	border-top: 1px dashed #cdcdcd;
	font-size: 11px;
	font-family: "Georgia", Times New Roman, Times, serif
	}

/* ------ nav buttons ------------------- */

	
.navContainer { 
	margin: 0px; 
	padding: 5px 20px 7px 0;
	border-bottom: 2px solid #4f703e;
	position: relative;
	} 


.navMenu { 
    margin: 0px; 
    padding: 0px; 
	text-align: right;
	} 

.navMenu li { 
    margin: 0px; 
	padding: 0px;
    display: inline;
	text-decoration: none;
	} 

.navMenu li a.last {
	border-right: none;
	} 


.navMenu li a {
	font-family: "Georgia", Times New Roman, Times, serif;
	display: inline;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	font-size: 11px;
	color: #59747d;
	border-right: 1px dashed #cdcdcd;
	text-decoration: none;
	} 
	

.navMenu li a:visited { 
    color: #59747d; 
	text-decoration: none;
	} 

.navMenu li a:hover { 
	color:#003366;
	text-decoration: underline;
	}



/*--------------- Left Column (colOne) Styles ----------------*/

#colOne {
	float: left;
	width: 195px;
	padding: 10px 5px 30px 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	background-color: #e4ecee;
	border-right: 1px solid #cdcdcd;
	top: 32px;
	bottom: 0;
	position: absolute;
	}

.leftNav {
	padding-top: 15px;
	padding-bottom: 15px;
	}
.smartwomen {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dashed #4d4d4d;
	}

.leftNav a, .smartwomen a{
	color: #5F768F;
	}

.leftNav a:hover, .smartwomen a:hover {
	color: #4d4d4d;
	text-decoration: underline;
	}
	

.leftNav li{
	padding-top: 5px;
	padding-left: 10px;
	list-style: none;
	}


.contact {
	padding-top: 15px;
	padding-right: 10px;
	border-top: 1px dashed #4d4d4d;
	}

.contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#58595b;
	}
	
.contact a {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color:#5F768F;
	text-decoration: underline;
	}

.contact a:hover { 
	color: #4d4d4d;
	text-decoration: underline;
	} 



/*--------------- Right Column (colTwo) Styles ----------------*/


#colTwo {
	float: right;
	width: 550px;
	padding: 10px 13px 15px 13px;
	min-height: 560px;
}

.home_text {
	float: left;
	width:290px;
	}
	
.home_img {
	float: right;
	width: 250px;
	padding-top: 60px;
	padding-right: 10px;
	}

#colTwo ul{
	padding-left: 25px;
	}
	
#colTwo li {
	padding-top: 4px;
	}

.resource {
	padding-top: 15px;
	border-top: 1px dashed #4d4d4d;
	}
	
#accordion h4 {
	padding-top: 10px;
	}
	
#accordion p {
	padding-bottom: 7px;
	}


#post {
	clear: both;
	width: 560px;
	position: relative;
	padding-bottom: 10px;
	overflow: auto;
	}

.image {
	width: 100px;
	float: left;
	position: relative;
	}
	
.content {
	width: 440px;
	float: right;
	position: relative;
	}
	
.paypal {
	padding-top: 10px;
	padding-left: 5px;
	}