@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");
@import url("calendar.css");

@font-face {
    font-family: 'HelveticaBold';
    src: url('fonts/helvetica-bold-webfont.eot');
    src: url('fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-bold-webfont.woff') format('woff'),
         url('fonts/helvetica-bold-webfont.ttf') format('truetype'),
         url('fonts/helvetica-bold-webfont.svg#HelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaRegular';
    src: url('fonts/helvetica-webfont.eot');
    src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticaneue-bold-webfont.eot');
    src: url('fonts/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-bold-webfont.woff') format('woff'),
         url('fonts/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-bold-webfont.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('fonts/helveticaneue-medium-webfont.eot');
    src: url('fonts/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-medium-webfont.woff') format('woff'),
         url('fonts/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-medium-webfont.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('fonts/helveticaneue-light-webfont.eot');
    src: url('fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-light-webfont.woff') format('woff'),
         url('fonts/helveticaneue-light-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-light-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#FFFFFF;
	margin:0px;
}

a { color: #6a5c4f; }

a:hover { color: #8a7967; }

h2, h3, h4, h5 { margin: 5px 0; }

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	
}
#nav_container {
	clear:both;
	margin:0px auto;
	background: #484546;
	width: 961px;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	background: url('../images/bg.jpg') repeat-y center top;
	
}
#footer_container {
	clear:both;
	margin:0px auto;
	overflow: hidden;
	padding-bottom: 15px;
}


/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:100%;
	height: 166px;
	background: url('../images/header.jpg') no-repeat center top;
}

/*** NAV (The rest of nav styling is handled in nav.css) ***/

#nav {
	clear:both;
	margin:0px auto;
	width:925px;
	height: 32px;

}

#nav ul, #nav ul li {
	list-style: none;
	display: inline;
}


#nav a, #nav .on {
	font-family: 'HelveticaNeueMedium', Helvetica, Arial, sans-serif;
	display:block;
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px 0;
	margin: 9px 0 7px;
	border-left: 1px solid #fff;
}

#nav li:first-child a {
	padding-left: 0;
	border-left: none;
}

#nav a:hover, #nav .on, #nav ul li:hover a, #nav li.active a {
	color: #a2ce82;
	text-decoration:none;
}

/*** CONTENT ***/

h3 a { color: #636466; text-decoration: none; }

#content, #wysiwyg {
	clear:both;
	margin:0px auto;
	width:960px;
	color:#000;
}

#content { background-color: #e9e3d7; }

.front #content, .page_9 #content {
	background: #e9e3d7 url(../images/content_bg.jpg) no-repeat top right;
}

#content_inner {
	width: 900px;
	margin: 0px auto;	
}

#content ul, #wysiwyg ul {
	margin:0px;
	
}
#content li, #wysiwyg li {
	margin:0px;
	padding:0px;
	
}

#content_left {
	float:left;
	font-family: 'HelveticaNeueLight', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #636466;
	margin-top: 49px;
}

.front #content_left { width: 420px; }

#content_left h1 {
	font-size: 15px;
	font-weight: normal;
	font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#content_left p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
	padding-bottom: 0;
}

#content_left .datatable { display: block; float: left; font-size: 11px; }

#content_left .datatable.datatable-1 { width: 30% !important; }

#content_left .datatable-2 { width: 20% !important; }

#content_left .datatable.datatable-3 { text-align: right; width: 50% !important; }

#google_map { padding: 10px 0; }

#content_left_bottom {
	display: none;
	width: 546px;
	height: 331px;
	float: left;
	background: url('../images/home_image.jpg') no-repeat;
	margin-left: -30px;
	margin-top: 38px;
}

.front #content_left_bottom { display: block; }

#content_right {
	display: none;
	float:right;
	width: 412px;
	margin-top: 104px;
	margin-right: -50px;
	margin-bottom: 130px;
}

.front #content_right { display: block; }

ul#twitter_update_list { padding-left: 0; }

ul#twitter_update_list li { list-style-type: none; margin: 0 70px 10px 0; padding-left: 0; }

.box {
	background: #b7aa9c;
	color: #fff;
	width:372px;
	padding: 20px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	margin-bottom: 2px;
}

.box h2 {
	font-size: 17px;
	font-weight: normal;
	font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.box.one h2 { margin-bottom: 5px; }

.box h3 {
	font-size: 15px;
	font-weight: normal;
	font-family: 'HelveticaRegular', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.box h3 a { color: #fff; text-decoration: none; }

.box h4, .box .date {
	font-size: 9px;
	font-weight: normal;
	font-family: 'HelveticaRegular', Helvetica, Arial, sans-serif;
	color: #e0dbd5;
	margin: 0;
	padding: 0;
}

.box h4 span {
	font-size: 11px;
	color: #ffffff;
}

.box p, .box a.more {
	font-size: 11px;
	font-family: 'HelveticaRegular', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 15px;
	padding: 5px 0 5px;
}

.box a {
	color: #bedda8;
	text-decoration: none;
	font-weight: normal;
	font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}

.box.one {
	background: url('../images/box1_bg.jpg') no-repeat right top #b7aa9c;
}

.box.two {
	background: url('../images/box2_bg3.png') no-repeat right top #a79887;
	height: 55px;
}

.box.three {
	background: url('../images/box3_bg.jpg') no-repeat right top #988672;
	position: relative;
}

.box.three a.hidden-link {
	border: none;
	display: block;
	height: 45px;
	position: absolute;
	right: 35px;
	top: 20px;
	width: 45px;
}

.box.three a.hidden-link img { border: none; }

.box.two p, .box.three p {
	width: 288px;
}

.article .body { margin-bottom: 8px; }

.article, .blog { clear: both; padding: 5px 0; overflow: hidden; }

.datatable { width: 500px !important; }

.galleryimage:hover { border: 1px solid #8a7967; }

.galleryimage img { border: none; height: 85px; width: 110px; }

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:900px;
	padding: 25px 30px 0;
	color: #8c8379;
	font-family: 'HelveticaRegular', Helvetica, Arial, sans-serif;
}

#footer #footer_bottom {
	
}

#footer #footer_bottom #left {
	float:left;
	width:45%;
}

#footer #footer_bottom #right{
	float:right;
	width:45%;
	text-align:right;
}

#ionline {
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	}
#ionline a {
	/*position:absolute;
	clear:both;
	margin-top:5px;*/
    color: #7F7F7F !important;
    padding: 4px;
    text-decoration: none;
	}
#ionline a:hover {
	text-decoration:none;
}

#ionline a img { border: none; }

#ionline img {
	vertical-align:middle;
	margin-bottom:3px;
}