/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(images/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #C97722; border-bottom: 1px solid #C97722; font-weight: bold;}
a:hover { border-bottom: 1px solid #49515C; color: #49515C; }
.centerBlock { text-align:center; }
h3 a { color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 10px auto;
	width: 740px;
	background: #fff url(images/dot_line.gif) repeat-y 75%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(images/header_bg.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 3px 30px;
	}
#header h1 { 	
	margin: 0;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
	text-align: right;
	}
#header h2 { 	
	margin: 0;
	color: #DDDBDE;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	text-align: right;
	}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #9E9E9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	background-color: #767F8E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 6px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #E4E2E5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(images/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}	
	
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #21B4C4; 
    padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-right: 15px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
}	

#contentFull {
	float: left;
	width: 740px;
	position: relative;
	margin-right: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	background-color: #ffffff;
}

#content h4, #contentFull h4 {
	font-size: .8em; 
	color: #4e4e4e; 
	margin: 2px 0 5px 0; 
	cursor: default;
}
	
#contentFull div {
	padding: 1px 0 0 0;
	border-top: 1px solid #21B4C4; 
}
	
#content div { 
	background: #fff url(images/para_bg.jpg) repeat-x;
	clear: both;
}	

#colLeft {
	width: 300px;
	float: left;
}

#colRight {
	width: 270px;
	float: right;
	position: relative;
}

#columns {
	clear: both;
	height: 11em;
}

.colFull {
	background: #fff url(images/para_bg.jpg) repeat-x;
	border-top: 1px solid #ddd;
	clear: both;
}

.featureMain {
	width: 100%;
}

#content img, #contentFull img {
	float: right;
	margin: 5px;
}

/*------------------------------------------------------------*
**  Listings
**------------------------------------------------------------*/

span.title {

}

#lstColLeft {
	width: 50%;
	float: left;
	clear: right;
	background: #fff url(images/para_bg.jpg) repeat-x;
	border-top: 1px solid #ddd;
}

#lstColRight {
	width: 50%;
	float: right;
	position: relative;
	background: #fff url(images/para_bg.jpg) repeat-x;
	border-top: 1px solid #ddd;
}

/*------------------------------------------------------------*
**Form styles
**------------------------------------------------------------*/

form {
	line-height: 25px;
}

select.flatForm,input.flatForm {
	background-color: #878F9F;
	color: #000;
	border: 1px solid #616161;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(images/footer_right.gif) no-repeat 0 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	height: 52px;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

/*----------------------------------------------------------------*
**  The Debug Div styles
**----------------------------------------------------------------*/
div #debug {
	border: 1px solid black;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: "Courier New", Courier, mono;
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: .8em;
	z-index: 200;
}