body {
	margin: 0;
	padding: 0;
	background: #103e96 url(/images/background.gif) repeat-x;
	color: #d5d5f3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	text-align: center !important;	
}

#outercontainer {
	background: #062f7d url(/images/container-background.gif) repeat-x;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 930px;
}


#innercontainer {
	margin: 0 auto 0;
	padding: 0;
	width: 908px;
	border-left: solid 1px #395ea4;
	border-right: solid 1px #395ea4;
	border-bottom: solid 1px #395ea4;
	text-align: left;
}


#header {
	margin: 0 auto 10px;
	padding: 0;
}





/* ---------------------------------------------------------------------------------------- */
/* Content */
/* ---------------------------------------------------------------------------------------- */


#feature {
	position: relative;
	background-color: #062f7d;
	margin: 0 auto;
	padding: 10px;
	width: 888px;
	z-index: 0; /*required to have dhtml popup show above flash piece*/
}

#content {
	background-color: #062f7d;
	margin: 0;
	padding: 10px;
	width: 888px; /* width: 908px */
	text-align: left;
}


#content img,
#contentsub img {
	margin: 0 8px 5px;
	padding: 0;
	border: solid 2px #3a74dd;
}


#content h1,
#contentsub h1 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 0;
}


#contentsub {
	display: inline;
	float: left;
	/*background-color: #ff0000;*/
	margin: 0 0 0 15px;
	padding: 10px 0;
	width: 660px;
	text-align: left;
}

#featuresleft {
	float: left;
	/*background-color: #062f7d;*/
	margin: 0;
	padding: 10px;
	width: 200px;
	text-align: center;
	font-size: 11px;
}

#details {
	margin: 25px auto 0;
	padding: 10px;
	width: 184px;
	background-color: #efefef;
	border: solid 3px #3a74dd;
	text-align: center;
	color: #000;
}

#details ul {
	list-style: none;
	margin: 10px 5px;
	padding: 0;
	text-align: left;
}

#details li {
	padding-top: 3px;
}

#details h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

#details h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#propertyimages {
	margin: 0 auto 0;
	padding: 0 5px 5px 5px;
	width: 200px;
	text-align: center;
}

#propertyimages h1 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
}

#propertyimages img {
	margin: 0 auto;
	padding: 0;
	border: solid 2px #3a74dd;
}

#propertyphototable {
	text-align: center;
}

#propertyphototable h1 {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	text-align: center;
}

#propertyphototable h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: left;
}


/* contact form */


.contactform {
	margin: 0; 
	padding: 0 5px;
}

.contactform td {
	padding: 4px 0;
}

.contactform textarea {
	width: auto;
}



/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */



#navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #3a74dd;
	width: 908px;
	height: 28px;
	border-top: solid 1px #395ea4;
	/*border-left: solid 1px #395ea4;		
	border-right: solid 1px #395ea4;*/
	z-index: 1; /*required to have dhtml popup show above flash piece*/
}

#navlinks {
	margin: 0 auto;
	padding: 6px 0 0 0;
	/*width:970px;*/
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	/*background-color: #0099FF;*/
}

#navlinks ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#navlinks ul li {
	display: inline;
	position: relative;
}


/* ---------------------------------------------------------------------------------------- */
/* Subnav list styles */
/* ---------------------------------------------------------------------------------------- */

.subnav {
	list-style: none !important;
	margin: 0;
	padding: 0;	
	/*border-top: 1px solid #a8a8a8;
	border-left: 1px solid #3a74dd;
	border-right: 1px solid #3a74dd;*/
}

.subnav li {
	border-bottom: 2px solid #fff;
	/*background-color: #cfa501;*/
}

.subnav li.last {
	border-bottom: 2px solid #fff;
	/*border-bottom: none;*/
	/*background-color: #cfa501;*/
}

.subnav li a { 
	display: block;
	padding: 5px 0 5px 10px;
	color: #eee !important;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;	
}

.subnav li a:hover { 
	color: #fff;
	background-color: #467bb7;
}





/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 930px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center !important;
	color: #d5d5f3;
	font-size: 11px;
}

#navBottom {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navBottom li { 
	padding: 0;
	display: inline;
}

#copyright {
	margin: 0;
	padding: 0;
	text-align: center;
}






/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */
a {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	background-color: #3a74dd;
	color: #fff !important;
}

a:visited {
	color: #fff;
}

#navBottom a,
#navBottom a:visited,
#copyright a,
#copyright a:visited {
	color: #d5d5f3;
	text-decoration: none;
}

#navBottom a:hover,
#copyright a:hover {
	color: #d5d5f3 !important;
	text-decoration: underline;
	background-color: transparent;
}


#navlinks a {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 12px;
}

#navlinks a:hover {
	text-decoration: none;
	/*background-color: #cfa501;*/
	background-color: #518acb;
}

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


#propertyimages a,
#propertyimages a:visited {
	color: #fff;
	text-decoration: none;
}

#propertyimages a:hover {
	background-color: transparent !important;
}

#propertyphototable a,
#propertyphototable a:visited {
	color: #fff !important;
	text-decoration: none;
}

#propertyphototable a:hover {
	background-color: transparent !important;
}



a:hover * img {
	text-decoration: none !important;
	background-color: transparent !important;
}

a.imgNoHover:hover{
	text-decoration: none !important;
	background-color: transparent !important;
}




/* ---------------------------------------------------------------------------------------- */
/* Text */
/* ---------------------------------------------------------------------------------------- */

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.justify {
	text-align: justify !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}