body {
	text-align: center;
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
}

#siteframe {
position: relative;
margin: auto;
width: 950px;
background-color: #FFF;
text-align: left;
}

#contactbox {
float: right;
position: absolute;
text-align: right;
color: #666666;
right: 10px; top: 10px;
}

#contactbox p {
font-size: .8em;
color: #666666;
line-height: normal;
}

#contactbox a:link, #contactbox a:visited {color: #0066cc; text-decoration: none; font-weight: bold;}
#contactbox a:hover {color: #0066cc; text-decoration: none; font-weight: bold;}

img.logo {padding: 10px; float: left;}

#bg-header {
background: #fff;
width: 950px;
height: 70px;
}

#content {
text-align: left;
margin: 0 auto;
padding: 15px;
}

#column-left {
text-align: left;
width: 700px;
}

#column-right {
text-align: left;
float: right;
width: 200px;
}

#copyright {
text-align: center;
color: ;
margin: 0 auto;
padding: 15px;
width: 950px;
}

#copyright p {
text-align: center;
line-height: 8px;
font-size: .8em;
}

#copyright a:link, #copyright a:visited {color: #0066cc; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif; font-size: 1.1em;}
#copyright a:hover {color: #0066cc; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif;}

h1 {
color: #000000;
font-size: 20px;
font-weight: bold;
font-family: 'Arial', sans-serif;
margin: 10px 0 0 0;
}

#column-right h1 {
font-size: 18px;
}

h2 {
color: #666666;
font-size: 12px;
font-weight: bold;
margin: 10px 0 0 0;
}

h3 {
color: #666666;
font-size: 11px;
font-weight: bold;
margin: 10px 0 0 0;
}

p {
font-weight: normal;
margin: 0 0 10px 0;
line-height: 18px;
}

#column-right p {
font-size: .9em;
color: #666666;
}

.small {
font-size: 11px;
color: #666666;
line-height: .9em;
}

.breadcrumbs {
font-size: 9px;
color: #666666;
font-weight: bold;
}

img.right {
float: right;
padding: 8px;
border: 0;
}

img.left {
float: left;
padding: 8px;
border: 0;
}

a:link, a:visited {color: #0066cc; text-decoration: underline; font-weight: normal;}
a:hover {color: #0066cc; text-decoration: underline; font-weight: normal;}

#otherproducts {
border-top: dotted;
border-top-color: #CCC;
border-top-width: 1px;
padding-top: 20px;
}

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

#nav_bar {
background: #003366 url('/layout/generic/images/navbar-background.php') repeat center top;
height: 30px;
width: 950px;
margin: 0 auto;
clear: left;
}

#nav {
text-align: left;
font-weight: bold;
}

ul#nav, ul#nav li {
float: left;
list-style: none;
padding: 0;
margin: 0 auto;
font-family: Arial, sans-serif;
font-size: 1em;
color: #FFF;
text-align: center;
}

ul#nav a, ul#nav a:visited {
color: #99ADC2;
text-decoration: none;
display: block;
margin: 0 0 0 2px;
padding: 8px 8px 8px 14px;
}

ul#nav li.active a, ul#nav a:hover {
color: #FFF;
text-decoration: none;
display: block;
}

#home #nav-home a,
#about #nav-about a,
#properties #nav-properties a,
#contact #nav-contact a {color:#FFF;}

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

#subnavigation {
padding: 0;
margin: 0;
width: 100%;
text-align: left;
}

ul#subnav, ul#subnav li {
list-style: none;
margin: 0;
padding: 0 0 1px 0;
}

ul#subnav {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #0066cc;
}

ul#subnav a, ul#subnav a:visited {
color: #4D94DC;
text-decoration: none;
display: block;
margin: 0;
padding: 6px;
font-weight: bold;
background-color: #E6F0FA;
}

ul#subnav a:hover {
color: #0066cc;
text-decoration: none;
display: block;
}

ul#subnav a.subnav_active { color: #0066cc; background-color: #CCE0F5;}

/* from styles */
form { padding: 0px; margin: 0px; }
table.form { font-size: 12px; }
table.form th.required { font-weight: bold; color: #003366; }
table.form th { text-align: left; padding: 0px 10px 5px 0px;} 
table.form td { padding: 0px 10px 10px 0px; }
table.form td input, table.form td select { border: 1px solid #999; width: 100%;}
table.form td.radio input { border: 0px}
form label.required { font-weight: bold; color: #003366; }

div.button { background: transparent url(/img/colorize.php?color=%23003366&image=/layout/generic/images/button-right.jpg) no-repeat right center; height: 30px; float: left; margin-right: 5px; cursor: pointer; font-size: 11px;}
div.button div {  background: transparent url(/img/colorize.php?color=%23003366&image=/layout/generic/images/button-left.jpg) no-repeat left center; height: 30px; line-height: 30px; color: white; text-align: center;}
input.button { }

/* column styles */
.column_banner { padding: 0px; }
.column_left { padding: 15px 15px 15px 15px; }
.column_middle { padding: 15px 15px 15px 0px; }
.column_right { padding: 15px 15px 15px 0px; }
.column_main { padding: 15px; }
