/***
 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;
}

.white {color: #FFFFFF;  font: normal 11px "Arial", "Verdana", "Helvetica","sans-serif";}
a.white:link {color: #FFFFFF; text-decoration:underline}
a.white:active {color: #FFFFFF; text-decoration:underline}
a.white:visited {color: #FFFFFF; text-decoration:underline}
a.white:hover {color: #E3C8C8; text-decoration:none}

.nav {color: #4A1919;  font: bold 12px "Arial", "Verdana", "Helvetica","sans-serif";}
a.nav:link {color: #4A1919; text-decoration:none}
a.nav:active {color: #4A1919; text-decoration:none}
a.nav:visited {color: #4A1919; text-decoration:none}
a.nav:hover {color: #5C2121; text-decoration:underline}

.agInfo {color: #4A1919; }
a.agInfo:link {color: #4A1919; text-decoration:none}
a.agInfo:active {color: #4A1919; text-decoration:none}
a.agInfo:visited {color: #4A1919; text-decoration:none}
a.agInfo:hover {color: #5C2121; text-decoration:underline}

a:link
{
	color: #500000;
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	text-decoration: underline;
}
a:visited
{
	color: #500000;
}
a:hover
{
	color: #8F1F1F;
}
a:active
{
	color: #500000;
}

img 
{
	border: 0;
}

.imageBorder img, img.imageBorder 
{
	padding: 2px;
	border: solid 1px #888;
}

h2.title
{
	color: #500000;
	text-align: left;
	margin: .5em 0 .5em 0em;
}

h3.title
{
	color: #500000;
	text-align: left;
	margin: .5em 0 .5em 0;
}

/* Used by some JavaScript to fade input elements */
.fade 
{
	border: solid 1px #666;
	background-color: #E3C8C8;
}

.invalid 
{
	background-color: #fdd;
}

/***
 Layout
 ***/

#mainContainer 
{
	border: solid 1px #7c7c7c;
	border-top: none;
	background-color: #eee;
	
	margin: 0 auto 0 auto;
	width: 709px;
}

#header 
{

}
#header2 
{
	position: relative;
}

#menu
{
	text-align: center;
	
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 0;
	padding: 0;
}


#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: #000000;
}

.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
{
	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: #500000;
	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: #C5DEED;
	padding: .25em;
}
#popUpHeader span.popUpCloseWindow 
{
	float: right;
	font-weight: bold;
}
.popUpCloseWindow a:link { color: #000; }
.popUpCloseWindow a:visited { color: #000; }
.popUpCloseWindow a:active { color: #000; }
.popUpCloseWindow a:hover { color: #000;   text-decoration:none}

#popUpHeader span.popUpTitle
{
	font-size: 14pt;
	color: #500000;
}

#emailComments
{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: .5em;
	border: solid 1px #888;
	background-color: #ddd;
}