* {
	margin: 0px;
	padding: 0px;
	font-family:Arial,Helvetica,sans-serif; 
}


body {
	color:#000;
	font-size: 14px;
	background: #ffffff url(http://www.freewomenshealth.com/cache/608460-body_bg.jpg) top center repeat-y;
}
.bodybackground{
	background: #ffffff url(http://www.freewomenshealth.com/cache/608460-body_bg.jpg) top center repeat-y;
}

/* Template Layout */

#header{
	background: #0b1e2d;
	width:900px;
	height:110px;
	margin:auto;
}

#multi_colour{
	width:870px;
	height:20px;
	padding-right:30px;
}

#multi_colour1, #multi_colour2, #multi_colour3{
	float:right;
	width:120px;
	height:20px;
	margin-right:10px;
}

#multi_colour1{
	background-color:#504882;
}

#multi_colour2{
	background-color:#101010;
}

#multi_colour3{
	background-color:#efefef;
	margin-right:0px;
}

#logo{
	float:left;
	width:900px;
	height:80px;
}

#logo_symbol{
	height:70px;
	width:70px;
	float:left;
	padding-left:20px;
}

#logo_text{
	font-size:32px;
	padding:13px 0px 0px 0px;
	float:left;
	color:#FFFFFF;
	text-transform: uppercase;
	width:810px;
	height: 70px;
}

#right_top_nav{
	float:right;
	width:400px;
	height:80px;
}

#right_top_nav ul{
	list-style:none;
	padding-top:10px;
	text-align:right;
	padding-right:40px;
}

#right_top_nav ul li{
	display:inline;
}

#right_top_nav ul li a{	
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	padding:0px 9px;
	font-size:11px;
}

#content{
	background: #ffffff;
	width:900px;
	min-height:300px;
	margin:auto;
}


#content_text ul{
	padding-left:40px;
}
#content_text ol{
	padding-left:40px;
}

#content_text p{
	padding:7px 0px;
}

a, a:active {
	text-decoration: none;
	color: #504882;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	padding: 14px 0px;
	margin: 0px;
}

h1{
	font-size: 28px;
	font-family:Arial,Helvetica,sans-serif; 
	color:#000;
}

h2{
	font-size:18px;
}

h3{
	font-size:14px;
}

/* banner style */

#top_banners{
	width:900px;
	clear:both;
	height:200px;
	margin:auto;
	border-bottom:#c2cfd5 10px solid;
}

#banner{
	width:600px;
	height:200px;
	float:left;
	margin:0px;
	padding:0px;
	background: #101010;
}

#slogan_box{
	width:239px;
	height:140px;
	float:right;
	background:#504882;
	color:#FFFFFF;
	font-size:30px;
	padding:30px;
}


#sideNavigation{
	list-style:none;
}
#sideNavigation ul{
	list-style-type:none;
	margin:0px;
}

#sideNavigation li {
	background:url(http://www.freewomenshealth.com/cache/608455-sidenav_bg.jpg) top left no-repeat;
	height:37px;
	width:100%;
}
#sideNavigation li.first {border-top: 1px solid #DDD;}
#sideNavigation li a {
	display: block;
	color:#696969;
	text-decoration:none;
	height:37px;
	line-height:37px;
	padding-left:45px;
}
#sideNavigation li a:hover {
	background: url(sidenav_bg_hover.jpg) top left no-repeat;
	color:#504882;
}


/* Navigation */

#top_nav {
	width: 898px;
	height:40px;
	background: url(http://www.freewomenshealth.com/cache/608459-menu_bg.jpg) top left repeat-x;
	margin:auto;
	border-left:#c2cfd5 solid 1px;
	border-right:#c2cfd5 solid 1px;
	border-bottom:#c2cfd5 solid 1px;
	margin-bottom:10px;
}

#nav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#nav li {
	border-right:1px solid #c2cfd5;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
#nav a, #nav a:visited {
	color:#444c53;
	display:block;
	font-weight:normal;
	padding:12px 15px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
	background:#fff none repeat scroll 0 0;
	text-decoration:none;
}

#nav a, #nav a:hover {
	border:medium none;
	display:block;
	text-decoration:none;
}

#nav li ul {
  display: none;
  position: absolute; 
  width:174px;
        z-index:999;
}

#nav li  ul {
	top: auto;
	left: auto;
}

#nav li li {
	background:#dde4e7 none repeat scroll 0 0;
	border-left:1px solid #c2cfd5;
	border-right:1px solid #c2cfd5;
	border-top:1px solid #c2cfd5;
	width:172px;
}
#nav li li a, #nav li li a:visited {
	color:#444c53;
	font-weight:normal;
	font-size:11px;
}
#nav li li a:hover, #nav li li a:active {
	background:#fff none repeat scroll 0 0;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li.over ul {
	display:block;	
}



/* Footer */

#footer {
	background: #0b1e2d;
	clear:both;
	width:900px;
	min-height:120px;
	margin:auto;
	margin-bottom:0px;
	padding-bottom:0px;
	border-top:#c2cfd5 10px solid;
	color:#999999;
	font-size:12px;
}

#corporate_links a{
	font-weight:bold;
}

#footer_text{
	width:580px;
	padding-bottom:30px;
	float:right;
}

#footer ul, #footer p {
	clear:both;
	float:right;
	text-align: right;
	padding:15px 20px 0px 0px;
	margin: 0;
	width:560px;
}
#footer ul li {
	/*display:inline;*/
	list-style-image:none;
	list-style-type:none;
	margin:3px 20px 3px 0px;
	float:right;
	
	white-space: nowrap;
}

#footer a{
	color:#999999;
	display: block;
}

#footer a:hover{
	text-decoration:none;
}

#legals{
	width:270px;
	float:left;
	padding-top:15px;
	padding-left:30px;
}

#footer_multi_colour{
	width:270px;
	height:10px;
	padding-left:30px;
	float:left;
}

#footer_multi_colour1, #footer_multi_colour2, #footer_multi_colour3{
	float:left;
	width:80px;
	height:10px;
	margin-right:10px;
}

#footer_multi_colour1{
	background-color:#504882;
}

#footer_multi_colour2{
	background-color:#101010;
}

#footer_multi_colour3{
	background-color:#efefef;
}








/* Left content */
#breadcrumbs {
	list-style-type:none;
	width:100%;
	font-size: 0.82em;
}
#breadcrumbs li { display: inline; }

#rss img {
	vertical-align: middle; padding-right: 10px;
}
















/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 &amp;amp;Atilde;&amp;amp;plusmn; 2008 Mark Wubben, &amp;amp;lt;http://novemberborn.net/&amp;amp;gt;

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also &amp;amp;lt;http://novemberborn.net/sifr3&amp;amp;gt; and &amp;amp;lt;http://wiki.novemberborn.net/sifr3&amp;amp;gt;.

This software is licensed and provided under the CC-GNU LGPL.
See &amp;amp;lt;http://creativecommons.org/licenses/LGPL/2.1/&amp;amp;gt;
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}



/* Layout Guides */
#edit_layout, .layoutContainer {
	width: 900px;
	margin: 0 auto;
}