/*

 Zest City
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


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

body{
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	background: #F7F7F7 url(images/bg.gif) top left repeat-x;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
	text-align: justify;
}

h1,h2,h3,h4{
	font-family: Arial, Tahoma, Verdana;
}

a{
	text-decoration:none;
}

a:hover{

}
	

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


.clearleft{
	clear: left;
}

div#container{
	width: 798px;
	background: #EEEAE4 url(images/header_white.gif) no-repeat top left;
	margin: 30px auto;	
}


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

div#header{
	width: 798px;
	/*background: #EEEAE4 url(images/header_white.gif) no-repeat top left;*/
	float:left;
	
}

div#header h1 a{
	width: 290px;
	height: 67px;
	display: block;
	text-indent: -30000px;
	outline: none;
	background: url(images/logo.png) no-repeat top left;
	margin: 5px 25px 0 25px;
	float: left;
}

div#header h2{
	float: right;
	font-weight: normal;
	color: #C62E17;
	margin: 42px 20px 0 20px;
	font-size: 1.2em;
}

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


div#header ul#nav{
	clear: both;
	display: block;
	list-style: none;
	margin:0;
	margin-top: 6px;
	background: #EEEAE4;
	padding: 5px 0 5px 50px;
	overflow: hidden;
}

div#header ul#nav li{
	float: left;
	margin: 0 2px;
	position: relative;
}

div#header ul#nav li ul{
	position: absolute;
	display:none;
}
div#header ul#nav li a{
	display: block;
	width: 84px;
	height: 32px;
	color: #4E4E4E;
	font-size: 0.75em;
	text-align: center;
	padding-top: 2px;
}

div#header ul#nav li a.pad{
	padding-top: 8px;
}

div#header ul#nav li a:hover, div#header ul#nav li a.selected{
	background: transparent url(images/nav_on.gif) no-repeat top left;
	color: #FFF;
}



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

div#head_img{
	width: 798px;
	background: #EEEAE4 url(images/main_img.jpg) no-repeat top;
	padding-bottom: 5px;
	height: 190px;
}

div#head_img br{
	margin: 5px 0;
}

div#head_img h2{
	padding: 20px 30px 100px 310px;
	text-align: left;
	font-weight: normal;
	color: #C62E17;
	font-family: "Monotype Corsiva";

}

div#head_img h3{
	padding: 0 50px 10px 308px;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #511865;
}

hr{
	margin: 5px;
	border-top: 1px #DDD5C9 solid;
	border-bottom: 1px #F6F6F6 solid;
	border-left: none;
	border-right: none;
}

div#content{
	background: transparent url(images/content_bg.gif) repeat-y top left;
	 background-repeat:repeat;
	clear: both;
}

div#content p{
	color: #666;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 10px 0;
}

div#content div#leftcol p a{
	color: #C62E17;
	
}

div#content strong{
	color: #C62E17;
}

div#content ul{
	color: #666;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 10px 20px 10px 5px;
	list-style: none;
	text-align: justify;
}

div#content ul li{
	background: transparent url(images/bullet.gif) no-repeat 2px 3px;
	margin: 10px 0;
	padding-left: 25px;
}

div#leftcol h2{
	color: #333;
	font-weight: normal;
}

div#leftcol h2 a{
	color: #511865!important;
}

div#leftcol h3{
	color: #1A50B8;
	font-weight: normal;
	margin-top: 30px;
}

div#rightcol h4{
	color: #511865;
	font-weight: normal;
	margin: 10px 0 5px 5px;
}

div#leftcol{
	width: 540px;
	padding: 10px 22px;
}

div#rightcol{
	float: right;
	width: 207px;
}

dl#latest_news{
	margin: 5px;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #666;
}

dl#latest_news dt{
	padding: 0;
	margin: 0;
}

dl#latest_news dt a{
	color: #511865;
}

dl#latest_news dd{
	padding: 0;
	margin: 0 0 10px 0;
}

p.more{
	display: block;
	float: right;
	background: transparent url(images/arrow.gif) no-repeat right;
}

