/* CSS Document */
/* Copyright 2010 Sproutreach. All rights reserved. */

html {
	height:100%;
	margin:0;
	padding:0;
	}

body {
	height:auto;
	margin:0;
	padding:0;
	background:#AFA675;
	text-align:center;
	min-width:960px;
	height:725px;
	}

#wrapper {
	background:#ffffff url(http://sproutreach.com/images/indexbodybg.gif) repeat-x 50% 0;
	width:100%;
	}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:700px;
	background:#ffffff url(http://sproutreach.com/images/indexcontainerbg.gif) no-repeat 50% 0;
	text-align:left;
	clear:both;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #419638;
	line-height: 30px;
	font-weight: normal;
	font-size: 19px;
	margin:0;
	padding:10px 0 0 0;
	}

p {
	color:#3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	}

a {
	color: #0072bc;
	text-decoration: none;
	border:none;
	outline:none;
	}

a:hover, a:active {
	color: #0072bc;
	text-decoration: underline;
	border:none;
	}

img {
	border:none;
	}

#header {
	width: 960px;
	margin: 0 auto;
	padding-top:15px;
	}

/* -------- Begin MAIN NAVIGATION SECTION -------- */

#headerlogo {
 	padding-left:15px;
	padding-top:15px;
	width:380px;
	vertical-align:middle;
	}
	
#headerlogo img.logotext {
 	padding:0 0 25px 15px;
	}

#navbar {
	float:right;
	width: 550px;
	padding-top:0;
	margin-top:0;
	height:50px;
	}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	font-weight:normal;
	text-decoration:none;
	font-size:13px;
	}

#navbar a:hover, #navbar a:active {
	color: #3D3D3D;
	text-decoration: none;
	}

#navbar ul {
	font-size: 13px;
	float: right;
	padding: 0 20px 0 0;
	list-style: none;
	}
 
#navbar ul li {
	display:inline;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	color: #666666;
	line-height: 26px; /* height of icon + whitespace */
	background-repeat: no-repeat;
	background-position: 0 45%;
	}

#navbar ul li a {
	padding-left: 26px; /* width of icon + whitespace */
	}

#navbar-services { background-image: url(http://sproutreach.com/images/icons/services.png); }
#navbar-portfolio { background-image: url(http://sproutreach.com/images/icons/portfolio.png); }
#navbar-about { background-image: url(http://sproutreach.com/images/icons/about.png); }
#navbar-contact { background-image: url(http://sproutreach.com/images/icons/contact.png); }
#navbar-blog { background-image: url(http://sproutreach.com/images/icons/blog.png); }

/* --------End MAIN NAVIGATION SECTION -------- */

#mainbody {
	clear:both;
	width:960px;
	margin: 0 auto;
	height:510px;
	}

#leftcol {
	float:left;
	width:420px;
	height:auto;
	display: inline;
	padding-left: 15px;
	}

#homeleftcol {
	float:left;
	width:670px;
	height:auto;
	display: inline;
	padding-left: 15px;
	padding-top:30px;
	}

#rightcol {
	width:450px;
	height:auto;
	clear: none;
	float: right;
	display: inline;
	}

#footercontainer {
	width:960px;
	height:100px;
	}

#footer {
	width:960px;
	height:100%;
	}

#footercontent {
	width: 960px;
	height: 100%;
	text-align: right;
	}

#footercontent p.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	padding-right: 15px;
	padding-top: 0;
	margin: 23px 0 44px 0;
	}

#footercontent p {
	text-align:right;
	color:#5A471B;
	font-size:11.5px;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-top:75px;
	}

#footercontent span {
	margin: 0 7px 0 7px;
	}

#footercontent a { 
	color:#5A471B;
	text-decoration: none;
	}

#footercontent a:hover, #footercontent a:active { 
	text-decoration: underline;
	}

#footercontent img { 
	border:none;
	}

