/*
====================================================================
AAFA-MD/DC Core CSS 
	Version 1.0
	Date: 06/20/08

	By: Lauren Egan, lredesigns: http://laurenegan.net
	
	Color Palette:
	Indigo:	 #393996
	Lt.Idi:	 #D2D2DD
	Teal:    #008C9A
	Lt.Teal: #C0D3D3
	Dk.Gray: #3F3F3F

====================================================================
*/

/*
====================================================================
Eric Meyer's Global Reset
====================================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

address {
	font-style: normal;
	}

.blocklink a {
	display: block;
	width: 100%;
	height: 100%;
	}
/*
====================================================================
Main Styles
====================================================================
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #444;
	opacity: 0.99;
	}

a:link, a:visited {
	color: #393996;
	font-weight: bold;
	text-decoration: none;
	}
			
a:hover, a:active {
	color: #008C9A;
	font-weight: bold;
	text-decoration: underline;
	}	
	

/*
====================================================================
Header Styles
====================================================================
*/

#top {
	width: 100%;
	background: #fff url(images/headerbg.jpg) repeat-x bottom;
	}

#header {
	width: 950px;
	height: 147px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(images/dandelion.jpg) no-repeat top right;
	}

.logo {
	float: left;
	margin-top: 10px;
	display: block;
	width: 366px;
	height: 88px;
	text-indent: -9999px;
	background: transparent url(images/aafa-mdlogo.jpg) no-repeat 0 0;
	}
	
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	}

.tagline {
	position: relative;
	width: 375px;
	margin: 105px 0 0 -269px;
	font: bold 0.9em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
	text-align: left;
	color: #008C9A;
	float: left;
	}


/*
====================================================================
Navigation Styles
====================================================================
*/

#nav {
	background: #fff url(images/navbg.jpg) repeat-x top;
	width: 100%;
	height: 3.3em;
	border-top: 2px solid #393996;
	border-bottom: 2px solid #393996;
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	}
		
	#nav ul {
		width: 1100px;
		margin: 0 auto;
		text-align: center;
		line-height: 1.5em;
		padding-top: 0.65em;
		}
		
	#nav a {
		display: block;
		width: auto;
		}

	#nav li {
		float: left;
		width: auto;
		line-height: 2em;
		padding-left: 2em;
		}
	
	#nav li ul {
		padding: 0;
		position: absolute;
		width: 14em;
		left: -999em;
		background: #fff url(images/highlightsbg.jpg) repeat-x bottom;
		border: 2px solid #fff;
		text-align: left;
		z-index: 1000;
		}
	
	#nav li ul li {
		display: block;
		width: 14em;
		padding: 0.5em;
		line-height: 1.5em;
		}
		
	#nav li ul li a {
		display: block;
		}

	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		}
		
	#nav li a:link, #nav li a:visited {
		color: #3F3F3F;
		font-weight: bold;
		text-decoration: none;
		}
			
	#nav li a:hover, #nav li a:active {
		color: #008C9A;
		font-weight: bold;
		text-decoration: none;
		}
			
	#nav li.youarehere a {
		text-decoration: none;
		color: #59AB3E;
		}

/*
====================================================================
Content Styles
====================================================================
*/

#main {
	width: 980px;
	margin: 0 auto;
	background: #fff url(images/mainbg.jpg) repeat-y top;
	text-align: center;
	}
/*	overflow: auto;
	}	

* html #main {
	height: 1%;
	}*/
   	
#content {
	width: 650px;
	margin: 0 12px 0 15px;
	padding: 20px 30px;
	text-align: left;
	min-height: 31em;
	height: auto;
	}
	
/* for Internet Explorer */
/*\*/
	* html #content {
	height: 30em;
	}
