/*
Theme Name: PregnancyInsurance.org
Theme URI: http://www.willodesign.com
Description: PregnancyInsurance.org template
Author: Willo Design
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/body-bg.gif) 0 53px repeat-x;
	color: #636563;
	font: 13px/1.36 Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

a:link, a:visited, h1, h2, h3 { color: #6B824A; }

#container,
#main-nav,
#main {
	overflow: hidden !important;
	width: 760px;
}

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.25em;
	z-index: 1000;
	text-align: right;
}
#main-nav li {
	display: inline;
	text-transform: lowercase;
	font: 14px Arial, Helvetica, sans-serif;
}
#main-nav a {
	padding: 0.5em 1.25em;
	text-decoration: none;
}
#main-nav a:hover {
	text-decoration: underline;
}

#header {
	height: 245px;
	position: relative;
	z-index: 1;
	background: url(images/header-bg.jpg) 0 34px no-repeat;
}
#header h1 {
	margin: 0;
	padding: 0;
	width: 274px;
	height: 33px;
	position: absolute;
	top: 14px;
	left: 28px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9000px;
}

#main {
	top: -30px;
	position: relative;
	z-index: 2000;
	overflow: auto;
}
#content {
	margin-right: 16px;
	width: 480px;
	float: right;
	display: inline;
}


/* Content sections navigation
-------------------------------------------------------*/

/*#main > #content-nav {
	margin-top: 30px;
	padding-bottom: 70px;
	background: url(images/nav-border.gif) bottom right no-repeat;
	width: 213px;
}
#main > #content-nav > ul {
	background: url(images/nav-border.gif) top right no-repeat;
}
#main > #content-nav ul ul {
	background: none;
}
#main > #content-nav a:hover {
	color: #000;
	border-color: #FFC3CE;
}
#main > #content-nav li li a {
	background: url(images/nav-bullet.gif) 24px 7px no-repeat;
}*/

#content-nav {
	margin: 30px 0 1em 28px;
	padding-bottom: 70px;
	width: 213px;
	float: left;
	display: inline;
	background: url(images/nav-border.gif) bottom right no-repeat;
	font: 14px/1.75 Arial, Helvetica, sans-serif;  
}

#content-nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
	background: url(images/nav-border.gif) top right no-repeat;
}
#content-nav ul li {
	margin: 0;
	font-weight: bold;
	display: inline;
}
#content-nav ul ul {
	background: none;
}
#content-nav ul ul li {
	font-weight: normal; 
}
#content-nav li a { 
	padding-left: 1.5em;
	padding-bottom: 1px;
	color: #636563;
	letter-spacing: 0; 
	display: block;
	text-decoration: none;
	line-height: 2;
}
#content-nav li a:hover {
	color: #000;
	border-bottom: 1px solid #FFC3CE;
	padding-bottom: 0;
}
#content-nav li li a {
	padding-left: 3em;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1.4;
	background: url(images/nav-bullet.gif) 24px 7px no-repeat;
}


/* Content text elements
-------------------------------------------------------*/

#content h1 {
	margin: 0 0 0.25em;
	font-size: 36px;
	line-height: 1;
	font-style: italic;
	font-weight: normal;
}
#content h3 {
	margin: 1em 0 -0.5em;
}
#content-nav h2 {
	font-size: 165%;
	margin-left: 0px;
	color: #96B766;
	width: 250px;
}

#content-nav p {
	width: 250px;
	color: #3A4925;
	margin-top: 15px;
	margin-left: 0px;
}

.highlight {background-color: #FFFF00; font-weight: bold;}

