/* @override http://10.0.1.5:8888/aul/css/main.css */

/*
Company:	Americans United for Life
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/hd-bkg.jpg) repeat-x 0 0 #001f40;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
div#hd-top {
	height: 125px;
	position: relative;
}

/* Body */
div#bd {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: url(../images/ft-bkg.png) repeat-y 0 0;
	padding: 0 0 20px 0;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 201px;
	height: 107px;
	background: url(../images/aul-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}
div#quote {
	font-style: italic;
	width: 545px;
	height: 120px;
	position: absolute;
	left: 220px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	
	color: #fff;
	margin: auto 0;	
}
div#quote .container {
	margin-top: 30px;
}
div#quote .quote {
	text-align: center;
	width: 100%;
	font-size: .99em;
}
div#quote .author {
	width: 100%;
	text-align: center;
	text-indent: 10%;
	font-size: .99em;
}
/* Util Links */
div.util {
	width: 250px;
	float: right;
	display: inline;
}
p.util {
	color: #ffffff;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 0 0 15px 0;
}
p.util a:link, p.util a:visited {
	color: #ffffff;
	text-decoration: none;
}
p.util a:hover {
	text-decoration: underline;
}

/* Contribute */
p.contribute {
	width: 222px;
	height: 52px;
	background: url(../images/btn-contribute-today.png) no-repeat 0 0;
	margin: 0 3px 0 0;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	float: right;
	display: inline;
}
p.contribute a {
	display: block;
	line-height: 52px;
	text-align: center;
	font-size: 138.5%;
	font-weight: bold;
	text-shadow: 0 0 5px #333;
	text-transform: uppercase;
}
p.contribute a:link, p.contribute a:visited {
	color: #fff;
	text-decoration: none;
}
p.contribute a:hover {
	text-decoration: underline;
}

/* Feature */
div.home-feature {
	width: 1010px;
	height: 317px;
	background: url(../images/home-feature-bkg.png) no-repeat 0 0;
}
div.home-feature-content {
	width: 980px;
	height: 303px;
	overflow: hidden;
	margin-left: 15px;
}

