body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/header-wrapper-bg.png);
}
/* ================================================================ 

This copyright notice must be kept untouched in the stylesheet at 

all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/pro_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */

#multi-level {
	height:38px;
	width:509px;
	position:relative;
	z-index:100;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
  }


#multi-level .pad {
	float:right;
}

/* The menu styling */

/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}



/* Set up the top level list items and float left (or right) to place inline */

.menu li.top {display:block; float:left; position:relative;}



/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}



/* Default top link link styling */

.menu li.top a.top_link {
	display:block;
	float:left;
	height:38px;
}

.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */



/* pre-load the hover images into the lists */

.menu li.p1 {
	width:65px;
	background-image: url(../images/menu/menu-over_01.png);
	background-repeat: no-repeat;
}

.menu li.p2 {
	width:78px;
	background-image: url(../images/menu/menu-over_02.png);
	background-repeat: no-repeat;
}

.menu li.p3 {
	width:84px;
	background-image: url(../images/menu/menu-over_03.png);
	background-repeat: no-repeat;
}

.menu li.p4 {
	width:58px;
	background-image: url(../images/menu/menu-over_04.png);
	background-repeat: no-repeat;
}

.menu li.p5 {
	width:97px;
	background-image: url(../images/menu/menu-over_05.png);
	background-repeat: no-repeat;
}

.menu li.p6 {
	width:64px;
	background-image: url(../images/menu/menu-over_06.png);
	background-repeat: no-repeat;
}

.menu li.p7 {
	width:63px;
	background-image: url(../images/menu/menu-over_07.png);
	background-repeat: no-repeat;
}


/* set up the normal unhovered images in the links */

.menu li a#about {
	width:64px;
	background-image: url(../images/menu/menu_01.png);
	background-repeat: no-repeat;
}

.menu li a#services {
	width:78px;
	background-image: url(../images/menu/menu_02.png);
	background-repeat: no-repeat;
}

.menu li a#portfolio {
	width:84px;
	background-image: url(../images/menu/menu_03.png);
	background-repeat: no-repeat;
}

.menu li a#team {
	width:58px;
	background-image: url(../images/menu/menu_04.png);
	background-repeat: no-repeat;
}

.menu li a#community {
	width:97px;
	background-image: url(../images/menu/menu_05.png);
	background-repeat: no-repeat;
}

.menu li a#news {
	width:64px;
	background-image: url(../images/menu/menu_06.png);
	background-repeat: no-repeat;
}

.menu li a#contact {
	width:63px;
	background-image: url(../images/menu/menu_07.png);
	background-repeat: no-repeat;
}

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;} /* for IE6 */

.menu li:hover { position:relative; z-index:200;} /* for IE7 */



/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */

.menu li a#about:hover, .menu li:hover a#about,

.menu li a#services:hover, .menu li:hover a#services,

.menu li a#portfolio:hover, .menu li:hover a#portfolio,

.menu li a#team:hover, .menu li:hover a#team,

.menu li a#community:hover, .menu li:hover a#community,

.menu li a#news:hover, .menu li:hover a#news,

.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;}




/* keep the 'next' level invisible by placing it off screen. */

.menu ul, 

.menu :hover ul ul, 

.menu :hover ul :hover ul ul,

.menu :hover ul :hover ul :hover ul ul,

.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}



/* set up the first drop down sub level */

.menu :hover ul.sub {
	left:0;
	top:38px;
	white-space:nowrap;
	height:auto;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 150%;
	_width: 206px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #A93108;
	border: 1px solid #FFFFFF;
}

.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:100%;
	_width: 206px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu :hover ul.sub li a {
	display:block;
	font-size:8pt;
	height:20px;
	width:100%;
	_width: 206px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
	border: 0 solid #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

.menu :hover ul.sub li a:hover {
	background-color: #293011;
}




/* last menu 32 */

.menu :hover ul.sub1 {left:0; top:38px; background: #123345; padding:2px 0; border:2px solid #ffffff; white-space:nowrap; width:140px; height:auto; }

.menu :hover ul.sub1 li {display:block; height:20px; position:relative; float:left; width:90px;}

.menu :hover ul.sub1 li a {
	display:block;
	font-size:9pt;
	height:20px;
	width:136px;
	line-height:20px;
	text-indent:5px;
	color:#990000;
	text-decoration:none;
	border:2px solid #ffffff;
	border-width:0 0 0 2px;
}

.menu :hover ul.sub1 li a:hover {background:#123345; color:#ffffff;}



/* set up the flyout levels when hovering */

.menu :hover ul :hover ul,

.menu :hover ul :hover ul :hover ul,

.menu :hover ul :hover ul :hover ul :hover ul,

.menu :hover ul :hover ul :hover ul :hover ul :hover ul

{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/header-bg.jpg);
	padding: 0px;
}
#container-home {
	height: 1500px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/home-bg.jpg);
	background-color: #000000;
}

#header {
	height: 38px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: bottom;
	display: block;
	padding-top: 116px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main {
	padding: 0px;
	width: 900px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}
#right {
	padding: 0px;
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#left-wide {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 850px;
}

#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
	width: 900px;
}

#footer-line {
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #93A445;
	clear: both;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14pt;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
h1 {
	display: block;
	width: 180px;
	height: 40px;
	text-indent: -9999;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	padding: 0;
	float: left;
	left: 45px;
} 
#home {
	height: 38px;
	width: 180px;
	background-color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


h1 a { 
display: block; 
width: 100%; 
height: 100%; 
border: 0; 
} 
h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #93A444;
	margin-bottom: 15px;
}

.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 14pt;
}
.maintext a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #A0410D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14pt;
}
.maintext a:hover, a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #93A444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14pt;
}
.border {
	border: 1px solid #A0410D;
	margin: 0px;
	padding: 0px;
}
hr {
	margin-left: 40px;
	color: #CCC;
}
.maintextGreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #93A444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14pt;
}
