html,body{
    background: #fffbe7 url(/images/main_back.gif) repeat-x;
    margin:0;
    padding:0
}
body{
    font-family: verdana, arial, helvetica,  sans-serif;
}

#header {
    height:142px;
    margin:0;
    padding-left:0px;
    background: url(/images/header_bg.jpg) repeat-x;
    color: #79B30B
}



#navigation{
    background:#B9CAFF
}


#container{
    text-align: left;
    width: 841px;
    margin: auto;
}

#wrapper{
    float:left;
    width:100%
}

#content{
    width: 772px;
    height: 429px;
    margin: 0 33px;
    background: #6178a0 url(/images/homepage_bg.jpg) repeat-x;
}

#leftgutter{
    float:left;
    width:36px;
    margin-left:-36px
}
#rightgutter{
    float:left;
    width: 33px;
    margin-left:-841px
}

#logo {
	position: relative;
	width: 772px;
	height: 111px;
	top: 0px;
	padding: 0px;
	margin-left: 33px;
	z-index: 1;
}

#primarynavigation {
	width: 772px;
	height: 31px;
	padding: 0px;
	margin-left: 33px;
	z-index: 1;
}


#intro {
	position: relative;
	width: 307px;
	height: 211px;
	top: 0px;
	padding: 0px;
	margin-left: 83px;
	z-index: 1;
}
#flash {
	position: relative;
	width: 620px;
	height: 180px;
	top: 0px;
	padding: 0px;
	margin-left: 97px;
}

#flash2 {
	position: relative;
	width: 620px;
	height: 180px;
	top: 0px;
	padding: 0px;
	margin-left: 97px;
}


#homelist {
	width: 235px;
	height: 160px;
	font-size: 12px;
	color: #ffffff;
	top: 0px;
	padding-top: 50px;
	margin-left: 400px;
}


.whitetext {
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
	margin-left: 30px;
	margin-top: 5px;
}
.whitetext A:link {COLOR: #ffff99; text-decoration: underline;}
.whitetext A:visited {COLOR: #ffff99; text-decoration: underline;}
.whitetext A:hover {COLOR: #ffffff;text-decoration: none;}


.hometext {
	font-size: 10px;
	color: #333333;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.projectlink {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #063793;
	margin-left: 0px;
	margin-top: 0px;
}
.projectlink A:link {COLOR: #063793; text-decoration: underline;}
.projectlink A:visited {COLOR: #063793; text-decoration: underline;}
.projectlink A:hover {COLOR: #a50b1a;text-decoration: none;}

#footer{
    clear:left;
    width: 772px;
    margin-left: 33px;
    background: #041a44;
    color: #FFF
}

#address{
    width: 590px;
	font-size: 9px;
	line-height: 12px;
    margin-left: 5px;
    padding: 8px;
    color: #fffbe6;
}

#utilitynav{
    float: right;
	font-size: 9px;
    width: 130px;
    margin-right: 10px;
    margin-top: 5px;
    color: #99ccff
}
#utilitynav A:link {COLOR: #99ccff; text-decoration: none;}
#utilitynav A:visited {COLOR: #99ccff; text-decoration: none;}
#utilitynav A:hover {COLOR: #99ccff;text-decoration: underline;}