/* Content */
div.content-top {
	width: 1010px;
	height: 23px;
	background: url(../images/content-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.content-top-survey {
	width: 1010px;
	height: 23px;
	background: url(../images/content-top-survey.png) no-repeat 0 0;
	overflow: hidden;
}
div.content-btm {
	width: 1010px;
	height: 27px;
	background: url(../images/content-btm.png) no-repeat 0 0;
	overflow: hidden;
}
div.content-btm-survey {
	width: 1010px;
	height: 27px;
	background: url(../images/content-btm-survey.png) no-repeat 0 0;
	overflow: hidden;
}

body.home div.content-top {
	background: url(../images/content-top-home.png) no-repeat 0 0;
	height: 58px;
	
}
div.content {
	width: 965px;
	background: url(../images/content-bkg.png) repeat-y 0 0;
	padding: 2px 15px 2px 30px;
}
div.content-survey {
	width: 965px;
	background: url(../images/content-bkg-survey.png) repeat-y 0 0;
	padding: 2px 15px 2px 30px;
}

/* cols */
div.left-col {
	width: 644px;
	float: left;
	display: inline;
}
div.left-col-survey {
	width: 940px;
	float: left;
	display: inline;
}
div.right-col {
	width: 295px;
	float: right;
	display: inline;
}

/* Home Callouts */
div.home-callouts {
	background: url(../images/home-callouts.gif) repeat-y 0 0;
	margin: 0 0 20px 0;
}
div.latest-blog {
	width: 322px;
	padding: 20px;
	color: #0f3d6d;
	float: left;
	display: inline;
}
div.latest-blog h2 {
	color: #0f3d6d;
	font-size: 138.5%;
	margin: 0 0 10px 0;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
div.latest-blog h3.blog-featured-headline {
	margin: 0 0 0 0;
	font-size: 108%;
}
div.latest-blog h4 {
	font-size: 100%;
}
div.latest-blog p.blog-featured-date {
	font-size: 108%;
	font-weight: bold;
}
div.latest-blog p {
	font-size: 100%;
}
div.latest-blog ul a:link, div.latest-blog ul a:visited {
	color: #0f3d6d;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}
div.latest-blog ul a:hover {
	text-decoration: underline;
}

div.media {
	width: 251px;
	padding: 10px 0px 10px 0px;
	float: right;
	/**display: inline;**/
}
div.media-content {
	width: 251px;
	height: 177px;
	margin: 0 0 10px 0;
}
div.media h2 {
	color: #0f3d6d;
	font-size: 138.5%;
	margin: 0 0 10px 0px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
div.media p {
	margin: 0 0 0 0px;
}

/* Issues Box */
div.issues-box {
	border-top: 1px solid #adafb0;
	border-bottom: 1px solid #adafb0;
	padding: 10px 0;
	margin-bottom: 20px;
}
div.issues-box p {
	width: 122px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 6px 0 0;
	text-align: center;
	float: left;
	display: inline;
}
div.issues-box p.last {
	margin: 0;
}
div.issues-box p span {
	display: block;
	padding: 4px 0 0 0;
}

/* Flex Boxes */
div.flex-boxes {
	padding: 20px 0;
	color: #1f2d77;
}
div.flex-boxes p {
	font-size: 100%;
}
div.flex-boxes h2 {
	margin: 0 0 10px 0;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0f3d6d;
	font-size: 138.5%;
}
div.left-flex {
	width: 348px;
	margin-left: 10px;
	float: left;
	display: inline;
}
div.right-flex {
	width: 248px;
	float: right;
	display: inline;
}

/* Email Signup */
div.email-signup {
	background-color: #f8d769;
	padding: 15px 20px 15px 20px;
	position: relative;
	z-index: 100;
	width: 255px;
	margin-top: -15px;
}
body.home div.email-signup {
	margin-top: -30px;
}
div.email-signup label {
	color: #0f3d6d;
	font-size: 108%;
	display: block;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
div.email-signup input.txt {
	border: 1px solid #104d83;
	padding: 2px;
	font-size: 100%;
	width: 140px;
}
div.email-signup input.btn {
	color: #fff;
	background: url(../images/submit-btn.gif) no-repeat 0 0;
	width: 82px;
	height: 19px;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
div.email-signup input.btn:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Blog Archive in Sidebar */

div.blogarchive-side {
	padding: 55px 0 0 0;
}


/* Social Links */
div.social-net {
	padding-top: 5px;
}
body.home div.social-net {
	padding-top: 5px;
}
div.social-net ul {
	margin: 0;
	padding: 15px 0;
}
div.social-net li {
	list-style: none;
	width: 99%;
}
div.social-net li a {
	display: block;
	padding: 0 0 0 80px;
	font-size: 138.5%;
	font-family: Georgia, times, serif;
}
div.social-net li.action a {
	background: url(../images/icon-action.gif) no-repeat 15px 50%;
	line-height: 52px;
}
div.social-net li.share a {
	background: url(../images/icon-share.gif) no-repeat 15px 50%;
	line-height: 52px;
}
div.social-net li.tweet a {
	background: url(../images/icon-tweet.gif) no-repeat 15px 50%;
	line-height: 46px;
}
div.social-net li.email a {
	background: url(../images/icon-email.gif) no-repeat 15px 50%;
	line-height: 42px;
}
div.social-net li a:link, div.social-net li a:visited {
	color: #fff;
	text-decoration: none;
}
div.social-net li a:hover {
	text-decoration: underline;
}

/* Facebook Box */
div.facebook-box {
	width: 256px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer Search */
div.search {
	width: 400px;
	padding: 20px 0 0 50px;
	float: left;
	display: inline;
}
div.search label {
	color: #1d4163;
	font-size: 108%;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	vertical-align: middle;
}
div.search input.txt {
	border: none;
	padding: 3px;
	font-size: 100%;
	width: 230px;
	vertical-align: middle;
}
div.search input.btn {
	color: #fff;
	background: url(../images/submit-btn.gif) no-repeat 0 0;
	width: 82px;
	height: 19px;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	vertical-align: middle;
}
div.search input.btn:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Footer Links */
p.ft-links {
	width: 300px;
	margin: 0;
	padding: 22px 0 0 0;
	color: #1d4163;
	font-size: 116%;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-align: center;
	float: left;
	display: inline;
}

/* Social Links */
p.social-links {
	width: 190px;
	margin: 0 50px 0 0;
	padding: 13px 0 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
.more {
	font-weight: bold;
}
div.main {
	color: #011a34;
	padding: 0 0 0 10px;
}
div.main p {
	font-size: 100%;
	line-height: 150%;
}

.nocomments {display: none;}
/* @end */

/* @group Default Headings */
div.main h1 {
	color: #0f3d6d;
	font-size: 231%;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #f5c65e;
	padding: 0 0 0 2px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}

div.main h2 {
	margin: 0 0 10px 0;
	color: #0f3d6d;
	font-size: 197%;
}

div.main h3 {
	color: #0f3d6d;
	margin: 0 0 5px 0;
	font-size: 161.6%;
}

div.main h4 {
	font-size: 123.1%;
	color: #0f3d6d;
	margin: 0 0 5px 0;
}

div.main h5, div.main h6 {
	color: #0f3d6d;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 100%;
	line-height:1.3em;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 980px;
	margin-left: 15px;
	background: url(../images/nav-bkg.gif) no-repeat 0 0 #f2ad2e;
	min-height:43px;
	height:auto !important;
	height:43px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
div#nav ul li {
	list-style: none;
	display: inline;
	float: left;
	height: 43px;
	padding-left: 4px;
}
div#nav ul li a {
	margin: 13px 4px 0 0;
	font-size: 111%;
	display: inline-block;
	text-transform: uppercase;
}
div#nav a:link, div#nav a:visited {
	color: #0f3d6d;
	text-decoration: none;
}
div#nav a:hover {
	text-decoration: underline;
}
div#nav ul li.current_page_ancestor, div#nav ul li.current_page_item {
	background-color: #1f4061;
	color: #fff;
}
div#nav ul li.current_page_ancestor a, div#nav ul li.current_page_item a {

	color: #fff;
}
div#subnav {
	width: 1010px;
	height: 39px;
	background: url(../images/subnav-bg.jpg) no-repeat 2px 0;
}
div#subnav ul {
	margin: 0 43px;
	padding: 0 0 0 0;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: .9em;
}
div#subnav ul li {
	list-style: none;
	display: inline;
	height: 27px;
	display: block;
	float: left;
}
div#subnav ul li.current_page_item {
	background-color: #f8ce47;
	color: #0f3d6d;
}
div#subnav ul li.current_page_item a{
	color: #0f3d6d;
}
div#subnav ul li a {
	text-transform: uppercase;
	margin: 7px 6px;
	font-size: 108%;
	color: #fff;
	display: inline-block;
}