/**/

	#content h1 {
		margin-bottom: 0.5em;
		padding-bottom: 0.1em;
		font: bold 2em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		color: #008C9A;
		border-bottom: 1px dotted #393996;
		}
	
	#content h2 {
		padding-top: 1em;
		font: bold 1.3em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		color: #393996;
		}
		
	#content h3 {
		padding: 0.5em 0 0.25em 0;
		font: bold 1em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		color: #008C9A;
		}
		
	#content h4 {
		padding: 0.3em 0;
		font: bold 0.85em/1.25em Verdana, Arial, Helvetica, sans-serif;
		color: #3F3F3F;
		}
		
	#content ul h4, #content ol h4  {
		font-size: 1em;
	}

	#content p {
		font-size: 0.8em;
		padding: 0.5em 0;
		line-height: 1.6em;
		}
	
	#content .backtotop {
		text-align: right;
		}
			
	#content p.fineprint {
		font-size: 0.65em;
		padding: 0.5em 0;
		line-height: 1.6em;
		}
		
	#content ul {
		margin: 0.5em 1em 0.5em 3em;
		font-size: 0.8em;
		line-height: 1.6em;
		list-style-type: disc;
		}
		
	#content ul ul, #content dl ul ul {
		margin: 0.5em 1em 0.5em 3em;
		font-size: 1em;
		line-height: 1.6em;
		list-style-type: circle;
		}
	
	#content dl ul ul, #content dl ol ul, #content dl ol ul ul, #content dl p, #content ol ul, #content ol p, #content ul p {
		font-size: 1em;
		}
	
	#content dl ul {
		margin: 0.5em 1em 0.5em 3em;
		font-size: 1em;
		line-height: 1.6em;
		list-style-type: disc;
		}
		
	#content ul.pdf {
		list-style-type: none;
		}
		
	#content ol {
		margin: 0.5em 3em;
		font-size: 0.8em;
		line-height: 1.6em;
		list-style-type: decimal;
		}
	
	#content .abc {
		margin: 0.5em 3em;
		font-size: 0.8em;
		line-height: 1.6em;
		list-style-type: lower-alpha;
		}
		
		#content ol ol, #content dl ol {
			margin: 0.5em 3em;
			font-size: 1em;
			line-height: 1.6em;
			list-style-type: decimal;
			}
		
		#content ol li, #content ul li {
			padding-bottom: 0.25em;
			}
			
	#content .roman  {
		margin: 0.5em 3em;
		font-size: 0.8em;
		line-height: 1.6em;
		list-style-type: upper-roman;
		}
		
	#content dl {
		margin: 0.5em 0;
		font-size: 0.8em;
		line-height: 1.6em;
		}
		
	#content dt {
		padding: 0.25em 0;
		font-weight: bold;
		}
	
	#content dd {
		padding: 0.25em 0;
		margin-left: 2.5em;
		}
		
	#content .contact dd {
		padding: 0;
		margin-left: 2.5em;
		}
		
.ribbon {
	vertical-align: middle;
	}

#content .footnote {
	margin-top: 1.25em;
	font-style: oblique;
	border-top: 1px dotted #393996;
	}

.floatright{
	float: right;
	padding: 0.75em 0 0.5em 0.65em;
	}

.floatleft{
	float: left;
	padding: 0.75em 0.85em 0.5em 0;
	}
		
#content .btn-slide {
	background: url(images/slide_btn.gif) no-repeat 0 -22px;
	text-indent: -9999px;
	width: 103px;
	height: 22px;
	padding: 0;
	display: block;
	text-decoration: none;
	}
	
#content .faq-slide {
	background: url(images/faq_btn.gif) no-repeat 0 -22px;
	text-indent: -9999px;
	width: 103px;
	height: 22px;
	padding: 0;
	display: block;
	text-decoration: none;
	}

#content .active {
	background-position: 0 0;
	}
	
#content .pdf {
	vertical-align: text-bottom;
	}

#content sup {
	font-size: 75%;
	}

#content #pullquote {
	width: 200px;
	float: left;
	margin: 1em 0.65em 0.5em 0;
	padding: 0.5em 0;
	border-top: 1px dotted #393996;
	border-bottom: 1px dotted #393996;
	}

	#content #pullquote p {
		padding: 0.3em 0;
		font: bold 0.85em/1.45em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		color: #008C9A;
		text-align: left;
		}

.video {
	margin: 20px auto;
	text-align: center;
	}
	
	.video h2 {
		padding: 0.75em 0 0.5em 0;
		font: bold 1.3em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		color: #393996;
		}

.ltgovseal {
	float: left;
	padding: 0 0.85em 0.5em 0;
	}

