@charset "UTF-8";


/* GLOBAL ELEMENTS */
body {
	background-color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p, span, ul li, ol li {
	font-size: 12px;
	line-height: 1.5em;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

input {
   background: #FFFFFF !important;
} 

*{margin:0; padding:0}
	
a img{
border:none;
}

p a {
color:#000000;
text-decoration:underline;
}

/* END GLOBAL */






#wrapper {
	background-image: url(images/wrapper_background.jpg);
	background-repeat: repeat-x;
	width: 990px;
	height: 780px;
}




/* NAVIGATION */
#wrapper #navcontainer {
	width: 947px;
	padding: 15px 0 0 0;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	float:right;
	display:inline;
	padding-top: 40px;
	padding-bottom: 13px;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 12px 40px;
	font-size:14px;
	font-weight:800; 
}

#navlist a:link, #navlist a:visited {
	color: #ffcc99;
	background-color:  #000000;
	text-decoration: none;
}

#navlist a:hover {
	color: #999966;
	background-color: #000000;
	background-image:url(images/small_leaf.jpg);
	background-repeat:no-repeat;
	background-position: 1.5em;
}

/* END NAVIGATION */




/* HEADER */
#wrapper #header {
	margin: 0px;
	padding: 0 0 0 0;
}

/* END OF HEADER */




/* BODY */
#wrapper #body_wrapper {
	width: 947px;
	margin-top: 10px;
	background-color: #444444;
	height: 450px;
}



/* FEATURED PROJECTS */
#wrapper #body_wrapper #featured_projects {
	width: 292px;
	display: inline;
	height:550px;
	float: left;
	background-color: #444444;
}

#wrapper #body_wrapper #featured_projects a {
	padding-bottom: 5px;
}

#wrapper #body_wrapper #featured_projects img {
	padding-bottom: 5px;
}

/* END OF FEATURED PROJECTS */


/* CONTENT */
#wrapper #body_wrapper #content {
	background-color: #666633;
	height: 550px;
	width: 655px;
	display: inline;
	float: right;
}

#wrapper #body_wrapper #content p {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight:650;
}

/* END OF CONTENT */

/* END OF BODY */


/* FOOTER */
#wrapper #footer p {
	font-size: 10px;
	color:#333333;
	text-align: right;
}

#wrapper #footer p a {
	font-size: 10px;
	color:#333333;
	}
#wrapper #footer p a:visited {
	font-size: 10px;
	color:#333333;
	}

#wrapper #footer {
	width: 947px;
	margin: 10px 0 0 0;
}
/* END OF FOOTER */
#wrapper #body_wrapper #content #form {
	padding-left: 40px;
	text-align: left;
	width: 320px;
	display: inline;
	float: left;
}
#wrapper #body_wrapper #content #contact_info {
	float: right;
	width: 270px;
	display:inline;
}
#wrapper #body_wrapper #content #contact_info p {
	margin: 0px;
	padding: 0px;
}
