* {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
html { height: 100%; }
body {
	background: #3d99b8 url(../images/bg_body.png) repeat-x 0 0;
	color: #fff;
	height: 100%;
	text-align: center;
}
body, textarea, input {	font: 62.5%/100% Arial, Tahoma, Verdana, sans-serif; }
h1, h2, h3, h4, h5, h6, textarea, input, select { font-size: 1em; }
ul { list-style: none; }
a { text-decoration: none; }
img, fieldset { border: none; }
/** INPUT ELEMENTS **/
textarea, input, select {
	background: #23718b;
	border: 1px solid #9edef4;
	color: #fff;
}
.btn {
	background: #3d99b8 url(../images/bg_button.png) repeat-x 0 0;
	border: 1px solid #9edef4;
	height: 20px;
}
.file { color: #000; }
/** MAIN ELEMENTS **/
#container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 773px;
}
#header {
	float: right;
	height: 262px;
	padding-top: 10px;
	width: 579px;
}
#mainContent {
	float: right;
	font-size: 1.3em;
	line-height: 120%;
	margin-left: 10px;
	overflow: hidden;
	text-align: justify;
	width: 569px;
}
#secondaryContent {
	background: #fff url(../images/bg_secondarycontent.png) no-repeat 0 123px;
	color: #23718b;
	float: left;
	font-size: 1.2em;
	line-height: 120%;
	overflow: hidden;
	text-align: left;
	width: 194px !important;
	width: 193px;
}
#footer {
	background: url(../images/bg_footer.png) no-repeat 0 0;
	color: #23718b;
	float: left;
	font-size: 1.2em;
	height: 55px;
	line-height: 130%;
	margin-top: 5px;
	padding: 5px;
	text-align: right;
	width: 763px;
}
/** SECONDARYCONTENT ELEMENTS **/
#secondaryContent p {
	padding-bottom: 5px;
}
#secondaryContent .content {
	padding: 5px 6px 0 6px;
	width: 182px;
}
#secondaryContent .sticky img {
	border: 1px solid #3d99b8;
}
/** MAINCONTENT ELEMENTS **/
#mainContent a { 
	color: #fff;
	text-decoration: underline;
}
#mainContent h1 {
	font-size: 1.2em;
	line-height: 150%;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#mainContent p {
	padding-bottom: 5px;
}
#mainContent li {
	list-style-type: disc;
	margin-left: 17px;
	padding: 0 0 5px 0;
}
#mainContent ol {
	margin-left: 10px;
	padding-bottom: 5px;
}
#mainContent .properties {
	width: 100%;
}
#mainContent .properties .header {}
#mainContent .properties td {
	padding: 2px;
}
#mainContent .properties td img {
	border: 1px solid #fff;
}
#mainContent .properties .odd {
	background: #41aacd;
}
#mainContent .properties .even td {
	background: transparent;
	line-height: 10%;
}
#mainContent .property h2 {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	width: 100%;
}
#mainContent .property .details {
	float: left;
	width: 380px;
}
#mainContent .property .images {
	float: right;
	width: 182px;
}
#mainContent .property .images img {
	border: 1px solid #fff;
}
#mainContent .property .ref_photo {
	border: 1px solid #fff;
	float: left;
	margin-right: 5px;
}
#mainContent .users {
	width: 100%;
}
#mainContent .users a {
	color: #3d99b8;
}
#mainContent .users .header {
	background: #fff;
	color: #3d99b8;
}
#mainContent .adminPanel {
	border: 1px solid #ff0000;
	float: left;
	padding: 5px;
	width: 557px;
}
/** MAINMENU ELEMENTS **/
#mainMenu {
  background: url(../images/bg_mainmenu.png) no-repeat 0 0;
  line-height: 120%;
  overflow: hidden;
  padding: 4px 0 0 0;
  width: 579px;
}
#mainMenu li {
  background: url(../images/bg_mainmenu_btn.png) no-repeat 0 0;
  float: right;
  font-size: 1.2em;
  height: 20px;
  margin-left: 4px;
  padding-top: 9px;
  width: 111px;
}
#mainMenu li li {
  background: none;
  border: none;
  display: block;
  float: none;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  width: auto;
}
#mainMenu ul {
  background: #fff;
  visibility: hidden;
  margin: 5px 0 0 0;
  width: 111px;
  position: absolute;
}
#mainMenu li:hover ul,
#mainMenu li.hover ul { visibility: visible; }
#mainMenu li a {
  color: #23718b;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
#mainMenu li li a {
  display: inline;
  text-transform: none;
}
/** FOOTER ELEMENTS **/
#footer a {
	color: #23718b;
}