﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
	background: #e3e4e5 url(img/body.jpg) repeat-x 0 0;
	text-align: left;
}
body.inner-page
{
	background-image: url(img/body_inner.gif);
}
* {
	margin: 0;
	padding: 0;	
}
div#wrapper 
{
	margin: 0 auto;
	width: 980px;
	position: relative;
}
p.logo
{
	margin:  2px 0 0 30px;
	padding: 0px 0 113px 150px;
	background: transparent url(img/logo.png) no-repeat 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	float: left;
}
div.e911 {
	margin: -100px 10px 0  20px;
	padding: 70px 50px 0 20px;
	float: right;
	background: transparent url(img/e911.gif) no-repeat 0 0;
}
.top-nav 
{
	background: transparent url(img/top-nav2.png) no-repeat 0 0;
}
div.content {
	margin: 0 0 0 20px;
	padding: 10px 14px 0;
	width: 564px;
	float: left;
	background: transparent url(img/content.gif) repeat-x 0 0;
	min-height: 370px;
	display: inline;
}
.inner-page .content 
{
	margin: 0 20px 0 0;
	float: right;
	width: 656px;
}
.inner-notes 
{
	margin: -10px -14px 20px 10px;
	padding: 15px;
	width: 187px;
	float: right;
	background-color: #D1D3D3;
}
div.sidebar {
	margin: 0 0 0 20px;
	padding: 0;
	width: 308px;
	float: left;
}
.inner-page .sidebar
{
	width: 217px;
	display: inline;
} 
div.footer {
	margin: 0 0px;
	padding: 0;
	clear: both;
	width: 980px;
	background-color: #304f6a;
	float: left;
}
div.contact 
{
	margin: 20px 0 0;
	padding: 17px 14px;
	background-color: #cbd9e0;
}
.inner-page div.contact 
{
	margin-top: 0;
}
.footer .contact 
{
	padding: 15px 34px;
}
div.wrap {
	padding: 10px 10px;
	background-color: #dcdede;
}
div.whitepaper
{
    margin: 20px 0 0;
	padding: 10px 10px;
	background-color: #dcdede;
	color: #000000;
}
div.whitepaper a:link, div.whitepaper a:visited, div.whitepaper a:hover, div.whitepaper a:active
{
    color: #000000;
}

.inner-page div.wrap 
{
	padding: 0;
	background-color: transparent;
}
div.mainbar div.wrap {
	 /* background: transparent url(Images/div_latest_news.gif) no-repeat 50% 100%; */
}
div.contentWrapper 
{
	margin: 0 0px;
	padding: 20px 0 40px;
	width: 980px;
	float: left;
	background-color: #ebebeb;
	/*border-top: 1px solid #47afdf;*/
}
.page-title 
{
	background: transparent url(img/puzzle.png) no-repeat 50% 0;
	height: 264px;
	float: left;
	padding: 0 0px;
	width: 980px;
	clear: both;
}
.page-title-inner
{
	background: transparent url(img/inner.gif) no-repeat 50% 0;
	height: 71px;
	float: left;
	padding: 0 0px;
	width: 980px;
	clear: both;
}
.inner-page .page-title 
{
	padding: 0 10px;
	background: transparent url(img/title-inner.jpg) no-repeat 0 0;
	height: 100px;
}
/* Headings */
.page-title h1 
{
	margin: 0;
	padding: 25px 0 0 68px;
	color: #fff;
	font-size: 34px;
	font-weight: normal;
}
.content h1
{
	margin: 10px 0 10px;
	color: #928B0C;
	font-size: 34px;
	font-weight: normal;
}
.content h2, #Main .sf_newsList h2.sf_newsTitle
{
	margin: 0 0 10px;
	color: #928B0C;
	font-size: 18px;
	font-weight: normal;
}
.content h3
{
	margin: 0 0 10px;
	color: #928B0C;
}
.content .inner-notes h3 
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.sidebar h3 
{
	font-size: 18px;
	font-weight: normal;
	color: #928B0C;
}
.inner-page .sidebar h3 
{
	padding: 20px 15px 10px 21px;
	color: #fff;
	background: #235A70 url(img/h3-sidebar.gif) no-repeat 100% 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #6db9d1;
}
.footer .contact h3 
{
	font-size: 14px;
	display: inline;
}
.content h4
{
	margin: 0 0 10px;
	color: #464646;
	font-weight: normal;
}
.content .inner-notes h4 
{
	font-size: 12px;
	font-weight: bold;
}
.sidebar h4
{
    color: #928B0C;
    font-size: 16px;
	margin: 0 0 5px;
}
/* Paragraphs */
p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.content p 
{
	margin: 0 0 10px;
	padding: 0;
}
.content p.more
{
	text-align: right;
	font-size: 11px;
}
.footer p
{
	margin: 0;
	padding: 17px 34px;
	color: #fff;
}
.date, .content p.date
{
	color: #338cae;
	font-size: 10px;
	margin-bottom: 0;
}
.page-title p
{
	padding: 40px 0 0 68px;
	color: #c0c0c0;
	width: 370px;
	font-size: 18px;
}

