* { 
padding: 0;
margin: 0;
}

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color:#CCCCCC;
}

a:link {
	color: #FF3300;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}

#wrap {
	width: 950px;
	margin-top: 5px;
	margin-left:10%;
	margin-right:10%;
	position:relative;
	text-align: center;
	border-style:solid;
	border-color:#999999;
	border-width:medium;
	background-color:#FFFFFF;
	overflow:hidden;
}


#header {
	width: 950px;
	height: 183px;
	position:relative;
}

#logo {
	height: 183px;
	width: 231px;
    background: url(/images/logo.jpg) no-repeat;
	float: right;
	margin-right: 45px;
	margin-top: 25px;
	position: relative;
	text-indent: -9000px;
	}

#quote {
float:left;
text-align: right;
margin-left: 80px;
	margin-top: 60px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	width:400px;

	

	}

	
	#bar{
	height:20px;
	width: 950px;
	background-color:#F4832B;
text-indent: -9000px;
position: relative;
margin-top: 5px;
	


}

#contentLeft{
clear:both;
float:left;
	padding: 0px;
	text-align:left;
	margin-top:25px;
	margin-left:25px;
	padding-right: 55px;
	}
	
	
.img_header_services{
background:url(/images/cliff.jpg) no-repeat;
width:200px;
height:235px;
text-indent:-9000px;
position:absolute;
}

.img_header_compass{
background:url(/images/compass.jpg) no-repeat;
width:200px;
height:235px;
text-indent:-9000px;
position:absolute;
}

.img_header_nonprof{
background:
url(/images/plant.jpg) no-repeat;
width:200px;
height:235px;
text-indent:-9000px;
position:absolute;
}

.img_header_business{
background:url(/images/chart.gif) no-repeat;
width:200px;
height:235px;
text-indent:-9000px;
position:absolute;
}

.img_header_case{
background:
url(/images/leapdessert.gif) no-repeat;
width:200px;
height:235px;
text-indent:-9000px;
position:absolute;
}


#contentRight{
	clear:left;
	float:left;
	width:710px;
	text-align:left;
	position: relative;
	padding-top:25px;
	margin-left:80px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	overflow:hidden;}

#contentRight h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 17px;
	color:#333333;
	font-weight:bold;
	}
	
	

#contentRight p{
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
	}
	
	
	
	
#contentRight h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
	color:#333333;
	}
	
.casebold{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
	color:#624c41;}

	
	
#contentRight ul{
list-style:square;
list-style-position:outside;
margin-left: 15px;
}


#ftr {
    clear: both;
	width:950px;
	height: 40px;
	background-color:#F4832B;
	color:#FFFFFF;	
	font-size: 10px;
	position:relative;
}

#ftr p {
     line-height: 1.5em;
     text-align: right;
     float: right;
	 padding-right: 50px;
	 padding-top: 6px;
}
	
.menu {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	z-index:100;
	color: #ffffff;
	height:39px;
	width:950px;
	background-color:#F4832B;
	
}

.menu ul {
	padding:0;
	margin: 0;
	list-style: none;

}

.menu ul li {float:left; position:relative;}

.menu ul#nav li a {
	display:block;
	text-decoration:none;
	width:150px;
	height:21px;
	text-align:center;
	color:#FFFFFF;
	line-height:13px;
	font-size:11px;
	font-weight: bolder;
	overflow:hidden;
	padding-top: 18px;
	margin-left: 7px;
	
	

}

.menu ul#nav li:hover a, .menu ul#nav li.over a {
	color:#FF9900;
	font-size:11px;
	text-align:center;
	background: #FFFFFF;
	border:solid; border-color:#F4832B; border-width:0px 1px 0px 1px;}


.menu ul li ul {
	display: none;
	position: absolute;
	top: 30px;
	
}

.menu ul li:hover ul, .menu ul li.over ul { display: block; }

.menu ul#nav li:hover ul li a, .menu ul#nav li.over ul li a {
	height: auto;
	color:#666666;
}

.menu ul#nav li:hover ul li a:hover, .menu ul#nav li.over ul li a:hover {
	color:#FF6600;
}
