@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}

body {
	background-color: #355563;
	/*background: #355563 url(../images/BGbody.jpg) top center repeat-y;*/ /* #173c4c url(../images/bg.jpg) top left repeat-x*/
	margin: 0px; padding: 0px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #fff;
}


a, a:link, a:active, a:visited {
	color: #bec19a; text-decoration: underline;
}
a:hover {
	color: #fff; text-decoration: none;
}

h1 {font-size: 18px; font-weight: bold; margin: 40px 0 0px 0; line-height: 20px; }

h2 {font-size: 18px; font-weight: bold; margin: 20px 0 0px 0; line-height: 20px; }
 
.quote {font-style:italic;}
.quoteSML {color: #8eafbd;}

.big {font-size: 15px; font-weight: normal; line-height: 26px;}


/*CONTAINER*/
/*-------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0px auto 0px;
}


#logo {
	position: absolute;
	margin: 0 auto; padding: 0px;
	width: 382px; height: 99px;
	z-index: 2;
}

#home {
	position: absolute;
	height: 23px; width: 19px;
	margin: 137px 0 0 30px;
	z-index: 2;
}

#navigation {
	position: absolute;
	width: 950px;
	height: 45px;
	margin: 130px auto 0px;
}
	

#Header {
	margin: 0 auto;
	width: 950px;
	height: 376px;
	z-index: 1;
}



#navContainer {
	margin-top: 50px; padding: 0px;
	width: 950px; height: 33px;
}

#mainContainer {
	width: 950px;
	background-color: #173c4c;
	background: url(../images/bg.jpg) top center repeat;
}

#title {
	clear: both; 
	float: left;
	width: 350px;
	font-size: 36px;
	font-weight: normal;
	line-height: 38px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

#content {
	float: left;
	width: 570px; /*600*/
	padding: 10px 30px 30px 0px;
}
	
	
#footer {
	clear: both;
	width: 950px; height: 28px;
	margin: 0 auto;
	background: url(../images/bg.jpg) top center repeat;
	color: #000f16;
	border-top: #fff solid 1px;
	/*padding: 18px 50px 17px 50px;*/
	padding: 14px 0 18px 0;
	vertical-align: middle;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #000f16; text-decoration: none;
}
.footer a:hover {
	color: #fff; text-decoration: none;
}

/*NAVIGATION*/
/*-------------------------------------------*/

#inline-list {
	position: relative;
}
	
#main_navigation {
	position: absolute;
	left: 85px;
	background: transparent;
	height: 33px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_navigation li {
	display: inline;
	float: left;
}

#main_navigation li a {
	background-position: 10px 0;
	background-repeat: no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 33px 12px 0 12px;
}

#main_navigation li a:hover,
#main_navigation li a:active,
#main_navigation li a.active,
#home #main_navigation #menu_home a ,
#the_concept #main_navigation #menu_the_concept a,
#the_location #main_navigation #menu_the_location a,
#the_opportunity #main_navigation #menu_the_opportunity a,
#news #main_navigation #menu_news a,
#about #main_navigation #menu_about a,
#contact #main_navigation #menu_contact a,
#residential #main_navigation #menu_residential a {
	background-position: 10px -33px;		
}

#menu_whoweare a {
	background-image:url(../images/nav/menu_whoweare.png);
	width: 106px;
}

#menu_whatwedo a {
	background-image:url(../images/nav/menu_whatwedo.png);
	width: 104px;
}

#menu_howwedoit a {
	background-image:url(../images/nav/menu_howwedoit.png);
	width: 113px;
}

#menu_talktous a {
	background-image:url(../images/nav/menu_talktous.png);
	width: 84px;
}.anniv {
	background-color: #CCC;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
}
.twitlink {
	background: none;
	border: none;
}
