/* @override http://comdain.kelvin/css/general.css */

/***********************************************************
Redefined styles													
*/
body
	{
	margin: 0;
	padding: 0;	
	text-align: center;	
	font: 11px  Trebuchet MS,"Lucida Grande", Verdana, Sans-serif;
	color: #636d77;	
	}
	
a
	{
	color: #709396;	
	}
a:hover
	{
	text-decoration: none;
	color: #666666;	
	}
	
p	{
	
	}
	
	
h1
	{
	margin: 30px 21px 0px 21px;	

	}
h2
	{
	margin: 5px 0px 0px 21px;
	}

 a img
	{
	text-decoration: none;
	}

	
	
/***********************************************************
Structural												
*/
#wrapper
	{
	width: 761px;	
	margin: 24px auto;	
	text-align: left;
	}
.footerNav
	{
	list-style: none;	
	}
ul.footerNav
	{
	margin: 0px 0px 5px 0px; 
	padding: 0;	
	}
ul.footerNav li
	{
	list-style: none;
	display: inline;
	color: #fff;
	border-right: solid 1px #fff;
	padding: 0 15px;	
	margin: 0;
	}
div.column .last, ul.footerNav li.last
	{
	border: 0 none;
	}
#footer
	{
	text-align: center;	
	background: #709396;
	padding: 40px;
	margin-top: 2px;
	
	
	}
#footerHome
	{
	text-align: center;	
	color: #709396;
	padding: 10px;
	margin-top: 2px;

	}
#footerHome ul li
	{
	color: #709396;
	border-right: solid 1px #709396;
	}
#footer a
	{
	color: #fff;	
	}
#footer a:hover
	{	
	background-color: #fff;
	color: #709396;
}
#header
	{
	height: 80px;
	}
#nav
	{
	float: right;	
	width: 600px;
	padding-bottom: 10px;
	}

#content
	{	
	clear: both;
	}
div.column
	{
	width: 240px;
	height: 110px;
	overflow: hidden;
	float: left;
	background: #f6f8f8;
	margin: 10px 19px 10px 0;
	padding: 0;
	
	}
div.column p
	{
	padding: 5px 10px 10px 10px;
	margin: 0;
	line-height: 1.1em;
	}

div.logo-area {
	padding: 10px;
}
div.logo-area div#logo-left {
	width: 91px;
	height: 62px;
	float: left;
	margin: 0 13px 0 0;
	background: #ffffff;
}
div.logo-area div#logo-left span {
	display: block;
	width: 91px;
	text-align: center;
}
div.logo-area div#logo-right {
	width: 112px;
	height: 62px;
	float: left;
	background: #ffffff;
}
div.logo-area div#logo-right span {
	display: block;
	width: 112px;
	text-align: center;
}
#columnWrap
	{
	float: left;	
	}
	
a.more span
	{
	visibility: hidden;
	margin-left: -999em;
	}
a.more
	{
	background:  url('../images/but_more.gif') no-repeat bottom left; 
	width: 43px;
	height: 18px;
	display: block;
	}
a.more:hover
	{
	background-position: bottom right;
	}
	
	
.here a
{
color: #666666;	
text-decoration: none;
}
/***********************************
SIDEBAR
*/
.sidebar
	{
	float: left;
	width: 286px;
	}	
.sidebar ul 
	{
	margin: 0;
 	padding: 0px;	
	margin-left: 24px;;	
	}
.sidebar ul li
	{
	margin: 5px 21px 5px 0px;
	color: #636d77;	
	list-style: none;
	background:  url('../images/icon_li.gif') no-repeat center left; 
	padding-left: 20px;
	}
	
/***********************************
MAIN CONTENT
*/	
.mainContent
	{
	border-left: solid 1px #d4ddde;
	padding-bottom: 50px;
	}
.mainContent a:hover, .sidebar a:hover
	{
	background: #636d77;
	color: #fff;
	}
	
/***********************************
MAIN BAR
*/
.mainBar
	{
	float: right;
	width: 473px;	
	}
.mainBar h3
	{
	margin: 21px;
	margin-bottom: 15px;
	font-size: 14px;	
	}
