	
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-align: center;
	padding: 20px 0;
}

#wrapper
{
	width: 790px;
	margin: 0 auto;
	text-align: justify;
}

.noDisplay
{
	display: none;
}

#menu
{
	height: 80px;
}

#menu img
{
	float: left;
}

#menu ul
{
	float: right;
	padding: 30px 0 0 0;
}

#menu li
{
	float: left;
	text-transform: uppercase;
	border-right: 2px solid #000000;
	height: 15px;
	font-size: 11px;
}

#menu li a
{
	text-decoration: none;
	padding: 0 15px;
	display: block;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}

#menu li a:hover
{
	text-decoration: underline;
	color: #559cbe;
}

#menu .selected 
{
	text-decoration: underline;
}

#menu .last 
{
	border: 0px none;
}

#menu .last a
{
	padding: 0 0 0 15px;
}

.index #main
{
	background: url(../images/index/mainBack.jpg) top left no-repeat;
	padding: 90px 30px 220px 296px;
	border-bottom: 5px solid #000000;
}

.about #main
{
	background: url(../images/about/mainBack.jpg) top left no-repeat;
	padding: 255px 0 50px 0;
	border-bottom: 5px solid #000000;
}

.contact #main
{
	background: url(../images/contact/mainBack.jpg) top left no-repeat;
	padding: 255px 0 50px 0;
	border-bottom: 5px solid #000000;
}

.capab #main
{
	background: url(../images/capab/mainBack.jpg) top left no-repeat;
	padding: 245px 0 50px 0;
	border-bottom: 5px solid #000000;
	height: 350px;
}

.clients #main
{
	background: url(../images/clients/mainBack.jpg) top left no-repeat;
	padding: 245px 0 50px 0;
	border-bottom: 5px solid #000000;
	height: 500px;
}

.scott #main
{
	height: 580px;
}

.courtney #main
{
	height: 450px;
}

#aboutLeft
{
	width: 144px;
	padding: 0 40px 0 0;
	float: left;
	text-align: left;

}

#capabRight
{
	width: 51%;
	float: left;
}

#capabLeft
{
	width: 38%;
	float: left;
	padding: 0 40px 0px 40px;
}


#capabLeft h2
{
	font-weight: bold;
	font-size: 12px;
}

#capabLeft h3
{
	color: #0a4786;
	font-weight: bold;
	font-size: 12px;
}


#capabBottom 
{
 	padding:14px 0px 40px 0px;
	width:750px;
}

#capabBottom h2
{
	color: #0a4786;
	font-weight: bold;
	font-size: 12px;
}

#aboutRight
{
	width: 606px;
	float: left;
}

#capabBottom ul
{
	padding: 0 0 0 0;
}

#capabBottom li
{
	float: left;
	width: 250px;
}

#aboutRight h2
{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

#clientLeft
{
	width: 40%;
	float: left;
	padding: 0 50px;
}

#clientRight
{
	width: 40%;
	float: left;
}

.clientList li
{
	padding: 5px 0;
		font-weight: bold;

}

.clientList .header
{
	padding: 20px 0 10px 0;
}

.clientList a
{
	color: #0a4786;
	text-decoration:none
}

.clientList a:hover
{
	text-decoration:underline
}


p
{
	padding: 10px 0;
}

#aboutLeft li
{
	padding: 10px 0;
	border-top: 1px solid #666;
	margin: 25px 0 0 0;
}

#aboutLeft li a, .link
{
	color: #0a4786;
	text-decoration: none;
	font-weight: bold;
}

#aboutLeft li a:hover, .link:hover
{
	text-decoration: underline;
		color: #559cbe;

}

.link
{
	color: ;
	text-decoration: none;
}

#footer
{
	color: #666;
	text-align: right;
	font-size: 11px;
	padding: 15px 0 0 0;
	clear: both;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}