BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(../images/bggrad.jpg) #d6dfef repeat-x center top; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	HEIGHT: 100%
}
/* ============================= Basic Structure ========================== */


#wrapper {
	width: 847px;
	text-align: left;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	z-index: 1;
}
#mls {
	background-color: #03438D;
	height: 100%;
	width: 1000px;
	left: -50px;
	z-index: 15;
}


#header {
	overflow: hidden;
	height: 235px;
	width: 847px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	z-index: 2;	
}

#content {
	width: 550px;
	clip: rect(0px,0px,0px,0px);
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #044191;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	z-index: 10;
}

#content h1 {
	font-size: 2em;
	margin-bottom: .3em;
}
#content h2 {
 	color: #00417B; 
	padding-bottom: 1px;
	margin: 15px 0 0 0; 
	font-weight: bold; 
	font-size: 1.1em;
}
#content h3 {
	font-size: 1.1em;
	color: #00417B;
	margin: 15px 0 0 0;
	font-weight: normal;
	text-align: center;
}

#content_framed {
	width: 765px;
	clip: rect(0px,0px,0px,0px);
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #044191;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	z-index: 10;
	left: 40px;
	position: relative;
}




#sidebar {
	width: 189px;
	BACKGROUND: url(../images/left_menu.gif) repeat-y ;
	left: 0px;
	height: 100%;
	bottom: 0px;
	right: 0px;
	clip: rect(0px,0px,0px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
}
#sidebar h1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
#sidebar p {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: normal;
}
#subnav {
	line-height: 14px;
	width: 165px;
}
A.boldwhitetextlink {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 24px;
}
A.boldwhitetextlink:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline
}

A.smalltextlink {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	margin-left: 10px;
}
A.smalltextlink:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline
}

h2.portfolio-inspector {
	font-size: 1.2em;
	color: #6699cc;
	margin: 5px 0;
}
h1, h2, h3, h4, h5 ,h6 {
	clear: both;
}



#footer {
	clear: both;
	color: #000;
	padding: 2px;
	clip: rect(0px,0px,0px,0px);
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #D6DFEF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	z-index: 10;
	background-color: #03438D;
}
* html #footer {
	width: 847px;
} 
#footer a {
	clear: both;
	color: #000;
	clip: rect(0px,0px,0px,0px);
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	z-index: 10;
}
#footer a:hover {
	clear: both;
	color: #000;
	clip: rect(0px,0px,0px,0px);
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	z-index: 10;
}





/* ============================ Basic Classes ===================================== */
.clearing {
	clear: both;
}
.offscreen {
	text-indent: -1000em;
	width: 500px;
	position: absolute;
	list-style: none;
}








* html #sidebar { 
	/*overflow: hidden; */
}
/* Fix clearing issue */
#side-content {
	/* padding: 0 10px; */
	color: #FFFFFF;
}
/*  Home navigation */
#top_navigation {
	margin: 0;
	list-style: none;
	text-align: left;
	width: 100%;
	color: #FFFFFF;
	PADDING-LEFT: 45px;
	PADDING-TOP: 12px;
	line-height: 20px;
	background-color: #03438D;
}
#navigation {
	margin: 0;
	list-style: none;
	text-align: left;
	width: 158px;
	color: #FFFFFF;
	PADDING-LEFT: 10px;
	PADDING-TOP: 12px;
	line-height: 20px;
}
#navigation li {
	position: relative;
	top: 0;
	height: 29px;
}
* html #navigation li {
	display: inline;
	color: #FFFFFF;
}
#navigation li a.hide {
	display: block;
	text-indent: -1000em;
	color: #FFFFFF;
}
A.navigation {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
A.navigation {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline
}
/* ============================== SubNavigation ========================== */

#subnavigation {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 22px;
}
#subnavigation li {	
	font-weight: bold; 
	color: #00417B; 
	line-height: 22px; 
	display: block; 
	float: left;
	padding: 0; 
	margin: 0 1em 0 0; 
}


