/* CSS Document */



body {
	background-color: #b3b3b3;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; // For IE	
}

body {
	font-size: 62.5%;
}



#container {
	width: 984px;
	padding-top: 7px;
	margin: 0 auto;
	text-align: left;
	
}

#container p {
	font-size: 1.3em;
	line-height: 1.6em;
	
}

#container h1 {
	color:#333333;
	margin: 8px 0 8px 0;
	font-size: 2.4em;
}


#container h3 {
	color: #999999;
}


#nav {
	width: 984px;
}

#swf_container {
	padding-top: 7px;
	width: 986px;
	margin: 0 auto;
	text-align: left;

}

#index_content {
	background-image: url(../images/bg_home_page_temp.gif);
	background-repeat: no-repeat;
	width: 984px;
	height: 570px;
	margin: 0;
	padding-top: 35px;
}

#content {
	width: 984px;
}

#inner_content {
	background-color: #FFFFFF;
	padding: 20px 20px 10px 30px;
	height: 100%;
}

#inner_content:after { 
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}

#inner_content #inner_left_col {
	float: left;
	width: 530px;
	padding-top: 15px;
}

#inner_content #inner_left_col p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#inner_content #inner_right_col {
	float: right;
	width: 325px;
	margin-right: 21px;
}

#container p.first {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	color: #CF8208;
	font-weight: bold;
}

#inner_content #inner_left_col p.first {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#intro_text {
	width: 315px;
	margin-left: 600px;
	background-color: #FFFFFF;
	padding: 20px;
	padding-bottom: 28px;
}

#site_purpose_box {
	background-color: #3e3e2f;
	margin-left: 600px;
	padding: 10px 20px 10px 20px;
	width: 315px;
	margin-top: 200px;
}

#site_purpose_box p {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

#index_content #intro_text p.index_pg_main_para {
	font-size: 1.8em; 
	padding: 0;
	margin: 0;
	color: #cf8208;
	font-weight: bold;
}

.red_cta_arrow {
	background-image:url(../images/red_cta_arrow.gif);
	background-repeat: no-repeat;
	background-position:left;
	background-color: #000;
	height: 2.0em;
	padding: 4px 15px 2px 20px;
	margin-top: 30px;
	width: 250px;
}

.red_cta_arrow a:link, 
.red_cta_arrow a:visited,
.red_cta_arrow a:hover,
.red_cta_arrow a:active  {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	width: auto;
}

.red_cta_arrow a:hover {
	text-decoration: underline;
}





/* Footer */


.round_bottom {
	background: url(../images/corner_br_white.gif) no-repeat top right;
	background-color: #FFFFFF;
}


#green_footer {
	margin: 20px auto;
	background-color: #dafcbd;
	width: 984px;
}

#white_footer, 
#white_footer_under_swf {
	margin: 20px auto;
	background-color: #e6e6e6;
	width: 984px;
	line-height: 1.6em;
}

#white_footer_under_swf {
	margin-top: 0;
}

#footer_content {
	padding: 0 30px;
	text-align: left;
}

#footer_content:after { 
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}

#white_footer .footer_round_top, 
#white_footer_under_swf .footer_round_top {
	background: url(../images/corner_tr_whitefooter.gif) no-repeat top right;
	background-color: #e6e6e6;
	text-align: left;
}

#white_footer .footer_round_bottom, 
#white_footer_under_swf .footer_round_bottom {
	background: url(../images/corner_br_whitefooter.gif) no-repeat top right;
	background-color: #e6e6e6;
	text-align: left;
	clear: both;
}


#green_footer .footer_round_top {
	background: url(../images/corner_tr_green.gif) no-repeat top right;
	background-color: #dafcbd;
	text-align: left;
}

#green_footer .footer_round_bottom {
	background: url(../images/corner_br_green.gif) no-repeat top right;
	background-color: #dafcbd;
	text-align: left;
	clear: both;
}

img.corner {
	display: block;
}

#green_footer p, #white_footer p {
	font-size: 1.0em;
}

.footer_para {
	float: left;
	width: 235px;
	padding-right: 10px;
}

.footer_para p {
	margin: 0;
	padding: 0;
}

#bottom_menu {
	width: 590px;
	float: left;
}

#addthis_button {
	margin-top: 10px;
}

#cc_image {
	width: 88px;
	float: left;
}

#bottom_menu ul {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

#bottom_menu ul li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
	border-right: 1px solid;
	margin: 0 10px 0 0;
}

#bottom_menu ul li.last_li {
	border-right: 0;
}

#footer_content a:link, 
#footer_content a:visited,
#footer_content a:hover,
#footer_content a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#footer_content a:hover {
	text-decoration: underline;
}




/* right hand column */

.right_hand_unit_white, .contact_box {
	margin: 0 20px 0 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;	
	color: #666666;
}

.contact_box {
	border-top: 1px solid #ccc;
	margin-top: 18px;
}

.right_hand_unit_white a:link, 
.contact_box a:link,
.right_hand_unit_white a:visited,
.contact_box a:visited,
.right_hand_unit_white a:hover,
.contact_box a:hover,
.right_hand_unit_white a:active,
.contact_box a:active {
	font-size: 1.3em;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

.right_hand_unit_white a:hover,
.contact_box a:hover {
	text-decoration: underline;
}

.right_hand_unit_white {
	font-size: 0.9em;
}

.contact_box p {
	font-size: 1.0em;
}

.contact_box h3 {
	font-size: 1.8em;
	margin: 0;
	padding: 10px 0 0 0;
}




/* subscription form */

.form_style {
	font-weight: bold;
	font-size: 1.3em;
	float: left;
	width: 340px;
}

.form_style p {
	font-size: 1.1em;
}

.disclaimer {
	font-size: 0.9em;
	color: #333;
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
}

.input_field {
	width: 300px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	font-size: 0.1em;
}

.form_layout {
	border-top: 1px solid #ccc;
}

.form_layout h3 {
	font-size: 1.8em;
}
