@import "fmig_reset.css";

body {	
	background: url("../images/backgrounds/bg_repeat.gif");
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666;
}

ol, ul	{
	padding-left: 40px; 
}
	
ol li	{
	list-style-type: decimal;
}
	
ul li	{
	list-style-type: disc;
}

a {
	display: inline;
 	color: #e58e1a;
	text-decoration: none;
}

a:hover {
 	text-decoration: underline;
}

#mainWrapper {
	overflow: auto;
	margin: 0 auto;	
	width: 1044px;	
	background: url("../images/backgrounds/bg_main.png") repeat-y transparent;
	padding: 0;	
}

#mainWrapper #header {
	height: 141px;
	margin: 30px 45px 0 45px;
	position: relative;
}

#header h1 {
	text-align: right;
}

#header h1 h2 {
	color: #fff;
	text-align: center;
	width: 40%;
	right: 20px;
	bottom: 15px;
	font-size: 1em;
	font-weight: normal;
}

#header h1 .logo {
	float: left;
	position: relative;
	top: 6px;
	left: 12px;	
}

#header h1 .headPromo img {
	float: right;
	position: relative;
	top: 6px;
	left: -10px;	
}

#header h1 .date {
	font-size: 8pt;
	font-weight: normal;
	display: block;
	float: right;
	margin-right: 10px;
	margin-bottom: 3px;
	position: relative;
	top: 3px;
	left: -15px;
}

#header h2 {
	text-align: center;
	padding-bottom: 0;
	width: 190px;
	float: left;
	clear: left;
	color: #3a6f8f;	
	font-size: 1.1em;
	position: absolute;
	bottom: 0;	
}


#mainWrapper #mainContent {		
	margin: 0px 50px 0px 50px;
	clear: both;
	overflow: auto;
}

#mainContent #leftNav {
	width: 182px;
	float: left;	
}

#leftNav h2 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

#mainWrapper #mainContent {	
	margin: 0px 50px 0px 50px;
	/*overflow: auto;*/
}

#mainContent #leftNav {
	width: 182px;
	float: left;	
}

#leftNav h2 {
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	color: #396D8C;
}

#leftNav #blueTop {
	height: 15px;
	background: url("../images/backgrounds/blueleftnav_top.gif") no-repeat top;
}

/* This hides divs from the website/leftnav component that doesn't need to display with this site.  To see what I mean simply comment out */
.blueMiddle .sidenav-title2, .blueMiddle .leftnavflag, .blueMiddle .credits, .blueMiddle .fileNotes-text{
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hidediv{
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.blueMiddle ul, .blueMiddle .leftnav {
	list-style: none;
	padding: 0;
	background: url("../images/backgrounds/blueleftnav_middle.gif") repeat-y center;	
}

div.blueMiddle ul li, div.blueMiddle p {
	padding: 0;
	margin: 0px 8px 0px 7px;		
}

.blueMiddle .alternate, .blueMiddle .alternate {	
	background: #527e9d;
}

.blueMiddle ul a, .blueMiddle p a, .blueMiddle .sibnav-this #text { 
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 10px;	
	color: #fff;	
	padding: 11px 20px 11px 12px;	
	margin: 0 1px 0 0;
}


.blueMiddle ul a:hover, .blueMiddle p a:hover  {
	text-decoration: underline;
	color: #fff;	
}

.blueMiddle .divider { 
	display: block;
	font-family: Verdana;
	font-weight: 700;
	font-size: 10px;	
	color: #fcf3e8;	
	padding: 11px 0px 11px 0px;
	margin: 0 1px 0 0;
	text-transform: uppercase; 
}

#leftNav #blueBottom {
	height: 15px;
	background: url("../images/backgrounds/blueleftnav_bottom.gif") no-repeat top;
	margin-bottom: 10px;
}

#leftNav #greenTop {
	height: 15px;
	background: url("../images/backgrounds/greenleftnav_top.gif") no-repeat top;	
}

.greenMiddle ul {
	list-style: none;
	padding: 0;
	background: url("../images/backgrounds/greenleftnav_middle.gif") repeat-y;	
}

div.greenMiddle ul li {
	margin: 0px 8px 0px 7px;	
}

.greenMiddle .alternate {	
	background: #70953e;
}

