/*                                */
/*  General formatting goes here  */
/*                                */
/*                                */

body {
	font-family: "Verdana", "Lucida Grande", "Lucida", "Gillsans","Arial","Helvetica",sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}

#leftdetails h1
{
	float: left;
	text-align: left;
}

#rightdetails a
{
	font-size: 10px;
}

img.logo
{
	float: left;
	display: inline;
	margin: 0 5px 0 5px;
}


p, ul, ol, ul, li, dl, dt, dd, h1, h2, h3, h4 {
	font-family: "Verdana", "Lucida Grande", "Lucida", "Gillsans","Arial","Helvetica",sans-serif;
	font-size: 10px;
}

p.iconinfo
{
	margin-left: 20px;
	text-indent: -20px;
}

h1, h2, h3, h4 {
	margin: 6px 0 0 0;
	font-weight: bold;
	color: #093157;
	}

h1 {
	font-size: 16px;
	line-height: 16px;
	}

h2 {
	font-size: 13px;
	}

h3, th {
	font-size: 12px;
	}

h4, h5 {
	font-size: 11px;
	}
	
#header h1
{
	font-size: 20px;
}

#header h1 span
{
	font-style: italic;
	font-size: 14px;
	color: #666;
}

#content p.listing
{
	font-size: 14px;
	font-style: italic;
	font-family: palatino,optima,georgia,gillsans,verdana,"lucida grande",lucida,sans-serif;
	line-height: 1.5em;
}

.content{padding:5px;} /*padding for content */ 



#content p.description
{
	font-size: 14px;
	font-family: palatino,optima,georgia,gillsans,verdana,"lucida grande",lucida,sans-serif;
	line-height: 2em;
	vertical-align: top;
}

#content img.left
{
	float: left;
	margin: 0 20px 20px 0;
}

#content img.right		
{
	float: right;
	margin: 0 0 20px 20px;
}

#content img.property
{
	margin: 5px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#content img.leftproperty
{
	float: left;
	margin: 0 20px 0 0;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#sidebar label,
#sidebar2 label
{
	display: block;
	text-align: left;
	margin: 3px 0px 0px 0px;
	height: 16px;
	text-transform: lowercase;
}


#sidebar h1, #sidebar h2,
#sidebar2 h1, #sidebar2 h2
{
	display: block;
	height: 16px;
	width: 100%;
	background-color: #ffffff;
	padding: 3px 10px 3px 16px;
	text-transform: lowercase;
	margin: 0px 0px 0px -10px;
	vertical-align: middle;
}

#sidebar h1,
#sidebar2 h1 { font-size: 14px; }

#sidebar h2,
#sidebar2 h2  { font-size: 12px; }

span.title, span.subtitle { font-weight: bold;  font-size: 12px;}
span.title	{ color: #093157;}
span.subtitle { color: #6B8FB2; }
span.important
{
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

div.error
{
	border-color: red;
	border-style: double;
	padding: 20px;
	background-color: #FFA1A1;
}

div.info
{
	border-color: #368;
	border-style: dotted;
	padding: 20px;
	background-color: #ACE;
	border-width: 2px 0 2px 0;
	margin: 0 0 10px 0;
}

span.rightline
{
	text-align: right;
	display: block;
	margin-left: 48px;
}

span.leftline
{
	display: block;
	text-align: left;
	margin-left: 48px;
}

span.firstline
{
	display: block;
	text-align: left;
}