body {
	margin: 1px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	color: #333333;
	margin: 8px 0px;
}

p.terms {
	font-size: 9px;
}

h2 {
	font-size: 16px;
}

hr {
	height: 1px;
	border: 0px;
	color: #045f31;
	background-color: #045f31;
}

ul li, ol li {
	color: #333333;
}

a:link, a:visited {
	color: #063353;
}

a:hover {
	color: #00CC00;
}

.clear {
	clear: both;
}

.sub_title {
	font-weight: bold;
	font-size: 13px;
	color: #016531;
	padding-top: 8px;
}

.errorMsgRed {
	color: #FF0000;
}

.redStar {
	color: #FF0000;
}

.greenText {
	color: #045f31;
}

.double_stars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}

/* Header */

#header {
	position: relative;
	background-image: url(../images/header/culturelink_header.jpg);
	width: 900px;
	height: 209px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header_top_links {
	position: absolute;
	left: 660px;
	top: 8px;
}

#header p {
	margin: 0px;
	padding: 0px;
	color: #1a90ff;
}

#header a:link, #header a:visited {
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#header a:hover {
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}


/* Wrapper Container Main Content Area */

#wrapper {
	position: relative;
	background-image: url(../images/menu/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


/* Column Left */

#column_left {
	position: relative;
	width: 223px;
	padding-left: 16px;
	padding-bottom: 30px;
	float: left;
}

#column_left img {
	border: none;
}


/* Column Right */

#column_right {
	position: relative;
	width: 225px;
	float: right;
}


/* Column Main Middle */

#column_content {
	position: relative;
	width: 430px;
	float: left;
	padding-bottom: 25px;
}

#column_content img {
	border: 1px solid #a1a0a0;
}


/* Column for agents area content */

#column_content_agents {
	position: relative;
	width: 635px;
	float: left;
	padding-bottom: 25px;
	padding-right: 25px;
}

table#icons a:link, 
table#icons a:visited {
	text-decoration: none;
}

table#icons tr td {
	text-align: center;
	vertical-align: top;
	width: 100px;
}

/* Column Main Middle Page Title */

#page_title {
	background-image: url(../images/titles/page_title_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 10px;
	width: 418px;
	height: 25px;
	color: #fff;
}

/* Footer */

#footer {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	margin: 0px;
	padding: 0px;
}


/* Menu Navigation */

#menu {
	position: relative;
	background-image: url(../images/menu/buttons_bg.jpg);
	background-repeat: repeat-y;
	width: 199px;
}

#menu_footer {
	position: relative;
	background-image: url(../images/menu/buttons_footer.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	width: 199px;
	height: 50px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li a:link, 
#menu ul li a:visited {
	background-image: url(../images/menu/button_on_off.jpg);
	text-decoration: none;
	display: block;
	color: #fff;
	width: 155px;
	height: 24px;
	margin-left: 8px;
	padding-left: 20px;
	padding-top: 8px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #003300;
	text-decoration: none;
	background-position: 0px -32px;
}


/* Column Left - Bottom Ads */

.menu_ad {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Column Right - Mortgage Calculator Ad Box*/

#mortgage_calculator_ad {
	background-color: #d1e7d1;
	border: 1px solid #a1a0a0;
	margin-bottom: 15px;
	width: 206px;
	float: right;
}

#mortgage_calculator_ad p {
	padding-left: 8px;
	padding-right: 8px;
}

#mortgage_calculator_ad img {
	border: none;
	margin: 0px 8px 8px 8px;
}

#mortgage_calculator_ad_title {
	background-image: url(../images/ads/mortgage_calculator_title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	width: 206px;
	height: 20px;
}


/* Calculator Forms */

form#calculator {
	border: 1px solid #999999;
	background-color: #d1e7d1;
	padding: 25px 15px 15px 15px;
}

form#calculator p {
	clear: left;
	margin: 0px;
	padding: 0px;
}

form#calculator p label {
	float: left;
	width: 120px;
	padding-top: 3px;
	margin-left: 40px;
}

form#calculator input.txtDollar {
	border: 1px inset #0008B;
	width: 80px;
	font-size: 12px;
}

