/*----- 
Author: Chris Pond
Created: Sept/06/2009
Last Edited: Sept/18/2009
Credit: www.chrispond.com 
-----*/

/*----- Reset Code -----*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; vertical-align: baseline;
	font-family: inherit; font-size:100%; font-style: inherit; font-weight: inherit;
	border: 0; outline: 0;
}
:focus {
	outline: 0;
}
html {
	height:100%;
}
body {
	height:100%;
	color:#666; font-family:arial, geneva, helvetica, sans-serif; font-size:62.5%; line-height: 1.6em;
}
ol, ul {
	list-style: none;
}

/*----- Titles -----*/
h3 {
	margin-bottom:5px;
	font-size:1.2em; color:#D9DA52; text-transform:uppercase;
}

/*----- Forms -----*/

/*----- Global Styles -----*/
.border, #services_content, #contact_content, #building_roots_content, .close_button {
	border-color:#EEE; border-style:solid;
}
a {
	color:#99CCCC;
}
a:hover {
	color:#333;
}
.close_button {
	padding:5px 10px; top:0; right:0; position:absolute; z-index:3;
	text-decoration:none;
	background:#F8F8F8; border-width:1px 0 1px 1px;
}

/*----- Navigation -----*/
#navigation {
	height:30px; margin-left:50px; padding-left:10px; position:relative; z-index:2;
	background:url(../../images/bg/navigation.gif) no-repeat 0 0;
}
#navigation li {
	float:left;
}
#navigation a {
	height:0px !important; height /**/:30px; /* for IE5/Win only */ margin:0 10px;padding-top:30px; display:block; overflow:hidden;
	background-repeat:no-repeat; background-position:center top;
}
#navigation a:hover {
	background-position:center -30px;
}
#nav_building_roots a {
	width:97px;
	background-image:url(../../images/nav/building_roots.gif);
}
#nav_services a {
	width:48px;
	background-image:url(../../images/nav/services.gif);
}
#nav_contact a {
	width:58px;
	background-image:url(../../images/nav/contact.gif);
}

/*----- Body -----*/
#logo {
	width:125px; margin:25px 0 15px 50px;
}
#flash_gallery {
	width:100%; min-width:950px; height:500px; overflow:hidden;
	text-align:center;
	background:#EEE;
}
#flash_gallery p {
	margin:10% 0 0 50px;
	text-align:left;
}

#services_content, #contact_content, #building_roots_content {
	width:418px; height:auto; margin-left:50px; padding:30px 15px 20px 15px; position:absolute; z-index:3; display:none;
	background:#FFF url(../../images/bg/dropdown_content.gif) no-repeat 115px 0; border-width:0 1px 1px 1px;
}
#building_roots_content img {
	margin-left:20px; float:right;
}
#services_content li {
	width:176px; float:left; padding:0 12px; margin-bottom:3px;
	background:url(../../images/bullet/box_green.gif) no-repeat 0 6px;
}

/*----- Footer -----*/
#footer {
	margin:10px auto;
	text-align:center; color:#999;
}
#footer a {
	color:#999; text-decoration:none;
}

/*----- Home -----*/
#home_flash {
	height:100%;
}
