@charset "utf-8";
/* CSS Document */

body {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #18314a;
	background-attachment: fixed;
	background-image: url(/images/Bg_Site.png);
	background-repeat: repeat-x;
}
h2 {
	font-size: 18px;
	margin: 0px;
}

.Wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}.ContentContainer {
	padding: 10px;
}
.HPColumn_Left {
	width: 464px;
	float: left;
}
.HPColumn_LeftContent  {
	background-image: url(/images/roundRects/hp-coudown-bg.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.HPColumn_Right {
	margin-left: 470px;
}

.HPColumn_RightContent  {

}
.MainContent {
	padding: 20px;
}
.MainContentBG {
	background-image: url(/images/roundRects/900-bg.png);
	background-repeat: repeat-y;
}

.newsBlock {
	background-image: url(/images/newsblock.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	margin-bottom: 1px;
}
.newsBlockHover {
	height: 60px;
}
.newsBlockHover:hover {
	background-image: url(/images/newsblockhover.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.newsBlockImageDiv  {
	float: left;
	width: 136px;
	margin-right: 4px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.newsBlockTitleDiv {
	float: left;
	color: #FFF;
	font-size: 14px;
}
.newsBlockTitleDiv a:link, .newsBlockTitleDiv a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.newsBlockTitleDiv a:hover {
	color: #FFF;
}




.txt_10 {
	font-size: 10px;
}
txt_11 {
	font-size: 11px;
}


.txt_14 {
	font-size: 14px;
}

.txt_16 {
	font-size: 16px;
}
.txt_18 {
	font-size: 18px;
}
.txtColor_Red {
	color: #C00;
}

.txtColor_Blue {
	color:#014b96;
}
.txtColor_LightBlue {
	color: #95CAFF;
}

.txtColor_Grey {
	color: #666;
}
.txtColor_White {
	color: #FFF;
}

.SocialSideBar {
	clear: both;
	float: right;
	width: 260px;
	margin-left: 10px;
}
/* social */
#social {
	width: 250px;
	margin-bottom: 10px;
	border: 1px solid #D3D3D3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #EBEBEB;
	float: left;
}
#social h2 {
	margin-bottom: 4px;
	padding: 6px;
}
#social li {
	width: 230px;
	padding: 10px;
	background: #fff;
	margin-bottom: 5px;
	list-style-type: none;
	float: left;
}
#social li input.input {
	width: 160px;
	height: 15px;
	border: 1px solid #CCC;
	font: 11px arial, helvetica, sans-serif;
	color: #322218;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 5px;
}
#social li input.btn_red {
	width: 43px;
}
#social li#share {
	padding-bottom: 0;
	position: relative;
}
#social li#share li {
	float: left;
	width: 90px;
	padding: 0 0 10px;
	background-image: none;
}
#social li#share a {
	color: #322218;
}
#social li#share a img {
	float: left;
	margin-right: 8px;
	border:0px;
}
