/* Overall styles */ 
html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D1D0D6;
	background-image: url(../images/bg.gif); background-repeat: repeat-y; background-position: center top; 
 } 
 
 img {
  border: none;
}

a {
  outline: none;
}

 
.spacer {
	clear: both;
	}
	
a:link {
	color: #391954;
}

a:hover {
	text-decoration: underline;
}

#pagewidth {
 width: 770px; text-align: left; margin: 0px auto 0px auto;  	background-color: #EFEEF0;}
 
#bg { background-image: url(../images/bg.gif); background-repeat: repeat-y; background-position: center top;  }

 
/*########################################## Page header */

#header {
	height: 224px;
	background-color: #E9E8ED;
	margin-top: 8px;
}

/*########################################## Top nav */
 
#menuwrapper {
    height: 41px;
	width: 770px;
	background-repeat: no-repeat;
	background-image: url(../images/nav.gif);
	background-position: center;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#p7menubar li {
	float: left;
	margin-right: 18px;
	margin-bottom: 1px;
	margin-top: 11px;
	margin-left: 10px;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 0px;
	font-size: 13px;
	color: #391954;
	font-weight: bold;
}

#p7menubar a:hover{
	color: #810081;
	text-decoration: underline;
}


/*########################################## Main content column */
 
#maincol {
	float: left;
	display:inline;
	width: 750px;
	padding: 5px;
	line-height: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bg.gif); background-repeat: repeat-y; background-position: center top; 
}
 
#content {
	font-size: 80%;
	line-height: 150%;
	padding: 0.5em;
}

/*########################################## Headers */

h1 {
	font-size: 18px;
	color: #391954;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #810081;
	font-weight: bold;
}

/*########################################## Text styles */

.text_red {
	color: red;
}

 
/*########################################## Page footer */
 
#footer{
	text-align: right;
	padding: 4px 10px 4px 0;
	clear: both;
	float: left;
	margin: 0px auto 0px auto;
	background-image: url(../images/footer_shadow.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 44px;
	width: 760px;
	
 } 
 
#footer_text {
	color: #000000;
	vertical-align: bottom;
	font-size: 11px;
	margin-top: 30px;
}
 
#footer a {
	color: #000000;
}
 
 
/*########################################## Form styles */

textarea {
	width: 100%;
}

fieldset {
 margin: 0.5em 0;
 padding: 0.5em;
}
legend {
 color: #336699;
 font-size: 130%;
 font-weight: bold;
}

.disabled_form {
	background-color: green;
}

/*########################################## Print icon in popup windows */

.print_box {
	text-align: right;
}

.print_box a {
	color: #000;
}

/* Box for the images */

.propertybox {
	border-bottom: 1px solid #8DA5D5;
	padding: 5px;
	background-color: #EEEEEE;
	margin: 5px 0;
}

.propertybox h2 {
	color: #FFF;
	background-color: #8DA5D5;
	padding: 4px;
	margin: 0;
}

.propertybox img {
	margin-top: 6px;
}

.property_table {
	background-color: #FFFFFF;
	border: 1px solid #CFCED4;
	padding: 5px;
}

.img {
	background-color: #FFFFFF;
	border: 1px solid #CFCED4;
	padding: 5px;

}
