@charset "utf-8";
/* CSS Document */

html {
	padding:0px;
	margin:0px;
}
_html {
	padding:0px;
	margin:0px;
}
body {
	background-color:#fff;
	background-image: url(../images/body_bk.png);
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-repeat: repeat-x;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#5CC0AB;
	width:404px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:0 0 5px 0;
	margin:0;
}
h2 a:link, h2 a:hover, h2 a:visited, h2 a {
		color: #F08B7E;
}

a { 
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
ul li {
	margin: 20px 0;
	padding: 0 0 10px 20px;
	display: block;
}

table tr th {
	
	background-color:#fff;
}
table tr td {

}
p {
	margin: 20px 0px 0px 0px;
	line-height: 2em;
}

img { 
	border: none;
}
.blackText {
	color:#000;
}
.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}
img.floatRight {
	margin-left: 20px;
}	
.floatLeft {
	float: left;
	}

img.floatLeft {
	margin-right: 20px;

}
#container {
	width: 800px;
	background: #F5F9F8;
	margin: 0 auto;
	border: 2px solid #D9E8E3;
	text-align: left;
	padding: 20px;
}
#container2 {
	background: #FFFFFF;
	margin: 0 auto;
	border: 5px solid #9DDBCE;
	text-align: left;
	padding: 0 0 10px 0px;
}
#topBorder {
	width:100%;
	height:10px;
	margin:40px 0px 0px 0px;
	padding:0px;
	_background-position:0 5px;
	background-image:url(../images/topBorder_980.jpg);
	background-repeat:no-repeat;
	background-color:#eeeeee;
}
#mainContent {
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	overflow:hidden;
	background-image:url(../images/mainBkgd_980.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	
}
#bottomBorder {
	margin:0px;
	padding:0px;
	width:100%;
	height:30px;
	padding-top:15px;
/*	background-image:url(../images/bottomBorder_980.jpg);
	background-repeat:no-repeat;
	background-color:#eeeeee;*/
	color:#999999;
	text-align:center;
}
#bottomBorder a:link {
	color:#999999;
}
#bottomBorder a:visited {
	color:#999999;
}

#bottomLinks {
	margin:0px;
	padding:0px;
	width:100%;
	height:30px;
	padding-top:5px;
	color:#333;
	text-align:center;
	text-transform: lowercase;
}
#bottomLinks a{
	color:#333;
	padding: 0 20px 0 20px;
}
#bottomLinks a:visited {
	color:#333;
}
#titleBar {
	height:175px;
	width:795px;
	float:left;
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
#logoNew {
	float:left;
	width:632px;
	height:138px;
	background-image:url(../images/logo_980_2.jpg);
	background-position:top right;
}
#logo {
	float:left;
	width:446px;
	height:138px;
	background-image:url(../images/logo.jpg);
}
/* Top 3 navigation links */
#topNav {
	float:right;
	height:138px;
	width:332px;
	background-color:#ffffff;
	background-image:url(../images/topNavBkgd2.jpg);
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
}
#topNavContainer {
	position:absolute;
	top: 20px;
	left: 10px;
	width:235px;
	height:80px;
	padding-top:5px;
	margin-top:5px;
}
.topNavLink {
	width:200px;
	float:left;
	height:20px;
	padding: 4px 0px 4px 8px;
}
.topNavLink a:link, .topNavLink a {
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}
.topNavLink a:hover {
	color:#B94B4A;
}
.topNavArrow {
	width:25px;
	float:left;
	clear:left;
	height:27px;
	padding:0;
}
/* Main site navigation bar */
#mainNav {
	float:left;
	height:36px;
	margin: 0;
	padding:0px 0 5px 0;
	background-repeat:repeat-x;
	background-color:#FFF;
	width: 100%;
	
}



#printLogo {
	display:none;
}
/* Main body section, content of site */

/* Welcome Image */
#welcomeSplashImage {
	width:417px;
	height:207px;
}
#mainBodyContainer {
	background-image:url(../images/mainBodyBkgd.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	display: block;
	margin: 0 210px 0 10px;
}

#sidebar {
	float:right;
	width:175px;
	padding:30px 5px 5px 5px;
	#padding: 48px 5px 5px 5px;
	background-color:#ffffff;
}

.blackBold {
	color:#000;
	font-weight:bold;
}

ul.triangle {
	list-style-image: url(../images/triangle.gif);
	margin-left: 40px;
	padding-left: 40px;
	list-style-position: inside;
}


.promoBox {
	overflow:hidden;
	text-align:center;
}
.promoBox img {
	border:0;
}

.sourceText {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.rightImage {
	float:right;
	padding:0 15px 0 20px;
	border:0;
}
.leftImage {
	float:left;
	padding:0 20px 0 15px;
	border:0;
}
p a:link, p a:visited, p a:hover, p a {
	color: #F08B7E;
}
.redHighlight {
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
}
.storyBreak {
	width:620px;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
.pictureBox {
	width:180px;
	padding:10px 10px 0 10px;
	margin-left:10px;
	float:right;
	text-align:center;
}
.pictureBox img {
	margin-bottom:10px;
}
/* Contact Info */

.contactBox {
	width:320px;
	border:1px dotted #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}
.contactName {
	float:left;
	font-size:12px;
	font-weight:bold;
	background-color:#f8f8f8;
	padding:4px;
	border-bottom:1px dotted #ccc;
	width:268px;
	padding-left:10px;
	height:24px;
	_height:27px;
}
.contactInfo {
	float:left;
	padding:3px;
	width:310px;
	padding-left:10px;
	border-bottom:1px dotted #ccc;
}
.contactPhone {
	float:left;
	padding:2px 6px 2px 2px;
	border-right:1px dotted #ccc;
	text-align:center;
	width:142px;
}
.contactCellPhone {
	float:left;
	padding:2px 2px 2px 6px;
	text-align:center;
	width:142px;
}
.contactEmail {
	float:left;
	text-align:center;
	padding-right:6px;
	background-color:#f8f8f8;
	border-bottom:1px dotted #ccc;
	width:32px;
	height:32px;
}
.contactEmail img {
	border:0;
}
.printEmail {
	display:none;
}
.question {
	color:#000;
	font-style:italic;
}
/* Sponsors section at bottom of site */
#identityContainer {
	background-color:#ffffff;
	height: 140px;
	margin: 100px 0 0 80px;
}

.identity{
	width: 48%;
	float: left;
}
.identity p {
	margin:0 10px;
	line-height: 2.3em;
	font-size: 85%;
	color: #666666;
	text-align: left;
}
	
.options {
	padding: 14px 10px 0pt 0px;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	margin: 0 0 0 200px;
	
	
	 
}
.options a {
	color: #5CC0AB;
}

.options a:hover {
	text-decoration: underline;

}

/* Form ___________________________________________*/


.signup {
	font-size: 10px;
	line-height: normal;
	border: 1px dotted #666666;
	padding: 3px 3px 3px 10px;
}
.signup p {
	padding: 0px;
	margin: 0;
	font-weight: bold;
}
.signup table {

}

.signup a {
	color: #F08B7E;
	text-decoration:none;	
}
.signup a:hover {
	text-decoration: underline;
}
.signup table tr{
	line-height: 2em;
	border-bottom: 1px dotted #999999;
}
label {
	
	clear: both;
}	

input {
text-align: left;
}

input.submit {
	color: #FFFFFF;
	background-color: #9DDBCE;
	border: #999999 solid 1px;
	padding: 1px 4px;
	font-size: 9px;
	width: 40px;
	cursor: pointer;
}
