* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

body{
	background-color: #FFFFFF;
	behavior: url("csshover.htc"); 
}

a {
	color: #96331E;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	color: #476A2E;
} 

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #476A2E;
}

#main_container {
	width: 957px;
	margin: 0px auto 0px auto;
}

#content_block {
	margin: 0px 0px 15px 0px;
}


/* Header settings */

#header {
	height: 110px;
	position: relative;
}

#header #logo {
	display: block;
	width: 301px;
	height: 70px;
	background: transparent url(images/logo.gif) center center no-repeat;
	position: absolute;
	top: 20px;
}

#header #logo span {
	display: none;
}

#header #login_block {
	width: 310px;
	position: absolute;
	top: 35px;
	right: 0px;
}

#header #login_block input {
	width: 80px;
	height: 20px;
	border-style: none;
	padding: 5px 5px 0px 25px;
	margin: 0px 5px 0px 0px;
	float: left;
	background: transparent center center no-repeat;
}

* html #header #login_block input {
	background-attachment: fixed;
}

#header #login_block input#username {
	background-image: url(images/input_bg_user.gif);
}

#header #login_block input#password {
	background-image: url(images/input_bg_password.gif);
}

#header #login_block button {
	width: 60px;
	height: 25px;
	line-height: 25px;
	border-style: none;
	float: right;
	background: transparent url(images/btn_gray_60.png) center center no-repeat;
	color: #3F3F3F;
}

* html #header #login_block button {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_gray_60.png', sizingMethod='scale');
}

#header #login_block p {
	line-height: 25px;
	color: #3F3F3F;
	white-space: nowrap;
	float: left;
	margin: 0px 10px 0px 5px;
}

#header #login_form {
	overflow: hidden;
}

* html #header #login_form {
	height: 1%;
}


/* Menu settings */

#menu {
	margin: 0px 0px 15px 0px;
	background: #547E36 url(images/main_mnu_bg_inact.gif) left center repeat-x;
}

#menu ul {
	display: block;
	height: 40px;
	padding: 0px 7px 0px 0px;
	background: transparent url(images/main_mnu_corn_r_inact.gif) right center no-repeat;
}

#menu ul li {
	display: block;
	float: left;
	position: relative;
	list-style: none;
}

#menu ul li a.menu_item {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	background: transparent url(images/main_mnu_bg_inact.gif) left center repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a.disabled {
	color: #8FAA7C;
	cursor: default;
}

#menu ul li a.menu_item span {
	display: block;
	line-height: 40px;
	padding: 0px 0px 0px 20px;
	background: transparent none left center no-repeat;
}

#menu ul li a.menu_item span span {
	padding: 0px 22px 0px 0px;
	background: transparent url(images/main_mnu_vsep.gif) right center no-repeat;
	font-size: 14px;
}

#menu li.first a.menu_item span {
	background-image: url(images/main_mnu_corn_l_inact.gif);
}

#menu li.first a.menu_item span span {
	background-image: url(images/main_mnu_vsep.gif);
}


/* Hover state */

#menu ul li:hover a.menu_item {
	background-image: url(images/main_mnu_bg_over.gif);
}

#menu ul li.first:hover a.menu_item span {
	background-image: url(images/main_mnu_corn_l_over.gif);
}

#menu ul li.first:hover a.menu_item span span {
	background-image: url(images/main_mnu_vsep.gif);
}


/* Disabled state */

#menu ul li:hover a.disabled {
	background-image: url(images/main_mnu_bg_inact.gif);
}

#menu ul li.first:hover a.disabled span {
	background-image: url(images/main_mnu_corn_l_inact.gif);
}

#menu ul li.first:hover a.disabled span span {
	background-image: url(images/main_mnu_vsep.gif);
}


/* Active state */

#menu ul li a.active {
	background-image: url(images/main_mnu_bg_act.gif);
}

#menu ul li.first a.active span {
	background-image: url(images/main_mnu_corn_l_act.gif);
}

#menu ul li.first a.active span span {
	background-image: url(images/main_mnu_vsep.gif);
}


/* Submenu */

#menu li .submenu {
	position: absolute;
	display:none;
	top: 40px;
	left: -1px;
	background-color: #5B873B;
	padding: 5px;
}

#menu li.first .submenu {
	left: 0px;
}

#menu li:hover {
	z-index: 100;
}

#menu li:hover .submenu {
	display: block;
}

#menu li .submenu a {
	display: block;
	/*line-height: 30px;*/
	color: #FFFFFF;
	background-color: #5B873B;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	text-decoration: none;
}

#menu li .submenu a:hover {
	background-color: #70A24D;
}

#menu li .submenu a.disabled {
	background-image: none !important;
	background-color: #5B873B !important;
	cursor: default;
	color: #8FAA7C;
}

#menu li .submenu a.disabled {
	background-image: none !important;
	background-color: #5B873B !important;
	cursor: default;
	color: #8FAA7C;
}

/* Top banner settings */

#top_banner {
	height: 215px;
	background: #266682 url(images/banner_bg.jpg) center center no-repeat;
	margin: 0px 0px 15px 0px;
	position: relative;
}

#top_banner h1 {
	display: block;
	width: 317px;
	height: 85px;
	background: transparent url(images/slogan.png) center center no-repeat;
	position: absolute;
	top: 30px;
	left: 40px;
}

* html #top_banner h1 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slogan.png', sizingMethod='scale');
}

#top_banner h1 span {
	display: none;
}

#top_banner p {
	display: block;
	width: 317px;
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	top: 115px;
	left: 47px;
}


/* Success stories block settings */

#success_stories {
	margin: 0px 0px 15px 0px;
}


