@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c5f71;
	background:url(img/bgd.gif) bottom repeat-x #6687a8;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

h1 {
	font-size:20px;
	color:#4c5f71;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin:10px 0px;
}

h2 {
	font-size:15px;
	color:#c38c2a;
	font-weight:normal;
	margin:10px 0px;
}

p {
	margin:10px 0px;
	line-height:18px;
	text-align:justify;
}

.spacer {
	clear:both;
	height:1px;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
}

/*********** container styles **************/

#outercont {
	display:block;
	background:url(img/outercontbg.jpg) repeat-x #eeece5;
}


#container {
	width:980px; 
	margin:0px auto;
}

/*********** header styles **************/

#header {
	width:930px; 
	height:117px; 
	padding:0px 25px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/headerbg.png');
}

div > #header {
	background:url(img/headerbg.png) top left no-repeat; 
}

#header .hleft {
	float:left; 
	padding-top:35px; 
	padding-left:20px; 
	width:200px;
	position:relative;
}

#header .hright {
	width:585px; 
	float:right;
	position:relative;
}

#header .hright .contact {
	color:#13293d; 
	font-size:13px; 
	text-align:right; 
	padding-right:40px; 
	padding-top:30px;
	height:35px;
}

#header .hright .contact span {
	font-family:'Times New Roman', Times, serif; 
	font-size:18px; 
	color:#c49541;
}

#header .hright .contact span img {
	vertical-align:middle;
}

#header .hright ul {
	margin:0px;
	padding:0px 10px 0px 0px;
	list-style:none;
	font-size:14px;
}

#header .hright ul li {
	display:block;
	float:left;
	background:url(img/topnav-sep.gif) 0px 12px no-repeat;
}

#header .hright ul li.first {
	background:none;
}

#header .hright ul li a {
	color:#667d9b;
	text-decoration:none;
	display:block;
	float:left;
	height:27px;
	overflow:hidden;
	padding:10px 15px;
	position:relative;
}

#header .hright ul li a:hover {
	background:url(img/itembg.jpg) top center no-repeat;
	color:#FFFFFF;
	padding-right:17px;
	margin-right:-2px;
}

#header .hright ul li.active a {
	background:url(img/itembg.jpg) top center no-repeat;
	color:#FFFFFF;
	padding-right:17px;
	margin-right:-2px;
}


/*********** content styles **************/

#content {
	width:930px; 
	padding:0px 25px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg.png');
}

div > #content {
	background:url(img/contentbg.png) repeat-y; 
}

#content .crumbs {
	display:block; 
	height:25px; 
	overflow:hidden; 
	border-top:5px solid #4a5d6f; 
	background:url(img/crumbsbg.jpg) top left no-repeat; 
	font-size:12px; 
	color:#FFFFFF; 
	padding-left:15px; 
	padding-top:8px;
}

#content .crumbs a {
	color:#4a5c6e; 
	text-decoration:none;
}

#content .crumbs a:hover {
	text-decoration:underline;
}

#content .content_mid {
	background:url(img/content-mid.jpg) repeat-y; 
	width:930px;
	position:relative;
}

#content .content_mid .wrap {
	background:url(img/content-bot.jpg) bottom left no-repeat; 
	padding-bottom:30px;
}

#content .leftcol {
	 width:252px; 
	 float:left;
}

#content .leftcol .pads {
	 padding-left:15px;
	 padding-top:20px;
}

#content .leftcol .pads h1 {
	 color:#c38c2a;
	 margin:0px 0px 10px;
}

#content .leftcol .pads h1 a {
	color:#c38c2a;
	text-decoration: none;
 }

#content .leftcol .photo_block {
	 background:#e7e7e2; 
	 color:#4b5e70; 
	 height:auto; 
	 overflow:hidden; 
	 line-height:18px;
}

#content .leftcol .photo_block .pbright {
	 float:right; 
	 padding-right:10px;
	 text-align:right;
}

#content .leftcol .photo_block a {
	font-size:11px;
	color:#c38c2a; 
	text-decoration:none;
}

#content .leftcol .photo_block a:hover {
	text-decoration:underline;
}

#content .leftcol .photo_block .pbleft {
	 float:left; 
	 padding-left:10px;
}

#content .rightcol {
	width:673px; 
	float:right;
}

#content .rightcol table td {
	border:2px #b4c6d7 solid; 
}

#content .rightcol table td {
	border:1px #b4c6d7 solid; 
	background:#f9f9f7;
	padding:7px;
}

#content .rightcol .banner {
	border-bottom:4px solid #92b9e1; 
	height:188px; 
	overflow:hidden;
}

#content .rightcol .pads {
	padding-left:15px;
}

/*********** columns styles **************/

.columns {
	display:block; 
	background:url(img/border.gif) 327px repeat-y; 
	width:658px;
}

.columns .col01 {
	text-align:justify; 
	width:305px; 
	line-height:18px; 
	float:left;
}

.columns .col02 {
	text-align:justify; 
	width:305px; 
	line-height:18px; 
	float:right;
}

/*********** block styles **************/

.block {
	 background:url(img/block-bot.gif) bottom left no-repeat #607ea1; 
	 width:657px; 
	 margin:15px 0px;
}

.block .inner {
	 background:url(img/block-top.gif) top left no-repeat; 
	 padding:15px 15px; 
	 color:#FFFFFF; 
	 text-align:justify; 
	 line-height:18px;
}

/*********** subnav styles **************/

