body {
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-image: url(images/page-bg.jpg);
	background-position: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td,tr,p,div{
	font-size: 13px;
	color: #333333;
}

h1 {
font-size: 20px !important;
font-style: bold;
text-decoration: none;
color: #666;
border: 0px solid #ddd;
padding-left: 9px;
padding-right: 9px;
padding-top: 0px;
padding-bottom: 4px;
height: 20px;
font-weight: normal;
}

	
h2 {
	font-size: 16px !important;
	text-decoration: none !important;
	color: #666;
	background: #EFEFEF;
	border: 0px solid #ddd;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 4px;

	font-weight: normal;
}
a.h2 {
	font-size: 16px !important;
	text-decoration: none !important;
	color: #383838 !important;
	background: #EFEFEF;
	border: 0px solid #ddd;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 4px;

	font-weight: normal;
}

.propertyheader {
	font-size: 16px !important;
	text-decoration: none !important;
	color: #666;
	background: #EFEFEF;
	border: 0px solid #ddd;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 4px;

	font-weight: normal;
}

	
h3 {
	font-size: 14px !important;
	text-decoration: none !important;
	color: #666;
	background: #EFEFEF;
	border: 0px solid #ddd;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 20px;
	font-weight: normal;
	}

h4 {
	font-size: 11px !important;
	text-decoration: none !important;
	color: #ffffff;
	background: #383838;
	border: 0px solid #ddd;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 20px;
	font-weight: normal;
}
a.h4 {
	font-size: 11px !important;
	text-decoration: underline !important;
	color: #ffffff !important;
	background: #383838;
	border: 0px solid #ddd;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 20px;
	font-weight: normal;
}
	
h5 {
	color: #FF9900; 
	font-size: 14px; font-weight: bold;
	}
	
h6 {
	color: #FF9900; 
	font-size: 12px; font-weight: bold;
	}
	
.advertgreen {
font-size: 14px !important;
font-style: bold;
text-decoration: none;
color: #fff;
background: #056904;
border: 0px solid #ddd;
border-bottom-color: #ccc;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 4px;
height: 20px;
}

.advertred {
font-size: 14px !important;
font-style: bold;
text-decoration: none;
color: #fff;
background: #DC0400;
border: 0px solid #ddd;
border-bottom-color: #ccc;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 4px;
height: 20px;
}

.advertwhite {
font-size: 14px !important;
font-style: bold;
text-decoration: none;
color: #383838;
background: #DFDFDF;
border: 0px solid #ddd;
border-bottom-color: #ccc;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 4px;
height: 20px;
}


/* Links */
a:link, a:visited {
	font-size: 12px;
	color: #0E4BB0;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}
.med {
	font-size: 12px;
	color: #105CCF;
	}

a.med:hover {
	color: red;
	text-decoration: underline;
}
.white {
	font-size: 12px;
	color: White;
}
a.white {
	color: White;
	text-decoration: none !important;
}
a.white:hover {
	color: White;
	text-decoration: underline;
}

/* Horizontal Line */	
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

/* --Default Class Settings-- */	
a.menulink{
   color: #383838 !important;
}
	
a.menulink:hover {
	color: red; text-decoration: underline;
	}

/* Content - Sections*/

	
/* Links */

/* for alternating image listings */
td.image_row_0	{
	background-color: #;
}
td.image_row_1	{ background-color: #; }

/* for alternating search result listings */
td.search_row_0	{ background-color: #; }
td.search_row_1	{ background-color: #; }


/*                  for alternating listings in the admin area*/
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
color: #FFFFFF;
background-color : transparent;
}

td.row1_1	{ background-color: #006699; }
td.row2_1	{ background-color: #DEE3E7; }
td.row3_1	{ background-color: #D1D7DC; }
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
}



/** **/

			
ul {
	margin: 0px 0px 0px 0px;
	}
	
.inputbox {
/* Again, the name implies that this style changes the 
   way those input box looks */
font-size: 14px;
color: #000000;
background: #F8F8F8;
border: 1px solid #383838;
padding-left: 2px;
}

.textarea {
font-size: 14px;
color: #000000;
background: #F8F8F8;
border: 1px solid #383838;
padding-left: 2px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

.button {
	font-size: 14px;
	font-weight: bold;
}
.bigbutton {
	font-size: 28px;
	font-weight: bold;
}

.inputbox:hover { background: #E6ECEF; }

.menulink {
	font-size: 12px;
	color: #383838!important;
	text-decoration: none !important;
}

a.menulink:hover {
	color: red;	
	text-decoration: underline !important;
	}

.hr {
	color: Gray;
	height: 1px;
	width: 100%;
}
.headertable {font-size: 14px !important;
font-style: bold;
text-decoration: none;
color: #fff;
background: #383838;
border: 0px solid #ddd;
border-bottom-color: #ccc;
padding-left: 9px;
padding-right: 9px;
padding-top: 10px;
padding-bottom: 9px;
height: 20px;
}
.logo_hp {padding-bottom: 10px;
padding-top: 6px;
padding-right: 10px;
margin-bottom: 0px;
vertical-align: top;
border-top: 1px solid #ddd;
}
.more_hp {margin-top: 3px;
padding-right: 8px;
border-bottom: none;
white-space: nowrap;
font-weight: normal;
float: right;
}
.copybox {border-bottom: none;
padding: 10px 10px 10px 10px;
font-size: 12px;
line-height: 20px;
font-weight: bold;
color: #555555;
}
.tableproperty {font-size: 15px;
font-style: bold;
text-decoration: none;
color: #333333;
background: #ffffff;
border: 1px solid #ddd;
border-bottom-color: #ccc;
}
.moreinfo {
font-size: 14px !important;
font-style: bold;
text-decoration: none;
color: #fff;
background: #383838;
border: 0px solid #ddd;
border-bottom-color: #ccc;
padding-left: 9px;
padding-right: 9px;
padding-top: 10px;
padding-bottom: 9px;
height: 20px;
}
.topbutton {font-size: 11px !important;
font-style: bold;
text-decoration: none;
color: #05498a;
background: #f6f6f6;
border: 1px solid #ddd;
border-bottom-color: #ccc;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
height: 15px;
}

.footertext {font-size: 12px !important;
font-style: bold;
text-decoration: none;
color: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
height: 15px;
}

.leftrow {
	WIDTH: 168px;
	MARGIN-RIGHT: 5px;
	HEIGHT: 100%;
}

.divads {
	width: 800px;
}

.image {
	border: 0px;
}
.image.a {
	border: 0px;
	}

.topmenu{
	font: bold 11px !important;
	color: white !important;
	text-decoration: none !important;
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topmenu a{
	font: bold 11px;
	color: white;
	text-decoration: none;
	margin-bottom: 20px;
	padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
a.topmenu:hover{
	font: bold 11px;
	color: white;
	text-decoration: underline !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.propertytitle {
font-size: 12px !important;
font-style: bold;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color: #fff !important;
background: #f3f3f3;
border: 0px solid #ddd;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 2px;
height: 20px;
text-transform:uppercase;
}

a.propertytitle {
font-size: 12px !important;
font-style: bold;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color: #fff !important;
background: #f3f3f3;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 2px;
height: 20px;
text-transform:uppercase;
}
.propertybutton{
font: 11px Arial;
	color: white;
	text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #DC0400;

}

.propertybutton a{
	font: 11px Arial;
	color: white;
	text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #DC0400;
}
a.propertybutton:hover{
font: 11px Arial;
	color: white;
	text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #3E3E3E;
}
.small{
	font: 11px;
	color: #666;
	text-decoration: none;
}
.small a{
	font-size: 11px !important;
	text-decoration: none !important;
}
.small hover{
	font-size: 11px !important;
	text-decoration: none !important;
}
.redbutton{
	font: 11px Arial !important;
	color: white !important;
	text-decoration: none !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #DC0400;
	border: 0px;
}
.menubar{
  font: 11px Arial !important;
  color: #646464 !important;
}
.registerbutton{
  font: 11px Arial !important;
  color: white !important;
  text-decoration: none !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  background-color: #DC0400; 
}
.whitesmall {
	font-size: 11px;
	color: White;
	font-weight: bold;
}
a.whitesmall {
	color: White;
	text-decoration: none !important;
		font-weight: bold;
}
a.whitesmall:hover {
	color: White;
	text-decoration: underline;
		font-weight: bold;
}


#imagerows{
	border: 3px;
	border-color: white;
}

.botmenu{
	color: white !important;
	text-decoration: none !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  	font-size: 11px;
}

.botmenu a{
	color: white;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
a.botmenu:hover{
	color: white;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
		font-size: 11px;
}

.bluebutton{
	color: white;
	background-color: #7DAAED;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.bluebutton a{
	color: white;
	background-color: #7DAAED;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
a.bluebutton:hover{
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-color: #7DAAED;
}