@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../Images/mainbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e8eef6;
	padding-top:40px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	line-height:20px;
	border-top:1px solid #cfdeec;
	border-bottom:1px solid #cfdeec;
	width:100%;
	padding:9px 0 9px 0;
	font-size:15px;
	font-weight:bold;
	color:#5884af;
	margin-bottom:20px;
	overflow:hidden;

}
.rss {
	position:relative;
	z-index:2;
	float:right;
	margin-right:5px;
	margin-top:-46px;
	
}
.rss a{
	position:relative;
	z-index:1;
	cursor:pointer;
	
}
.container {
	width:970px;
	text-align:left;
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.header {
	width:964px;
	background-image:url(../Images/header.jpg); 
	display:block;
	height:200px;
	margin-left:3px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.menu {
	margin-left:3px;
	width:964px;
	height:40px;
	background-image:url(../Images/menu_lgreen.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #c9d2dd;
	border-top:1px solid #c9d2dd;
}
.menu ul {
	float:right;
	height:40px;
}
.menu ul li {
	line-height:40px;
	height:40px;
	display:inline;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#3b4a5a;
	border-left:1px solid #c9d2dd;
}
.menu ul li span {
	padding:0 20px;
}
.menu ul li a{
	display:inline-block;
	background-image:url(../Images/menu_green.jpg);
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	line-height:40px;
	height:39px;
	margin-bottom:1px;
	padding:0 20px;
}
.menu ul li a:hover {
	background-image:none;
}
.blue-line{
	height:6px;
	display:block;
	margin-left:3px;
	width:964px;
	overflow:hidden;
	background-color:#3c4b5b;
}
.content-wrapper {
	width:970px;
	padding:20px 24px;
	overflow:hidden;
	
}
.content-shadow-top{
	width:970px;
	height:3px;
	background-image:url(../Images/shadow_top.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.content-shadow-middle{
	width:970px;
	background-image:url(../Images/shadow_middle.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
.content-shadow-bottom{
	background-image:url(../Images/shadow_bottom.png);
	background-repeat:no-repeat;
	height:6px;
	width:970px;
	margin-bottom:5px;
	overflow:hidden;
	
}

.col-33per{
	width:310px;
	float:left;
}
.col-33per h2{
	font-size:16px;
	font-weight:bold;
	color:#5884af;
	padding:0 20px 20px 0;
	line-height:20px;
}

.col-33per img{
	margin-right:15px;
}
.col-33per a{
	position:relative;
	z-index:1;
}
.border{
	border-right:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	padding-left:20px;
	margin-right:20px;
}
.col-50per{
	width:460px;
	margin-right:20px;
	float:left;
}
.col-220p{
	width:220px;
	margin-right:20px;
	float:left;
}
.col-200p{
	width:200px;
	margin-right:20px;
	float:left;
}
.col-75per{
	width:700px;
	margin-right:20px;
	float:left;
}
.col-75per p{
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	padding-bottom:20px;
}

.f-right {
	float:right;
}
.f-left {
	float:left;
}
.clear {
	clear:both;
}
.video-big{
	background-color:#5884af;
	width:460px;
	overflow:hidden;
	color:#fff;
	margin-bottom:35px;
}
.video-big a, .video-small a{
	position:absolute;
	height:46px;
	width:46px;
	background-image:url(../Images/play.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}
.video-big a{
	margin-top:90px;
	margin-left:207px;
}
.video-small a{
	margin-top:43px;
	margin-left:87px;
}
.video-big a:hover, .video-small a:hover{
	background-image:url(../Images/play-hover.png);
	background-repeat:no-repeat;
}
.video-big h2{
	font-size:16px;
	font-weight:bold;
	padding:20px 20px 10px 20px;
	line-height:16px;
}
.video-big p{
	padding:0 20px 20px 20px;
	line-height:16px;
}
.video-small h2{
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	padding:10px 0 5px 0;
}
.video-small p{
	line-height:14px;
	font-size:11px;
	padding-bottom:20px;
}
img.border {
	border:1px solid #5c81a8;
}
.img-container {
	float:left;
	margin:20px 0;
	line-height:16px;
}
.img-container a{
	position:relative;
	z-index:1;		
}

.img-container h2 {
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color:#5685af;
}
.col-75per .img-container h2 {
	line-height:24px;
}
.news-box {
	padding-bottom:20px;
	line-height:15px;
}
.news-box h2{
	font-size:14px;
	line-height:18px;
	padding-bottom:5px;
	padding-top:0;
}
.news-box p {
	font-size:11px;
}
.news-box a{
	color:#377db9;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	position:relative;
	z-index:1;
}
.news-box a:hover{
	text-decoration:underline;	
}
.email-reg{
	background-color:#779b55;
	background-image:url(../Images/emailbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:180px;
	padding:10px;
	min-height:93px;
	height:auto !important;
	height:93px;
	color:#fff;
	margin-bottom:20px;
	line-height:20px;
}
.email-reg p{
	font-size:15px;
	font-weight:bold;
	padding-bottom:15px;
}
.email-reg input{
	width:165px;
	color:#c5c5c5;
	font-size:12px;
	font-weight:bold;
	padding:0 5px;	
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	margin-bottom:10px;
	background-image:url(../Images/inputbg.jpg);
	background-repeat:no-repeat;
	border:1px solid #698c48;
}
.email-reg a{
	font-size:18px;
	font-weight:bold;
	color:#9add59;
	text-decoration:none;
	position:relative;
	z-index:1;
}
.email-reg a:hover{
	text-decoration:underline;
}

.footer {
	color:#28547e;
	font-weight:bold;
	font-size:13px;
	padding-bottom:30px;
	margin-left:3px;
}

.width-auto{
	width:auto;
}

.contacts{
	margin:20px 20px 0 0;
	float:left;
	width:160px;
	text-align:center;
	line-height:17px;
}
.contacts img{
	margin-bottom:15px;
}

.contacts h2{
	font-weight:bold;

}
.margin-r-0{margin-right:0;}
.margin-t-0{margin-top:0;}
.margin-b-20{margin-bottom:20px;}
.padding-t-0{padding-top:0;}

.width250{width:250px;}
.width310{width:310px;}

