/*  -- Overall HTML Styles --  */
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
p {margin:0;}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #FFF784;
}
a:hover {
	text-decoration: underline;
	color: #FE0;
}
body {
	margin-top: 0px;
	background-color: #33957B;
}
hr {
	border: none;
	background-color: #FFF784;
	color: #FFF784;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0;
}
h1 {font-size:125%;}
h2 {font-size:120%;}
h3 {font-size:115%;}
h4 {font-size:110%;}
h5 {font-size:105%;}
h6 {font-size:100%;}

input.search {
	width: 80px;
	height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	border: 1px solid #CCC;
}


/*  -- Nav Text Styles --  */
#home_flash {width: 800px; height: 210px;}


/*  -- Nav Text Styles --  */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF784;
}
.nav a:link, .nav a:visited, .nav a:active {
	text-decoration: none;
	color: #FFF;
}
.nav a:hover {
	text-decoration: none;
	color: #FFF784;
}
.nav_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF784;
}


/*  -- Footer-Nav Text Styles --  */
.footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F72929;
	font-weight: bold;
}
.footer-nav a:link, .footer-nav a:visited, .footer-nav a:active {
	text-decoration: none;
	color: #FFF784;
}
.footer-nav a:hover {
	text-decoration: none;
	color: #FE0;
}


/*  -- Sub-Nav Text Styles --  */
.sub-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003C79;
}
.sub-nav a:link, .sub-nav a:visited, .sub-nav a:active {
	text-decoration: none;
	color: #003C79;
}
.sub-nav a:hover {
	text-decoration: none;
	color: #F72929;
}
.sub-nav_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F72929;
}


/*  -- Body Text Styles --  */
.body_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.blue_text {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003C79;
}
.yellow_text {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF784;
}
.bold {font-weight: bold;}
.bold_blue {font-weight: bold; color: #003C79;}
.small_text {font-size: 11px;}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #FFF784;
	font-weight: bold;
}
.breadcrumb a:hover {
	color: #003C79;
	font-weight: bold;
}
#breadcrumb {
	margin-bottom: 20px;
	font-size: .8em;
}


/*  -- Sub-Page Text Styles --  */
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #003C79;
	font-weight: bold;
	font-style: italic;
}


/*  -- Footer Text Styles --  */
.footer {
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: underline;
	color: #FFF784;
}
.footer a:hover {
	text-decoration: underline;
	color: #FE0;
}


/*  -- Donoation/Register Page Styles --  */

#formDiv{
	margin: 0px;
	padding: 10px;
	height: auto;
}
#formDiv label{
	width:auto;
	margin:8px 5px 0px 5px;
	float:left;
	display:inline;
	padding:0px;
}
#formDiv input, form select, form textarea{
margin:5px 5px 5px 0px; 
float:left; 
display:inline;
}
#formDiv label.req {
	width:15px;
	margin:8px 10px 0px 0px;
}
#formDiv label.req2 {
	width:auto;
	margin:8px 15px 0px 0px;
}
#formDiv input[type="radio"] { margin:10px 5px 5px 0px; } 
form .xlarge{width:200px; margin:5px 5px 5px 0px; float:left; display:inline;}
form .xxlarge{width:300px; margin:5px 5px 5px 0px; float:left; display:inline;}
form .large{width:150px; margin:5px 5px 5px 0px; float:left; display:inline;}
form .medium{width:100px; margin:5px 5px 5px 0px; float:left; display:inline;}
form .small{
	width:75px;
	margin:5px 5px 5px 0px;
	float:left;
	display:inline;
}
form .xsmall{width:50px; margin:5px 5px 5px 0px; float:left; display:inline;}
form .xxsmall {
	width:30px;
	margin:5px 5px 5px 0px;
	float:left;
	display:inline;
}
#eventSelect{
	width:385px;
	float:left;
}
#eventDetails{
	width:auto;
	float:left;
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #2F8870;
	background-color: #369C81;
}
.errorCon {
	background-color: #FFFBEA;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 673px;
	border: 1px solid #FFF4CA;
}
#formDiv h4{
	font-size:13px;
	margin:0px 0px;
	padding:5px 0px 8px 0px;
}
#formDiv h5{
	font-size:12px;
	margin:0px 0px;
	padding:10px 0px 8px 0px;
	font-weight:bold;
	color: #003C79;
}
#Registration1_lnkAddName {
	margin-top:0px;
	float:left;
	display:inline;
}







/*input.xxsmall, input.xsmall, input.small, input.med, input.large, input.xlarge, input.xxlarge {height: 14px; border: 1px solid #CCC;}
input.xxsmall {width: 20px;}
input.xsmall {width: 40px;}
input.small {width: 60px;}
input.med {width: 80px;}
input.large {width: 100px;}
input.xlarge {width: 200px;}
input.xxlarge {width: 350px;}
textarea.needs {width: 450px; border: 1px solid #CCC;}
#donor_table, #ind_table {width: 740px;}
#donor_table td, #ind_table td {padding-bottom: 6px;}
#ind_table td#title {padding-bottom: 8px;}
#city, #state, #zip, #ind_first_name, #ind_last_name, #birthday, #guard_city, #guard_state, #guard_zip {margin-right: 15px;}
#junior, #cadette, #senior, #non_seal_girl_scout, #optional_items, #asian, #haw_pi, #black, #other_race, #non_hisp_latina, #no_junior, #no_cadette, #no_senior, #no_non_seal_scout, #no_optional_items, #no_asian, #no_haw_pi, #no_black, #no_other_race, #no_non_hisp_latina {margin-left: 15px;}
#event_detail {padding-right: 15px;}
#camp_detail {padding-right: 100px;}*/