p.more a{
	margin-right: 20px;
	text-align: right;
	border-bottom: 1px #333 dotted;
	color: #333;
}

/* Contact Box --------- */

div#contact_box{
	width: 200px;
	background: #797979;
	padding: 0;
}

div#contact_box div#contact_box_head{
	width: 180px;
	background: #797979 url(images/contact_box_bg.gif) no-repeat top left;
	padding: 6px 10px 0 10px;
	color: #FFF;
}

div#contact_box div#contact_box_head h4{
	color: #FFF;
	margin: 0;
	clear: both;
}

div#contact_box div#contact_box_head p{
	color: #FFF;
	font-size: 0.7em;
}

div#contact_box div#contact_box_foot{
	width: 180px;
	background: #797979 url(images/contact_box_link.gif) no-repeat bottom left;
	padding: 10px;
	font-size: 0.8em;
	text-align: right;
}

div#contact_box div#contact_box_foot a{
	border-bottom: 1px #FFF dotted;
	color: #FFF;
}

/* testimonial Box --------- */

div#testimonial_box{
	width: 200px;
	background: #797979;
	padding: 0;
}

div#testimonial_box div#testimonial_box_head{
	width: 180px;
	background: #797979 url(images/testimonial_box_bg.gif) no-repeat top left;
	padding: 6px 10px 0 10px;
	color: #FFF;
}

div#testimonial_box div#testimonial_box_head h4{
	color: #FFF;
	margin: 0;
	clear: both;
}

div#testimonial_box div#testimonial_box_head p{
	color: #FFF;
	font-size: 0.7em;
}

div#testimonial_box div#testimonial_box_foot{
	width: 180px;
	background: #797979 url(images/contact_box_link.gif) no-repeat bottom left;
	padding: 10px;
	font-size: 0.8em;
	text-align: right;
}

div#testimonial_box div#testimonial_box_foot a{
	border-bottom: 1px #FFF dotted;
	color: #FFF;
}
/* Footer 
------------------------------------------------------------------------------------------------- */

div#footer{
	width: 798px;
	height: 67px;
	background: transparent url(images/footer_white.gif) no-repeat top left;
	clear: both;
	overflow: hidden;
}

a{
	color: #FFF;
}

p.copy a{
	color: #333!important;
}

div#footer p{
	font-size: 0.7em;
	color: #6B6B6B;
	margin: 10px;
}

div#footer hr{
	display: none;
}

p.copy{
	color: #333;
	padding: 0 10px;
}


/* 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;
}



#mynav
{

background:#EEEAE4 none repeat scroll 0 0;
clear:both;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:6px 0 0;
float:left;
height:auto;
padding:5px 0 5px 50px
}

#mynav ul
{
clear:both;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:6px 0 0;
float:left;
height:auto;
padding:5px 0 5px 50px;

}

#mynav a, #mynav a:visited {display:block;width:84px; font-size:11px; color:#fff; height:32px;  text-decoration:none; text-indent:5px; color:#4E4E4E; padding-top:2px;
text-align:center;
font-size:0.75em;}

/* Set up the sub level borders */

#mynav li a:hover
{
color:#FFFFFF;
}

 

/* Set up the list items */


#mynav li a.selected
{
background:transparent url(images/nav_on.gif) no-repeat scroll left top;
color:#FFFFFF;
}
/* For Non-IE browsers and IE7 */
#mynav li {
float:left;
margin:0 2px;
display:block;
 }
 
 #mynav li ul li{
display:block;
float:left;
padding:0px;
margin:0px;
 }
 
  #mynav li ul li a{
display:block;
float:left;
width:84px;
height:32px;
padding-top:0px;
 }
 
 


#mynav li:hover {position:relative;}
/* Make the hovered list color persist */
#mynav li:hover > a {background:transparent url(images/nav_on.gif) no-repeat scroll left top;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#mynav li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#mynav li:hover > ul {display:block; position:absolute;  width:80px;

}
/* Position the first sub level beneath the top level liinks */
#mynav > li:hover > ul {left:-50px; top:20px;}

