body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	background-color: #E9C276;
	background-position: center;
	font-size: 80%;
	line-height: 1.6em;
	padding: 0px;
}

a:link {
	color: #660000;
}
a:active {
	color: #660000;
}
a:visited {
	color: #5A5A2A;
}

#container {
	width: 724px;
	margin: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#header {
	width: 725px;
	margin: 0px;
	padding: 0px;
	color: #660000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

div#header h1 a {
	display:block;
	width:725px;
	height:61px;
	overflow:hidden;
	background:url(images/header.gif) no-repeat;
	text-indent:-5000px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

#home h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_welcome.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#faq h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_faq.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#links h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_links.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#history h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_history.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#howabortion h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_procedure.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#articles h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_articles.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#formen h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_formen.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#donate h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_donations.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#whoweare h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_whoweare.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#contact h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_contact.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}


#provider h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_choosing.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#providers h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_providers.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#story h2 {
	height: 36px;
	text-indent: -5000px;
	background: url(images/hdr_story.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#choose {
	height: 47px;
	text-indent: -5000px;
	background: url(images/sidesub_choose.gif) no-repeat;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 158px;
}

#how {
	height: 48px;
	text-indent: -5000px;
	background: url(images/sidesub_how.gif) no-repeat;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 155px;
}

#questions {
	height: 48px;
	text-indent: -5000px;
	background: url(images/sidesub_faq.gif) no-repeat;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 155px;
}
#share {
	height: 51px;
	text-indent: -5000px;
	background: url(images/sidesub_share.gif) no-repeat;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 156px;
}

hr {
	color: black;
	background: black;
	border: 0;
	height: 1px;
	margin-left: 0;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

/***********************************************/
/*Content                             */
/***********************************************/
#content {
	width: 480px;
	margin-top: 0px;
	padding-left: 35px;
}

/*#content h1 {
	color: #3D0B0B;
	letter-spacing: -1px;
	margin: 10px 0px 5px 0px;
}
#content h2 {
	color: #660000;
	margin: 10px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}*/
#content h3 {
	color: #660000;
	letter-spacing: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h4 {
	color: #5A5A2A;
}

#content h5 {
	color: #919171;
}
#content p {
	margin: 5px 0px 15px;
}



/***********************************************/
/*Navigation                              */
/***********************************************/

#navcontainer ul
{
	padding: 0.6em 0;
	margin: 0;
	list-style-type: none;
	background-color: #660000;
	color: #FFF;
	width: 100%;
	font: normal 85% Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
background-color: #660000;
color: #FFF;
padding: 0.5em 1em;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #660000;
color: #FF9933;
}

body#home ul#navlist li#home_nav a,
body#history ul#navlist li#history_nav a,
body#faq ul#navlist li#faq_nav a,
body#articles ul#navlist li#articles_nav a,
body#formen ul#navlist li#formen_nav a,
body#whoweare ul#navlist li#whoweare_nav a,
body#providers ul#navlist li#providers_nav a, 
body#links ul#navlist li#links_nav a,
body#story ul#navlist li#story_nav a {
color: #FF9933;
	}
	
#navcontainer li#home_nav a {
	border: none;
}


.donate {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5A5A2A;
}

/***********************************************/
/*Sidebar                            */
/***********************************************/

#sidebar {
	width: 160px;
	float: right;
	margin: 0px;
	padding-right: 25px;
	padding-top: 42px;
}

#sidebar h1 {
	letter-spacing: -1px;
}
#sidebar h2 {
	font-size: 1.1em;
	color: #273742;
	margin: 0px 0px 0px 0px;
}

#sidebar p {
	margin: 10px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
}

#credit {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
}


#sidebarnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #283640;*/
	color: #660000;
	text-decoration: none;
	font-size: 90%;
}

#sidebarnav ul li 
{
	padding-left: 12px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #283640;*/
	color: #660000;
	text-decoration: none;
}

#sidebarnav ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #283640;*/
	color: #660000;
	text-decoration: none;
}

#sidebarnav ul li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #8FA2AC;*/
	color: #990000;
	text-decoration: none;
}

#jumpnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: url(none) none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #283640;
	text-decoration: none;
	font-size: 90%;
}

#jumpnav ul li 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #283640;
	text-decoration: none;
	padding-bottom: 10px;
}

#jumpnav ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #283640;
	text-decoration: none;
}

#jumpnav ul li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8FA2AC;
	text-decoration: none;
}


/***********************************************/
/*footer                             */
/***********************************************/

#footer {
	clear: both;
	width: 725px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 660000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	margin: 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/***********************************************/
/*image styling                             */
/***********************************************/


.homepic {
	margin-bottom: 1px;
}

.sidebarPic {
	margin-bottom: 20px;
}
/***********************************************/
/*text class                             */
/***********************************************/
.intro {
	color: #660000;
	font-size: 110%;
	line-height: 1.5em;
}
.highlight {
	color: #4C6635;
}


.credit {
	font-size: 85%;
	font-style: italic;
	color: #999999;
}

/***********************************************/
/*table styling                             */
/***********************************************/

table {
	border: 1px solid #999966;
}
table.list th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	background: #8FA2AC;
	border-bottom: 1px dotted #5A5A2A;
	color: #FFFFFF;
}
table.list tr.even td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; background-color: #EFE5E5;}
table.list tr.odd td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; background-color: #FFFFFF;}
table.list td + td {
	border-left: 1px solid #DFDFDF;
}
ol li{
	padding-bottom: 10px;
}
