/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	font:0.75em Arial, Helvetica, sans-serif;
	background: #C4E893 url('images/bg.jpg') repeat-y center;
}

/*
    Used to clear floats

*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


#wrapper {
	width: 740px;
	height: 100%;
	margin: 0 auto 10px;
}

#contentbody {
	width: 660px;
    padding: 0 40px 0 40px;
}

/* Navigation*/

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #CC66CC;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #EE7AE9;
text-decoration: none;
}

/* End Nav*/

#header {
	height: 132px;
	background:url('images/header.jpg') no-repeat center;
    position: relative;
}

#header a {
    position: absolute;
    display: block;
    width: 691px;
    height: 102px;
/*    border: 1px solid red; */
    top: 14px;
    left: 31px;

}

#footer { clear: both; margin: 0; padding: 0; }

#mainimage {
	
	height:292px;
	background:url('images/main-image.jpg') no-repeat center;
	margin-bottom: 10px;
}

#staffimage {
	height:120px;
	background:url('images/staff-header.jpg') no-repeat center;
	margin-bottom: 10px;
}

#left {
	float:left;
	width:400px;
/*	margin-left:40px; */
	padding: 0 10px 0 0;
/*    border: 1px solid blue;  */
}


#right {
	float: right;
	width: 240px;
/*    border: 1px solid red;   */
    text-align: right;
}

#leftcol1 {
	float:left;
	width:500px;
/*	margin-left:40px; */
	padding: 0 10px 0 0;
/*    border: 1px solid blue;  */
}

#leftcol2 {
	float:left;
	width:400px;
    margin-left:10px; 
	padding: 0 10px 0 0;
/*    border: 1px solid blue;  */
}ght-border {
	padding:5px 0;
}

#right-border {
	width: 230px;
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-color: #ccff99;
}

* html #right-border {
	padding:5px 0;
}


#max {
	float:left;
	width:100%;
/*	margin-left:40px; */
	margin: 0;
/*    border: 1px solid blue;  */
}

.gmap-box, gmap-addy {
	float: left;
	height: 400px;
}
.gmap { margin: 0 10px 180px 0; border: 0;}

.image { float:left; margin: 0 7px 0 0;}
.image-indent, image-wrap {float: left;}
.image-indent { margin: 0 10px 0 40px; border: 0;}
.image-wrap blockquote{ border:none; padding: 0; }

.text p{ text-align:center; }
p.first{ margin-top: 0; padding-top: 0; }
.narrowtext { 
    font-size: 1.25em;
    width: 200px; 
    margin: 0 auto; 
    text-align:center; 
}
.hide { display: none; visibility: hidden; }

blockquote { border:#EEEEEE 5px double; padding: 10px 20px; }

/* Fonts */

h1 {
color:#99CC66;
font-size:250%;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:120%;
}

h3 {
color:#CC66CC;
font-size:150%;
}

hr { border: solid 1px #CCCCCC }


/* Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.float-left {
float:left;
}

.rs-divider {
height: 5px;
background-color:#FFFFFF
}
