/*
Scout Metro

Site created by SHOCKBOOGIEDESIGN
http://www.shockboogiedesign.com/ Copyright A(C) 2009
Creation Date: April 2009
Concept Designer: Roxy Kurze


*/

* {
	margin: 0 0 0 0;
	padding: 0;
	
}

body {
	background: #5f5442;
	font-family: Arial,sans-serif;
	font-size:13px;
    color: #fdf3e4;
	 height: 100%; 


}



p, ul, ol {
	line-height: 150%;
	text-align: justify;
}

p.footer {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

ul{
	list-style: none;
	
	}



ul.bullet {
	margin-left: 40px;
	list-style-type: square;
	margin-top:10px;
}

a{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
	color: #63d5ff;
}


a:hover{
	font-size: 13px;
	padding-bottom: 10px;
	color: #0099d1;
	
}


a img{
	border: none;
	
}



h1 {
	
	font-family: Georgia, Arial,sans-serif;
	font-size:18px;
	color: #eedabb;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}



h2 {

	font-family: Georgia, Arial,sans-serif;
	font-size:18px;
	color: #4fcfff;
	font-weight: normal;
	text-align: left;
	
}


h3 {
	
	font-family: Georgia, Arial,sans-serif;
	font-size:18px;
	color: #eedabb;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 10px;
}


h4 {
	
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #eedabb;
	padding-bottom: 4px;

	
}



h5 {
	
	font-family: Georgia, Arial,sans-serif;
	font-size:18px;
	color: #534a3c;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 10px;
}


#wrapper {
	margin: 0 auto;
	background: #5f5442 url(images/scoutbg.jpg) repeat-x;
	height: auto; min-height: 100%;
	height: 100%;
	
}

#subwrapper {
	width: 1006px;
	margin: 0 auto;
	padding-bottom: 50px;
	
	
	

}






/*top navigation*/



#header {
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 1;

	
	
}


img.logo {
	padding-top: 26px;
	height: 61px;
	width: 286px;
	left: 36%;
	position: absolute;
	
}


#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
   	z-index: 2;
  }


/*Menu*/
#menu {

	text-align: center;
	left: 22%;
	position: absolute;
	top:35px;


}

#menu ul {
	margin: 0 auto;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #eedabb;
	
}

#menu a:hover {
	
	color: #0099d1;
	
	
}

#menu a.blue {

	
	color: #0099d1;
	}










/*video*/

#video {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 600px;
	width: 761px;
	top:80px;
	
	
}






/*midsection*/

#midsection {
	
	width: 1006px;
	height: 185px;
	margin-top: 25px;
}
#midcolumn {
	width: 315px;
	float: left;
	margin-left:5px;
	
	
}

#midcolumnlong {
	width: 600px;
	float: left;
	margin-left:5px;
	
	
}
.pic {
	width:135px;
	float: left;
}
.text {
	width: 158px;
	float: left;
	margin-top: 25px;
	margin-left: 5px;
}

.tagtext1 {
	float: left;
	margin-top: 25px;
	margin-left: 5px;
	
}

.tagtext2 {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	
}
	

.dividermid {
	width: 22px;
	float: left;
	margin: 0 auto;
	

}

p.mid {
	font-family: Arial,sans-serif;
	font-size:14px;
	color: #534a3c;
	font-weight: bold;
	text-align: left;
	
}





/*bottom section*/

#bottom {
	width: 1006px;
	margin: 0 auto;
	
	
	}

.bottomleft {
	width:300px;
	float: left;
	margin-right: 20px;
	padding-bottom: 100px;
	margin-left: 20px;
}


.bottomright {
	width:600px;
	float: left;
	margin-left: 20px;

	
}


.bottomcol1 {
	width:300px;
	float: left;
	margin-right: 20px;
	padding-bottom: 100px;
	margin-left: 20px;
}



p.bottom {
	font-family: Georgia, Arial,sans-serif;
	font-size:18px;
	color: #eedabb;
	font-weight: normal;
	text-align: left;
	
}





/* [footer] */


#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	width: 100%;
background-color: #241d17 ;
} 

p.footertxt {
	text-align: center;
	padding-top:15px;
}



.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
