body,td,th {
	line-height: 30px;
	font-family: Geneva, Verdana, Arial, sans-serif;
}

hr {
	width:800px;
	margin:0 auto;
	clear:left;
	color:#1D6CAB;
	background-color:#1D6CAB;
	height:5px;	
	/*display:invisible;*/
}

/*.h2 { font-size:20px;
color:#3F0; }*/

#background {
	height:750px;
	z-index:-1;
	position:absolute;
	width: 100%;
	background: #0C214D; /* Old browsers */
background: -moz-linear-gradient(top, #0c214d 0%, #0c214d 45%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C214D), color-stop(45%,#0C214D), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0C214D 0%,#0C214D 45%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0C214D 0%,#0C214D 45%,#ffffff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #0C214D 0%,#0C214D 45%,#ffffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C214D', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #0C214D 0%,#0C214D 45%,#ffffff 100%); /* W3C */
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index:1;
}
#logo{
	width:255px; /*275px*/
	height:195px; /*230px*/ 
	background-image:url(images/bglogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	top: 0px;
	left: 0px;
	padding:25px 10px 10px 10px;
}
#banner {
	width:685px;
	margin-left:275px;
	height:230px;
	background-image: url(images/bannerslogan.jpg);
	background-repeat: no-repeat;
	clear:right;
	color:#FFF;
	text-indent:-9999px;
}

#nav {
	background-color:#0c214d;
	position:relative;
	clear:left;
	height:40px;
	background-image: url(images/bgnav.jpg);
	background-repeat: repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}

#nav ul {
list-style-type:none;
}

#nav ul li {
float:left;
text-indent:-9999px;
background-image:url(images/navsprite.jpg);
}

#nav ul li a {
display:block;
line-height:40px;
}

#navhome {
width:74px;
background-position: 0 -120px;
margin: 0 0 0 15px;
}
#navhome a:hover { background: url('images/navsprite.jpg') -74px -120px;
}

#navservices {
width:90px;
background-position: 0 -160px;
}
#navservices a:hover { background: url('images/navsprite.jpg') -90px -160px;
}

#navabout {
width:104px;
background-position: 0 0;
}
#navabout a:hover { background: url('images/navsprite.jpg') -104px 0;
}

#navcontact {
width:122px;
background-position: 0 -80px;
}
#navcontact a:hover{ background: url('images/navsprite.jpg') -122px -80px;}
		

#navtestimonials {
width:126px;
background-position: 0 -200px;
}
#navtestimonials a:hover { background: url('images/navsprite.jpg') -126px -200px;}

#navcommunity {
width:130px;
background-position: 0 -40px;
}
#navcommunity a:hover { background: url('images/navsprite.jpg') -130px -40px}

#navspacer {
	background: url(images/navspacer.jpg);
	width: 13px;height:40px;
	float:left;
	margin:0 12px 0 12px;
	
}

/*End Navigation*/

#aside {
	width:250px; /*275px*/
	min-height:400px;
	position:absolute;
	overflow: auto;
	margin:30px 10px 20px 15px;
	font-size:14px;
}
#content {
	width:650px; /*685px*/
	background-color:#FFF;
	margin-left:275px;
	min-height:400px;
	padding:30px 15px 20px 20px;
}
#wrapper {
	background-image:url(images/BackgroundParchmentTile.jpg)
}


#footer {
	background-color:#0c214d;
	border-top-style: solid;
	border-top-color: #1d6cab;
	border-top-width: 5px;
	color:#FFF;
	
}
#footercenter {
	width:960px;
	margin:0 auto;
}

#footer ul {
list-style-type:none;
/*display:block;
*/}

.sitemaptop {
float:left;
margin:0 45px 20px 5px;
}

#footer ul li a {
line-height:25px;
/*margin: 0 0 10px 0;
*/}

#credits {
	width:960px;
	clear:left;
	margin:0 auto;	
	position:relative;
	color:#FFF;
	padding:25px 0 25px 0;
	font-size:11px;
	text-align:center;
}

#footer a:link {
	color: #FFF;
}
#footer a:visited {
	color: #CCC;
}
#footer a:hover {
	color: #FF3;
}

a:link {
	color: #1D6CAB;
}
a:visited {
	color: #08173D;
}
a:hover {
	color: #C63;
}


.imagecenter {
	margin:0 auto;
	display:block;
}

.floatleft {
	foat:left;
}

.floatleftborder {
	float:left;
	margin: 10px 15px 15px 0;
	border: 5px solid #08173d;	
}

.floatrightborder {
	float:right;
	margin: 10px 0 15px 15px;
	border: 5px solid #08173d;	
}


.textcenter {text-align:center;}

.indent
   {
   padding-left: 50px;
   }