/* Lists */
ul, ol {
	margin: 0 0 10px 25px;
	padding: 0;
	list-style-position: outside;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
.content ul 
{
	margin-left: 0;
}
.content ul li
{
	padding-left: 30px;
	list-style-type: none;
	background: transparent url(img/bullet.gif) no-repeat 9px 5px;
}
.content ol 
{
	margin-left: 30px;
}
.content ul.key-items 
{
	color: #928B0C;
	font-weight: bold;
}
.content ul.key-items li
{
	background-image: url(img/bullet-yellow.gif);
	background-position: 5px 2px;
}
.wrap .news-list 
{
	margin: 0;
}
.wrap .news-list li
{
	padding: 4px 0;
	list-style-type: none;
	background: transparent url(img/sidebar_news_li.gif) repeat-x 0 100%;
}
/* Semantic */
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
address 
{
	padding-top: 5px;
	font-style: normal;
	line-height: 1.5;
}
.footer .contact address 
{
	display: inline;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #928b0c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
	color: #fff;
	text-decoration: none;
}
.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:hover, .sidebar h4 a:active 
{
    font-size: 12px;
    font-weight: normal;
    color: #928b0c;
}

/* rnd */
.rnd_box
{
    margin: 0 0px 15px 34px;
	width: 580px;
	float: left;
	min-height: 370px;
	display: inline;
	background: url(img/main_tl.png) no-repeat top left;
}
.rnd_top
{
	background: url(img/main_tr.png) no-repeat top right;
}
.rnd_bottom
{
	background: url(img/main_bl.png) no-repeat bottom left;
}
.rnd_bottom div 
{
	background: url(img/main_br.png) no-repeat bottom right;
}
.rnd_content
{
	background: url(img/main_r.png) top right repeat-y;
}

.rnd_top div,.rnd_top,
.rnd_bottom div, .rnd_bottom
{
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rnd_content, .rnd_bottom{
	margin-top: 0px;
}

.rnd_content
{ 
	margin: 0 0 -10px 14px;
	padding: 0px 14px 0 0;
}

.rnd_content h3
{
	margin: 0 0 10px;
	color: #928B0C;
}

.rnd_content p 
{
	margin: 0 0 10px;
	padding: 0;
}

/* rnd inner */
.rnd_box_inner
{
    margin: 0 0px 15px 34px;
	width: 580px;
	float: left;
	min-height: 370px;
	display: inline;
	background: url(img/main_tl.png) no-repeat top left;
}
.rnd_top_inner
{
	background: url(img/main_tr.png) no-repeat top right;
}
.rnd_bottom_inner
{
	background: url(img/main_bl.png) no-repeat bottom left;
}
.rnd_bottom_inner div 
{
	background: url(img/main_br.png) no-repeat bottom right;
}
.rnd_content_inner
{
	background: url(img/main_r.png) top right repeat-y;
}
.rnd_top_inner div,.rnd_top_inner,
.rnd_bottom_inner div, .rnd_bottom_inner
{
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rnd_content_inner, .rnd_bottom_inner
{
	margin-top: 0px;
}
.rnd_content_inner
{ 
	margin: 0 0 -10px 14px;
	padding: 0px 14px 0 0;
}

.rnd_content_inner h3
{
	margin: 0 0 10px;
	color: #928B0C;
}
.rnd_content_inner p 
{
	margin: 0 0 10px;
	padding: 0;
}




.sidebar_box {
	background: url(img/sidebar_tl.png) no-repeat top left;
}
.sidebar_top {
	background: url(img/sidebar_tr.png) no-repeat top right;
}
.sidebar_bottom {
	background: url(img/sidebar_bl.png) no-repeat bottom left;
}
.sidebar_bottom div {
	background: url(img/sidebar_br.png) no-repeat bottom right;
}
.sidebar_content {
	background: url(img/sidebar_r.png) top right repeat-y;
}

.sidebar_top div,.sidebar_top,
.sidebar_bottom div, .sidebar_bottom {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.sidebar_content, .sidebar_bottom {
	margin-top: 0px;
}
.sidebar_content { 
	margin: 0 0 0 14px;
	padding: 0px 14px 0 0;
}
.sidebar_content .news-list li
{
	padding: 4px 0;
	list-style-type: none;
	background: transparent url(img/sidebar_news_li.gif) repeat-x 0 100%;
}

.sidebar_content .news-list
{
	margin: 0;
}

/* contact */
.contact_box {   
    margin: 20px 0 15px 0;
	background: url(img/contact_tl.png) no-repeat top left;
}
.contact_top {
	background: url(img/contact_tr.png) no-repeat top right;
}
.contact_bottom {
	background: url(img/contact_bl.png) no-repeat bottom left;
}
.contact_bottom div {
	background: url(img/contact_br.png) no-repeat bottom right;
}
.contact_content {    
	background: url(img/contact_r.png) top right repeat-y;
}

.contact_top div, .contact_top,
.contact_bottom div, .contact_bottom {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.contact_content, .contact_bottom {
	margin-top: 0px;
}
.contact_content { 
	margin: 0 0 0 14px;
	padding: 0px 14px 0 0;
 }

div.whitepaper2 
{
    margin: 20px 0 0;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

div.whitepaper2 a:link, div.whitepaper2 a:visited, div.whitepaper2 a:hover, div.whitepaper2 a:active
{
    color: #000000;
}

/* Blogs */
.content ul.sf_postListing li 
{
	background-image: none;
}