/* --------------- Style Info --------------- 
	Style Name: Botsko Builders LEED Certified Home Style 
	Style URI: http://www.botskobuilders.com/leed
	Description: Custom style built for Botsko Builders LEED Certified Home
	Author: Brandon Hale
	Author URI: http://www.brandonhale.com
	Version: 1.0
	
	Colors:
	#6a8193 - light blue
	#40566a - dark blue
	#5a963f - dark green
	#a4c891 - pale green
	#c8dfa7 - green
*/



/* --------------- Global Styles --------------- */

@import "reset.css";

body { 
	background: #c8dfa7 url(images/bg_main.png) top center repeat-x; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	}
	
h1, h2, h3, h4 { font-family: Georgia, sans-serif; }

#container { margin: 0 auto; width: 940px; }
	
a:link { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }
a:active { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }



/* --------------- LEED Header --------------- */

#logo {
	margin: 35px 0px 0px 40px;
	background: url(images/botskoleed_logo.png) no-repeat;
	width: 306px; height: 51px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	}

#nav {
	margin: 30px 25px 0px 0px; padding-top: 27px;
	background: url(images/bg_nav.png) no-repeat;
	width: 411px; height: 66px;
	display: block;
	float: right;
	}

#nav li {
	margin-left: 35px;
	display: inline;
	}

#header {
	background: url(images/bg_header.png) no-repeat;
	width: 940px; height: 140px;
	display: block;
	}



/* --------------- LEED introduction --------------- */

#LEED_intro {
	margin: 70px 30px 70px 40px;
	clear: both;
	}

#intro_copy {
	padding-right: 60px;
	width: 420px;
	float: left;
	}
	
#intro_copy h2 { 
	padding-bottom: 5px;
	font-size: 50px; 
	color: #5a963f;
	letter-spacing: -1px;
	}
	
#intro_copy h3 { 
	padding-bottom: 35px;
	font-size: 30px; 
	color: #5a963f;
	letter-spacing: -1px;
	}
	
#intro_copy p { 
	color: #40566a; 
	line-height: 22px;
	}



/* --------------- LEED Own --------------- */

#LEED_own {
	background: url(images/bg_own.png) no-repeat;
	width: 940px; height: 500px;
	display: block;
	clear: both;
	}

#own_copy {
	margin: 70px 30px 0px 40px;
	width: 420px;
	float: left;
	}
	
#own_copy h3 { 
	padding-bottom: 35px;
	font-size: 30px; 
	color: #fff;
	letter-spacing: -1px;
	line-height: 40px;
	}
	
#own_copy p { 
	padding-bottom: 35px;
	color: #fff; 
	line-height: 22px;
	}
	
#own_copy img { 
	padding-right: 5px;
	}



/* --------------- LEED Video Console --------------- */

#video_console {
	margin: 60px 40px 0px 0px;
	background: url(images/bg_video.png) no-repeat;
	width: 380px; height: 375px;
	display: block;
	float: right;
	}
	
#video_object {
	margin: 20px 0px 15px 15px;
	width: 350px; height: 275px;
	}



/* --------------- LEED Footer --------------- */

#footer {
	background: url(images/bg_footer.png) bottom no-repeat;
	width: 940px; height: 200px;
	display: block;
	}

#usgbc {
	margin: 60px 0px 0px 40px;
	width: 420px;
	float: left;
	}
	
#usgbc img {
	padding-right: 25px;
	width: 78px; height: 78px;
	float: left;
	}
	
#usgbc p {
	padding-top: 10px;
	width: 280px;
	color: #fff;
	line-height: 16px;
	float: left;
	}

#contact {
	margin: 60px 45px 0px 0px;
	width: 320px;
	float: right;
	text-align: right;
	}
	
#contact h4 {
	padding-bottom: 25px;
	font-size: 16px; 
	font-weight: normal;
	color: #fff;
	}
	
#contact h3 {
	padding-bottom: 5px;
	font-size: 36px; 
	font-weight: normal;
	color: #fff;
	}