/* Code for making a full height layout */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
/* fixes IE6 */
* html #container {
	height: 100%;
}
#container {
	min-height: 100%;
}
#container,
#container_top,
#container_bottom
{	
	min-width: 1024px;
	width: auto;
}

/* end full height layout code */

body, div, table, tr, th, td, form, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	position: relative; /* fixes issue in IE6 when headers some times disappear */
}

/* header styles */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* a styles */

a {
	text-decoration: none;
}

/* p styles */

p {
	margin: 10px 0 10px 0;
	padding: 0;
}

/* hr styles */

hr {
	margin: 5px 0 5px 0;
}

/* list styles */

ul, ol {
	margin: 0px;
	padding: 10px;
}
li {
	margin: 5px;
}

/*********************/
/* appearance styles */
/*********************/

/* 
top menu text color: f1f1f3
blue in 'for lease' text: 282d74;
red in 'for sale' text: A40045
home text color: 36576f
home special text (gray): 787878
*/

/*--------------*/
/* color styles */
/*--------------*/

/* background-color styles */

body {
	background-color: #E8E8EA;
}
#page {
}
#container_top,
#container_bottom
{
	background-color: #1f2566;
}

/* border styles */

hr {
	border: 1px solid #EAEAEA;
}
.bottom_border {
	border-bottom: 2px solid #EAEAEA;
}

/* color styles */

body,
h1, h3, h5,
#main_text,
#mSelected a
{
	color: #1f2566;
}
#main {
	color: #36576f;
}
#top_menu {
	color: #565768;
}
.special_text {
	color: #787878;
}
h2, h4, h6, a
{
	color: #A40045;
}
#top_menu #tSelected,
#bottom_menu #bSelected 
{
	color: #AFCEE2;
}
#header_address {
	color: #787878;
}
#bottom_menu a {
	color:#B4B4B6;
}
#top_menu a:hover,
a.hdr_menu_link:hover {
	color: #CBCBCF;
}
#top_menu a, 
.hdr_menu_link,
#bottom_menu a:hover 
{
	color:#F1F1F3;
}
.hdr_menu_item {
	color: #FFF;
}
#adminlinks a {
	color: #FFF;
	font-weight: bold;
}

/*------------------*/
/* font/text styles */
/*------------------*/

/* font styles */

body div, table, tr, th, td, form, img,
#webdevelopment
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#top_menu, 
#bottom_menu,
#adminlinks,
#header_address,
h1, h2, h3, h4, h5, h6 
{
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

#main_text,
.hdr_menu_link,
.salelease,
body div#main_text {
	font-family: "Times New Roman", Times, serif;
}
.salelease,
#main_text,
body div#main_text {
	font-style: italic;
}
.pageHdr {
}
.pageHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
}
#main_text,
#main_text div {
	font-size: 16px;
	font-weight: bold;
}
#header_address {
	font-size: 14px;
}
#top_menu,
.hdr_menu_link {
	font-size: 14px;
}
#bottom_menu {
	font-size: 12px;
}

/* letter styles */

p {
	line-height: 1.5em;
}

/* text styles */

#page div 
{
	text-align: left;
}
#page,
#page div .hdr_menu_item 
{
	text-align: center;
}
#page div #header_top,
#page div #webdevelopment,
#webdevelopment,
#page div #header_address,
#page div #column3,
#page div #column3 div
{
	text-align: right;
}
#page div #inside_content {
	text-align: justify;
}

/*****************/
/* layout styles */
/*****************/

#container {
	width: 100%;
}

#page, #header, #main, #footer {
}

/* container_top */

#container_top {
	background-image: url(../images/container_top_bg.jpg);
	background-repeat: repeat-x;
	height: 122px;
}

/* container_middle */

#container_middle {
	margin: 0;
	padding: 0;
}

/* container_bottom */

#container_bottom {
	background-image: url(../images/container_bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 130px;
}

#container_top,
#container_bottom {
	width: 100%;
}

/*-----------------*/
/* top_menu styles */
/*-----------------*/

#top_page_bg {
	background-image:url(../images/page_top_bg.jpg);
	background-repeat: no-repeat;
	height: 62px;
	position: relative;
	top: 60px;
	width: 1024px;
}

/* top_menu */

#top_menu {
	height: 18px; /* 122px (total height) - 62px (#bottom_page_bg) = 60px - 35px (padding top) - 11px (padding bottom) */
	line-height: 18px;
	margin: 0;
	position: relative;
	padding: 31px 0 0 0;
	top: -60px;
	width: 1024px;
}
#top_menu a {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 2px 10px 2px 10px;
}

/*-------------*/
/* page styles */
/*-------------*/

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}

#page_bg {
	background-image:url(../images/container_middle_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 1024px;
}
#page {
	margin: -51px 0 -51px 0;
	padding: 0;
	position: relative;
	width: 1000px; /* width of white page area minus the shadow area on each side */
}

