html {background: #3b6484 url(../images/bg-main.jpg) repeat-x;}
body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #3b6484 url(../images/bg-body.jpg) no-repeat 50% 0;
	color:#9aabbb;
	margin: 0;
}
body.home {background-image: url(../images/bg-body-home.jpg);}
form {
	margin:0;
	padding:0;
}
img {border:none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	padding: 40px 0 0;
	margin:0 auto;
	width:850px;
	overflow:hidden;
	position:relative;
}
/* header block styles */
#header {
	background: url(../images/bg-header.png) no-repeat;
	padding: 10px 0 0;
	margin: 0 0 -125px;
	overflow:hidden;
	width:100%;
	height: 338px;
}
.home #header {
	background-image: url(../images/bg-header-home.png);
	height:462px;
}
#header .header-area {
	background: url(../images/bg-photoset.jpg) no-repeat 50% 0;
	position: relative;
	width: 100%;
	height: 144px;
}
.home #header .header-area {
	background-image: url(../images/bg-photoset-home.jpg);
	height: 268px;
}
#header span.ribbons {
	background: url(../images/ribbons.png) no-repeat;
	position: absolute;
	width: 822px;
	height: 127px;
	top: -10px;
	left: 27px;
}
.home #header span.ribbons {
	background: url(../images/ribbons-home.png) no-repeat;
	width: 849px;
	height: 307px;
	left: 0;
}
/* logo styles */
#header strong.logo {
	text-indent: -9999px;
	overflow: hidden;
	width: 181px;
	height: 144px;
	position: absolute;
	left: 11px;
	bottom: 0;
	z-index: 100;
}
#header strong.logo a {
	background: url(../images/logo.png) no-repeat;
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
.home #header strong.logo {height: 195px;}
.home #header strong.logo a {background: url(../images/logo-home.png) no-repeat;}
/* navigation menu styles */
#navigation {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 829px;
	padding: 0;
	margin: 10px auto;
}
#navigation li {
	overflow: hidden;
	float: left;
}
#navigation li a {
	background: url(../images/navigation.png) no-repeat;
	text-indent: -9999px;
	float: left;
	height: 56px;
	width: 50px;
}
#navigation li.story a {
	width: 102px;
}
#navigation li.why a {
	background-position: -102px 0;
	width: 113px;
}
#navigation li.projects a {
	background-position: -215px 0;
	width: 86px;
}
#navigation li.documents a {
	background-position: -301px 0;
	width: 115px;
}
#navigation li.maps a {
	background-position: -416px 0;
	width: 72px;
}
#navigation li.gallery a {
	background-position: -488px 0;
	width: 83px;
}
#navigation li.faq a {
	background-position: -571px 0;
	width: 70px;
}
#navigation li.news a {
	background-position: -641px 0;
	width: 77px;
}
#navigation li.contacts a {
	background-position: -718px 0;
	width: 111px;
}

#navigation li.story a:hover, #navigation li.story a.active {background-position: 0 100%;}
#navigation li.why a:hover, #navigation li.why a.active {background-position: -102px 100%;}
#navigation li.projects a:hover, #navigation li.projects a.active {background-position: -215px 100%;}
#navigation li.documents a:hover, #navigation li.documents a.active {background-position: -301px 100%;}
#navigation li.maps a:hover, #navigation li.maps a.active {background-position: -416px 100%;}
#navigation li.gallery a:hover, #navigation li.gallery a.active {background-position: -488px 100%;}
#navigation li.faq a:hover, #navigation li.faq a.active {background-position: -571px 100%;}
#navigation li.news a:hover, #navigation li.news a.active {background-position: -641px 100%;}
#navigation li.contacts a:hover, #navigation li.contacts a.active {background-position: -718px 100%;}

