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



body {
background-image:url(../images/global/bg-rpt.gif);
background-repeat:repeat-x;
background-color:#5d86a1;
margin:0;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:16px;
margin-bottom:8px;
margin-top:8px;
}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:14px;
margin-bottom:8px;
margin-top:8px;
}
h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
text-align:center;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:left;
margin-left:10px;
}
h6 {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:16px;
margin-bottom:8px;
margin-top:8px;
margin-left:10px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
	margin-left: 10px;
}
li{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}



/* 
  -----------------------------------
  Links 
  -----------------------------------
*/

a:link {
	color: #336699;
	text-decoration: none;
	}

a:visited {
	color: #336699;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

a:active {
	color: #666;
	text-decoration: none;
	}


/* 
  -----------------------------------
 page general
  -----------------------------------
*/



#container {
width:775px;
height:auto;
background-color:#FFF;
margin:25px auto auto auto;
}
#footer {
width:775px;
height:auto;
margin:10px auto;
text-align:center;
}
#footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
color:#c2d1dd;
margin:0;
padding:0;
}
.imgs {
border:1px solid #000;
}
.floatRight {
	float:right;
	margin-left: 12px;
	margin-bottom: 20px;
}
.floatLeft {
float:left;
}

/* 
  -----------------------------------
 color and basic text format
  -----------------------------------
*/



.lightblue {
color:#becfd9;
}
.darkblue {
color:#5d87a1;
}
.brightblue {
color:#336699;
}
.bold {
font-weight:bold;
}
.margin0{
margin-top:0;
margin-bottom:0;
margin-left:0;
text-align:left;
}
.linkTextH1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
}
.linkText {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal
color:#333;
}
.leftMargin10 {
margin-left:10px;
}

.smaller {
font-size:10px;
}

/* 
  -----------------------------------
 header styles
  -----------------------------------
*/



.hdrText {
padding-left:15px;
}



/* 
  -----------------------------------
 home
  -----------------------------------
*/



.home-site {
height:150px;
margin-top:1px;
margin-bottom:10px;
border-top:1px solid #e0e8ef;
background-image:url(../images/global/squares-c1d1e0.gif);
background-repeat:no-repeat;
background-position:top left;
text-align:left;
}

.home-siteIMGS {
border:1px solid #000;
margin-top:31px;
float:left;
margin-right:10px;
}

.home-siteText {
float:right;
margin-top:0;
margin-left:0px;
width:190px;
}

.home-site-h1 {
margin-bottom:4px;
margin-top:5px;
}

.home-right-lt, .subpageP {
background-color:#d0dce6;
border:1px solid #5d87a1;
text-align:left;
margin:0;
padding:0;
}
.subpageP p{
margin:10px;
}

.home-right-dk {
background-color:#5d87a1;
border:1px solid #5d87a1;
margin:0;
padding:0;
}
.home-rightText p{
color:#003366;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
}

.home-rightText2 p{
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
}

.community-hdrs {
background-color:#8ba4be;
}

/* 
  -----------------------------------
 the homes
  -----------------------------------
*/
#homes {
margin:0;
}

#homes p {
margin:10px 0px;
}

#homes h6 {
margin:0px 0px 0px 0px;
color:#369;
}

.bottomHR {
border-bottom:1px solid #369;
}

/* 
  -----------------------------------
  Contact
  -----------------------------------
*/
#contactform {
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #369;
width:600px;
margin:auto;
}
#contactform .formtext {
margin-right:10px;
}

/* 
  -----------------------------------
 news
  -----------------------------------
*/
.newsThumb {
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
	border:1px solid #000;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
.date {
	color: #666666;
	font-size: 10px;
}
.newsBrief {font-size: 11px;
	line-height:12px;
}
.mini_pic {
	border: solid 1px #5D87A1;
	padding: 3px;
	align: left;
	margin-right: 8px;
	margin-bottom: 8px;
}