.greenMiddle ul a { 
	display: block;
	font-family: Verdana;
	font-weight: 700;
	font-size: 10px;	
	color: #fff;
	text-decoration: none;
	padding: 11px 20px 11px 12px;
	margin: 0 1px 0 0;			
}

.greenMiddle ul a:hover {
	text-decoration: underline;
	color: #fff;	
}

#leftNav #greenBottom {
	height: 15px;
	background: url("../images/backgrounds/greenleftnav_bottom.gif") no-repeat top;
	margin-bottom: 5px;
}

#mainContent #inner {
	float: right;
	width: 716px;		
}

#inner #navigation {
	float: left;
	background: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: normal;	
	margin-bottom: 11px;
}

#navigation ul {
	margin: 0;
    padding: 0;
    list-style: none;
    height: 34px;		
}

#navigation ul li {	
    list-style: none;
   	float:left;
	background: url("../images/navigation/mainnav_right.gif") no-repeat right top;
	margin: 0 0 0 13px;
	padding: 0 9px 0 0px;
}

#navigation ul li.first {	
	margin-left: 0;	
}

#navigation ul li.hovers {	    
	background:url("../images/navigation/mainnav_rightRL.gif") no-repeat right top;	
}

#navigation ul li a {
   	display: block;
	background:url("../images/navigation/mainnav_left.gif") no-repeat left top;
	padding: 11px 0 11px 8px;	
	color: white;
	font-weight: bold;
}

#navigation ul li.hovers a {
   	background:url("../images/navigation/mainnav_leftRL.gif") no-repeat left top;
	text-decoration: none;
}

#navigation ul li.active {	    
	background:url("../images/navigation/mainnav_rightRL.gif") no-repeat right top;	
}

#navigation ul li a.active {
   	display: block;
	background:url("../images/navigation/mainnav_left.gif") no-repeat left top;
	padding: 11px 0 11px 8px;	
	color: white;
	font-weight: bold;
}

#navigation ul li.active a {
   	background:url("../images/navigation/mainnav_leftRL.gif") no-repeat left top;
	text-decoration: none;
}

#navigation ul li ul {
	display: block;
	position: absolute;
	width: 204px;
	left: -999em;
	padding-top: 5px;
	margin-left: -10px;
}

#navigation ul li ul li.subMiddle {
	display: block;	
	width: 204px;
	background: url("../images/navigation/maninavroll_middle.gif") repeat-y left top;
	margin: 0 0 0 13px;
	padding: 0;	
}

#navigation ul li ul li.subMiddle a {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin: 0 9px 0 8px;
	background: none;	
}

#navigation ul li ul li.subMiddle a:hover {
/*	background-color: #fff; */
/*	color: #e58e1a; */
	text-decoration: underline;	
}

#navigation ul li ul li.subTop {
	display: block;
	background: url("../images/navigation/maninavroll_top.png") no-repeat left;
	height: 12px;
	width: 204px;
}

#navigation ul li ul li.subBottom {
	display: block;
	background: url("../images/navigation/maninavroll_bottom.png") no-repeat left;
	height: 12px;
	width: 204px;
}

#navigation ul li ul li a {
	background: transparent;
}

#navigation ul li.hovers  ul { /* lists nested under hovered list items */
	left: auto;		
}

#inner #breadcrumb {	
	clear: both;
}

#inner #innerContent {
	margin-top: 10px;
}

#innerContent #left {
	width: 372px;
	float: left;
}

#inner #innerContent ul {
	margin: 0px;
	padding-top: 6px; 
	padding-bottom: 10px;

}

#inner #innerContent ol {
	margin: 0px;
	padding-top: 6px; 
	padding-bottom: 10px;

}

#inner #innerContent li {
	padding-top: 2px; 
	padding-bottom: 2px;
}


#innerContent h1 {	
	font-size: 1.7em;
	font-weight: 800;
    padding: 0 0 10px 0; 
}

#innerContent h2 {	
	font-size: 1.3em;
	font-weight: 700;	
	padding: 0 0 8px 0;	
}

#innerContent h3 {	
	font-size: 1.2em;
	font-weight: 700;
	padding: 0 0 8px 0;	
}

#innerContent h4 {	
	font-size: 1.0em;	
	font-weight: 700;
	padding: 0 0 8px 0;
}

#innerContent h5 {	
	font-size: 1.3em;
	font-weight: 700;
	color: #D38E15;
	padding: 0 0 10px 0;
}


