/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
date:	   9/18/2009	
author:    Larry Cobb
email:     lcobb@trsg.net
website:   http://www.cummer.org/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, hr {
  margin: 1em 0;
}

/* Put it back on certain elements */
ul, ol {
  margin: 1em 2em;
}

li {
  margin: .5em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 14px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	margin: 0; 
	padding: 0;
	background: #f2f8ee;
}

#footer p {
	font-size: 12px;
	line-height: 14px;
}

#association-logos p {
	margin: 0;
}

#credits p {
	font-size: 10px;
	line-height: 12px;
}

#leftContentHome p {
	font-size: 12px;
	line-height: 16px;
}

.address {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.phoneNumber {
	font-size: 16px;
	font-weight: bold;;
	line-height: 21px;
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container-masthead {
	height: 93px;
}

#container-content {
	background: #b6d1a9;
	border-bottom: 5px #88a8d2 solid;
	border-top: 5px #88a8d2 solid;
	clear: both;
}

#container-footer {
	clear: both;
	margin-bottom: 12px;
}

#masthead {
	width: 911px;
	height: 93px;
	margin: 0 auto;
	padding: 0; 
}

#logo {
	float: left;
	margin: 22px 0 0 15px;
}

#topRight {
	float: right;
	margin: 35px 36px 0 0;
}

#mainContent {
	background: #fffffe;
	margin: 0 auto;
	width: 911px;
	padding: 0;
}

#mainContentHome {
	background: url(../images/bg-mainContent.gif) #fffffe top left repeat-y;
	margin: 0 auto;
	width: 911px;
	padding: 0;
}

#leftDiv {
	float: left;
	width: 213px;
	background: #f2f8ee;
	margin-right: 5px;
	vertical-align: top;
}

#leftContentHome {
	padding: 15px 15px 20px 35px;
}

#rightDiv {
	width: 693px;
	float: right;
}

#rightDivHome {
	width: 693px;
	float: right;
}

#topLeftHome {
	float: left;
	width: 462px;
	height: 276px;
}

#topRightHome {
	float: right;
	width: 214px;
	height: 255px;
	padding:21px 8px 0 9px;
	background: #f3d24e;
}

#bottomLeftHome {
	float: left;
	width: 462px;
	clear: both;
	padding: 0;
	margin: 0;
}

#bottomFarLeftHome {
	width: 231px;
	float: left;
	padding: 0;
	margin: 0;
}

#bottomCenterHome {
	width: 231px;
	float: right;
	padding: 0;
}

#bottomRightHome {
	width: 231px;
	float: right;
	padding: 0;
}

#bottomFarLeftHomeHeader {
	background: #b42900;
	height: 34px;
	padding-top: 1px;
	text-align: center;
}

#bottomCenterHomeHeader {
	background: #88a8d2;
	height: 34px;
	padding-top: 1px;
	text-align: center;
}

#bottomRightHomeHeader {
	background: #9d9d64;
	height: 34px;
	padding-top: 1px;
	text-align: center;
}

.bottomFeatureHomeImage {
	height: 169px;
}

.bottomFeatureHomeText {
	padding: 10px 17px 15px 21px;
}

.bottomFeatureMiddleHomeText {
	background: #f2f8ee;
	padding: 10px 17px 15px 21px;
}

#footer {
	width: 911px;
	margin: 0 auto;
	padding: 10px 0; 
}

#association-logos {
	width: 600px;
	margin: 0 auto;
	padding: 1px 0;
	vertical-align: middle;
}

#credits {
	width: 600px;
	margin: 10px auto;
	padding: 0; 
}

#social-networks {
	border-top: 1px #f9df74 solid;
	padding-top: 10px;
	margin-top: 15px;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 { 
	font-size: 34px; 
	line-height: 42px;
	font-weight: normal;
	margin: 0;
}

h2 { 
	font-size: 26px; 
	line-height: 31px;
	color: #1c5b97;
	margin: 0;
}

h3 {
	font-size: 18px; 
	line-height: 22px;
	color: #1568b3;
	margin: 0;
}

h4 {
	font-size: 14px; 
	line-height: 18px;
	color: #000;
}

