/* CSS Document */

/* CSS 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS Reset */

/* BSA HOAC Styles */

/* Containers */

body {
	background:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main {
	margin:5px auto;
	width:1006px;
	border:3px solid #fff;
	background:#fff;
}

#header {
	width:998px;
	clear:both;
	padding: 10px 0 0 8px;
}
#mainnav {
	width:1000px;
	background:#760c02;
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
	margin-top:8px;
	padding:3px;
}
#homemaincontent {
	width:1006px;
	clear:both;
}

#imageribbon {
	height: 104px;
	margin-bottom:4px;
}

#imageribbon.districts {
	background:url(../graphics/page_header1.jpg) no-repeat;
}

#maincontent {
	width:1006px;
	background:url(../graphics/bkg_body.gif) repeat-y #fff;
	clear:both;
}
#footer {
	width:990px;
	padding:8px;
	background:#212c4a;
	color:#fff;
	text-align:center;
	font-size: 12px;
	clear:both;
	text-transform:uppercase;
}

#copyright {
	width:990px;
	margin:0 auto;
	padding:8px;
	color:#fff;
	text-align:center;
	font-size: 10px;
	clear:both;
	text-transform:capitalize;
}
/* Default Styles */

a {
	color:#760c02;
	text-decoration:underline;
}

a:visited {
	color:#212c4a;
}

a:hover {
	color:#666666;
}

#nolink
{
	color:White;
	text-decoration:underline;
	}

p {
	margin:0 0 10px 0;
	line-height:16px;

}

ul {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
	list-style:outside disc;
}

ol {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
	list-style:outside decimal;}

ol ol {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
	list-style:outside lower-roman;}

ol.roman {
	list-style:outside lower-roman;
}
ol.roman ol {
	list-style:outside lower-alpha;
}

ol.alpha {
	list-style:outside lower-alpha;
}

ol.alpha ol {
	list-style:outside lower-roman;
}


li {
	padding:0;
	margin: 0 0 10px 0;
} 

strong {
	font-weight:bold;
}

em {
	font-style:italic;
	}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	clear:both;
	color:#212c4a;
	margin-bottom:10px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	/*clear:both;*/
	color:#212c4a;
}

h3 {
	font-size:14px;
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
	color:#000;
}

h4 {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#000;
	margin-bottom:10px;
}

h5 {
	font-size:10px;
	font-weight:bold;
	color:#000;
}

h6 {
	font-size:10px;
	font-style:italic;
	color:#000;
}

/* Header */


#headerlogo {
	float:left;
	width:400px;
}
#headersearch {
	float:right;
	width:260px;
	padding: 38px 5px 0 0;
	text-align:right;
	text-transform:uppercase;
	color:#999;
	line-height:20px;
	font-size:100%;
}

#headersearch p {
	padding-top: 10px;
	color:#760c02;
}

#headersearch a 
{
	color:#760C02;
	text-decoration:none;
}

#headersearch a:hover {
	text-decoration:underline;
	color:#999;
}

.sf_searchText
{
	background-color:#CCC;
	margin-left:32px;
	float:left;
	border:0;
	
	}

.sf_searchSubmit
{
	color:#5F5F5F;
	width:60px;
	border:0;
}

/* Home Page Styles */

#hphero {
	margin:0;
	padding:0;
	clear:both;
}

#hpnews {
	margin:0;
	width:218px;
	padding:8px;
	float:left;
	height:279px;
	max-height:279px;
	background: #d6d8da;
}

#hpnews {
	font-size: 12px;
}

#hpnews h2{
	text-align:center;
	color:#212c4a;
	font-size:14px;
	margin-bottom:4px;
}

#hpnews h3{
	color:#212c4a;
	font-size:14px;
}

#hpnews h3.sf_newsTitle {
	margin: 0;
	padding:0;
}

#hpnews p {
	margin: 0px 0;
	padding:4px 0 0 0;
	font-weight:bold;
}

#hpnews a 
{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#760C02;
	padding:0;
}

#hpnews a:hover {
	text-decoration:underline;
	color:#666666;
}

#hpheroimg {
	float:right;
	width:767px;
}


#hpcontent {
	margin-top: 5px;
	clear:both;
}

#hpleft {
	margin:5px 0 0 0;
	float:left;
	width:688px;
}

#hpleft h1 {
	margin: 10px 0 10px 0;
}

#hpleft h2 {
	margin: 10px 0 10px 0;
}

#hpleft p {
	margin: 5px 5px 0 0;
	padding:0;
}


.blank {
height:0;
clear:both;
}