.subnav {
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style:none;
	font-size:13px;
}

.subnav li {
	display:block;
	background:url(img/bullet2.gif) 0px 5px no-repeat;
	padding-left:12px;
	margin:5px 0px;
}

.subnav li a {
	color:#4c5f71;
	text-decoration:none;
}

.subnav li a:hover {
	text-decoration:underline;
}

.subnav li ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.subnav ul li {
	background:url(img/bullet3.gif) 0px 6px no-repeat;
}

.subnav ul li a {
	color:#6898bd;
	font-size:12px;
}

/*********** banner_home styles **************/

#banner_home {
	display:block; 
	background:url(img/banner-homebg.jpg) top left no-repeat; 
	width:896px; 
	height:309px; 
	border-top:5px solid #4b5e70; 
	overflow:hidden; 
	padding:17px;
}

#banner_home .banleft {
	float:left;width:544px;
}

#banner_home .banright {
	width:293px; 
	height:310px; 
	overflow:hidden; 
	float:right; 
	color:#FFFFFF; 
	padding:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/txtblock-bg.png');
}

div > #banner_home .banright {
	background:url(img/txtblock-bg.png) top left no-repeat; 
}

#banner_home .banright h1 {
	color: #ffffff;
	font-size:22px; 
	text-align:center; 
	padding: 0;
	margin: 0;
	font-family:'Times New Roman', Times, serif; 
	padding-top:5px; 
	padding-bottom:10px;
	position:relative;
}

#banner_home .banright p {
	line-height:16px;
	position:relative;
}

#banner_home .banright .toleft {
	float:left;
	position:relative;
}

#banner_home .banright .toright {
	float:right;
	position:relative;
}

/*********** content_home styles **************/

#content_home {
	width:930px; 
	background:url(img/content-homebg.jpg) repeat-y; 
	padding:18px 0px 20px;
	position:relative;
}

#content_home .column_left {
	width:306px; 
	float:left; 
	margin-right:10px;
}

#content_home .column_left a {
	color:#C38C2A;
}

#content_home .column_left .photo {
	border:8px solid #caced2;
}

#content_home .column_left .text {
	padding:0px 8px;
}

#content_home .column_left h1 {
	margin:5px 0px;
	padding-bottom: 4px;
	background:url(img/hrule.gif) bottom center no-repeat;
}

#content_home .column_left .align_right {
	margin-top: 8px;
}

#content_home .column_left .hrule {
	margin:0px; 
	padding:0px; 
	height:1px; 
	overflow:hidden; 
	background:url(img/hrule.gif) top center no-repeat;
}

#content_home .column_left p {
	line-height:15px;
}

#content_home .align_right {
	text-align:right;
	display: block;
}

#content_home .column_right {
	width:251px; 
	float:right; 
	padding-right:18px;
}

#content_home .column_right .view {
	 float:right; 
	 color:#5d799e; 
	 text-decoration:none; 
	 position:relative; 
	 margin-top:10px;
}

#content_home .column_right h1 {
	color:#c38c2a; 
	margin:5px 0px;
}

#content_home .column_right .text {
	background:url(img/shadow.gif) top center no-repeat; 
	padding-top:15px; 
	padding-bottom:10px; 
	line-height:18px;
}

#content_home .column_right .more, #content_home .column_right .quote a {
	color:#c38c2a; 
	text-decoration:none;
}

#content_home .column_right .quote {
	background:url(img/quote-top.gif) top left no-repeat;
}

#content_home .column_right .quote p {
	margin: 0;
	background:url(img/quote-bot.gif) bottom right no-repeat; 
	padding-top:5px; 
	padding-bottom:5px; 
	text-align:justify;
	text-indent: 45px;
}

/*********** footer styles **************/

#footer {
	display:block; 
	height:260px; 
	overflow:hidden;
}

#footer .wrap {
	width:950px; 
	margin:0px auto; 
	height:260px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/foot-watermark.png');
}

div > #footer .wrap {
	background:url(img/foot-watermark.png) top left no-repeat;
}

#footer .top {
	display:block; 
	height:65px; 
	overflow:hidden; 
	border-bottom:1px solid #90a4bb;
}

#footer .top .fleft {
	float:left; 
	padding-left:10px;
	padding-top:15px;
	width:600px;
}

#footer .top .fleft ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
	overflow:hidden;
	display:block;
	height:15px;
}

#footer .top .fleft ul li {
	display:block;
	float:left;
	background:url(img/bullet.gif) 0px 6px no-repeat;
	margin-left:10px;
	padding-left:15px;
}

#footer .top .fleft ul li.first {
	background:none;
	margin:0px;
	padding:0px;
}

#footer .top .fleft ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer .top .fleft ul li a:hover {
	color:#f6c56d;
}

#footer .top .fleft ul li.active a {
	color:#f6c56d;
}

#footer .contact {
	clear:both; 
	font-size:12px; 
	color:#ffffff; 
	padding-top:5px;
}

#footer .contact span {
	color:#dddddd;
}

#footer .fright {
	float:right; 
	padding-right:10px; 
	padding-top:5px;
}

#footer .copyright {
	color:#ffffff; 
	font-size:11px; 
	padding-left:10px; 
	padding-top:10px; 
	clear:both;
}

#footer .copyright a {
	color:#afcae4; 
	text-decoration:none;
}

#footer .copyright a:hover {
	text-decoration:underline;
}

#content .photo_block p {
	padding: 0;
	margin: 0;
	padding-left:10px;
}
