@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background:url(images/page_bg.gif) top repeat-x #2e3640;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#2e3640;
}

a {color:#ec9910;}

#container {
	width:1059px;
	background:url(images/header.jpg) top no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:149px 0px 0px 120px;
}

#container-sub {
	width:1059px;
	background:url(images/header_sub.jpg) top no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:149px 0px 0px 120px;
}

#nav-bar {
	width:934px;
	height:48px;
	background:url(images/nav_bar_bg.gif) repeat-x;
}

#nav-bar ul{
	float:right;
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
}

#nav-bar ul li{
	float:left;
}

#header {
	width:934px;
	height:318px;
	background:url(images/header_img.jpg) no-repeat;
}

.header-title{
	padding:70px 452px 0px 38px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:25px;
	color:#171d26;	
}
.header-subtitle {
	padding:12px 452px 0px 38px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#576069;
}

#content{
	width:934px;
}

#main-content{
	float:left;
	width:596px;
	margin:23px 0px 0px 0px;
	padding: 0px;
	background:url(images/content_bg.jpg) top no-repeat #FFFFFF;
}

#main-content-left {
	float:left;
	width:259px;
	padding:0px 0px 0px 20px;
	margin:20px 0px 0px 15px;
	border-right: 1px solid #c7c7bc;	
}
#main-content-sub {
	float:left;
	width:530px;
	padding:0px 0px 0px 20px;
	margin:20px 0px 0px 15px;	
}
#main-content-right {
	float:left;
	width:259px;
	padding:0px;
	margin:20px 0px 0px 20px;	
}
#main-content-footer {
	clear:both;
	width:596px;
	height:10px;
	background:url(images/content_footer_bg.jpg) no-repeat;
}

.large-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height:34px;
	font-style:italic;
	color:#171d26;
}
.large-title2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:30px;
	font-style:italic;
	color:#ec9910;
}
.content-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#171d26;
}

.content-title2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	font-style:italic;
	color:#ec9910;
}
.call-out {
	margin:25px 0px 25px 0px;
	padding:20px;
	background-color:#f4f2e9;
}

#sidebar {
	width:319px;
	float:left;
	margin:23px 0px 0px 15px;
	padding:0px;
}

.white-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	font-style:italic;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
.orange-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	font-style:italic;
	color:#f5b448;
}
.orange-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color:#f5b448;
}
#sidebar-form {
	border-top: 1px solid #585e66;
	margin-top:20px;
	padding-top:20px;
}
.input {
	border: 1px solid #1a2029;
	background-color:#f0eee1;
	color:#2e3640;
	padding:5px 3px 0px 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height:22px;
	width:185px;
	margin-bottom:12px;
}

#footer {
	float: left;
	width: 100%;
	background:url(images/footer_bg.gif) top center no-repeat #1a2029;
	height:100px;
	margin-top:20px;
}
#footer-text {
	color:#ffffff;
	text-align:right;
	width:915px;
	margin-left:auto;
	margin-right:auto;
	margin-top:31px;
}

/* Contact Form */

#contact-area {
	width: 530px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 125px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #a5a5a5;
	background-color:#f0eee1;
}

#contact-area input.submit-button {
	width: 100px;
}

