﻿/* Basic ----------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: small;
	color: #282319;
	background: #bbe8ff url(../images/bg.gif) left top repeat-x;
	text-align: center;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:active {
	color: #23353F;
	text-decoration: underline;
}

a:visited {
	color: #23353F;
	text-decoration: underline;
}

a {
	color: #23353F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.nav:active {
	text-decoration: none;
}

a.nav:visited {
	text-decoration: none;
}

a.nav {
	text-decoration: none;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
}

h1{
	font-size: 170%;
	color: #006722;
	margin-bottom: 17px;
	font-weight: normal;
}
h2{
	font-size: 130%;
	color: #006722;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: Verdana;
}
h3{
	font-size: 130%;
	color: #23353F;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 1em;
}

h3 span{
	font-weight: bold;
}
h4{
	font-size: 100%;
	font-weight: bold;
	color: #622D06;
	margin-bottom: .3em;
	margin-top: -.6em;
}
h5 {
	font-size: 110%;
	color: #555555;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 5px;
}
h6 {
	position: relative;
	font-size: 100%;
	color: #DF6300;
	text-transform: uppercase;
	padding: 12px;
	margin-bottom: 10px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
h6 span.num {
	position: absolute;
	right: 12px;
	top: 12px;
	color: #6c6c6c;
	font-weight: normal;
}
* html h6 span.num {
	right: 24px; /*IE6 position fix*/
}

p {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 20px;
	font-size: 85%;
}

.largeText {
	font-size: 90%;
	line-height: 24px;
}

.imgBorder {
	border: solid 1px #23353F;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.footerBlock {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.headerBlock {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Header ----------------------------------------------------------------- */

.headerBlock {
	height: 79px;
	overflow: hidden;
}

* html .headerBlock {
	height: 79px;
}

.siteLogo {
	float: left;
	padding-top: 22px;
	padding-left: 0px;
}

.headerBlock .right {
	text-align: right;
}

.iconButton {
	height: 24px;
	background: url(../images/icons_bg.gif) right top no-repeat;
}

.iconButton img {
	padding-right: 13px;
	padding-top: 7px;
}

.headerLinks {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 26px;
	margin-bottom: 53px;
	text-align: right;
	font-family: "Verdana", "Arial", sans-serif;
}
.headerLinks li {
	float: right;
	margin-left: 2px;
	margin-right: 2px;
}
.headerLinks li a:visited {
	display: block;
	color: #23353f;
	font-size: 90%;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
}
.headerLinks li a:active {
	display: block;
	color: #23353f;
	font-size: 90%;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
}
.headerLinks li a {
	display: block;
	color: #23353f;
	font-size: 90%;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
}
.headerLinks li:hover a {
	text-decoration: none;
	color: #fff;
	background-color: #23353f;
}
.headerLinks #selectedHeaderLink a {
	text-decoration: none;
	color: #fff;
	background-color: #23353f;
}
.headerLinks li a {
	width: 1px;
}
.headerLinks li>a {
	width: auto;
}
.headerLinks li:hover {
	background: #007527 url(../images/headerlink_right.gif) no-repeat top right;
}
.headerLinks #selectedHeaderLink {
	background: #007527 url(../images/headerlink_right.gif) no-repeat top right;
}
.headerLinks li:hover a {
	background: url(../images/headerlink_left.gif) no-repeat top left;
}
.headerLinks #selectedHeaderLink a {
	background: url(../images/headerlink_left.gif) no-repeat top left;
}
.headerLinks a:hover {
	text-decoration: none;
}

.topHR {
	background-color: #23353f;
	height: 1px;
}

/* imgMain, Sub
----------------------------------------------------------------- */

