@charset "UTF-8";
/* CSS Document */

body{
	background:#EFDCC1 url(../images/bg.png) repeat;
}

h1{
	color:#c3541a;
	}
	
h2{
	 color:#587d89
	 }

h3{
	color:#AD4057;
	}
	
h4{
	color:#CE2D25;
	}
h5{
	color:#582d05;
	}

.container{
}

table, td, th{
	vertical-align:top;
	}

#wrapper{
	background:transparent url(../images/wrapperBg.png) repeat-y;
}

#header{
	height:349px;
}

#top{
height:118px;
background:transparent url(../images/top.png) no-repeat;
}

#middle{
height:119px;
background:transparent url(../images/middle.png) no-repeat;
}


#bottom{
height:112px;
background:transparent url(../images/bottom.png) no-repeat;
}




#leftNav{
	height:49px;
	background:transparent url(../images/navBg.png) repeat-y;
	margin-left:20px;
}

#leftNav ul{
	height:49px;
	margin:0 10px;
	list-style:none;
}

#leftNav ul li {
	position:relative;
	margin:10px 10px;
	font-size:16px;
	color:#000;
	font-family:verdana;
}


#leftNav ul li a{

	height:49px;
	color:#000;
	text-decoration:none;
}

#leftNav ul li.highlight{
	list-style-image: url(../images/rollIcon.png);
	background:transparent;
	}

#leftNav ul li a:hover{
	color:#E30000;
	text-decoration:none;
	background:transparent url(../images/navBgRoll.png) repeat-x;
}

#leftNav ul li a:active{
	color:#000;
	text-decoration:none;
}


#leftNav ul li ul li a{
	padding:0 5px;
	}
	
#leftNav ul li ul{
	margin:0;
	}
	
#leftNav ul li ul li{
	padding:0;
	color:#C3541A;
	font-size:12px;
	}

#leftNav ul li ul li a:hover{
	color:#E30000;
	}
	
ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }

ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; color:#000; }

ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }

#leftNav ul li.highlight a{
	color:#E30000;
	}

#leftNav ul li.highlight ul li a{
	color:#000;
	}
	
#leftNav ul li.highlight ul li a:hover{
	color:#E30000;
	}

#leftNav ul li.highlight ul li.lastChild a{
	color:#000;
}

#leftNav ul li.highlight ul li.lastChild a:hover{
	color:#E30000;
}



#leftNav ul li.highlight a, #leftNav ul li.hasvisiblechildren a {
	background-color:#fff;
}


#mainContent{
	padding-top:20px;
	height:auto;
	background:transparent url(../images/contentBg.png) repeat-y;
	
}

#content{
	padding-right:20px;
	}



#footer{
	padding-top:20px;
	height:126px;
	background:transparent url(../images/footer.png) repeat-y;
	text-align:center;
	font-size:10px;
}

#footer a{
	color:#C3541A;
	}

/*///////////////////////////////////////////////////*/

#body #contact-form-container div.input, #contact-form-container div.submit{
	background-color:#fff;
}

#body #contact-form-container div.input label{
	color:#C3541A;
	}
	
#body #contact-form-container div.submit{
	padding-bottom:50px;
}

#body {
        min-height:40em; height:auto !important; height:40em;
}


/* Listing Manager Overrides */
div.listing {
        border:none;
}