/* CSS Document */
img, div { behavior: url(iepngfix.htc) }
body,
html {
    margin:0;
    padding:0;
    background:url(images/chic-bg.jpg) repeat-x #766341;
    color:#000;
    }
body {
    min-width:765px;
    }
#wrap {
    margin:15px auto;
    width:765px;
    }
#header {
background: url(images/header-bg.png) no-repeat;
	width: 765px;
	height: 102px;
    }
#headerimage{
	width: 751px;
	margin: 0 auto;
	height: 97px;
}
#mainarea{
	width: 765px;
	background: url(images/content-bg.png) repeat-y;
}
#mainlive{
	width: 751px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#nav {
	padding-top: 15px;
    float:left;
    width:150px;
min-height: 425px;
    }

*:first-child+html #nav {
    float:left;
    width:150px;
min-height: 425px;
    }
* html #nav {
	position: relative;
	top: 10px;
    float:left;
    width:150px;
	height: 450px;
    }

#main {
    float:right;
    width:555px;
padding-top: 5px;
padding-right: 35px;
	position: relative;
	z-index: 100;

    }
#main h2, #main h3, #main p {
    padding:0 10px 0 0;
    }
#main h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #4e4b46;
}
#main h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #766341;
	text-align: justify;
}
#main p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #766341;
	text-align: justify;
}

/* Home styles */

#homemain {
    float:right;
    width:570px;
padding-top: 5px;
	position: relative;
	z-index: 100;

    }
#homemain h2, #homemain h3, #homemain p {
    padding:0 10px 0 0;
    }
#homemain h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #4e4b46;
}
#homemain h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #766341;
	text-align: justify;
}
#homemain p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #766341;
	text-align: justify;
	padding-right: 35px;
}
#homemain ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #766341;
}
#homemain a{
	color: #42403b;
}

.corporatebold{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #766341;
}
.learnmore{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #796745;
	padding-right: 10px;
}
.italic{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 15px;
	color: #796745;
}
#main ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #766341;
}
#main a{
	color: #42403b;
}

/* 2 column Content Layout Styles*/
#main2 {
    float:right;
    width:585px;
padding-top: 15px;
	position: relative;
	z-index: 100;

    }
#contentleft{
	float: left;
	padding-top: 15px;
	width:390px;
}
#contentleft2{
	float: left;
	padding-top: 15px;
	width:550px;
}
#contentright{
	float: right;
	width: 170px;
}

#main2 h2, #main h3, #main p {
    padding:0 10px 0 0;
    }
#main2 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #4e4b46;
}
#main2 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #766341;
	text-align: justify;
}
#main2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #766341;
	text-align: justify;
}
#main2 ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #766341;
	text-align: justify;
}
#main2 a{
	color: #42403b;
}



#pusher{
clear: both;
}
#footer {
    clear:both;
	margin: 0 auto;
	height: 61px;
	width: 765px;
	background: url(images/footer-bg.png) no-repeat;
    }
#footerlive{
	margin: 0 auto;
	width: 751px;
}
#footerlive img{
	position: relative;
	top: -69px;
	left: 1px;
}
#footerlinks {
	width: 700px;
	height: 25px;
	margin: -10px auto;
    clear:both;
	
    }
* html #footerlinks {
	width: 700px;
	height: 25px;
	margin: -80px auto;
    clear:both;
	    }
#footerlinks p {
    padding:5px;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #c5b99c;
    }
#footerlinks a {
      color: #c5b99c;
    }
#footerlinks a:hover{
color: #42403b;
}