/***
 Main Styles
 ***/

body
{
	margin: 0;
	background: #b9b9c4 url(/images/bg2.png) top left;
	font: normal 11px "Arial" , "Verdana" , "Helvetica" , "sans-serif";
}

p
{
	color: #303030;
	font: normal 11px "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	line-height: 15px;
}

a:link
{
	color: #2A549F;
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	text-decoration: underline;
}
a:visited
{
	color: #2A549F;
}
a:hover
{
	color: #4A7B8A;
}
a:active
{
	color: #2A549F;
}

img 
{
	border: 0;
}

.imageBorder img, img.imageBorder 
{
	padding: 2px;
	border: solid 1px #888;
}

h2.title
{
	color: #2A549F;
	text-align: left;
	margin: .5em 0 .5em 0em;
}

h3.title
{
	color: #2A549F;
	text-align: left;
	margin: .5em 0 .5em 0;
}

/* Used by some JavaScript to fade input elements */
.fade 
{
	border: solid 1px #666;
	background-color: #EBF1F7;
}

.invalid 
{
	background-color: #fdd;
}

/***
 Layout
 ***/

#mainContainer 
{
	border: solid 1px #7c7c7c;
	border-top: none;
	background-color: #eee;
	
	margin: 0 auto 0 auto;
	width: 709px;
}

#header 
{
	height: 166px;
	position: relative;
}

#menu
{
	text-align: center;
	background-image: url(/images/nav_bg.jpg);
	
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	
	height: 22px;
	
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style: none;
	bottom: 20px;
	right: 0;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	width: 100%;
}

#menu ul li {
	display: inline;
	padding: 0;
	margin: 0 3px 0 0px;
	padding: 0 0 0 8px;
	border-left: 1px solid black;
}

#menu ul li.first
{
	border: 0;
}

#menu a:link, #menu a:visited
{
	color: #F0E7D3;
	text-decoration: none;
}
#menu a:hover, #menu a:active 
{
	color: #ffffff;
	text-decoration: underline;
}

#message 
{
	border: solid 1px #888;
	background-color: #ddd;
	padding: .5em;
	margin: .5em auto .5em auto;
	width: 80%;
}

#message p
{
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

/***
 Content styles
 ***/

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.agentInfo ul
{
	margin-top: 20px;
}

.agentInfo ul li
{
	font-weight: bold;
	list-style: none;
	margin: 0 0 1em -1em;
	text-indent: -1em;
}

.agentInfo ul li ul
{
	margin: 0 0 0 1em;
	padding: 0;
}

.agentInfo ul li ul li
{
	font-weight: normal;
	list-style: none;
	margin: 0 0 0 -1em;
	text-indent: -1em;
}

.agentInfo p 
{
	text-align: center;
	margin-top: 5em;
}


/***
 Form input styles
 ***/
td.formLabelCell 
{
	font-weight: bold;
	text-align: right;
	width: 20%;
}

td.formRequiredCell
{
	font-weight: bold;
	font-size: 14pt;
	color: Red;
	width: 5px;
}

td.formInputCell
{
	text-align: left;
	width: 80%;
}

p.formRequired 
{
	font-size: 9pt;
	color: Red;
}

/***
 Testimonial Styles
 ***/
.testimonials
{
	padding: 1em 1em 1em 1em;
	background-color: #ddd;
}
.testimonials h4
{
	margin: 0 0 .5em 0;
	text-align: center;
	color: #2A549F;
	font-size: 13pt;
}
.testimonialText
{
	margin: 0;
	font-style: italic;
}
.testimonialFrom
{
	margin: 0 0 1em 1em;
}

/***
 PopUp Window and Email a listing window
 ***/
#popUpHeader
{
	border-bottom: solid 1px #7c7c7c;
	background-color: #E5E3D1;
	padding: .25em;
}
#popUpHeader span.popUpCloseWindow 
{
	float: right;
	font-weight: bold;
}
.popUpCloseWindow a:link { color: #000; }
.popUpCloseWindow a:visited { color: #000; }
.popUpCloseWindow a:hover { color: #000; }
.popUpCloseWindow a:active { color: #000; }

#popUpHeader span.popUpTitle
{
	font-size: 14pt;
	color: #2A549F;
}

#emailComments
{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: .5em;
	border: solid 1px #888;
	background-color: #ddd;
}