/* --- Common site Styles ---------------------------------------------------------- */
body,
p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #243546;
}

body {
	background-color:#E0E6E9;
	margin:0 0 0 0;
}

a:link,
a:visited,
a:active,
a:hover { 
	color: #243546;
	text-decoration:underline;
}
a:hover { 
	color: #4179C5;
	text-decoration:underline;
}
.mainArea
{
	width:790px;
	margin:30px auto 0 auto;
}
.bgrdWhite
{
background-color:#FFFFFF;
}
.mainContent
{
padding:19px 15px 13px 15px;
}
li
{
	margin:0 0 0 0px;
	list-style:disc;
}
ul
{
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	list-style-type:disc;
	list-style-position:outside;
}
.line
{
margin:9px 0 9px 0;
border-bottom:1px solid #BFCCD2;
}
.whiteBar
{
height:6px;
}



/* --- Page Title  ---------------------------------------------------------- */

.ptitle
{
margin:0 0 5px 0;
}




/* --- Shadows  ---------------------------------------------------------- */

.shadowLeft
{
background-image:url(../_images/shadow_left.jpg);
background-repeat:repeat-y;
}

.shadowRt
{
background-image:url(../_images/shadow_rt.jpg);
background-repeat:repeat-y;
}




/* --- Left Side  ---------------------------------------------------------- */

.leftSide
{
background-image:url(../_images/bgrd_left_side.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#BFCCD2;
height:500px;
}
.leftSide02
{
background-image:url(../_images/bgrd_left02.jpg);
background-repeat:repeat-y;
}

.leftSideArea
{
margin:12px 14px 18px 12px;
font-size: 8.5pt;
color: #243546;
}
.leftLine
{
margin:0px 0 0px 0;
border-bottom:1px solid #ADBCC2;
}
.leftSideArea a,
.leftSideArea a:link,
.leftSideArea a:visited,
.leftSideArea a:active
.leftSideArea a:hover
{
	text-decoration:none;
	display:block;
	padding:3px 0 3px 3px;
}
.leftSideArea a:hover
{
	color:#243546;
	text-decoration:none;
	background-color:#ADC5E6;
}



/* --- Detail Page  ---------------------------------------------------------- */

.bgrdRows
{
background-color:#DFE4E6;
}
.disclaimer
{
font-size:8pt;
line-height:14px;
}



/* --- Listing Photos ---------------------------------------------------------- */

.listingPhotos
{
margin:0 10px 0 0;
}

.photoText
{
font-size:7.5pt;
}



/* --- Map Small  ---------------------------------------------------------- */

.mapSm
{
text-align:center;
margin:3px 0 3px 0;
}




/* --- Forms ---------------------------------------------------------- */

.forms
{
margin:0 0 0 0;
padding:0 0 0 0;
}
.formField {
	background-color: #E6E8EC;
	border: 1px solid #ADBCC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:15px;
	color:#000000;
}
.formMemo {
	background-color: #E6E8EC;
	border: 1px solid #ADBCC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:70px;
	color:#000000;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color:#000000;
	font-weight: bold;
	background-color: #C8D3D7;
	margin:0 0 0 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #849BA4;
	width:50px;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.error
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.formText
{
font-size:7pt;
}
.borderBotForm
{
border-bottom:1px solid #BFCCD2;
}



/* --- Footer ---------------------------------------------------------- */

.footer
{
	color:#9FB4BB;
	line-height:15px;
	font-size: 7pt;
	text-align:right;
	margin:-4px 17px 15px 0;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	color:#9FB4BB;
	text-decoration:none;
}
.footer a:hover
{
	color:#607B86;
	text-decoration:underline;
}