.buynow {
	background: url(images/buynow.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 86px;
	height: 21px;
	padding: 0;
	display: block;
	text-decoration: none;
	}
		
/*
====================================================================
Content Hightlight Styles
====================================================================
*/

#highlights {
	width: 200px;
	height: 490px;
	margin-right: 15px;
	margin-left: 20px;
	background: #A6C7C9 url(images/rightbarbg.jpg) repeat-x bottom;
	display: inline;
	float: right;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
	}
	
	.highlightbox {
		width: 155px;
		height: 130px;
		margin: 15px auto;
		text-align: center;
		padding: 0 0.4em;
		background: #fff url(images/highlightsbg.jpg) repeat-x bottom;
		border: 2px solid #fff;
		}
	.highlightboxcoach {
		width: 155px;
		height: 185px;
		margin: 15px auto;
		text-align: center;
		padding: 0 0.4em;
		background: #fff url(images/highlightsbg.jpg) repeat-x bottom;
		border: 2px solid #fff;
		}
	
	.highlightbox p {
		padding: 0.65em 0;
		font-size: 0.80em;
		font-weight: bold;
		line-height: 1.25em;
		}
	
	#PollenForecast3 li {
		display: inline;
		font-size: 0.80em;
		font-weight: bold;
		line-height: 1.55em;
		margin: 0.65em 0;
		}

	#PollenForecast3 ol {
		padding-top: 0.55em;
		}
	
	#coachprogram {
		width: 141px;
		height: 103px;
		margin: 11px auto 0 auto;
		background: #992321 url(images/winasthmbg.gif) no-repeat top;
		}
	
	#coachprogramhome {
		width: 141px;
		height: 165px;
		margin: 11px auto 0 auto;
		background: #992321 url(images/winasthmbg.gif) no-repeat top;
		}
	
	#coachprogram p {
		font-size: 1em;
		color: #fff;
		padding: 0.55em 0;
		}
	
	#coachprogramhome p {
		font-size: 1em;
		color: #fff;
		padding: 0.55em 0;
		}
	
	#coachprogram .coachpress {
		font-size: 0.8em;
		color: #fff;
		padding: 0.35em;
		}
	#coachprogram a:link, #coachprogram a:visited {
		color: #fff;
		text-decoration: none;
		}
		
	#coachprogramhome .coachpress {
		font-size: 0.8em;
		color: #fff;
		padding: 0.35em;
		}
	#coachprogramhome a:link, #coachprogramhome a:visited {
		color: #fff;
		text-decoration: none;
		}
	#coachprogramhome a:hover, #coachprogramhome a:active {
		color: #001B66;
		text-decoration: underline;
		}
	
	#coachprogram h4 {
		padding-top: 0.25em;
		font-size: 1.2em;
		font-weight: bold;
		color: #fff;
		}
	
	#coachprogramhome h4 {
		padding: 0.5em 0 0.75em 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #fff;
		}

/*
====================================================================
Home Page Styles
====================================================================
*/

#homepagecenter {
	margin-left: 15px;
	text-align: left;
	overflow: hidden;
	height: 540px;
	}

#rotator {
	width: 530px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline;
	}

#content h1 {
		margin-bottom: 0.5em;
		padding-bottom: 0.1em;
		font: bold 2em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		color: #008C9A;
		border-bottom: 1px dotted #393996;
		}
		
#photonav {
	position: static;
	width: 130px;
	margin: 20px 30px 0 20px;
	float: left;
	display: inline;
	}
	
	#photonav ul {
		margin: 0;
		padding: 0;
		display: block;
		list-style-type: none;
		}

	#photonav li {
		width: 130px;
		height: 87px;
		display: block;
		padding-bottom: 15px;
		}
			
	#photonav li.parents {
		background: transparent url(images/forparents.jpg) no-repeat 0 0;
		}

	#photonav li.schools {
		background: transparent url(images/schoolsanddaycares.jpg) no-repeat 0 0;
		}
		
	#photonav li.healthcare {
		background: transparent url(images/healthcareproviders.jpg) no-repeat 0 0;
		padding-bottom: 0;
		}
		
	#photonav li.coaches {
		background: transparent url(images/forcoaches.jpg) no-repeat 0 0;
		}
		
	#photonav li.seniors {
		background: transparent url(images/forseniors.jpg) no-repeat 0 0;
		}
	
	#photonav a {
		position: relative;
		top: 5.5em;
		left: 0.25em;
		width: 100%;
		font: bold 0.8em/1.15em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		text-align: left;
		color: #000;
		}
	
	#photonav a:link, #photonav a:visited {
		color: #000;
		text-decoration: none;
		}
		
	#photonav a:hover {
		color: #008C9A;
		text-decoration: underline;
		}

