* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#E6DBC4 url(images/bg.jpg) repeat-x;
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.85em;
line-height:120%;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}


#centerColumn { 	
margin:0 auto;
width:770px;
text-align:left;
vertical-align: middle;	
}

h2 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
}

h3 {
margin:0 0 .1em 0;
padding:.75em 0 0 0;
font-size:1em;
}

h4 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:26px;
	padding:20px 0 0 0;
	color:#333;
	text-align:justify;
}

p {
padding:3px 0 12px 0;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:12px;
}

fieldset {
border:none;
}

legend {
font-weight:bold;
color:#000;
}

div.testimonial {
padding:12px 0 12px 25px;
background:url(images/quotes.jpg) 0 16px no-repeat;
border-bottom:1px dotted #ccc;
}

#navbar {
height:16px;
background:url(images/nav.jpg) repeat-x;
padding:7px 0;
clear:both;
}

#navbar ul {
list-style:none;
margin:0;
}

#navbar li {
margin:0;
list-style:none;
display:inline;
}

#navbar li a {
margin:0 0 0 0;
padding:7px 15px;
}

#navbar li a:hover {
background:url(images/nav_on.jpg) repeat-x;
color:#fff;
}

#navbar li#active a {
background:url(images/nav_on.jpg) repeat-x;
color:#fff;
}

#header {
margin:0;
padding:35px 0 35px 16px;
background:url(images/header.jpg) no-repeat;
height:44px;
position:relative;
}

#header h1 {
margin:0;
padding:0 0 0 0;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
width:208px;
float:left;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:208px;
height:44px;
background:#fff url(images/logo.jpg) no-repeat;
}

#header h2 {
margin:0 0 0 0;
padding:0;
font-size:.9em;
font-weight:bold;
letter-spacing:.1em;
color:#DDD9C9;
text-align:right;
position:absolute;
right:5px;
top:65px;
}

#block_1 {
	float:left;
	width:770px;
	margin-top:15px;
	background:#fff url(images/leftcol.gif) no-repeat;
}

.moreinfo {
	padding:15px 20px 30px 20px;
	background:#FFF6CA;
	margin-top:20px;
	border-top:1px solid #F7DE7D;
}

.leftcolbottom {
background:url(images/leftcol_bottom.gif) no-repeat;
height:11px;
}

.padded {
padding:10px 15px;
}

.cell_3 {
	float:right;
	width:770px;
	margin-top:0px;
	margin-left:0px;
}

.barepic {
border:none;
}

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
position:relative;
clear:both;
bottom:0;
margin:5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
}
#footer p {
float:left;
width:400px;
}
#footer ul {
width:300px;
float:left;
}
#footer ul li {
display:inline;
padding:0 8px 0 0;
}

