body {
	background: #DDD url('../img/bg.gif') top left repeat-x;
	padding: 0px; margin: 0px;
	font-family: verdana, arial;
	font-size: 11px;
}

a, a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Wrapper {
	width: 740px;
	margin-left: 30px;
	background: #EEE;
}

#Top {
	
	padding: 5px 0;
	height: 20px;
	background: #DDD;
}

#Top a {
	font-size: 10px;
	font-weight: bold;
	padding-right: 8px;
}

#Top-Left {
	width: 120px;
	float: left;
	
	padding-top: 5px;
	
	
}

#Top-Right {
	width: 614px;
	text-align: right;
	float: left;
	
	height:20px;
	padding: 0px;
}

#Top select {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FF6633;
	font-weight: bold;
}

#Top input {
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;	
}

#Header {
	background: #B81511;
	
	margin: 0px;
	height: 80px;
	clear: both;
}

#Header .logo {
	float: left;
	width: 100px;
	border-right: 1px solid white;
}

#Header h1 {
	font-family: "Trebuchet MS", Georgia;
	font-size: 20px;
	float: left;
	width: 420px;
	padding: 0px; margin: 0px;
	margin-left: 15px;
	color: white;
	line-height: 80px;

}

#Header .header-right {
	float: right;
	width: 185px;
}

#Menu {
	margin: 0px;
	height: 20px;
	background: #BBB;
	border-top: 1px solid white;
	line-height: 20px;	
	
	clear: both;
	
}

#Menu a {
	font-family: arial, verdana;
	padding: 3px 5px;
	background: #447FBB;
	color: white;
	border-right: 1px solid #CCC
}

#Menu a:hover {
	text-decoration: none;
	background: #003366;
}

#Menu .menu-left {
	float: left;
}

#Menu .menu-right {
	float: right;
	width: 185px;
	
}

#Menu .menu-right a {
	display: block;
	float: left;
	width: 91px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	border: none;
	border-left: 1px solid white;
}

#Menu .menu-right a.current {
	background: #F8EBCC;
	color: #666;
	width: 92px;
}

#Breadcrumb {
	height: 20px;
	background: #F8EBCC;
	padding-left: 5px;
	line-height: 20px;
	_height: 16px;
	_padding-top: 4px;
}

#Content {
	/*background: url('../img/content-bg.gif'); */
	min-height: 300px;
	*height: 300px;
	background: white;
	
	padding: 0px;
	margin: 0px;
}

#Content-Left {

	display: none;
	
}

#Content-Right {
	
	padding: 20px 0px 10px 0px;
	width: 580px;
	min-height: 300px;
	_height: 300px;
	
	margin: 0px;
	
}

#Content-More {
	width: 185px;
	background: #F8EBCC;
	float: right;
}

#Content-More ul {
	list-style: none;
	margin: 5px 0 5px 0px; padding: 0;
}

#Content-More ul li {
	background: url('../img/arrow-right.gif') 0px 4px no-repeat;
	padding-left: 7px;
}

#Content-More a {
	font-size: 10px;
	color: #667799;
	font-weight: bold;
}

#Footer {
	background: #888;
	height: 20px;
	line-height: 20px;
}

#Footer a {
	padding: 0 3px 0 5px;
	font-weight: bold;
	color: white;
	font-size: 10px;
	float: left;
}

#Footer a.footerLink {
	float: right;
	display: block;
	font-weight: normal;
}

#Content #Content-Right h1 {
	font-size: 24px;
	font-family: "Trebuchet MS";
	color: #336699;
	font-weight: normal;
	margin: 5px 0 10px 0; padding: 0px;
}

#Content-Right h3 {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #336699;
	
}

.property {

	color: #666;
	background: #EEE;
	padding: 8px;
	margin-bottom: 10px;
}

.property a {
	
	color: #3366CC;
	font-weight: bold;
}



.summary {
	overflow: auto;
	clear: both; 
	border-top: 1px solid white; 
	margin-top: 20px;
	display: block;
	margin: 0 -8px;
	padding:  8px;
}

h4 {
	font-size: 13px;
	padding: 0px; margin: 10px 0;
}

img {
	border: none;
}

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

textarea {
	width: 300px;
	height: 60px;
}

#Top, #Menu, #Footer, #Content-More, .header-right, #Navigation, #PersonImg, #Print, #More-Information, #Breadcrumb {
	display: none;
}

.address {
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding-top: 15px;
	display: block;
}

