/*

 Zest City
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	background: transparent url(images/bg.gif) top left;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Verdana, sans-serif;
}

a{
	text-decoration:none;
}

a:hover{

}

/* Overall Layout
------------------------------------------------------------------------------------------------- */


.clearleft{
	clear: left;
}

div#container{
	width: 945px;
	margin: 0 auto;
	overflow: hidden;
	background: #FFF;
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	width: 904px;
	margin: 0 auto;
}

div#header h1{
	width: 250px;
	float: left;
}

div#header h1 a{
	width: 250px;
	height: 54px;
	display: block;
	text-indent: -30000px;
	outline: none;
	background: transparent url(images/logo.gif) no-repeat top left;
	margin-top: 20px;
}

div#header h2{
	width: 545px;
	height: 54px;
	display: block;
	text-indent: -30000px;
	background: transparent url(images/telephone.gif) no-repeat top left;
	float: right;
	margin-top: 30px;
}

/* Nav 
------------------------------------------------------------------------------------------------- */


div#navbar{
	background: transparent url(images/menu_bg.gif) no-repeat top left;
	clear: both;
	width: 904px;
	margin: 5px auto;
	height: 37px;
}

div#navbar ul#leftnav{
	float: left;
	list-style: none;
	padding: 7px 0 0 5px;
}

div#navbar ul#leftnav li{
	float: left;
	padding: 0 10px;
}

div#navbar ul#leftnav li a{
	color: #FFF;
}

div#navbar ul#rightnav{
	float: right;
	list-style: none;
	font-size: 0.9em;
	padding: 7px 5px 0 0;
}

div#navbar ul#rightnav li{
	float: left;
	padding: 0 10px;
}

div#navbar ul#rightnav li a{
	color: #009481;
}

div#navbar ul#rightnav li a:hover, div#navbar ul#rightnav li a.selected{
	color: #006155;
}

/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	overflow: hidden;
	clear: both;
	width: 945px;
}

div#leftcol{
	float: left;
	background: transparent url(images/left_col_bg.jpg) repeat-y top left;;
	width: 174px;
}

div#leftcol_inner{
	float: left;
	background: transparent url(images/left_col_head.jpg) no-repeat top left;
	width: 174px;
}


div#content div#leftcol ul{
	list-style: none;
	margin: 10px 37px 10px 28px;
}

div#content div#leftcol ul li{
	border-bottom: 1px #FFF solid;
	padding: 5px 0;
}

div#content div#leftcol ul li a{
	color: #009481;
	font-size: 0.7em;
}

div#content div#leftcol ul li a:hover, div#content div#leftcol ul li a.selected{
	color: #006155;
}

div#maincol{
	float: left;
	padding: 10px;
	margin: 0 20px 20px 10px;
	width: 712px;
}

div#content div#maincol p{
	color: #000;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-bottom: 15px;
}

div#content div#maincol h2{
	color: #000;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

div#content div#maincol hr{
	border: 1px solid #806E4A;
	margin: 10px 0;
}

div.content_block{
	border-width: 0 25px 0 25px;
	border-color: #E5F4F2;
	border-style: solid;
	padding: 5px 10px;
	margin: 10px 0;
}


/* Footer 
------------------------------------------------------------------------------------------------- */



/* 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;
}