#success_stories .success_stories_block {
	margin: 10px;	
}

#success_stories .success_stories_block p {
	margin: 10px 0px 10px 0px;	
}

#success_stories .success_stories_block .fixed_left p {
	color: #585858;
}

#success_stories .success_stories_block img {
	border: 1px solid #7F7F7F;
}

#success_stories .success_stories_block .fixed_left {
	float:left;
	width:125px;
}

#success_stories .success_stories_block .liquid_right {
	margin-left: 135px;
}

#success_stories .link_container {
	padding: 10px;
}

#success_stories .link_container a {
	display: block;
	height: 35px;
	line-height: 35px;
}

#success_stories .link_container a.bck {
	padding: 0px 0px 0px 40px;
	background: transparent url(images/btn_back.gif) left center no-repeat;
	float: left;
}

#success_stories .link_container a.fwd {
	padding: 0px 40px 0px 0px;
	background: transparent url(images/btn_fwd.gif) right center no-repeat;
	float: right;
}


/* Slider settings */

#slider_container {
	overflow: hidden;
}

#slider {
	overflow: hidden;
}

* html #slider {
	height: 1%;
}

.slider_block_container {
	float: left;
}


/* Tabbed menu settings */

#tabbed_menu {
	display: block;
	overflow: hidden;
	height: 1%;
	border-bottom: 5px solid #486B2F;
}

#tabbed_menu li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px 2px 0px 0px;
}

#tabbed_menu li a {
	display: block;
	width: 140px;
	line-height: 30px;
	color: #C3DAB3;
	text-align: center;
	text-decoration: none;
	background: #72A64C url(images/tab_bg_inact.gif) top left repeat-x;
}

#tabbed_menu li a.active {
	color: #FFFFFF;
	background: #537D36 url(images/tab_bg_act.gif) top left repeat-x;
}

#tabbed_menu li a span {
	display: block;
	padding: 0px 0px 0px 6px;
	background: transparent url(images/tab_corn_l_inact.gif) left top no-repeat;
}
	
#tabbed_menu li a.active span {
	background-image: url(images/tab_corn_l_act.gif)
}

#tabbed_menu li a span span {
	display: block;
	padding: 0px 6px 0px 0px;
	font-size: 14px;
	background: transparent url(images/tab_corn_r_inact.gif) right top no-repeat;
}

#tabbed_menu li a.active span span {
	background-image: url(images/tab_corn_r_act.gif)
}


/* Tabbed block settings */

.tabbed_block {
	margin: 10px;
	height: 225px;
}

.tabbed_block p {
	margin: 10px 0px 10px 0px;
}

.tabbed_block a {
	display: block;
	width: 120px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #B53C24 url(images/btn_red_120.gif) center center no-repeat;
}


/* Component container settings */

#component .left_component {
	margin: 0px 5px 0px 0px;
}


#component .right_component {
	margin: 0px 0px 0px 5px;
}

#component .component_container {
	height: 400px;
	margin: 10px 0px 0px 0px;
	overflow: auto;
}


/* Footer settings */

#footer {
	margin: 20px 0px 15px 5px;
	color: #585858;
}


/* Block settings */

* html .block {
	zoom: 1;
}

.block .top, .block .bottom {
	overflow: hidden;
}

* html .block .top, * html .block .bottom {
	height: 1%;
}

.block .left, .block .right {
	font-size: 0px;
	width: 8px;
	height: 8px;
}

.block .left {
	float: left;
}

.block .right {
	float: right;
}

.block .container {
	padding: 2px 10px 2px 10px;
}


/* Gray block settings */

.gray {
	background-color: #EBEBEB;
}

.gray .top .left {
	background: transparent url(images/block_gray_corn_tl.gif) top left no-repeat;	
}

.gray .top .right {
	background: transparent url(images/block_gray_corn_tr.gif) top right no-repeat;
}

.gray .bottom .left {
	background: transparent url(images/block_gray_corn_bl.gif) bottom left no-repeat;	
}

.gray .bottom .right {
	background: transparent url(images/block_gray_corn_br.gif) bottom right no-repeat;	
}


/* White block settings */

.white .top {
	background: transparent url(images/block_white_bg_t.gif) top left repeat-x;
}

.white .bottom {
	background: transparent url(images/block_white_bg_b.gif) bottom left repeat-x;
}

.white .container {
	background-color: #FFFFFF;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}

.white .top .left {
	background: transparent url(images/block_white_corn_tl.gif) top left no-repeat;	
}

.white .top .right {
	background: transparent url(images/block_white_corn_tr.gif) top right no-repeat;	
}

.white .bottom .left {
	background: transparent url(images/block_white_corn_bl.gif) bottom left no-repeat;	
}

.white .bottom .right {
	background: transparent url(images/block_white_corn_br.gif) bottom right no-repeat;	
}


/* 2 liquid columned layout settings */

.wrapper {
	overflow: hidden;
}

* html .wrapper {
	height: 1%;
}

.two_columns .left_column {
	float: left;
	width: 50%;
}

.two_columns .right_column {
	float: left;
	width: 50%;
	width: expression(this.parentNode.clientWidth - this.parentNode.childNodes[0].clientWidth + "px");
}


/* 3 liquid columned layout settings */

.three_columns .left_column {
	float: left;
	width: 33%;
}

.three_columns .center_column {
	float: left;
	width: 34%;
}

.three_columns .right_column {
	float: left;
	width: 33%;
	width: expression(this.parentNode.clientWidth - this.parentNode.childNodes[0].clientWidth - this.parentNode.childNodes[1].clientWidth + "px");
}