#programs {
	margin-bottom: 0px;
	}
	
	#programs li {
		width: auto;
		height: 90px;
		position: relative;
		display: inline;
		padding: 1.5em 0.5em 0 0.5em;
		float: left;
		border-right: 1px dotted #393996;
		}
	
	#programs #rx {
		position: relative;
		width: 130px;
		}
	
	#programs #rx img {
		float: left;
		margin-right: 7px;
		}
		
	#programs #rx p {
		width: 80px;
		float: left;
		font: bold 0.8em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
		}

	#programs .end {
		padding-left: 1em;
		border: none;
	}

/*
====================================================================
Table Styles
====================================================================
*/

table {
	width: 100%;
	margin: 1em 0;
	font: 0.8em/1.15em Arial, Helvetica, verdana, tahoma, sans-serif;
	}

caption {
	padding-top: 1em;
	font: bold 1.5em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
	text-align: center;
	color: #393996;
	}
	
th, td {
	padding: 0.3em;
	border-bottom: 1px solid #D2D2DD;
	cursor: pointer;
	}

.tablehead {
	font-weight: bold;
	}

.tabledirections {
	font-size: 0.8em;
	padding: 0.5em 0;
	line-height: 1.65em;
	}

#campaigncodes {
	width: 60%;
	margin: 1em 0;
	font: 0.8em/1.15em Arial, Helvetica, verdana, tahoma, sans-serif;
	}

#campaigncodes th, #campaigncodes td {
	padding: 0.3em;
	border-bottom: 1px solid #D2D2DD;
	cursor: default;
	}
	
/*
====================================================================
Footer Styles
====================================================================
*/

#footer {
	height: 125px;
	margin: 20px 15px 0 15px;
	background: #fff url(images/footerbg.jpg) repeat-x bottom;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.75em;
	color: #393996;
	}
	
#footer a:link, #footer a:visited {
	color: #393996;
	text-decoration: none;
	}
			
#footer a:hover, #footer a:active {
	color: #393996;
	text-decoration: underline;
	}
	
.dcareamap {
	float: left;
	margin: 15px 20px 0 20px;
	}

#footer h4 {
	padding-top: 12px;
	font-weight: bold;
	}
	
#footernav {
	margin-top: 1em;
	}
			
	#footernav li {
		display: inline;
		color: #3F3F3F;
		}
		
#footernav a:link, #footernav a:visited {
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: none;
	}
			
#footernav a:hover, #footernav a:active {
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: underline;
	}

#paypal {
	width: 240px;
	margin-right: 15px;
	margin-top: -5px;
	text-align: center;
	float: right;
	}

#content .paypalform ol {
	list-style-type: none;
	}

#paypal h4 {
	padding-bottom: 0.5em;
	font: bold 1.25em/1.35em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
	}

#paypal img {
	padding-bottom: 0.15em;
	display: inline;
	vertical-align: middle;
	}

#paypal .paypalform {
	width: 75px;
	padding-bottom: 0.15em;
	display: inline;
	vertical-align: middle;
	float: left;
	}

.hidden {
	display: none;
	}

/*
====================================================================
Form Styles
====================================================================
*/
#content form ol {
	list-style-type: none;
	margin-left: 0;
}
	#content form li {
		padding-bottom: 0.5em;
	}
	
	#content form ol li ol {
		margin-left: 1.5em;
	}

#content form label {
	padding: 0.5em 0 0.25em 0;
}

#content form .textbox-label {
	display: block;
}

#content form input {
	padding: 0.25em;
	font: bold 1.15em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
	color: #008C9A;
}


