
html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:#EBFCD1 url(images/body-bg.gif) repeat-x 0 0;	
}
#main-container {
	margin: 0 auto;
	width:860px;
	background:url(images/main-container-bg.gif) repeat-y;
	overflow:hidden;
	padding:162px 5px 0;
	position:relative;
	font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.home-page #main-container { padding:161px 5px 0; }
.absol-pos {
	position:absolute;
	top:0;
	left:4px;
}

/**********************************header*********************************/
#header {
	float:left;	
	width:801px;
	background:url(images/header-bg.gif) repeat-x;
	padding:0 30px 2px;
}
#header h2 {
	float:left;
	padding:0 0 0 2px;
	margin:0;
	width:183px;
}
#header h2 a {
	float:left;
	background:url(images/logo.gif) no-repeat;
	width:272px;
	height:102px;
	text-indent:-30000px;
	overflow:hidden;
}

#header img {
	float:left;
	margin:28px 0 0 0;
}
/********************************navigation*********************************/
.menub{
	position:relative;
	padding:0 0 0 34px;
	margin:0 auto 0 32px;
	background:url(images/menub_bg.gif) repeat-x;
	*background:url(images/menub_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:88%;
}
.menub li{
	float:left;
}
.menub li a{
	float:left;
	display:block;
	color:#333;
	text-decoration:none;
	font-family:sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 15px;
	height:46px;
	line-height:46px;
	text-align:center;
	cursor:pointer;	
}
.menub li a b{
	float:left;
	display:block;
	padding:0 32px 0 15px;
}
.menub li.current a{
	color:#fff;
	background:url(images/menub_hover_left.gif) no-repeat;	
	*background:url(images/menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menub li.current a b{
	color:#fff;
	background:url(images/menub_hover_right.gif) no-repeat right top;	
	*background:url(images/menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menub li a:hover{
	color:#fff;
	background:url(images/menub_hover_left.gif) no-repeat;
	*background:url(images/menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menub li a:hover b{
	color:#fff;
	background:url(images/menub_hover_right.gif) no-repeat right top;
	*background:url(images/menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
/********************************header-block**********************************/

#main-container .home-block {
	padding:0;
	margin:0 0 20px 30px !important;
	background:none;
	float:none !important;
	position:relative;
}

#main-container .home-block img {
	float:left;
	display:inline;
	margin:0 13px 0 0;
}

#main-container .home-block .left p  { padding:14px 0 0 0;}
#main-container .home-block .right p  { padding:12px 0 0 0;}
#main-container .home-block a {
	float:left;
	height:34px;
	margin:13px 0 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background-position:0 0;
	background-repeat:no-repeat;
}
#main-container .home-block a:hover {background-position:0 -34px;}

#content .title-block {
	padding:15px 0 15px 0;
	float:left;
	width:800px;
	color:#333;
	background:url(images/title-bg-line.gif) repeat-x 0 50px;
}
#content .title-block2 {
	padding:0 0 20px 0;
	float:left;
	width:100%;
	color:#333;
	background:url(images/sub-title-bg.gif) repeat-x 0 30px;
}
#content h1.title {
	padding:10px 0 15px 0;
	margin:0;
	font-size:24px;
	line-height:24px;
	height:24px;
}
#content h2.title {
	padding:0;
	margin:0;
	font-size:20px;
	line-height:20px;
	height:22px;
}

/**********************************container*********************************/
#content {
	width:800px;
	padding:0 30px;
	overflow:hidden;
}
#content h3 {
	padding:0;
	margin:0 0 10px 0;
	color:#8FD920;
	font-size:93.75%;
	font-weight:100;
}
.index #content h3 { padding: 0 0 8px 0; margin: 0;}
#content h1 a { text-decoration: none; color: #8FD920;}
#content h2 a { text-decoration: none; color: #333;}
#content h3 a { text-decoration: none; color: #6EB209;}
#content p {
	padding:0 0 18px 0;
	margin:0;
	font-size:12px;
	color:#222;
	line-height:18px;
}
#content p.title {
	padding:0 0 5px 0;
}
#content p.width100 { padding:4px 0 15px 0;}

#content a {color:#8FD920;}
#content a:hover { color:#333;}
#content a.more { font-size:84.62%; padding:0 22px 0 0; background:url(images/more-bg.gif) no-repeat 100% 2px; line-height:16px;}
#content p a.more { font-size:84.62%;}
#content a.float-right { float:right; padding:0 22px 0 0; text-align:right;}
#content a.width-img { margin:-24px 0 0 0; width:200px;}
#content ul {
	padding:0 0 15px 0;
	margin:0;
	list-style:none;
	font-size:12px;
	color:#547F13;
}
#content ul.float-left {
	float:left;
	width:auto;
}
#content ul li {
	background:url(images/pointer.gif) no-repeat 7px 7px;
	padding:0 0 6px 19px;
	line-height:17px;
}

#content imgs {
	float:left;
	border:none;
	display:inline;
	margin: 0 8px 8px 0;
}

#content img {
	float:right;
	border:none;
	display:inline;
	margin:0 5px 5px 14px;
}
#content img.width-border { border:1px solid #8FD920;}
#content img.float-left { float:left; padding:0 8px 5px 0px; clear:left; margin:0;}
#content .left-block {
	width:520px;
	float:left;
	padding:0 56px 0 2px;
} 
.landing #content .left-block, .landing-wide #content .left-block {
    width: 520px;
    padding: 0 20px 0 2px;
}
#content .width-title {
	width:520px;
	padding:0 40px 0 2px;

}
#content .right-block {
	float:left;
	padding:0;
	width:235px;
}

/**********************************img with text*******************************************/
#content .content-img {
	float:right;
}

#content .center {
	padding:0 0 0 15px;
	float:left;
}
#content .content-img img {
	float:left;
	clear:right;
	border:1px solid #8FD920;
}
#content .content-img .text {
	clear:left;
	text-align:right;
	display:block;
	color:#8FD920;
	font-size:12px;
}

/***************************************footer******************************************/
#footer {
	float:left;
	width:800px;
	display:inline;
	margin:0 30px;
	padding:16px 0 0 0;
	font-size:12px;
	color:#333;
	background:url(images/title-bg-line.gif) repeat-x;
}
#footer ul {
	padding:0;
	margin:0;
	width:800px;
	text-align:center;
	list-style:none;
}
#footer ul li {
	display:inline;
	padding:0 9px 0 6px;
	background:url(images/footer-bg.gif) no-repeat 100% 4px;
}
#footer ul li.last { background:none;}
#footer ul li a {
	text-decoration:none;
	color:#8FD920;
	line-height:15px;
} 
#footer ul li a:hover, #footer ul li a.active { text-decoration:underline;}
#footer p {
	float:left;
	padding:0 0 20px 0;
	margin:0;	
	width:800px;
	text-align:center;
}

#footer a {
	text-decoration:none;
	color:#8FD920;
} 