body {
	background:#000 url(../images/bg-body.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
form {
	margin:0;
	padding:0;
}
img {border:none;}
a{
	text-decoration: none;
	color: #fff;
}
a:hover{text-decoration: underline;}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	overflow:hidden;
	margin:0 auto;
	width:936px;
}
/* header block styles */
#header {
	position: relative;
	margin: 0 0 -100px;
	height:205px;
}
#header .header-area {
	background: url(../images/bg-header.png) no-repeat;
	width:100%;
	height:205px;
}
/* logo styles */
#header strong.logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 262px;
	height: 193px;
	margin: 0 auto;
}
#header strong.logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* bright block styles */
#header span.bright {
	background: url(../images/bright.png) no-repeat;
	overflow: hidden;
	position: absolute;
	width: 418px;
	height: 100px;
	bottom: -28px;
	left: 39px;
	z-index: 100;
}
/* content block styles */
#content {
	background: url(../images/bg-content.png) repeat-y;
	overflow:hidden;
	color: #fff;
	width:100%;
}
#content .content-holder {
	background: url(../images/bg-content-area.jpg) no-repeat;
	margin:0 90px 0 81px;
	width: 765px;
}
#content .content-area {
	background: url(../images/bg-sidebar-mid.png) repeat-y 23px 0;
}
#content .columns-holder {
	background: url(../images/bg-sidebar-bot.png) no-repeat 23px 100%;
	padding: 100px 0 0;
	width: 100%;
}
#content .columns-holder:after {
	display: block;
	content: "";
	clear: both;
}
#content .column {
	margin: -100px 0 0 23px;
	overflow: hidden;
	display: inline;
	width: 255px;
	float: left;
}
#content .page-text {
	letter-spacing: 1px;
	margin: 0 42px 0 0;
	padding: 18px 0 0;
	display: inline;
	min-height: 540px;
	width: 400px;
	float: right;
}
* html #content .page-text {
	overflow: visible;
	height: 540px;
}
/* general content blocks styles */
#content h1 {
	text-indent: 5px;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-weight: normal;
	font-size: 20px;
	color: #b2bfe2;
	margin: 0 0 15px;
}
#content .page-text p {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 15px;
}
/* list styles for page text block */
#content .page-text ul {
	font-size: 14px;
	line-height: 18px;
	list-style: none;
	padding: 3px 0;
	margin: 0;
}
#content .page-text ul li {
	margin: 0 0 0px;
}
#content .page-text ul ul {
	padding: 0 0 0 15px;
}
/* side navigation block styles */
#content .navigation-holder {
	background: url(../images/bg-sidebar-top.png) repeat-y;
	overflow: hidden;
	width: 100%;
}
#content ul.navigation {
	background: url(../images/bg-sidebar-menu.png) no-repeat 0 100%;
	font: 16px/16px "Times New Roman", Times, sans-serif;
	overflow: hidden;
	width: 100%;
	list-style: none;
	padding: 115px 0 60px;
	min-height: 220px;
	margin: 0;
}
* html #content ul.navigation {
	overflow: visible;
	height: 220px;
}
#content ul.navigation li {
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 -6px;
	float: left;
	width: 100%;
}
#content ul.navigation a {
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	padding: 11px 0 9px;
	color: #1E3362;
}
#content ul.navigation a:hover,
#content ul.navigation a.active {
	background: url(../images/rollover.png) no-repeat;
	text-decoration: none;
	color: #3f4479;
}
#content ul.navigation a:focus {outline: none;}
/* quote block styles */
#content .info-block {
	letter-spacing: 1px;
	font-size: 14px;
	overflow: hidden;
	padding: 5px 23px 0;
	min-height: 260px;
}
* html #content .info-block {
	overflow: visible;
	height: 260px;
}
#content .info-block blockquote {
	display: block;
	margin: 0 0 16px;
}
#content .info-block q {
	display: block;
	margin: 0 0 18px;
}
#content .info-block cite {
	font-style: normal;
	text-align: right;
	display: block;
}
#content .link-holder {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
/* readmore link styles */
#content a.read-more {
	background: url(../images/lnk-readmore.gif) no-repeat 100% 50%;
	text-decoration: underline;
	color: #fff;
}
#content a.read-more:hover {text-decoration: none;}
/* footer block styles */
#footer {
	background: url(../images/bg-footer.png) no-repeat;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 94px 0 20px;
	width:100%;
	overflow:hidden;
	font-size: 16px;
	line-height: 18px;
	color: #4b6595;
}
#footer a {
	text-decoration: underline;
	color: #4b6595;
}
#footer a:hover {text-decoration: none;}
/* footer navigation styles */
#footer ul {
	position: relative;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	background: url(../images/separator1.gif) no-repeat 0 50%;
	padding: 0 0 0 13px;
	display: inline;
}
#footer ul li:first-child {background-image: none;}
/* copyright string styles */
#footer p {
	text-align: center;
	margin: 18px 0;
}