#innerContent h5.clear {
	clear: both;
}

#innerContent p {
	margin-bottom: 10px;
}

#innerContent #right {
	width: 323px;
	float: right;
}
#innerContent #left_nofeatures {
	width: 590px;
	float: left;
}

#innerContent #right_features {
	width: 105px;
	float: right;
}

#innerContent img.features {
	padding: 5px 0px 0px 4.5px;
	border: 0px;
}

#innerContent a {
	display: inline;
}

#right .rightPlaceholder {
	margin-top: 10px;		
}

#right_features .rightPlaceholder {
	margin-top: 10px;		
}


#footer {
	padding: 0;
	margin: 0 auto;	
	width: 1044px;
	height: 75px;
	background: url("../images/backgrounds/bgshadow_bottom.png") no-repeat transparent;
	text-align: center;
}

#footer p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 8pt;
	
}

#footer a {
	color: #666;	
}

#footer a:hover {
	color: #666;	
}

.seal {
        margin: 30px 0 0 8px;
}

#header img {
	float: left;
}

#header .banner {
	height: 112px;
	width: 716px;
	display: block;
	float: right;
	position: relative;
	top: 6px;
	left: -10px;
}

#header .banner .bannerimage {
	position: relative;
	width: 716px;
	height: 112px;
}

#header form#searchform {
	position: absolute;
	right: 10px;
	top: 13px;
}

#header form#searchform #query {
	width: 90px;
	height: 30px;
	background: url("../images/headings/searchfield.gif") no-repeat;
	border: 0;
	float: left;
}

#header form#searchform #query input {
	width: 70px;
	height: 25px;
	background: transparent;
	border: 0;
	margin: 4px 10px;
	font-family: "Times New Roman", serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #777;
}

#header form#searchform #go {
	width: 15px;
	height: 15px;
	float: left;
	background: url("../images/headings/searchgo.gif") no-repeat transparent;
	position: relative;
	top: 5px;
	margin-left: 3px;
	border: 0;
}

/* children when listed in center */

.childpage {
	padding-bottom: .5em;
	padding-top: .5em;

}

#innerContent .childpage H2 {
	padding: 1em 0 0 0;
}

.childpage a {
	display: inline;
 	color: #e58e1a;
	text-decoration: none;
	font-weight: bold;
}

.childpage a:hover {
 	text-decoration: underline;
	font-weight: bold;
}

/* printer-friendly */

#util {
	width: auto;
	padding: 10px 10px 10px 10px;
	border: 1px solid #eee;
	float: right;
}

.pfv IMG {
    float: left;	
	padding-right:5px;
}
.at300bs.at15t_expanded, .at300bs.at15t_compact {height: 17px; width: 20px; 
	background:transparent url('http://www.aafp.org/online/etc/medialib/aafp_org/images/global_images/share.Par.0001.Image.gif') !important;}
.addthis_default_style .at300b, .addthis_default_style .at300m {padding:0 !important;}

/* other styles */

#breadcrumb {
	font-size: 8pt;
}

/* AJAX feed reader added by GN on 20090604 */

.feed .chan .chantitle {font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 13pt; background: #D38E15; color: #FFF; padding: 3px;}
.feed .chan .item a {font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 9pt;}
.feed .chan .item {margin-top: 13px; margin-bottom: 13px;}


/*images*/
.pic, .picr, .picc, .picl {border: 2px #EFF0E0 solid; margin: 10px; padding: 15px}
.shader .pic, .shader .picr, .shader .picc, .shader .picl, 
.shadel .pic, .shadel .picr, .shadel .picc, .shadel .picl, 
.shadec .pic, .shadec .picr, .shadec .picc, .shadec .picl {border: 0px; padding: 0px; margin: 10px;}
.picwoborder, .picwoborderr, .picwoborderc,  .picwoborderl {margin: 10px}
.cutline, .pic, .picr, .picc, .picl, .picwoborder, 
.picwoborderr, .picwoborderc,  .picwoborderl {font-size: 8pt; text-align: left; 
	font-family: Arial, Helvetica, sans-serif;}
.picr, .picwoborderr {float: right; margin-right: 0px !important;}
.picl, .picwoborderl {float: left; margin-left: 0px !important;}
.picc, .picwoborderc {text-align: center}
