/* Layout CSS Document */

body {
	text-align:center;
}

#Site {
	margin:0 auto;
	border:1px solid #000000;
	width:702px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 700px;
}
html>body #Site {
  width:700px;
}

/* Header */
#header {
	position:relative; z-index:50;
	text-align:center;
	background:url(../images/headerbkg.jpg) no-repeat;
	width:700px; height:95px;
}
#logo {
	margin:1px auto 0px auto;
	width:69px; height:69px;
}
#title {
	margin:1px auto 4px auto;
	padding:0px 1px 4px 1px;
	background:url(../images/title_shadow.gif) no-repeat -1px 24px;
	width:199px;
	height:26px;
}

/* Navigation Bar */
#navigation {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background:#5299CD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:0px !important;
	margin-top:-10px;
}
#navigation ul {
	list-style:none;
	margin:13px auto 10px auto; padding:0;
}
#navigation li {
	display:inline;
	border-left:2px solid #FFFFFF;
	padding:0px 6px 0px 8px;
}
#navigation li:first-child {
	border-left:none;
}
#navigation a {
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a:hover {
	color:#000000;
}

/* Content Area */
#content {
	background:url(../images/contentbkg.jpg) left bottom no-repeat #C7D0F1;
	min-height:260px;
	height:auto !important;
	height:260px;
	padding-bottom:115px;
}
.titlecontent {
	float:left;
	width:150px;
	padding:15px 0px 15px 15px;
	text-align:left;
}
.maincontent {
	margin-left:165px;
	padding:15px;
}
.maincontent p {
	text-align:right;
}

/* Footer */
#footer {
	margin-top:-115px;
}
#footerImage {
	background:url(../images/rowhouses.jpg) no-repeat;
	height:115px;
}
#footerText {
	background:#5299CD;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	padding-right:15px;
	padding-top:5px;
}
#footerText a {
	color:#FFFFFF;
	text-decoration:none;
}
#footerText a:hover {
	text-decoration:underline;
}
