* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body{
text-align: center;
font-family: Verdana;
font-size: 8pt;
background: #FFFFFF url('../img/pgbg.jpg') top center repeat-x;
color: #333333;
}

h1{
font:12pt Verdana,Arial,sanserif #333333;
}

#main {padding-bottom: 100px;}  /* must be same height as the footer */

#header{
width: 800px;
min-height: 101px;
background: #FFFFFF url('../img/hdbg.jpg') top center no-repeat;
margin: 0px auto;
}

#nav{
width: 500px;
float: right;
min-height: 50px;
margin-top: 49px;
margin-right: 2px;
}

#nav ul{
margin:0px;
padding:17px 0px 0px 0px;
list-style:none;
float:right;
}

#nav ul li{
display:inline;
float:left;
padding:0px 1px 0px 1px;		
}

#nav ul li a{
display:block;
color:#4d4d4d;
text-decoration:none;
padding:21px 13px 0px 13px;
border-bottom:solid 1px #4d4d4d;	
}

#nav ul li a:hover, #nav ul li a.sel{
color:#fff;
text-decoration:none;
background: #4d4d4d url('../img/backgrnd.gif') top center repeat;
}

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background: #4d4d4d url('../img/backgrnd.gif') top center repeat;
}

.footer a, .footer a:visited{
text-decoration: none;
color: #CCCCCC;
}

.footer a:hover{
text-decoration: underline;
color: #CCCCCC;
}
	
#fcontent{
width: 800px;
text-align: left;
margin: 0 auto;
padding-top: 10px;
}

.fcblock{
width: 174px;
float: left;
color: #CCCCCC;
line-height: 1.5em;
border-left: 1px solid #787878;
padding-left: 15px;
min-height: 72px;
padding-right: 10px;
}

#fcblockl{
width: 174px;
float: left;
color: #CCCCCC;
line-height: 1.5em;
padding-left: 15px;
min-height: 72px;
padding-right: 10px;
}

#content3{
width: 780px;
min-height: 400px;
background: #FFFFFF;
margin: 0 auto;
margin-top: 20px;
text-align: left;
padding-bottom: 40px;
}

#content3 p{
font-family: Verdana;
font-size: 10pt;
line-height: 14pt;
margin-top: 10pt;
}

.contactl{
float: left;
width: 150px;
height: 30px;
text-align: right;
margin-right: 10px;
margin-top: 5px;
}

.contactr{
float: left;
width: 400px;
min-height: 30px;
margin-top: 5px;
text-align: left;
}

#cpleft{
float: left;
width: 400px;
}

#cpright{
float: right;
width: 300px;
border-left: 1px solid #ccc;
padding-left: 30px;
}

#cpright ul{
list-style: none;
font-family: Verdana;
font-size: 10pt;
line-height: 1.8em;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */