/*Main elements
-----------------------*/
*	{
	margin:0;
	padding:0;
}
body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}


/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
	height: 100%;
}
}
h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #C03;
	margin-top: 30px;
	margin-left: 20px;
}


h2	{
	font-size:1.5em;
	;
}

h3	{
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h4	{
	font-size:1.2em;
}

h5	{
	font-size:1em;	
}
p	{
	font-size:11pt;
	line-height:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}

/* Main divs
----------------*/

#body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	
}
#topline {
	background-color: #C00;
	height: 3px;
	width: 100%;
}
#logo {
	background-image: url(../img/logo.png);
	float: left;
	height: 59px;
	width: 319px;
}
#wrapper {
	width: 1010px;
	height: auto;
	min-height: 100%;
	margin: 0 auto -50px;
	position: relative;
}
#wrapper_content {
	width: 1010px;
	margin-top: 10px;
}
#footer {
	background-image: url(../img/footer_bg.png);
	height: 50px;
	width: 100%;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C03;
	
}

#footer, .push {
	height: 50px; /* .push must be the same height as #footer */
}
.footercontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #6a6666;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 15px;
}
.footerlinks {
	float: right;
	width: 400px;
}
.footercontent ul {
	margin-right: auto;
	margin-left: auto;
}
.footercontent ul li {
	list-style-type: none;
	text-decoration: none;
	float: left;
	padding-left: 10px;
}
.footercontent ul li a {
	float: left;
	list-style-type: upper-alpha;
	color: #6a6666;
	text-decoration: none;
}
.footercontent ul li a:hover {
	color:#FFF
}

.clearfooter {
height: 50px;
clear: both;
}



#header {
	height: 100px;
	width: 1010px;
	margin-bottom: 5px;
	margin-top: 20px;
}
#greyine {
	background-color: #CCC;
	height: 2px;
	width: 1008px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#greyine2 {
	background-color: #CCC;
	height: 1px;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#homelinks {
	float: left;
	width: 960px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#homelinks ul {
	float: left;
	width: 975px;
	display: block;
}
#homelinks ul li {
	float: left;
	padding-right: 20px;
	display: block;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 305px;
}
#homelinks ul li a {
	text-decoration: none;
	border: none;
}
#homelinks ul li.team a {
	background-image: url(../img/link1_team.png);
	height: 130px;
	width: 284px;
	display: block;
}
#homelinks ul li.commu a {
	background-image: url(../img/link1_commun.png);
	height: 130px;
	width: 314px;
	display: block;
}
#homelinks ul li.contact a{
	background-image: url(../img/link1_contact.png);
	display: block;
	height: 130px;
	width: 320px;
}
#homelinks ul li.team a:hover {
	background-image: url(../img/link1_team_hover.png);
	height: 130px;
	width: 284px;
	display: block;
}
#homelinks ul li.commu a:hover {
	background-image: url(../img/link1_commun_hover.png);
	height: 130px;
	width: 314px;
	display: block;
}
#homelinks ul li.contact a:hover{
	background-image: url(../img/link1_contact_hover.png);
	display: block;
	height: 130px;
	width: 320px;
}
.contentcollft {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 450px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	
}
.contentcolrght {
	float: left;
	width: 450px;
	padding: 15px;
	margin-left: 30px;
}



#wrapper_logo {
	height: 75px;
	width: 335px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


#clear {
	clear: both;
}

#homegallery {
	background-image: url(../img/image_test.png);
	height: 363px;
	background-repeat: no-repeat;
	width: 1008px;
	border: 1px solid #999;
}
#content {
	width: 1000px;
	float: left;
}
#resedentialheader {
	background-image: url(../img/resedentialheader.png);
	height: 26px;
	width: 289px;
	margin-left: 25px;
	margin-bottom: 10px;
}