div#subnav a:link, div#subnav a:visited {
	color: #fff;
	text-decoration: none;
}
div#subnav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #0f3d6d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


/* Slider */
div#slider {
height:980px;
position:relative;
width:304px;
}

div#slider div.frame {
height:304px;
overflow:hidden;
position:absolute;
width:980px;
}
div#slider div.frame a {
left:0;
position:absolute;
top:0;
}
div#slider div.frame img {
height:304px;
width:980px;
}
div#slider div.thumbs {
height:70px;
position:absolute;
top:220px;
left: 20px;
width:600px;
}
div#slider div.thumbs a {
display:block;
float:left;
opacity:0;
margin-right: 10px;
}
div#slider div.thumbs a.thumb0, div#slider div.thumbs a.thumb1, div#slider div.thumbs a.thumb2 {
/*border-right:1px solid #FFFFFF;*/
}

input.submit {
	color: #fff;
	background: url(../images/submit-btn.gif) no-repeat 0 0;
	width: 82px;
	height: 19px;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	vertical-align: middle;
}
.sectionheaderbold {
color:#002545;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bold;
}
.sectionheader {
color:#002545;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
}

.pressreleaseheadline {
	border-bottom:1px solid #F5C65E;
	color:#0F3D6D;
	font-family:"Arial Narrow",Helvetica,sans-serif;
	font-weight:bold;
	font-size:150%;
	margin:0 0 12px;
	padding:0 0 5px 2px;
}


a:link.mediacentermore { color: #0F3D6D; text-decoration: underline; font-style:italic;}
a:active.mediacentermore { color: #0F3D6D; text-decoration: underline; font-style:italic;}
a:visited.mediacentermore { color: #0F3D6D;  text-decoration: underline; font-style:italic;}
a:hover.mediacentermore { color: #0F3D6D;  text-decoration: none; font-style:italic;}

input.volform1 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:180px;
}

input.volform4 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:40px;
}


.flickr-mini-gallery img {
margin:0 5px 5px 0;
}

#statebody {
	margin-left: 0px;
	margin-middle: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 24px;
	padding-right:24px;
	padding-bottom:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px
}

.statetblheadline {
	background-color:#355B7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#ffffff;
	height:50px;
	vertical-align:middle
}

.statetblrow {
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
	color:#011A34;
	vertical-align:middle;
	border:1px solid #011A34;
	font-size:12px;
}
.statetblcol {
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
	color:#011A34;
	vertical-align:middle;
	border:1px solid #011A34;
	font-size:16px;
}
.stateoutline {
	float:right;
	padding: 1px;
	clear: both;
}

#he {
	font-family:Arial, Helvetica, sans-serif;
	color:#0F3D6D;
	font-size:17px
}
#hd {
	font-family:Arial, Helvetica, sans-serif;
	color:#0F3D6D;
	font-size:15px
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: absolute; width: 100%; }
ul.dropdown li                      { font-weight: bold; float: left; width: 250px;  position: relative; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown li a                    { display: block; position: relative; z-index: 2000; }
ul.dropdown li a:hover,
ul.dropdown li a.hover              {  position: relative; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ display: none; position: absolute; top: 0; left: 0; width: 250px; z-index: 1000; margin-left: 88px; }
ul.dropdown ul li 					{ font-weight: normal;  color: #000;  margin: 0; padding: 0; height: auto !important; }
ul.dropdown ul li a					{ display: block !important; background: #F7DB82; color: #0F3D6D !important; padding: 7px 10px; margin: 0 !important; width: 100% !important;border-bottom: 1px solid #f4c358; } 
ul.dropdown ul li a:hover			{ display: block !important; background-color: #F2AD2E !important; } 
ul.dropdown ul li.current_page_item {background: none !important;}