/*---------------*/
/* header styles */
/*---------------*/

#header {
}

/* image size now - 135px W x 135px H */
#header_logo {
	float: left;
	height: 135px; /* 145px (total height) - 5px (padding top) - 5px (padding bottom) */
	margin: 0;
	padding: 5px 0 5px 15px;
	width: 135px; /* 150px (total width) - 15px (padding left) */
}

/* header_right */

#header_right {
	float: right;
	height: 145px;
	margin: 0;
	padding: 0;
	width: 850px; /* 1000px (total width) - 150px (#header_logo width) */
}

/* image size now - 297px W x 77px H */
#header_text {
	float: left;
	height: 67px; /* 105px (total height) - 38px (padding top) */
	padding: 38px 15px 0 0;
	width: 305px; /* 320px (total width) */
}
#header_address {
	float: left;
	height: 65px; /* 105px (total height) - 20px (padding top) - 20px (padding bottom) */
	padding: 20px 25px 20px 15px; 
	width: 490px; /* 850px (#header_right) - 320px (#header_text width) = 530px (total width) - 25px (padding right) - 15px (padding left) */
}

/* header_menu */

#header_menu {
	clear: both;
	height: 29px; /* 40px (total height) - 11px (padding top) */
	padding: 11px 24px 0 133px;
	width: 693px; /* 850px (total width) - 24px (padding right) - 133px (padding left) */
}
.hdr_menu_item {
	background-image:url(../images/hdr_button_bg.jpg);
	background-repeat: no-repeat;
	float: left; 
	height: 29px; 
	width: 231px;
}
#mSelected {
	background-image:url(../images/hdr_button_bg_selected.jpg);
}
.hdr_menu_link {
	display: block;
	height: 14px; /* 29px (total height) - 10px (padding top) - 5px (padding bottom) */
	line-height: 14px;
	padding: 8px 5px 7px 5px;
}

/*-------------*/
/* main styles */
/*-------------*/

#main {
	clear: both;
	margin: 0 24px 0 24px;
	width: 952px; /* 1000px (total width) - 24px (margin right) - 24px (margin left) */
}
#main_header {
	background-image: url('../images/header_image.jpg');
	background-repeat: no-repeat;
	height: 270px; 
	width: 952px;
}
/* main_photo */

#main_photo {
	float: left;
	height: 265px; /* 270px (total height) */
	margin: 3px 0 2px 0;
	width: 232px;
}

/* main_text */

#main_text {
	float: left;
	padding: 65px 204px 45px 12px;
	width: 504px; /* 952px (#main_header width) - 232px (#main_photo width) - 12px (padding left) - 204px */
}
#main_txt_quote {
	float: left;
	height: 150px;
	padding-right: 0;
}

/*--------------------*/
/* bottom_menu styles */
/*--------------------*/

#bottom_page_bg {
	background-image:url(../images/page_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 1024px;
}
#bottom_menu {
	height: 16px; /* 118px (total height) - 62px (#bottom_page_bg) - 20px (margin bottom) - 9px (padding top) - 15px (padding bottom) */
	line-height: 16px;
	margin: 0 0 20px 0;
	padding: 9px 0 15px 0;
	width: 1024px;
}
#bottom_menu a {
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 2px 5px 2px 5px;
}

/*---------------*/
/* footer styles */
/*---------------*/

#footer {
}

#webdevelopment,
#adminlinks {
	margin-top: -20px;
	padding-bottom: 10px;
	width: 1000px;
}
#adminlinks {
	margin-top: -25px;
}

/********************/
/* home page styles */
/********************/

#column1 {
	float: left;
	padding-right: 13px;
	width: 328px; /* 341px (total width) - 13px (padding right) */
}
#column2 {
	float: left;
	padding: 0 15px 0 15px;
	width: 310px; /* 340px (total width) - 15px (padding right) - 15px (padding left) */
}
#column3 {
	float: left;
	width: 269px; /* 952px (#main width) - 355px (#column1 width) - 374px (#column2 width) */
}

.home_columns {
	border: 0;
	margin: 0;
	padding: 0;
}
.bottom_border {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/**********************/
/* inside page styles */
/**********************/

#inside_header
{
	background-image: url('../images/inside_header_image.jpg');
	background-repeat: no-repeat;
	height: 102px; 
	margin-bottom: 20px;
	width: 952px;
}
#inside_content,
#content {
	margin: 0;
	margin-top: -90px;
	padding: 0 0 15px 0;
}
#inside_content {
	margin: 0;
	padding: 0 50px 0 50px;
	width: 852px; /* 952px (#main width) - 50px (padding right) - 50px (padding left) */
}
#content {
	padding: 0 0 20px 0;
	width: 952px; /* 952px (#main width) */
/*
	padding: 0 20px 20px 20px;
	width: 912px; /* 952px (#main width) - 20px (padding right) - 20px (padding left) */

}

/* Links page   */
#content .links a{
	color:#302F73
	}

