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

/* Admin CPanel */
div.admin#left-nav ul{
	list-style-type:none;
	padding:0 0 1em 0;
	margin:10px 0px 0px 0px;
}

div.admin#left-nav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 110px;
}

div.admin#left-nav li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
}

div.admin#content fieldset{ width:80%; margin:10px 0px 0px 5px; }
div.admin#content fieldset legend{ 
	font-weight:bold; 
	font-size:14px; 
	background-color:#2175bc; 
	border:3px solid #1958b7; 
	padding:0px 6px 0px 6px;
	color:#fff;
}
	
/* Global Layout Settings */
html, body{
	background-color:#D3A8C6;
	background-image:url("../img/background-front.jpg");
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-position:top center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	min-width:800px;
}
div#header{
	height:101px;
	width:100%;
	top:0;
	background-image:url("../img/header_bg-front.png");
	background-repeat:repeat-x;
}
div#header.menu{
	float:right;
	top:0;
	height:90px;
	width:432px;
	padding:0px 0px 0px 0px;
	background-image:none;!important
}
div.logo{
	position:absolute;
	width:300px;
	top:0;
	left:0;
	z-index:3;
	height:101px;
	background-image:none;!important
}

/* Front Navigation Pane */
div.front-nav{
	width:725px;
	height:375px;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
}

/* Main Content */
div.main-content{
	width:975px;
	background-image:url(../img/background-main-content.jpg);
	/*margin:25px auto;*/
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	background-repeat:repeat-y;
	background-color:#fcfcfc;
	min-height:600px;
}
div#left-nav{
	font-family:"Lucida Grande", sans-serif;
	font-size:12px;
	width:150px;
	position:relative;
	float:left;
	background-image:none;!important
	background-color:none;
	padding:0px 0px 0px 32px;
}

div.contact#left-nav{
	background:url(../img/contact_us.gif) no-repeat top right;
	min-height:320px;
	margin-top:2px;
	
}
div#content{
	width:765px;
	float:left;
	min-height:650px;
	margin:0px 0px 0px 20px;
}
td#border-top {
	background-image:url(../img/background-border_top.png); 
	background-repeat:repeat-x;
	background-position:bottom;
}
td#border-right {
	background-image:url(../img/background-border_right.png); 
	background-repeat:repeat-y;
	background-position:left;
}
td#border-left {
	background-image:url(../img/background-border_left.png); 
	background-repeat:repeat-y;
	background-position:right;
}
td#border-bottom {
	background-image:url(../img/background-border_bottom.png); 
	background-repeat:repeat-x;
	background-position:top;
}

/* Listing Table Formatting */
td.listings_cell_left{
	width:200px;
	min-height:150px;
}

td.main_td{	background-image:url(../img/background-main-content.jpg); background-repeat:repeat-y;}
