﻿html
{
	overflow-y:scroll;
}
body 
{
	background:#ffffff;
	font-size:12px;
	font-family:Arial;
	margin-top:0px;	
	direction:ltr;
	color:#414141;
}
img
{
	border:none;
}
h1, h2
{
	margin:0px;
	padding:0px;
}
a
{
	color:#8CA50C;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
hr 
{
	background-color:#E5E5E5;
	border:0 none;
	color:#E5E5E5;
	height:1px;
	margin:5px 0;
}




.center
{
	background:url(../img/body-bg.jpg) repeat-x;
}

.mainFrame
{
	width:782px;
	border:0px solid blue;
}
.header
{
	height:96px;
	position:relative;
	text-align:right;
}
.header .search
{
	position:absolute;
	right:30px;
	bottom:0px;
}
.logo
{
	position:absolute;
	left:30px;
	top:25px;
}
.logo h1
{
	border:0px solid red;
	position:absolute;
	width:100px;
	height:20px;
	text-indent:200px;
	overflow:hidden;
}
.login
{
	position:absolute;
	right:30px;
	top:20px;
	color:#3C4603;
	font-weight:normal;
}
.login a
{
	color:#3C4603;
	font-weight:bold;
}

.main_content_bg
{
	background:url(../img/header-bg.jpg) no-repeat;
	background-position:center top;
}
.main_content_footer
{
	background:url(../img/footer-bg.jpg) no-repeat;
	background-position:center bottom;
	padding-bottom:50px;
	min-height:370px;
}
.menuLine
{
	border:0px solid red;
	padding:25px 30px 10px 30px;
}
.splash
{
	text-align:center;
}
.main_content
{
	text-align:left;
	direction:ltr;
}
.footer
{
	height:40px;
	background:url(../img/footer-bg.gif) repeat-x;
}


.welcome
{
	text-align:left;
	padding:10px 10px 10px 10px;
	margin:10px 20px 20px 20px; 
	background:#F9F9F9;
	border-bottom:1px solid #EAEAEA;
}
.welcome h2
{
	color:#252525;
	padding:0px;
	margin:0px;
	font-size:20px;
	font-weight:normal;
}






.newsHolder
{
	width:260px;
	position:relative;
	background:url(../img/news-bg.jpg) no-repeat;
	background-position:25px top;
}
.news
{
	width:190px;
	border:0px solid red;
	position:relative;
	margin-left:45px;
	margin-top:20px;
}
.news .blog_title,.news .blog_content,.news .blog_published
{
	font-size:12px;
	margin:0px;
	padding:0px;
	line-height:15px;
}
.news .blog_title
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}
.news .blog_published
{
	color:#8CA50C;
}
.news .blog_content
{
	border:none;
	color:#8C926D;
	cursor:default;
}
.news .btnPlay,.news .btnRewind
{
	position:absolute;
	left:25px;
	border:none;
	text-indent:-1000px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	width:25px;
	height:35px;
	cursor:pointer;
}
.news .btnPlay
{
	background:url(../img/btn-news-play.gif) no-repeat;
	top:40px;
	left:-40px;
}
.news .btnRewind
{
	top:-10px;
	left:-40px;
	background:url(../img/btn-news-rewind.gif) no-repeat;
}
.news .FeedWindow
{
    border:0px solid red;
    width:190px;
    height:200px;
}
.news .blog_item
{
    width:190px;
    height:100px;
}



/********************************
Cms Logo
*********************************/
.CmsCredits
{
	display:block;
	width:102px;
	height:12px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../img/bottom-credits.gif) no-repeat;
	background-position:left 0px;
	cursor:pointer;
	margin-top:3px;
}
.CmsCredits:hover
{
	background-position:left -12px;
}
/********************************
Cms Logo
*********************************/



.box_holder h2
{
	color:#252525;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}
.box_holder
{
	width:750px;
	margin-left:15px;
}
.box_holder td.text
{
	width:240px;
	vertical-align:top;
	color:#414141;
	font-size:12px;
	padding:0px 15px 0px 15px;
}
.box_holder td.text a
{
	text-decoration:none;
}
.box_holder td.text a:hover
{
	text-decoration:underline;
}
.box_holder td.sep
{
	width:15px;
	font-size:1px;
}





.inner_content
{
	padding:20px 30px 10px 50px;
}
.main_text
{
	min-height:370px;
	width:470px;
	padding-top:20px;
	background:url(../img/text-corner.jpg) no-repeat;
	background-position:right top;

	padding-right:20px;
	float:left;
}
.side_menu
{
	width:180px;
	margin-left:20px;
	float:left;
}