#divisions h3
	{
	color: #1e5e63;	
	}
#projects h3
	{
	color: #588527;	
	}
#home h3
	{
	color: #c7cccd;	
	}
#approach h3
	{
	color: #1e5e63;	
	}
#contact h3
	{
	color: #002e6e;	
	}
#why h3
	{
	color: #f5821f;
	}
.mainBar h4
	{	
	clear: both;
	margin: 5px 21px 5px 21px;
	}
.mainBar h5
	{	
	clear: both;
	margin: 5px 21px 5px 21px;
	font-size: 11px;
	color: #636d77;	
	}
.mainBar p
	{
	margin: 5px 21px 5px 21px;
	color: #636d77;	
	}
	
.mainBar ul li
	{
	margin: 5px 21px 5px 0px;
	color: #636d77;	
	list-style: none;
	background:  url('../images/icon_li.gif') no-repeat center left; 
	padding-left: 20px;
	}


.row
	{
	clear: both;
	width: 99%;	
	margin: 0;
	padding: 0;
	}
.contactDetails
	{
	float: left;
	padding: 0;
	color: #636d77;
	width: 170px;
	padding-left: 21px;
	}
.pdf_download
	{
	margin: 0px 21px 0px 21px;
	padding: 20px 20px 20px 80px;
	background: url('../images/icon_pdf.gif') no-repeat 20px center;
	border-top: solid 1px #d4ddde;	
	}
.pdf_download:hover, .pdf_download.iehover 
	{
	background: #eee url('../images/icon_pdf_over.gif') no-repeat 20px center;
	}
#clearer
	{
	clear: both;
	border-bottom: solid 1px #d4ddde; 
	height: 1px;
	}
#contact h4
	{
	padding-top: 21px;
	}	
#contact h5
	{
	padding-top: 10px;
	}
	
a span
	{
	margin: -999em;	
	}
a#div01 
	{
	display: block;
	background: url('../images/but_div_01.jpg') no-repeat center right;	
	width: 452px;
	height: 62px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: solid 1px #d4ddde;
	border-bottom: solid 1px #d4ddde;
	margin-top: 10px;
	}
a#div01:hover
	{
	background: url('../images/but_div_01.jpg') no-repeat center left;	
	}
a#div02
	{
	display: block;
	background: url('../images/but_div_02.jpg') no-repeat center right;	
	width: 452px;
	height: 62px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: solid 1px #d4ddde;
	border-bottom: solid 1px #d4ddde;
	margin-top: 15px;
	}
a#div02:hover
	{
		background: url('../images/but_div_02.jpg') no-repeat center left;	
	}
a#div03 
	{
	display: block;
	background: url('../images/but_div_03.jpg') no-repeat center right;	
	width: 452px;
	height: 62px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: solid 1px #d4ddde;
	border-bottom: solid 1px #d4ddde;
	margin-top: 15px;
	}
a#div03:hover
	{
	background: url('../images/but_div_03.jpg') no-repeat center left;	
	}
a#homes 
	{
	display: block;
	background: url('../images/but_homes.gif') no-repeat center right;	
	width: 167px;
	height: 40px;
	padding-top: 40px;
	padding-bottom: 1px;
	margin-top: 15px;
	margin-right: 20px;
	float: right;
	}
a#homes:hover
	{
	background: url('../images/but_homes.gif') no-repeat center left;	
	}
	
	
ul#submenu
	{
	padding-top: 30px;
	}
	
a#group 
	{
	display: block;
	background: url('../images/but_group.jpg') no-repeat center right;	
	width: 760px;
	height: 144px;
	}
a#group:hover
	{
	background: url('../images/but_group.jpg') no-repeat center left;	
	}
a#homes_home 
	{
	display: block;
	background: url('../images/but_homes_home.jpg') no-repeat center right;	
	width: 760px;
	height: 144px;
	}
a#homes_home:hover
	{
	background: url('../images/but_homes_home.jpg') no-repeat center left;	
	}
.indentp
	{
	padding-left: 30px;padding-top: 10px;
	}
	
/*careers*/
.careers a { margin:0 0 0 20px;}