/* content block styles */
#content {
	padding: 30px 0 0;
	overflow:hidden;
	width:100%;
}
#content h1 {
	font-size: 30px;
	margin: 5px 0 10px 0;
	color: #fff;
}
#content h2 {
	font-size: 18px;
	margin: 0 0 15px;
	color: #fff;
}
#content h3 {
	font-size: 14px;
	margin: 0 0 15px;
	color: #fff;
}
#content .content-home {
	float: left;
	width: 530px;
	padding: 0 0 10px;
	margin: 0 0 0 10px;
	display: inline;
}
#content .inner-content {
	padding: 0 30px 20px 0;
	float: right;
	width: 570px;
}
#content .inner-content h2 {margin-bottom: 0;}
#content p {
	margin: 5px 0 20px;
}

#content .inner-content p strong {
	font-weight: bold;
	color: #bccddd;
}


/* inner sidebar styles */
#content .sidebar-holder {
	background: url(../images/sidebar-bot.png) no-repeat 0 100%;
	float: left;
	width: 217px;
	padding: 0 0 98px;
}
#content .sidebar {
	background: url(../images/sidebar-mid.png) repeat-y;
	width: 100%;
	overflow: hidden;
}
#content .sidebar-content {
	background: url(../images/sidebar-top.png) no-repeat;
	width: 205px;
	padding: 20px 6px 6px;
	overflow: hidden;
}
#content .sidebar h2 {
	padding: 0 0 0 20px;
	font-size: 15px;
	color: #294a6b;
	margin: 0 0 10px;
}
#content .sidebar ul {
	background: #b44b00 url(../images/sidebar-bgmenu.png) repeat-x;
	border: 1px solid #b44b00;
	border-color: #e7b86c #9e5200 #793200 #d28636;
	width: 203px;
	overflow: hidden;
	list-style: none;
	padding: 0 0 0px;
	margin: 0;
}
#content .sidebar ul li {
	background: url(../images/sidebar-divider.png) no-repeat;
	overflow: hidden;
	margin-top:-1px;
	padding: 2px 0 0;
	width: 100%;
	float: left;
}
#content .sidebar ul a {
	position: relative;
	text-decoration: none;
	width: 100%;
	float: left;
	margin:5px 0 5px 15px;
	font-weight:bold;
	color:#CFCFCF;
}
#content .sidebar ul img {
	float: left;
}
* html #content .sidebar ul img {margin: 0 0 -3px;}
/* callout block styles */
#content .callout {
	background: url(../images/bg-callout.png) no-repeat;
	display: inline;
	margin: 0 10px 0 0;
	float: right;
	width: 279px;
	height: 200px;
}
#content .callout .callout-text {
	position: relative;
	padding: 25px 25px 0 80px;
	height: 108px;
}
#content .callout h2 {
	font-size: 16px;
	color: #294a6b;
	margin: 0;
}
#content .callout p {
	font-size: 11px;
	line-height: 16px;
	color: #975e17;
	margin: 10px 0 8px;
}
#content .callout a.read-more {
	background: url(../images/btn-readmore.png) no-repeat;
	position: relative;
	text-indent: -9999px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	width: 128px;
	height: 56px;
}
/* footer block styles */
#footer {
	background: url(../images/bg-footer.png) repeat-x;
	padding: 10px 0;
	font-size: 10px;
	overflow:hidden;
	color: #c4d2db;
	width:100%;
}
#footer strong {
	float: left;
}
#footer a {color: #b1ad49; text-decoration: none;}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 9px 0 0 0;
	float: right;
}
#footer ul li {
	margin: 0 0 0 14px;
	float: left;
}

img.alignleft {
	float: left;
	margin: 2px 5px 5px 0;
	}
	
img.alignright {
	float: right;
	margin: 2px 0 5px 5px;
	}	
	
a:link {color: #b1ad49; text-decoration: underline;}	
a:visited {color:#996633; text-decoration: underline;}	
a:hover {color: #b1ad49; text-decoration: none;}	
a:active {color: #b1ad49; text-decoration: none;}	