#bottomFarLeftHomeHeader h4, #bottomCenterHomeHeader h4, #bottomRightHomeHeader h4 {
	font-size: 14px;
	font-weight: bold; 
	line-height: 18px;
	margin-top: 9px;
	color: #fff;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover, a:active {
	color: #88a8d2;
	text-decoration: underline;	
}

#footer a:link, #footer a:visited, #eventText a:link, #eventText a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover, #footer a:active, #eventText a:hover, #eventText a:active {
	color: #88a8d2;
	text-decoration: underline;	
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	background: #fffffe;
	padding: 25px 0 20px 0;
	width: 213px;
}

#nav {
	width: 213px;
	padding: 0;
	list-style: none;
	font-size: 16px;	 
	font-weight: bold;
	margin: 10px 0;
	
}

#nav ul {
	padding: 0;
	margin: 0;
	background-color: #ffeebb;
	border: 2px #ccc solid;
	list-style: none;	 
	font-size: 16px;
	font-weight: bold;
}

#nav a {
	display: block;	
	text-decoration: none;
	color: #003366;
	line-height: 24px;
}

#nav li a:hover, #nav li a:active {
	display: block;	
	text-decoration: underline;
	line-height: 24px;
}

#nav li {
	width: 178px; 
	padding: 0 0 0 35px;
	margin: 0;
	height: 24px;
	vertical-align: middle;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 203px;
	w\idth: 203px;
	font-size: 16px;
	font-weight: bold;
	margin: -24px 0 0 176px;
}

#nav li ul li ul { /* third-level lists */
	position: absolute;
	left: -999em;
	width: 203px;
	w\idth: 203px;
	font-size: 16px;
	font-weight: bold;
	margin: -24px 0 0 191px;
}

#nav li ul li, #nav li ul li ul li {
	width: 193px;
	padding: 0 0 0 10px;
	border-bottom: 1px #fff solid;	
}

#nav li li.bottom, #nav li li li.bottom {
	width: 193px;
	padding: 0 0 0 10px;
	border-bottom: 0px #88a8d2 solid;	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ccc;	
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

.form-label {
	margin: 1em 0 .25em;
	font-weight: bold;
}

.form-field {
	margin: .25em 0 1em;
}

input[type="text"] {
	width: 250px;
	height:18px;
}
	
textarea {
  	width: 400px;
  	height: 100px;	
}

input[type="submit"] {
	width: auto;
	padding: 3px 5px;
}
	
#newsletter-signup-form input[type="submit"] {
	width: auto;
	padding: 0 2px 1px;
	height: 22px;
	border: 0;
}
	
#newsletter-signup-form input[type="text"] {
	width: 152px;
	height: 18px;
	margin: 0;
	border-top: 2px solid #b59d3d;
	border-left: 2px solid #b59d3d;
	border-bottom: 2px solid #f9df74;
	border-right: 2px solid #f9df74;
}	

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* =site map
-----------------------------------------------------------------------------*/
#sitemap ul {
	margin: 3px 20px; padding: 0;
}
#sitemap li {
	list-style: none;
}
#sitemap a.top_level:link, #sitemap a.top_level:visited {
	text-decoration: none;
	font-size: 21px;
	line-height: 24px;
	color: #134678;
	font-weight: bold;
	}
#sitemap a.top_level:hover, #sitemap a.top_level:active {
	text-decoration: underline;
	color: #b4595e;
	}
#sitemap a.sub1:link, #sitemap a.sub1:visited {
	text-decoration: none;
	font-size: 18px;
	line-height: 21px;
	color: #b4595e;
	font-weight: bold;
	}
#sitemap a.sub1:hover, #sitemap a.sub1:active {
	text-decoration: underline;
	color: #1c5b97;
	}
#sitemap a.sub2:link, #sitemap a.sub2:visited {
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	color: #1c5b97;
	font-weight: bold;
	}
#sitemap a.sub2:hover, #sitemap a.sub2:active {
	text-decoration: underline;
	color: #b4595e;
	}
.subhead {
	text-decoration: none;
	font-size: 21px;
	line-height: 24px;
	color: #134678;
	font-weight: bold;
	margin: .25em 0;
	}
.subhead1 {
	text-decoration: none;
	font-size: 18px;
	line-height: 21px;
	color: #1c5b97;
	font-weight: bold;
	margin: .25em 0;
	}
.subhead2 {
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	color: #1c5b97;
	font-weight: bold;
	margin: .25em 0;
	}
	