#subnavigation a { 
	font-weight: normal !important; 
	margin: 0; 
	padding: 0; 
}
/* ============================== SubNavigation ========================== */

/* ============================== Filter Navigation ========================== */

#filter {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 22px;
}
#filter li{
	font-weight: normal; 
	display: block; 
	float: left;
	padding: 0; 
	margin: 0 1em 0 0;
}

/* ============================== Filter Navigation ========================== */

















/* ================== LISTINGS ============================== */
.external {
	margin: .5em auto;
	width: 500px;
	padding: 5px;
	text-align: left;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	line-height: 1.25em;
	height: 100%;
}
.listing {
	margin: .5em auto;
	width: 500px;
	padding: 5px;
	text-align: left;
	border: 1px solid #c0c0c0;
	background-color: #D6DFEE;
	line-height: 1.25em;
}
.listing p {
	font-size: 80%;
	margin-bottom: 0;
	margin-top: .25em;
}
.listing-head {
	width: 100%;
	margin: 5px auto !important;
	color: #004dc4;
	background-color: transparent !important;
	border: 0 !important;
	font-weight: bold !important;
	font-size: 16px;
}
h2.listing-head {
	width: 100%;
}
h2.listing-head a {
	border: 0 !important;
}

.listing-img {
	margin: 0 1em 2em 0;
	width: 150px;
	float: left;
	text-align: center;
}	
.listing-img-large {
	width: 215px;
	float: left;
	margin: 0 1em 1em 0;
	text-align: left;
}
.listing-img img {
	border: 1px solid black;
	margin: 0 auto;
}
hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: none;
	height: 1px;
	margin: 0;
	padding: 0;
}
.listing p {
	text-align: justify;
}

.list_columns {
	width: 300px;
	float: right;
}
.list_left {
	width: 140px;
	padding: 5px;
	float: left;
}
.list_right {
	width: 140px;
	padding: 5px;
	float: left;
}
.list_thumb {
	width: 150px;
	height: 113px;
	border: 1px solid black;
	float: left;
}
dl.table {
	width: 170px;
	padding: 0;
	font: normal 1em "Trebuchet MS", sans-serif;
}
.table dt {
	width: 50%;
	float: left;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: left;
	clear: both; 
}
.table dd {
	width: 50%;
	float: left;
	margin: 0 0 0 0;
}
div.listing-photo {
	width: 480px;
	height: 150px;
	margin: 10px auto;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	clear: both;

}
.listing-photo img {
	height: 150px;
	width: 200px;
	float: left;
	border: 1px inset #c0c0c0;
}
.listing-photo div {
	width: 241px;
	padding: 0 0 0 20px;
	text-align: center;
	float: left;
}
.listing-photo p {
	text-align: center;
}
div.vt {
	text-align: center;
	background-position: center center;
	position: static;
	margin-left: -10px;
	
}
.vt div {
}
.vt p {
	height: 28px;
	width: 100px;
	text-align: center;
	background-position: center center;	
}
.vt img {
	height: 28px;
	width: 36px;
	margin-left: 35px;
	background-position: center center;
	border: none;
}



.listing-container {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	background: #fff;
}
dl.listing-box {
	margin: 0 1px 0 0;
	text-align: center;
	float: left;
	width: 156px;
	padding: 5px;
}
.listing-box dt {
	margin: 0;
	width: 45%;
	text-align: left;
	float: left;
	color: #666;
}
.listing-box dd {
	margin: 0;
	width: 55%;
	text-align: left;
	float: left;
	color: #666;
}
dl.half, div.half {
	padding: 0 5px 1000px 5px;
	margin-bottom: -990px; 
	text-align: left;
/*	width: 234px; */
	width: 240px;
	padding: 4px;
	margin: 0;
	float: left
/*	border-right: 1px solid white;
	background-color: #f0f0f0; 
	margin-right: 1px;*/
}
.half p {
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
}

