﻿html, body {width:100%;height:100%}
body {
	margin:0;
	padding:0;
	background:#ddd url(/resources/images/template/body-bg.gif) repeat-x;
	font:11px Arial, Helvetica, sans-serif;	
}
#main-container {
	margin:0 auto;
	width:944px;
	min-height:100%;
	padding:0 20px;
	overflow:hidden;
	background:url(/resources/images/template/container-bg.png) repeat-y;
}
* html #main-container {height:100%; overflow:visible;}
form {
	padding:0;
	margin:0;
}
img {border:none;}
a {outline:none;}

/* header */
#header {
	height:94px;
	overflow:hidden;
}
#header strong {
	float:left;
	padding:14px 0 0;
	width:268px;
}
#header strong a {
	display:block;
	background:url(/resources/images/template/logo.png) no-repeat;
	height:46px;
	text-indent:-9999px;
}
#header .top-links {
	float:right;
	height:39px;
	width:81px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(/resources/images/template/top-links-bg.gif) no-repeat;
}
#header .top-links li {
	float:left;
	padding:10px 2px 0 16px;
}
#header .top-links a {
	padding:0 10px 0 0;
	text-decoration:none;
	color:#888;
	background:url(/resources/images/template/top-links-arrow.gif) no-repeat 100% 5px;
}
#header .top-links a:hover {text-decoration:underline;}
#header .nav-bar {
	float:left;
	width:100%;
	height:37px;
	margin:-3px 0 0;
}	
#header .nav-bar ul {
	padding:8px 0 0;
	margin:3px 0 0;
	float:left;
	overflow:hidden;
	line-height:26px;
	list-style:none;
}
#header .nav-bar ul li {
	float:left;
	padding:0 13px;
	height:26px;
	margin:0 0 0 -1px;
	font-weight:bold;
	text-transform: uppercase;
	background:url(/resources/images/template/nav-separator.gif) no-repeat 0 100%;
}
#header .nav-bar a {color:#444;text-decoration:none;}
#header .nav-bar a:hover {text-decoration:underline;}
#header fieldset {
	float:right;
	width:246px;
	padding:10px 0 0 13px;
	margin:0;
	border:0;
	height:27px;
	background:url(/resources/images/template/top-form-bg.jpg);
}
#header fieldset span {
	float:left;
	width:150px;
	height:20px;
	display:block;
	display:inline;
	margin:0 8px 0 0;
	padding:0 0 0 25px;
	position:relative;
	background:url(/resources/images/template/inputtext-bg.gif) no-repeat;
}
#header fieldset span input {
	padding:4px 0 0;
	border:0;
	width:150px;
	height:16px;
	background:none;
	font:10px Arial, Helvetica, sans-serif;
	color:#999;
}

/* promo */
#promo {
	overflow:hidden;
	height:135px;
	padding:15px 30px 0 0;
	color:#fff;
	margin:0 0 1px;
	background:#1d7d67 url(/resources/images/template/promo-bg.jpg) no-repeat 100% 0;
}
#promo .photos {float:left;}
#promo .photos img {
	float:left;
	display:inline;
	padding:1px;
	background:#fff;
	border:1px solid #f6f6f6;
	margin:0 1px 0 25px;
}
#promo .text {
	float:right;
	width:479px;
	padding:11px 0 0;
}
#promo .text h2 {
	margin:0 0 1px;
	font-size:14px;
}
#promo .text img {
	float:right;
	display:inline;
	margin:-15px 0 0 10px;
	border:1px solid #fff;
	position:relative;
}
#promo .text span {
	display:block;
	font-size:10px;
	margin:0 0 8px;
}
#promo .text p {
	margin:0;
	line-height:16px;
}
#promo .text a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#promo .text a:hover {text-decoration:underline;}

/* container */
#container {
	overflow:hidden;
	background: white url(/resources/images/template/content-bg.jpg) no-repeat;
	min-height:410px;
	padding:13px 0 0 20px;
}
* html #container {height:432px;overflow:visible;}
#container a {
	text-decoration:none;
	color:#1d7d67;
}
#container a:hover {text-decoration:underline;}

/* content */
#content {
	float:left;
	width:557px;
	padding:0 0 28px;
}
#content-wide {
	float:left;
	width:888px;
	padding:0 0 28px;
}
#content a.more {
	float:left;
	font-size:13px;
	padding:0 20px 0 0;
	margin:-10px 0 0;
	position:relative;
	background:url(/resources/images/template/more-arrow.gif) no-repeat 100% 3px;
}
#content h1 {
	margin:0 0 19px;
	color:#1d7d67;
	font-size:15px;
	font-weight:100;
}
#content h3 {
	margin:0 0 1px;
	font-size:13px;
}
#content .block {
	overflow:hidden;
	width:100%;
	padding:0 0 50px;
	margin:0 0 8px;
	background:url(/resources/images/template/block-bg.jpg) no-repeat 0 100%;
}
#content .block .col {
	float:left;
	width:250px;
	padding:0 28px 0 0;
}
#content .block span {
	font-size:10px;
	display:block;
}
#content .block p {
	margin:0;
	line-height:16px;
}
#content .block img {
	float:left;
	display:inline;
	margin:5px 9px 0 0;
}

/* sidebar */
#sidebar {
	float:right;
	width:343px;
	overflow:hidden;
	padding:16px 10px 28px 0;
}
#sidebar h3 {
	margin:0 0 7px;
	color:#1d7d67;
	font-size:15px;
	font-weight:100;
}
#sidebar .block {
	overflow:hidden;
	width:100%;
	margin:-16px 0 0;
	padding:0 0 40px;
	position:relative;
	background:url(/resources/images/template/block-bg2.gif) no-repeat 0 100%;
}
#sidebar p {
	margin:0;
	line-height:16px;
}
ul.photos {
	padding:7px 0 0;
	margin:0;
	overflow:hidden;
	width:110%;
	font-size:10px;
	text-align:center;
	list-style:none;
}
ul.photos li {
	float:left;
	width:67px;
	padding:0 25px 0 0;
}
ul.photos li span,
ul.photos li img {
	display:block;
}
ul.photos li img {margin:0 0 3px;}
#sidebar .block fieldset {
	width:100%;
	overflow:hidden;
	padding:9px 0 18px;
	margin:0;
	border:0;
}
#sidebar .block fieldset span {
	float:left;
	background:url(/resources/images/template/inputtext-bg2.gif) no-repeat;
	width:165px;
	height:20px;
}
#sidebar .block fieldset span input {
	padding:4px 0 0 7px;
	border:0;
	width:158px;
	height:16px;
	background:none;
	font:10px Arial, Helvetica, sans-serif;
	color:#999;
}
#sidebar .block fieldset p {
	margin:0;
	float:left;
	padding:2px 0 0 8px;
	font-weight:bold;
	color:#000;
}

/* footer */
#footer {
	height:30px;
	background:url(/resources/images/template/footer-bg.gif) no-repeat;
	overflow:hidden;
	color:#fff;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {text-decoration:underline;}
#footer ul {
	padding:8px 0 0 5px;
	margin:0;
	list-style:none;
	text-align:center;
}
#footer ul li {
	display:inline;
	padding:0 6px 0 2px;
	background:url(/resources/images/template/footer-separator.gif) no-repeat 100% 50%;
}
* html #footer ul li {padding:0 3px 0 5px;}
*+html #footer ul li {padding:0 3px 0 5px;}
#footer ul li.last {background:none;}

