@charset "utf-8";
/*
PALETTE
grey:		#4c586b
dk blue:	#acc3ec
lt blue:	#f2f5fa
dk orange:	#c99803
med orange:	#e1cd77
lt orange:	#f2eed1
*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 15px;
	color: #4c586b;
}
#header {
	width: 100%;
	min-height: 175px;
	margin: 0;
	padding: 0;
	background: #acc3ec;
}
#header .header-content {
	width: 1100px;
	margin: 0 auto 0 auto;
	height: 175px;
	background: url(../images/header-bkgd.jpg) top center no-repeat;
}
#header .header-content .title {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 60px;
}
#header .header-content .title a {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#content-container {
	width: 900px;
	height: auto;
	margin: 20px auto 0 auto;
}
p { margin-bottom: 10px; }
a {	color: #c99803;	}
a:hover { text-decoration: none; }
.clr { clear: both; }
h1 {
	font-family: "Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: 700;	
}
#sidebar-left {
	width: 200px;
	float: left;
	margin-right: 20px;
	background: #f2f5fa;
	border-top: 2px solid #cac9c5;
	border-left: 2px solid #cac9c5;
	border-right: 2px solid #cac9c5;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	behavior: url(js/pie/PIE.php); /* support border radious in IE 6-8 - note: use .htc for windows & .php for unix */
}
#sidebar-right {
	width: 200px;
	float: right;
	margin-left: 20px;
	background: #f2eed1;
	border-top: 2px solid #cac9c5;
	border-left: 2px solid #cac9c5;
	border-right: 2px solid #cac9c5;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#content {
	width: 650px;
	float: left;
	min-height: 375px;
	padding: 15px 0 20px 20px;
}
#content.narrow {
	width: 420px;
}

/* BEGIN MAIN NAVIGATION */
#navigation {
	width: 100%;
	margin: 35px 0;
	text-align: center;
}
#navigation ul {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
}
#navigation ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	margin: 0 -4px 0 0;
	margin-top: -3px\9; /* IE8 and below */
	border-bottom: 1px solid #cdd1d4;
}
#navigation ul li:hover {
	cursor: pointer;
	background: #e1cd77;
}
#navigation ul li a {
	color: #4c586b;
	font-size: 17px;
	text-decoration: none;
	display: block;
	padding: 0 15px 0 15px;
}
#navigation ul li a:hover {
	display: block;
}
#navigation ul li a.selected { background: #e1cd77; }

/* begin contact form page */
#contact-form .form-row { margin-bottom: 12px; }
#contact-form label { padding-top: -3px; float:left; width: 125px; color: #043953; font-size: 15px; }
#contact-form input[type="text"] {
	width: 250px;
	height: 20px;
	padding: 2px;
	border: 1px solid #a3a3a3;	
}
#contact-form select {
	width: 255px !important;
	height: 27px;
	padding: 2px;	
	border: 1px solid #a3a3a3;
}
#contact-form textarea {
	width: 400px !important;
	height: 100px;
	padding: 2px;
	margin: 0px !important;
	border: 1px solid #a3a3a3;
}
.website-contacts-success-msg { color: #00CC00; line-height: 18px; font-weight: 700; margin: 15px 0 15px 0; }
.website-contacts-failed-msg { color: #FF3300; line-height: 18px; font-weight: 700; margin: 15px 0 15px 0; }
/* end contact form page */

.custom-button, submit.custom-button{
	background: #4c586b;
	color:#fff !important;
	font-size:20px;
	font-weight: 700;
	height:auto;
	width:auto;
	padding: 6px 13px 6px 13px;
	margin-top: 10px;
	cursor: pointer;
	text-align: left;
	border: none;
	text-decoration: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/pie/PIE.php); /* support border radious, box shadow, or gradient in IE 6-8 - note: use .htc for windows & .php for unix */
}
.custom-button:hover {
	text-decoration: none;
	background-color: #c99803;
}

#footer {
	width: 100%;
	min-width: 1100px;
	min-height: 120px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #acc3ec;	
}
#footer .footer-content {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
	font-size: 15px;
	color: #fff;
}
#footer .footer-content a {
	color: #fff;
	font-weight: 700;
}
#footer .footer-content .left-content {
	width: 40%;
	float: left;
}
#footer .footer-content .right-content {
	font-size: 12px;
	width: 40%;
	float: right;
	text-align: right;
}