body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ece8d5;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

strong {
	font-weight: bold;
}

/* Begin Page Layout Styles */
div#header {
	background: url(../images/header_bg.gif) left top repeat-x;
	height: 48px;
}

div#logo {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}

div#main_container {
	width: 915px;
	padding: 0px 15px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #a8a59a;
	border-right: 1px solid #a8a59a;
	border-bottom: 1px solid #a8a59a;
	background: #FFF url(../images/content_bg.gif) right top no-repeat;
	min-height:300px;
  height:auto !important;
  height:300px;
}

div#left_sidebar {
	float: left;
	width: 138px;
	padding-right: 3px;
	padding-top: 24px;
	margin-right: -138px
}

div#main_content {
	width: 760px;
	margin-left: 138px;
	padding: 148px 0px 30px 14px;
}

div#main_text {
	float: left;
	width: 392px;
	padding-right: 26px;
	margin-right: -415px;
}

div#illustration_form {
	width: 342px;
	margin-left: 415px;
}

input.submitButton {
	width: 69px;
	height: 22px;
	border: 0px;
	background: #FFF url(../images/submit_button.gif) left top no-repeat;
	cursor: pointer;
}

input.biographyButton {
	width: 103px;
	height: 19px;
	border: 0px;
	background: #FFF url(../images/biography_button.gif) left top no-repeat;
	cursor: pointer;
}

input.backButton {
	width: 44px;
	height: 19px;
	border: 0px;
	background: #FFF url(../images/back_button.gif) left top no-repeat;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

p#footerlinks input.footerLinkButton {
	cursor: pointer;
	background:none;
	border:0px;
	padding:0px;
	margin:0px;
	font-size: 11px;
}
/* End Page Layout Styles */

/* Begin Left Sidebar Styles */
div#left_sidebar p#agentpicture {
	margin-top: 24px;
	margin-bottom: 9px;
}

div#left_sidebar p#companylogo {
	text-align: center;
	margin-bottom: 23px;
}

div#left_sidebar p#agentcontactinfo {
	color: #666666;
	line-height: 14px;
}
/* End Left Sidebar Styles */

/* Begin Main Text Styles */
div#main_text p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin: 0px 0px 20px 0px;
}

div#main_text p a {
	color: #498fc1;
}

div#info_buttons {
	width: 392px;
	height: 79px;
	margin-bottom: 25px;
	background:  url(../images/moreinfo_bg.gif) left top no-repeat;
}

div#info_buttons img#info_residential {
	margin-top: 18px;
	margin-left: 20px;
}

div#info_buttons img#info_commercial {
	margin-top: 18px;
	margin-left: 13px;
}

div#footnote {
	width: 392px;
	color: #aaaaaa;
	margin-top: 15px;
	text-align: left;
}

div#footnote span {
	font-size: 10px;
}

div#footnote a {
	color: #aaaaaa;
}
/* End Main Text Styles */

/* Begin Illustration Tab Styles */
div#illustration_form div#formresponse {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FF3D3D;
}

div#illustration_form div.illustration_tab1 {
	background-image: url(../images/tab_border1.gif);
}

div#illustration_form div.illustration_tab2 {
	background-image: url(../images/tab_border2.gif);
}

div#illustration_tabs {
	padding-left: 10px;
	height: 29px;
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #38477e;
	font-size: 12px;
}

div#illustration_tabs div.tab1active {
	float: left;
	height: 11px;
	width: 35px;
	padding: 8px 11px;
	border: 1px solid #97a0c4;
	border-bottom: 0px;
	background: #f0f3ff url(../images/tab_bg.gif) left top repeat-x;
	cursor: pointer;
}

div#illustration_tabs div.tab2inactive {
	height: 11px;
	width: 62px;
	padding: 8px 11px;
	margin-left: 66px;
	border: 1px solid #97a0c4;
	background-color: #fff;
	cursor: pointer;
}

div#illustration_tabs div.tab1inactive {
	float: left;
	height: 11px;
	width: 35px;
	padding: 8px 11px;
	border: 1px solid #97a0c4;
	background-color: #fff;
	cursor: pointer;
}

div#illustration_tabs div.tab2active {
	height: 11px;
	width: 62px;
	padding: 8px 11px;
	margin-left: 66px;
	border: 1px solid #97a0c4;
	border-bottom: 0px;
	background: #f0f3ff url(../images/tab_bg.gif) left top repeat-x;
	cursor: pointer;
}

/* End Illustration Tab Styles */

/* Begin Illustration Form Styles */
div#illustration_form div#illustration_content_property {
	display: none;
}

div#illustration_form div.illustration_content {
	width: 316px;
	background-color: #f0f3ff;
	padding: 17px 13px;
}

div#illustration_form div.illustration_content p.illustration_title {
	color: #38477e;
	font-size: 14px;
}

div#illustration_form div.illustration_content p.illustration_description {
	margin: 12px 0px;
	color: #5d5d5d;	
}

div#illustration_form div.illustration_content table#illustration_self td.label {
	text-align: right;
	width: 87px;
	color: #5d5d5d;
	padding: 3px 0px;
}

