/* Village Solutions stylesheet */

/*Reset*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {	outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;	border-spacing: 0;}
a:link, a:visited, a:hover, a:active, a:focus {outline:none;border: none;text-decoration: none;}

/*
Color Scheme
	content bar: #869e70
	main content bar:  #788e65
	page background:  #
*/

/*
UTILITY
*/
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;}
.button  {
	border: 1px solid #272727;
	background: white;
	padding: 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #272727;
}
.button:hover, .button:focus {
	background: #cccccc;
	color: black;
}
div {position: relative;}

/*
General Typography
*/
body {font-family: GillSans, Calibri, Trebuchet, sans-serif;}
h2,h3,h4,h6,p{margin-top:10px;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
p{font-size:16px;line-height: 18px;}
li{font-size:16px;}

/*
Base Structure
*/
html {		
	background: #51643f url("images/background-plan.jpg") repeat-x left 280px;
}
body {
	color: white;	
	background: transparent url("images/background.jpg") repeat-x left top;
}
#page-wrap {
	width: 960px;
	margin: 0px auto;					
}

/*
Header
*/
#header {
	height: 280px;												
	text-align: center;
	background: url("images/page-header.jpg") no-repeat top center;
}
#nav {
	width: 960px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px 0px;
}
#nav li{
	display: inline;
	padding: 0px 25px 0px 25px;
}
/*Sidebar and Sub Nav*/
.sidebar {
	width: 190px;
	float: right;
}
.sidebar li {
	display: block;
	padding: 3px 0px;
}
#portfolio-page .sidebar li {
	padding: 0px;
}
#sub-nav a {
	display: block;
	padding: 5px 8px;
	margin: 3px 0px;
}
#sub-nav li {
	background-color: #788E65;
}
#sub-nav li:hover, #sub-nav li:focus {
	background-color: #697c58;
}
#sub-nav li > ul li{
	float:none;
	margin: 0px;
}
#sub-nav li > ul {
	position: absolute;
	left: -30000px;
	z-index: 100;
	margin-left: -5px;
}
#sub-nav li:hover > ul, #sub-nav li:focus > ul {
	min-width: 100%;
	left: auto;
	margin: -33px 0px 0px 70px;
	text-indent: 0px;
	background: #869E70;
	border: solid 1px #65784c;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
}
#sub-nav  li > ul:hover .list-head{
	background: black;
}
#sub-nav span {
	display: none;
}
#left-sidebar, #right-sidebar {
	float: left;
	width: 150px;
}
/*
Main Content
*/
#main-content {
	background: #869E70;
	padding: 10px;
}
#main-content img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
#main-bar {
	background: #788E65;
	width: 710px;
	padding: 10px;
	float: left;
}
#contact-page #main-bar {
	float: none;
}
#main-bar ul ul li {
	list-style: disc outside none;
	margin-left: 20px;
	width: auto;
}
#gallery-nav {
	height: 400px;
	width: 700px;
	margin: 10px 15px;
	position: absolute;
	top: 115px;
	z-index: 50;
}
.img-floatleft {
	float: left;
	margin: 10px 10px 0px 0px;
}
.img-floatright {
	float: right;
	margin: 10px 0px 0px 10px;
}
/*Home Page*/
#home-page #main-bar {
	width: 600px;
	float: left;
	margin: 0px 10px;
}
#home-page #main-bar img{
	float: left;
	margin: 0px 10px 10px 0px;
}
#home-page #main-bar p{
	margin-left: 260px;
}
ul#home-intro li {
	clear:both;
	margin-bottom: 20px;
}
#home-page h1 {
	margin: 20px 0px;
	text-align: center;
}
h1, h2, .sidebar h3 {
	border-bottom: 1px solid #51643F;
	padding-bottom: 5px;
	line-height: 20px;	
	clear: both;
}
#home-page h1, #portfolio-page h2, #process-page h2, #associates-page h2 {
	border:none;
}
#home-page h2 {
	margin-top: 0px;
}
#about-page #main-bar img, #services-page #main-bar img, #associates-page #main-bar img {
	background-color:white;
	border:10px solid white;
	padding:0 !important;
}
#main-bar h1 a, #main-bar h2 a {
	color: white !important;
}
#services-page #main-bar ul li {
	list-style-type:disc;
	list-style-position:inside;
	margin: 3px 0px 0px 10px;
}
#associates-page #main-bar, #contact-page #main-bar {
	width: auto;
}
#associates-page #main-bar li{
	list-style: outside disc;
	margin: 0px 0px 5px 20px;
}
#contact-page img{
	display: block;
	margin: 20px auto 10px;
}


/*
Footer
*/
#footer {
	width: 960px;
	background-color: #869e70;						
	background-image: url("images/footer.jpg");
	background-repeat: repeat-x;
	text-align: center;
	padding: 35px 0px 10px 0px;
	clear:both;
}
#footer p{
	padding: 15px 0px;
}

/*
Links
*/
.top-link a{
	background-image: url("images/arrow.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	min-height: 30px;
	margin-top: 20px;
	padding: 10px 26px 0px 0px;
	clear: both;
}
a {
	text-decoration: none;
	color: #d3e4f2;
}
a:hover, a:focus {                        
	color: white;
}
#nav a {
	color: #212121;
	font-weight: bold;
}
#nav a:hover, #nav a:focus {                        
	color: white;
}