* > dl.half, * > div.half {
	position: relative;
	z-index: 1000;
}
.half dt {
	width: 100%;
	text-align: left;
	margin: 0 5px 0 0;
	font-weight: bold;
	display: block;

}	
.half dd {
	width: 100%;
	margin: 0;
	text-align: justify;
	display: block;
}

/***********ADMIN************************/
/* ============================= Forms / UI ======================================== */
#loginwindow {
	background: url(/images/bglock.jpg) center top no-repeat;
	margin: 0 auto;
	width: 400px;
	height: 245px;
	position: relative;
}
#loginwindow p { text-align: center; }
#loginwindow fieldset {
	position: absolute;
	top: 45px;
	left: 110px;
	width: 250px;
}
* html #loginwindow fieldset {
	top: 10px;
}
fieldset#reqinfo {
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #c0c0c0;
	background-color: #EFEFF7;
}
fieldset#reqinfoadmin {
	width: 640px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #c0c0c0;
	background-color: #EFEFF7;
}
input, select, textarea {
	color: #666;
	font: bold .8em "Trebuchet MS",sans-serif;
}

fieldset.large input, fieldset.large textarea {
	width: 60%;
	margin: .5em 0;
}
.large label {
	margin: .5em;
	clear: both;
}
label.small { 	width: 50%; float: left; display: block; text-align: right; }
label {
	width: 30%;
	float: left;
	margin-right: 0.5em;
	text-align: right;
	display: block;
}	
label.medium { width: 50%; float: left; margin-right: .5em; text-align: right; display: block; }
label.large {
	margin: 0;
	width: 100%;
	text-align: left;
	display: block;
}
fieldset p, fieldset div {
	margin: 2em auto;
	display: block;
	
}
legend {
	padding: 2px 10px;
	border: 1px solid #a0a0a0;
	background-color: #fefefe;
	letter-spacing: 1px;
}
fieldset {
	width: 450px;
	text-align: left;
	border: none;
	font: normal 1em "Trebuchet MS", sans-serif;
	color: #666;
}

#main-content-admin fieldset.large {
	background: #fff;
	border: 0;
}
#main-content fieldset.large {
	background: #fff;
	border: 1px solid #c0c0c0;
}
fieldset.large {
	font: normal 1em "Trebuchet MS", sans-serif;
	color: #666;
	width: 98%;
	margin: auto;
}
.title_tab {
	margin: 0 auto;
	padding: 0;
	border: 2px outset #03438D;
	line-height: 22px;
	color: #fff !important;
	font-size: 1.1em;
	text-indent: 5px;
	text-align: left !important;
	position: relative;
	top: 12px;
	background-color: #03438D;
}
.title_tab a {
	color: white;
}
.window {
/*
	padding: 10px;
	border: 2px outset #555;
	border-top: 0;
	background-color: white;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
*/
}
/********************ADMIN PANEL**************/
dl.adminpanel {
	list-style: none;
	width:  650px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	position: relative;
}
.adminpanel dt {
	width:  650px;
	height: 100%;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	font-size: 1.5em;
}
.adminpanel dd {
	text-align: center;
	padding: 6px;
	width: 96px;
	float: left;
	margin: 0;
}
.adminpanel li a:hover {
	border-bottom: 2px solid #c0c0c0;
}






















































TD {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #044191; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.maintable {
	BORDER-RIGHT: #333333 1px solid; 
	BORDER-LEFT: #333333 1px solid; 
	WIDTH: 847px
}
.left-menu-repeat {
	
}
.white-body-color {
	BACKGROUND: url(../images/body-bg.jpg) repeat-y
}
.left-menu-bottom {
	BACKGROUND: url(../images/left_menu_bottom.jpg) no-repeat 50% bottom; 
	WIDTH: 189px; HEIGHT: 35px
}



