/* 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;
	min-height:600px;
}

#wrapper {
	background:#ffffff url(images/indexbodybg.gif) repeat-x 50% 0;
	width:100%;
	height:100%;
	min-height:600px;
}

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

h1 {
font-family:Arial, Helvetica, sans-serif;
color: #419638;
line-height: 26px;
font-weight: normal;
font-size: 17px;
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;
height:80px;
margin: 0 auto;
}

/* --------Begin NAVIGATION BAR-------- */

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

#navbar {
width: 960px;
margin: 0 auto;
}

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

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

#navbar ul {
font-size: 14px;
float: right;
padding: 0 15px 0 0;
list-style: none;
}
 
#navbar ul li {
display:inline;
margin: 0 0 0 30px;
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-home { background-image: url(images/icons/home.gif); }
#navbar-services { background-image: url(images/icons/services.gif); }
#navbar-portfolio { background-image: url(images/icons/portfolio.gif); }
#navbar-about { background-image: url(images/icons/about.gif); }
#navbar-contact { background-image: url(images/icons/contact.gif); }
#navbar-blog { background-image: url(images/icons/blog.gif); }

/* --------End MAIN NAVIGATION BAR-------- */

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

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

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

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

#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:#AFA675;
	font-size:11.5px;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
}

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

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

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

#footercontent img { 
border:none;
}
