/*

 Zest City
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1em;
	background: #1E1E1E url(../images/bg.jpg) repeat-x top left;
	margin: 0;
}


h1,h2,h3,h4{
	font-family: Trebuchet MS, Verdana, sans-serif;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


.clearleft{
	clear: left;
}

div#container{
	width: 790px;
	margin: 0 auto;
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	width: 800px;
	position: relative;
	height: 190px;
	overflow: visible;
}

div#header h1{
	width: 226px;
	height: 170px;
	position: absolute;
	top: -10px;
	left: 5px;
}

div#header h3{
	position: absolute;
	top: 140px;
	right: 10px;
	/*color: #6A888A;*/
	color: #FFF;
	font-weight: normal;
	font-size: 1em;
}

div#header h1 a{
	width: 226px;
	height: 170px;
	display: block;
	text-indent: -30000px;
	outline: none;
	background: transparent url(../images/logo.jpg) no-repeat top left;
}


/* Nav 
------------------------------------------------------------------------------------------------- */


ul#topnav{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 71px;
	right: 10px;
	border-right: 1px #000 solid;
}

ul#topnav li{
	float: left;
	margin: 0;
	position: relative;
}

ul#topnav li a{
	display: block;
	background: transparent url(../images/menu_off.jpg) no-repeat bottom left;
	color: #6B888A;
	font-size: 0.8em;
	width: 96px;
	height: 28px;
	border-left: 1px #000 solid;
	text-align: center;
	padding-top: 25px;
	outline: none;
}

ul#topnav li a:hover{
	color: #FFFFFF;
}

ul#topnav li a.selected{
	background: transparent url(../images/menu_on.jpg) no-repeat bottom left;
	color: #FFFFFF;
}

ul#topnav li ul{
	position: absolute;
	background: #272727;
	width: 96px;
	padding: 0;
	list-style: none;
	left: 0;
	border: 1px #000 solid;
	display: none;
	z-index: 1000;
	font-size: 0.8em;
}

ul#topnav li:hover ul{
	display: block;
}

ul#topnav li ul li{
	clear: left;
	margin: 0;
	width: 96px;
}

ul#topnav li ul li a{
	padding-top: 12px;
	height: 20px;
	border-left: none;
}

ul#topnav ul ul{
	display: none!important;
}

/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	overflow: visible;
	clear: both;
	width: 800px;
}

div#leftcol{
	width: 179px;
	margin-right: 10px;
	float: left;
	background: transparent url(../images/left_col_bg.jpg) repeat-y top left;
	border-bottom: 1px #000 solid;
}

div#leftcol div#leftcol_inner{
	width: 159px;
	background: transparent url(../images/left_col_head.jpg) no-repeat top left;
	padding: 5px 10px;
}

div#leftcol div#leftcol_inner h2{
	color: #FFF;
	font-weight: normal;
	font-size: 1.2em;
}

div#leftcol div#leftcol_inner h3{
	color: #B1CDCF;
	font-weight: normal;
	font-size: 1em;
}

div#leftcol div#leftcol_inner p{
	/*color: #B1CDCF;*/
	color: #F6F6F6;
	font-size: 0.7em;
}


div#leftcol div#leftcol_inner ul#leftnav{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

div#leftcol div#leftcol_inner ul#leftnav li a{
	font-size: 0.8em;
	color: #B1CDCF;
	background: #000;
	padding: 3px 5px;
	display: block;
	margin: 1px 0;
	outline: none;
}

div#leftcol div#leftcol_inner ul#leftnav li a:hover, div#leftcol div#leftcol_inner ul#leftnav li a.selected{
	color: #FFF;
}

div#maincol{
	width: 607px;
	float: left;
	background: transparent url(../images/main_col_bg_w.jpg) repeat-y top left;
}

div#maincol_head{
	background: transparent url(../images/main_col_headw.jpg) no-repeat top left;
}

div#maincol_foot{
	background: transparent url(../images/main_col_footer_w.jpg) no-repeat bottom left;
	overflow: hidden;
	padding: 0 20px 10px 20px;
}

div#maincol h2{
	/*color: #B1CDCF;*/
	color: #000000;
	font-weight: normal;
	font-size: 1.4em;
}

div#maincol h3{
	/*color: #FFFFFF;*/
	color: #333333;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px #666666 dashed; 
}

div#maincol p{
	/*color: #FFF;*/
	color: #333333;
	font-size: 0.8em;
	line-height: 1.6em;
}


div#maincol p strong{
	/*color: #B1CDCF;*/
	color: #000000;
}

div#maincol p a{
	/*color: #B1CDCF;*/
	color: #000000;
	border-bottom: 1px #666 dashed;
}

div#maincol p a:hover{
	border-bottom: 1px #B1CDCF dashed;
}

/* Forms ---------------- */

fieldset.form{
	border: none;
	padding: 0;
}

fieldset.form legend{
	color: #FFF;
	font-size: 1em;
	border-bottom: 1px #666666 dashed;
}

fieldset.form form{
	font-size: 0.7em;
	color: #333;
}

fieldset.form form dt{
	width: 130px;
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	color: #B1CDCF;
}

fieldset.form form dd{
	width: 360px;
	float: left;
	padding: 0;
	margin: 0;
}

fieldset.form form dd input{
	width: 355px;
}

fieldset.form form dd textarea{
	width: 355px;
}

fieldset.form form dd input.submit{
	width: 100px;
}

fieldset.form form dd input.radio, fieldset.form form dd input.checkbox{
	width: 15px;
}

fieldset.form p{
	clear: both;
}

/* Center Image
------------------------------------------------------------------------------------------------- */

dl.centerimage{
	width: 235px;
	height: 139px;
	float: left;
	margin: 10px 22px;
	background: transparent url(../images/content_image_bg_w.jpg) no-repeat top left;
}

dl.centerimage dt{
	margin: 15px 15px 6px 15px;
	background: #CCC;
	padding: 0;
	height: 98px;
}

dl.centerimage dt img{
	border: 0;
}

dl.centerimage dd{
	margin: 0;
	padding: 0 10px;
	font-size: 0.7em;
	color: #FFF;
}

dl.centerimage dd a{
	color: #6A888A;
}

/* Footer 
------------------------------------------------------------------------------------------------- */

div#footer{
	clear: both;
	margin-top: 10px;
}

p.copy{
	text-align: right;
	color: #6A888A;
	padding: 4px;
	font-weight: normal;
	font-size: 0.6em;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}

