/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #ffffff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	font-family: verdana;
	background-color: #C0C0C0;
	font-size:12px;
	color:#000000;
	}

/* HEADERS */
h2 {
	font-size:30px;
	margin: 5px 0
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}
h5 {

	font-size:22px;
	text-align: center;
	color:#DD1400;
}


/* NAVIGATION*/

#naviHolder{
	padding:0;
	width: 778px;
	/*height: 44px; */
	margin: 0;
}

#naviList {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

#naviList li {
	/* width:95px; */
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	font-size:11px;
	font-family: Verdana;
}
#seperator {
	width:8px;
	color:#0E3700;
	padding: 8px 0;
	text-align: center;
}

#naviList .selected {
	color: #DD1400;
}

#naviList a{
    padding: 6px 0;
    text-align: center;
    text-decoration:none;
    font-weight: bold;
    color:#808994;
    display: block;
}

#naviList a:hover{
    color:#ddd9cc;
}
/* Pull */

#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: left;
    text-decoration:none;
    color:#000000;
    display: block;
    font-weight: bold;
}

#nav .current a{
	color: #FF840A;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #FF840A;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	/*padding: 0.5em 0;*/
	font-align: left;
}

#nav li li {
	background: #414650;
	width: auto;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;		
	border-left: 1px solid #ffffff;		
	border-right: 1px solid #ffffff;		
}

#nav li {
	margin-right: 4px;
	margin-left: 4px;
	float:left;
	font-size:11px;
	font-family: verdana;
	cursor: default;
	position: relative;
}


li ul {
	display: none;
	position: absolute;
	/*top: 100%;*/
	left: 0;
	font-weight: normal; 
	/* border-bottom: 1px solid #888477;*/
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	/*background-color: transparent;*/
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


#secondLevelNavigation {
    float: left;
    width: 110px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

/* BOXES */
a {
color: red;
}

/* CONTENT */
#textPageContent, #frontPageContent {
	width: 600px;
	border-left: 1px;
	border-right: 1px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	min-height: 280px;
}

#footerHolder{
	padding: 0;
}
.footerText{
	padding: 6px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
}

.mainTable {
	background-color: #ffffff;
	margin-left:auto; 
	margin-right:auto;
}
.contentColumn {
	width: 758px;
}
.navColumn, .footerColumn {
        background: url("/media/_1/headerbg.jpg");
}
.leftNavColumn, {
	width: 157px;
        background: url("/media/_1/navbg.gif");
	vertical-align: top;
}
.propertyListItem {
	width: 90%;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	margin: 0 auto;
}
.propertyListImage {
	width: 75px;
	height: 75px;
}
.propertyItem {
	width: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.propertyItemImage {
	width: 320px;
	height: 240px;
}
.propertyItemImageCell {
	text-align: center;
}


/* EDITOR PROPERTIES */
h1 {
font-size:20px;
font-weight: bold;
}

h3 {
font-size:12px;
font-weight: bold;
}

