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

/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
/* end reset styles */


body {
	background: #f8f8f4;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/bg_header.png');
	background-position: top center;
	background-repeat: no-repeat;
	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	width: 765px;
	float: left;
	margin-top: 160px;
	padding-right: 10px;
	overflow: hidden;
}

#sidebar {
	width: 175px;
	float: right;
	margin-top: 80px;
	padding-left: 10px;
}


/* NAVIGATION */

#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #898686;
	font-size: 14px;
	line-height: 25px;
	list-style: none;
	text-align: right;
	padding-right: 10px;
}

#nav ul {
	list-style: none;
}

#nav a {color: #898686; list-style-type: none; text-decoration: none;}
#nav a:hover {color: #fff; background-color: #ff4028; text-decoration: none; padding: 3px 2px;}
#nav a:active {color: #fff; background-color: #ff4028; text-decoration: none; padding: 3px 2px;}

.nav_divider {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* END NAVIGATION */

.contact_title {
	font-size: 14px;
	color: #898686;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

.email {
	font-size: 12px;
	color: #898686;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.email a {color: #67c5d9;}
.email a:hover {color: #2d5f93;}


.phone {
	font-size: 12px;
	color: #898686;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

.locale {
	font-size: 12px;
	color: #898686;
	padding-bottom: 24px;
	padding-right: 10px;
	text-align: right;
}

/* NEWS MODULE */

#news_module {
	background-color: #f4f4f0;
	color: #9d9d9d;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 18px;
	height: 330px;
	width: 160px;
	overflow: auto;
}
	
.news_title {
	font-weight: bold;
	color: #525252;
}

.news_date {
	color: #525252;
	font-size: 10px;
	background-color: #daf7fa;
	width: 100px;
}

.news_divider {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* BEGIN MAIN CONTENT */

.divider {
	padding: 25px 0;
}

/*WEB */

.web_images {
	float: left;
	margin-right: 15px;
	display: block;
}

.web_title {
	width: 120px;
	font-size: 11px;
	color: #424242;
	background-color: #ecf8cf;
	float: left;
	margin-top: 15px;
	text-align: left;
}

.web_link {
	font-size: 11px;
	color: #898686;
	padding-top: 15px;
}

.web_link a {color: #ff4028;}
.web_link a:hover {color: #ffbeb6;}

.web_blurb {
	font-size: 11px;
	color: #9d9d9d;
	text-align: left;
	line-height: 18px;
	padding-top: 8px;
}

/* ABOUT */

.about {
	font-size: 11px;
	color: #666;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	line-height: 18px;
}

/* FOOTER */

#footer {
	background-color: #fff;
	border: 1px dashed #c0c0c0;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 25px 50px 25px;
	float: left;
}

#nav_footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #898686;
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	text-align: left;
	padding-right: 40px;
	float: left;
}

#nav_footer ul {
	list-style: none;
}

#nav_footer a {color: #898686; list-style-type: none; text-decoration: none;}
#nav_footer a:hover {color: #fff; background-color: #ff4028; text-decoration: none; padding: 3px 2px;}
#nav_footer a:active {color: #fff; background-color: #ff4028; text-decoration: none; padding: 3px 2px;}

.logo_footer {
	float: right;
	margin-right: 55px;
}

.copyright {
	font-size: 10px;
	color: #c0c0c0;
	margin-left: 615px;
}

/* END NAVIGATION */
	
	