.imgMainBlock {
	width: 950px;
	height: 320px;
	overflow: hidden;
	background: url("../images/img_main_bg.jpg") no-repeat top center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.imgMainBlockFlash, .imgSubBlockFlash {
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 420px;
	overflow: hidden;
}

.imgMainBlockText {
	float: right;
	width: 490px;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}
.imgMainBlockText p {
	padding-left: 20px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 110%;
}

.imgSubBlock {
	width: 950px;
	height: 160px;
	overflow: hidden;
	background: url("../images/img_sub_bg.jpg") no-repeat top center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.imgSubBlockText {
	float: right;
	width: 490px;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.imgSubBlockText p {
	padding-left: 20px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 110%;
}

.imgSubBlockBottom {
	background-color: #23353f;
	width: 950px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.imgSubBlockBotImage {
	margin: 20px 0 10px 0;
}

.imgSubBlockBotImage img {
	margin: 0 20px;
	border: solid 3px #fff;
}

.middleHR {
	background-color: #23353f;
	width: 950px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
}

/* Content ----------------------------------------------------------------- */

.contentWrapper {
	margin-top: 2px;
	background-color: #8bd5ff;
}

.contentBlock {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.contentBlock .leftSeparator {
	background: url(../images/separator_vertical_mid.gif) repeat-y top left;
}

.contentBlock .leftSeparatorBottom {
	background: url(../images/separator_vertical_bot.gif) no-repeat bottom left;
}
.contentBlock .leftSeparatorTop {
	background: url(../images/separator_vertical_top.gif) no-repeat top left;
	height: 1px;
}

.contentBottomBox {
	padding: 20px 20px 0 20px;
	background-color: #fff;
}

.triColumn {
	float: left;
	width: 300px;
	overflow: hidden;
}

.triColumnRight {
	float: right;
	width: 300px;
	overflow: hidden;
}

.triColumnSpace {
	margin-right: 25px;
}

.triColumnLeftImg1 img {
	border: solid 1px #23353F;
}

.triColumnMiddlePosts {
	padding-top: 10px;
}

.triColumnRight .pad {
	margin-left: 25px;
}

.triColumn .pad {
	margin-left: 25px;
}

.biColumn {
	float: left;
	width: 620px;
	overflow: hidden;
}

.twColumn {
	float: left;
	width: 720px;
	overflow: hidden;
	margin-right: 20px;
}

.twColumnBlockLeft {
	float: left;
	width: 470px;
	overflow: hidden;
}

.twColumnBlockLeft hr {
	background-color: #163471;
	height: 1px;
	border: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: 0px;
}

.twColumnBlockRight {
	float: right;
	width: 230px;
}

.twColumnBlockRightBg {
	background: url(../images/separator_vertical_mid2.gif) repeat-y left;	
}

.twColumnBlockRightBot {
	background: url(../images/separator_vertical_bot2.gif) no-repeat bottom left;
}

.twColumnBlockRightTop {
	background: url(../images/separator_vertical_top2.gif) no-repeat top left;
}

.twColumnBlockRight .pad {
	margin-left: 15px;
}

.twColumnRight {
	float: right;
	width: 210px;
	overflow: hidden;
}

.twColumnRight .pad {
	margin-left: 20px;
}

.twColumnRightCategoryList {
	padding: 0;
	list-style: none;	
}

.twColumnRightCategoryList {
	*margin: 0 0 0 -1px;
	*list-style: none;	
}

.twColumnRightCategoryList li {
	margin: 0;
	padding: 0 0 2px 10px;
	background: url(../images/bullet_04.gif) no-repeat 0 50%;
}

.separator {
	background-color: #163471;
	height: 1px;
	border: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: 0px;
}

.leftSeparatorBottom>.leftSeparatorTop {
	height: auto;
}

.imgList {
	margin-top: 10px;
	padding-bottom: 10px;
}

.listItem {
	margin-bottom: 5px;
	font-size: 12px;
}

.listItem .listItemImage {
	float: left;
	width: 100px;
	height: 117px;
	overflow: hidden;
	border: solid 1px #23353F;
}

.listItem .listItemDescription {
	float: right;
	width: 155px;
	padding-top: 5px;
	overflow: hidden;
}

.listItemLinks {
	font-size: 100%;
	margin-top: 10px;
}

.listItemSpacer {
	margin-top: 15px;
}

.listItem2 {
	float: left;
	width: 295px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.listItem2Image {
	float: left;
	width: 81px;
	height: 81px;
	overflow: hidden;
	border: solid 1px #23353F;
}

.listItem2Info {
	float: right;
	width: 200px;
	overflow: hidden;
	line-height: 18px;
}

.listItem2Info h2 {
	font-size: 120%;
	color: #00455f;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pad dl.dlStyle {
	width: 200px;
	padding-left: 10px;
}

.pad .dlStyle dd {
	margin-left: 22px;
	margin-bottom: 1em;
	font-size: 85%;
	text-transform: lowercase;
	letter-spacing: .1em;
	color: #7f7f7f;
}

.leftPostImage {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	width: 120px;
	height: 168px;
}

.leftPostContent {
	line-height: 24px;
	margin-left: 93px;
}

.leftPostContent h3 {
	margin-bottom: 3px;
}

.rightPost h4 {
	margin-top: 1em;
}

.cbbLeftBlock {
	float: left;
	width: 630px;
	overflow: hidden;
	margin-right: 30px;
}

.cbbLeft {
	float: left;
	width: 280px;
	overflow: hidden;
	margin-right: 30px;
}

.cbbLeft2 {
	float: right;
	width: 280px;
	overflow: hidden;
	margin-right: 30px;
}

.cbbImg {
	float: left;
	margin: 5px 10px 2px 0;
}

/* Footer ----------------------------------------------------------------- */

.footerWrapper {
	background: url(../images/footer_bg.gif) repeat-x top left;
}

.footerBlock {
	padding-top: 25px;
	padding-bottom: 15px;
	color: #515151;
}

.footerBlock .left {
	float: left;
	font-size: 80%;
}

.footerBlock .right {
	padding-top: 2px;
	line-height: 16px;
	float: right;
	font-size: 70%;
}

.footerBlock .right img {
	margin-left: 5px;
}

.footerLinks {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footerLinks li {
	display: inline;
	margin-left: 1px;
	margin-right: 1px;
}

.footerLinks li a:visited {
	color: #515151;
}

.footerLinks li a:active {
	color: #515151;
}

.footerLinks li a {
	color: #515151;
}








A.transparency img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
A.transparency:link img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
A.transparency:visited img {
	filter:alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
A.transparency:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
A.transparency:active img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


A.transparent img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
A.transparent:link img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
A.transparent:visited img {
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
A.transparent:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
A.transparent:active img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}