form#calculator input.txt, form#calculator select {
	border: 1px inset #0008B;
	width: 80px;
	font-size: 12px;
	margin-left: 10px;
}

form#calculator .buttons {
	margin-top: 25px;
}


/* Login Box */

#agent_login {
	text-align: center;
	margin-top: 30px;
}

form#login {
	width: 215px;
	border: 1px solid #045f31;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

form#login input.txt {
	font-size: 12px;
	border: 1px inset #dddddf;
}

form#login p label {
	float: left;
	width: 65px;
	padding-top: 3px;
}


/* Column Right - Generic Ad Box */

.box_ad {
	background-color: #f8f8f8;
	border: 1px solid #a1a0a0;
	margin-bottom: 15px;
	width: 206px;
	min-height: 200px;
	float: right;
}

.box_ad p {
	padding-left: 8px;
	padding-right: 8px;
}

.box_ad img {
	border: none;
}

.box_ad_title {
	background-image: url(../images/ads/mortgage_calculator_title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	width: 206px;
	height: 20px;
}


/* Contact Us Info */

table#contact {
	border-collapse: collapse;
	border: none;
}

table#contact td {
	vertical-align: top;
}

table#contact td.left {
	width: 150px;
	padding-left: 20px;
}

table#contact td.right {
	width: 200px;
}

form#contact_form {
	padding: 0px 15px 15px 0px;
}

form#contact_form p {
	clear: left;
	margin: 0px;
	padding: 0px;
}

form#contact_form p label {
	width: 120px;
	padding-top: 3px;
}

form#contact_form input.txt {
	width: 180px;
	font-size: 12px;
}

form#contact_form textarea {
	font-size: 12px;
}

form#contact_form .buttons {
	margin-top: 25px;
}


/* Buying Form */

form#buy_sell {
	padding: 0px 15px 15px 15px;
}

form#buy_sell input.txt {
	width: 180px;
	font-size: 12px;
}

form#buy_sell input.price {
	width: 80px;
	font-size: 12px;
}

form#buy_sell input.quantity {
	width: 18px;
	font-size: 12px;
}

form#buy_sell select {
	border: 1px inset #0008B;
	width: 120px;
	font-size: 12px;
}

form#buy_sell p {
	clear: left;
	margin: 5px 0px;
	padding: 0px;
}

form#buy_sell p label {
	float: left;
	width: 120px;
	padding-top: 3px;
}

form#buy_sell hr {
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
	border: 0px;
	color: #045f31;
	background-color: #045f31;
}

form#buy_sell table {
	border-collapse: collapse;
}

form#buy_sell table p {
	font-size: 12px;
	margin: 0px;
}

form#buy_sell .buttons {
	margin-top: 15px;
}


/* Sales Agent List */

.sales_agent img {
	border: 1px solid #a1a0a0;
	margin-right: 20px;
}

.sales_agent table {
	border-collapse: collapse;
}

.sales_agent table tr td {
	font-size: 12px;
}

a.agent_names:link,
a.agent_names:visited {
	text-decoration: none;
}

a.agent_names:hover {
	text-decoration: underline;
}


/* Real Estate Associates */

.associate_contact {
	margin-bottom: 20px;
}

#associate_icons {
	text-align: center;
}

#associate_icons img {
	margin: 0px 15px 30px 15px;
	border: none;
}


/* Market Coverage */

#district_map {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#district_map a {
	margin: 0px 10px 0px 10px;
}

#district_map img {
	margin-top: 20px;
	border: none;
}


/* News Section */

a.news:link, a.news:visited {
	text-decoration: underline;
	color: #063353;
}

a.news:hover {
	text-decoration: underline;
	color: #00CC00;
}

.news_title {
	font-weight: bold;
	font-size: 18px;
	color: #016531;
}

.news_date {
	font-size: 12px;
	color: #016531;
}

.textwrap {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* Property Management Team */

#property_team table tr {
	height: 25px;
}


/* Meetings */

#meeting table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 25px;
}

#meeting table tr td {
	border: 1px solid #009900;
	padding: 10px;
	vertical-align: top;
}

#meeting table tr td.col_1 {
	width: 210px;
	font-weight: bold;
}

#agent_logout {
	float: right;
}

#agent_logout a {
	text-decoration: none;
}