a.audienceparents  {
	display:block;
	width:218px;
	padding:8px;
	color:#fff;
	float:left;
	text-decoration:none;
	margin-right:5px;
	background:#760c02;
	font-size:14px;
	text-transform:uppercase;
}

a:visited.audienceparents  {
	color:#fff;
}

a:hover.audienceparents  {
	text-decoration:underline;
}

a.audienceleaders  {
	display:block;
	width:205px;
	padding:8px;
	color:#fff;
	float:left;
	text-decoration:none;
	margin-right:5px;
	background:#012856;
	font-size:14px;
	text-transform:uppercase;
}
a:visited.audienceleaders  {
	color:#fff;
}

a:hover.audienceleaders  {
	text-decoration:underline;
}

a.audiencescouts  {
	display:block;
	width:204px;
	padding:8px;
	color:#fff;
	float:left;
	text-decoration:none;
	margin-right:0;
	background:#527452;
	font-size:14px;
	text-transform:uppercase;
}
a:visited.audiencescouts  {
	color:#fff;
}

a:hover.audiencescouts  {
	text-decoration:underline;
	
}

#hpevents {
	font-size: 12px;
	margin:5px 0 0 0;
	width:300px;
	padding:8px;
	float:right;
	height:279px;
	background: #d6d8da;
}

#hpevents h2
{
	padding-bottom:10px;
	text-align:center;
	color:#212c4a;
	font-size:14px;
}

#hpevents p {
	margin: 4px 0;
	padding:4px 0;
	font-weight:bold;
	
}

#hpevents a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#760C02;
	padding:0;
	margin:0;
	line-height:0;
}

#hpevents a:hover {
	text-decoration:underline;
	color:#666666;
}

/* Page Styles */

#leftsb {
	width:140px;
	max-width:140px;
	padding: 12px 4px;
	float:left;
}

#leftsb h2 {
	color:#760c02;
	margin-bottom:10px;
	text-transform:uppercase;
}

#leftsb a
{
	overflow:visible;
	width:140px;
}

#leftsb2 
{
	width:140px;
	max-width:140px;
	float:left;
}

#leftsb2 h4 {
	color:White;
	text-align:center;
	text-transform:capitalize;
	line-height:1.5em;
	background-color:#760C02;
	height:20px;
	margin-bottom:-12px;
	border:solid 1px #760C02;
}

#leftsb2 a
{
	padding:3px;
	padding-right:5px;
	text-decoration:none;
	border:solid 1px #760C02;
	border-top:none;
	color:#000;
	display:block;
	overflow:visible;
	width:140px;
}

#leftsb2 a:hover
{
	padding:3px;
	padding-right:5px;
	border:solid 1px #760C02;
	border-top:none;
	background-color:#666666;
	color:White;
}

/*#leftsb ul{
	margin:0;
	padding:0;
	list-style:none;
}
#leftsb li{
	margin:0;
	padding:0;
	border-bottom:1px solid #760c02;
}

#leftsb li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding: 3px 4px 2px 5px;
	background:url(../graphics/nav_arrow_right.gif) right no-repeat;
}

#leftsb li a.on{
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 3px 4px 2px 5px;
	background:url(../graphics/nav_arrow_down.gif) right no-repeat #760c02;
}

#leftsb li a:hover {
	background:#666;
	color:#fff;
}

#leftsb li li {
	margin:0 0 0 10px;
	padding:0;
	border-top:1px solid #999;
	border-bottom:none;
	font-size:11px;
}

#leftsb li li a{
	display:block;
	color:#760c02;
	text-decoration:none;
	padding: 3px 4px 2px 5px;
	background:none;
}

#leftsb li li a:hover {
	background:#760c02;
	color:#fff;
}*/

#districtlinks {
	border:1px solid #760c02;
	padding:0;
	margin-top:15px;
}

#districtlinks h2{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:#760c02;
	color:#fff;
	margin:0;
	padding: 4px;
}
#districtlinks ul{
	margin:0;
	padding:0;
	list-style:none;
}
#districtlinks li{
	margin:0;
	padding:0;
	border-bottom:1px solid #760c02;
}

#districtlinks li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding: 3px 4px 2px 5px;
	background:none;
}

#districtlinks li a:hover {
	background:#666;
	color:#fff;
}

#bodycontent {
	width:820px;
	padding: 12px 4px;
	float:right;
}

img.left {
	float:left;
	margin: 0 10px 10px 0;
}

.CheckBoxEvent
{
	width:10px;
	float:left;
	}