/*
 Magin/Padding Shorthand - T R B L
 Border width colour style
*/

/******************************************** Page Settings */
html, body {
	margin: 0ex;
	padding: 0ex;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5ex;
	background-color: #FFFFFF;
	color:#000000;
}

/******************************************** Page Layout */

#header {
	color:#FFFFFF;
	background-color: #009900;
	margin: 0px;
	height: 76px;
}

#headerPicsLogo.img {
	position: absolute;
}

#headerPicsLogo {
	float:right;
	position:absolute;
	top: 8px;
	z-index:1;
	overflow:hidden;
	height: 57px;
}

#headerLeftLogo {
	float:right;
	position:absolute;
	top:0;
	right:243px;
	z-index:0;
}

#headerRightLogo {
	float:right;
	position: absolute;
	top:0;
	right:0;
	z-index:1;

}

#content {
	padding: 10px;
	margin-left: 180px;
	color:#000000;
	background-color:#FFFFFF;
	min-height: 400px;
}

#container {
	color:#FFFFFF;
	background-color: #009900;
	margin: 0ex 0ex 0ex 0ex;
	padding: 0px 0px 0px 0px;
}
	
#footer {
	background-color: #009900;
	clear: both;
	padding: 2px 10px 5px 0px;
	text-align: right;
	font-size: 1.5ex;
	color:#FFFFFF !important;
	font-weight:bold;
	height:2.5ex;
}


#footer_left {
	float:left;
	left: 180px;
	position:relative;
	padding: 0px 10px 0px 0px;
	border:none;
}


#footer_right {
	float:right;
	position:relative;
	padding: 0px 0px 0px 0px;
	border:none;
}


#topLink {
	color: #FFFFFF;
	background-color: #009900;
	padding: 2px 6px 2px 6px;
	border: thin #FFFFFF solid;
	position:fixed;
	bottom:0;
	right: 0;
	
}

.spacer { 
	clear: both;
}


/******************************************** Menu */
#menu {
	width: 160px !important;
	float: left;
	margin-left: -1px;
	padding: 10px;
	color:#FFFFFF;
	background-color: #009900;

}

.menu_item {
	border: 1px solid black;
	padding: 1ex 1ex 1ex 1ex;
	color: inherit;
	background-color: #FFFFFF;
}

.menu_item p {
	padding: 0ex 0ex 1ex 0ex;
	margin: 0ex 0ex 0ex 0ex;
}

.menu_header {
	margin: 3ex 0ex 0ex 0ex;
	background-color:#1E0A3E;
	padding: 4px 4px 4px 4px;
	color:#FFFFFF;
	font-weight:bold;
 }

.menu_top {
	margin: 0ex;
}

.subSection {
	font-weight:normal !important;
	padding: 4px 4px 4px 4px;
}

/* Search Control */
#searchString {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5ex;
	font-weight: normal;
	color:#000000;
	background-color: #FFFFFF;
	width:100px;
}

#searchSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5ex; 
	font-weight: bolder;
	color:#000000;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

fieldset {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#searchForm {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content_header {
  width:100%;
  border-bottom: thin #1E0A3E dashed;
  height: 5ex;
  overflow:hidden;
  margin: 0px 0px 10px 0px;
}


#locator {
	position:relative;
	vertical-align:middle;
}

#locator td {
	font-size: 1.5ex !important;
}


/******************************************** MISC */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

p {
	padding: 0px;
	margin-top: 0px;
}

/******************************************** Content Layout */

/* Controls the apperance of an img so it appears on the left*/
img.left {
	float:left;
	padding: 0px 10px 0px 0px;
	border:none;
}

/* Controls the apperance of an img so it appears on the right*/
img.right {
	float:right;
	padding: 0px 0px 0px 0px;
	border:none;
}


p, li {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.7ex;
}

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 2.2ex;
	float:left;
	position:absolute;
	vertical-align:top;
}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.8ex;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	border-bottom:thin #1E0A3E dotted;
}

h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.6ex;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-decoration:underline;
}

.white {
	color:#FFFFFF !important;
	background-color: inherit;
}

.noUnderline {
	text-decoration:none !important; 
}


br
{
line-height:0px;
} 

/******************************************** Links */

a:link, a:active, a:visited {
  color: #1E0A3E;
  background-color : inherit;  
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #009900;
  background-color : inherit;
  font-weight: bold;
  text-decoration: none;
}

/******************************************** Forum include */

#forumContainer {
	float:right;
	position:relative;
	width:200px;
	margin: 10px 0px 0px 10px;
	border: thin #009900 dashed;
	color: inherit;
	background-color:#FFFFFF;
}

#forumTitle{
	width: 190px;
	background-color: #009900;
	color:#FFFFFF;	
	border:thick #FFFFFF solid;
	text-align:center;
	font-weight:bold;
	padding: 2px 0px 2px 0px;
}

#forumLatest {
	padding: 5px 5px 5px 5px;
}

.directory {
	width:95%;
}

.emailLink, .webLink {
	vertical-align:top;
	margin: 0px 5px 0px 0px;
}

td {vertical-align:top;}
.white {color:#FFFFFF; text-decoration:none;}
.greyout { background-color:#E0E0E0}
table.cal, th.cal, td.cal {border: thin #4d1979 solid;}

th, .day {
 font-weight:bold;
 margin: 2px 2px 2px 2px;
 padding: 3px 3px 3px 3px;
}

td, li, p, .All, .Beavers, .Cubs, .Scouts, .Explorers, .Network, .Fellowship, .County_Team {
 margin: 2px 2px 2px 2px;
 padding 1px 1px 1px 1px
}
.All {background: #ff9900}
.Beavers {background: #0099cc;}
.Cubs {background: #33cc00;}
.Scouts {background: #006666;}
.Explorers {background: #336633;}
.Network {background:#999966;}
.Fellowship {background:#4d1979; }
.County_Team {background:#003333; }
.Training {background:#FF0033; }


.vcard {color:grey;
 margin: 20px 2px 2px 2px;
 padding 1px 1px 1px 1px;
 border-top: thin #009900 dashed;
 }