div#illustration_form div.illustration_content table#illustration_self td.label span.required {
	color: red;
	font-size: 12px;
}

div#illustration_form div.illustration_content table#illustration_self td.field {
	width: 225px;
	padding: 3px 0px;
}

div#illustration_form div.illustration_content table#illustration_self td.field input.medium {
	width: 100px;
}

div#illustration_form div.illustration_content table#illustration_self td.field input.xlarge {
	width: 140px;
}

div#illustration_form div.illustration_content table#illustration_self td.field input.xxlarge {
	width: 212px;
}

div#illustration_form div.illustration_content table#illustration_self td.field textarea {
	width: 212px;
}

div#illustration_form div.illustration_content table#illustration_self td.field select {
	width: 49px;
}


div#illustration_form div.illustration_content table#illustration_self td.illustration_button {
	height: 22px;
	padding-top: 14px;
	text-align: right;
	background: url(../images/button_bg.gif) left top repeat-x;
}

div#illustration_form div.illustration_content table#illustration_self td.illustration_button img {
	cursor: pointer;
}

div#illustration_form div.buttonarea {
	padding-top: 14px;
	background: url(../images/button_bg.gif) left top repeat-x;
	height: 40px;
}

div#illustration_form div.buttonarea span.required {
	color: red;
}

div#illustration_form div.buttonarea img, div#illustration_form div.buttonarea input {
	cursor: pointer;
	float: right;
}

div#illustration_form div.illustration_content table#illustration_self td.field input {
	width: 200px;
	height: 17px;
	border: 1px solid #a5acb2;
	padding: 0px;
}

div#illustration_form div.illustration_content table#illustration_self td.field select {
	font-size: 11px;
}

div#illustration_form table#illustration_property1 {
	margin-top: 3px;
}

div#illustration_form table td.dots{
	height: 11px;
	background: url(../images/dots.gif) left top repeat-x;
}

div#illustration_form table#illustration_property1 td.label {
	width: 93px;
	color: #5d5d5d;
	text-align: right;
}

div#illustration_form table#illustration_property1 td.label span.required {
	color: red;
	font-size: 12px;	
}

div#illustration_form table#illustration_property1 textarea, div#illustration_form table#illustration_property1 select {
	width: 215px;
}

div#illustration_form table#illustration_property1 select {
	height: 17px;
	font-size: 11px;
	width: 49px;
}

div#illustration_form table#illustration_property2 td.widelabel {
	width: 210px;
	padding-right: 5px;
	vertical-align: top;
	color: #5d5d5d;
}

div#illustration_form table#illustration_property2 td.widelabel span.required {
	color: red;
	font-size: 12px;
}

div#illustration_form table#illustration_property2 td.widefield {
	color: #5d5d5d;
	text-align: left;
}

div#illustration_form table#illustration_property2 td.widefield input.large {
	width: 74px;
}

div#illustration_form table#illustration_property2 td.widefield input.xlarge {
	width: 100px;
}

div#illustration_form table#illustration_property2 td.illustration_button {
	text-align: right;
}

/* End Illustration Form Styles */

/* Begin Footer Styles */
div#footer {
	width: 945px;
	height: 51px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	font-size: 11px;
	position:relative;
	clear: both;
}

div#footerpages {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}	

div#footerpages p#footerlinks a {
	color: #000000;	
	text-decoration: none;
}

div#footer p#designby {
	position: absolute;
	top: 31px;
	left: 737px;
}

div#footer p#designby a {
	color: #000000;	
}

div#footer img#imgpoweredby {
	position: absolute;
	left: 875px;
	top: 19px;	
}
/*End Footer Styles */

/* Begin Relinquished and Replacement Property form styles */
div.property-form h3 {
	margin-bottom: 20px;
}
div.property-form p.form-title {
	font-weight: bold;
	font-size: 14px !important;
	margin: 10px 0 !important;
	padding-top: 10px;
	border-top: 1px solid #666666;
	clear: left;	
}
div.property-form dt,
div.property-form label {
	font-size: 12px;
	color: #666666;
}	
div.property-form dt.last,
div.property-form dd.last {
	padding-bottom: 15px;
}	
div.property-form dt {
	text-align: right;
	float: left;
	width: 180px;
	clear: left;
	padding: 3px 0;
}	
div.property-form dd {
	margin-left: 10px;
	float: left;
	padding: 3px 0;
}	
div.property-form input[type="text"] {
	width: 180px;
}
input.relinquishedButton {
	width: 160px;
	height: 24px;
	border: 0px;
	background: #FFF url(../images/relinquished.gif) left top no-repeat;
	cursor: pointer;
	float: left;
	margin-bottom: 10px;
}
input.replacementButton {
	width: 160px;
	height: 24px;
	border: 0px;
	background: #FFF url(../images/replacement.gif) left top no-repeat;
	cursor: pointer;
	float: left;
	margin-left: 25px;
	margin-bottom: 10px;
}
/* End Relinquished and Replacement Property form styles */

