body
{
	margin: 0px;
	background: #fff url(/images/bg.gif) repeat-x top;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
img
{
	border: none;
}

.main_block
{
	width: 90%;	
	min-width: 940px;
	margin: 0px auto;
	text-align: center;
}
a
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #2a9c10;
}
.input_container
{
	border: 1px #8bc6fe solid;
	padding: 1px;
	float: left; 
}
input, textarea
{
	border: 1px #bad0fe solid;
}

/***** HEADER *****/
.header
{
	width: 100%;
	height: 267px;
	float: left;
	position: relative;
	overflow: hidden;
}
.left_bg
{
	width: 17px;
	height: 276px;
	background: url(/images/left_bg.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
.right_bg
{
	width: 17px;
	height: 276px;
	background: url(/images/right_bg.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}
.clouds
{
	width: 822px;
	height: 276px;
	background: url(/images/clouds.jpg) no-repeat;
	position: absolute;
	right: 17px;
	top: 0px;
}
.men_block
{
	width: 80%;
	height: 276px;
	background: url(/images/header_bg.jpg) repeat-x top;
	position: absolute;
	left: 17px;
	top: 0px; 
}
.logo
{
	width: 684px;
	height: 162px;
	background: url(/images/logo.png) no-repeat;
	position: absolute;
	top: 52px;
	left: 17px;
}
.top_links
{
	width: 220px;
	height: 21px;
	float: left;
	padding: 8px 0px 0px 0px;
	position: relative;
	margin-left: 40px;
}
.top_links a
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #979797;
	text-decoration: none;
	text-align: left;
	padding-right: 14px;
	float: left;
}
.top_links a img
{
	margin: 2px 4px 0px 0px;
	float: left;
}

/** Top Menu **/
.top_menu
{
	width: auto;
	height: 33px;
	float: right;
	margin: 185px 18px 0px 0px;
	position: relative;
}
#nav, #nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#nav a 
{
	display: block;
	margin-right: 1px;
	height: 33px;
	float: left;
}
#nav li 
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li ul 
{
	position: absolute;
	height: 20px;
	visibility: hidden;
	padding-left: 15px;
	left: 0px;
	margin-top: 33px;
	width: 100%;
}
#nav li ul li a
{
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #265bc8;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	height: auto;
	display: block;
	padding: 2px 5px 3px 5px;
}
#nav li ul li a.active
{
	background: #7ba6da;
	color: #FFF;
}
#nav li ul li a:hover
{
	text-decoration: underline;
}
/** End Top Menu **/
/***** END HEADER *****/

/***** CONTENT *****/
.content_block
{
	width: 100%;
	float: left;
	position: relative;
	margin-top: -10px;
}

/** Left Col **/
.left_col
{
	float: left;
	width: 17%;
}
.left_container
{
	width: 155px;
	float: right;
	border: 1px #85cc4a solid;
	padding: 1px;
}
.left_block
{
	width: 153px;
	min-height: 325px;
	float: left;
	border: 1px #93d759 solid;
	background: #d4edc6 url(/images/left_block_bg.jpg) repeat-x;
}
.left_block h3
{
	color: #459520;
	text-align: center;
	font: bold 13pt Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 0px 5px;
}
.left_block img
{
	border: 2px #fff solid;
}
.left_text
{
	float: left;
	padding: 7px 0px 0px 11px;
	text-align: left;
	color: #484848;
	font: 9pt Arial, Helvetica, sans-serif;
}
/** End Left Col **/

/** Center Col **/
.center_col
{
	width: 55%;
	float: left;
	margin: 0% 0% 0% 2%;
}
#one .center_col
{
	width: 100%;
	margin: 0px;
	min-height: 300px;
}
.center_col .title
{
	width: 100%;
	text-align: left;
	padding-left: 0px;
}
.center_text
{
	width: 100%;
	font: 9pt Arial, Helvetica, sans-serif; 
	color: #4d4d4d;
	float: left;
	margin-top: 20px;
	text-align: left;
}
.center_text table
{
	font: 9pt Arial, Helvetica, sans-serif; 
	color: #4d4d4d;
}
.center_text table.clients
{
	float: left;
	margin-top: 10px;
	width: 99%;
	font-size: 8pt;
}
.center_text table.clients td
{
	width: 33%;
}
.center_text h5
{
	font: bold 10pt Arial, Helvetica, sans-serif;
}
.center_link
{
	float: right;
	margin-top: 10px;
}
.center_buttons
{
	width: 100%;
	float: left;
}
.center_buttons form
{
	margin: 10px 0px;
	float: left;
}
.center_buttons a
{
	float: left;
	margin-right: 10px;
}
.center_buttons form a
{
	margin: -2px 0px 0px 10px;
	position: relative;
}
.center_buttons .textfield
{
	width: 175px;
	margin: 0px;
	padding: 0px;
}
/** End Center Col **/

/** Right Col **/
.right_col
{
	float: right;
	width: 23%;
}
.right_container
{
	width: 205px;
	border: 1px #8bc6fe solid;
	padding: 1px;
	float: left;
	margin-bottom: 10px;
}
.right_block
{
	width: 203px;
	float: left;
	border: 1px #bad0fe solid;
	background: #d0edff url(/images/right_block_bg.jpg) repeat-x;
	position: relative;
	font: 11pt Arial, Helvetica, sans-serif;
	color: #484848; 
}
.title
{
	float: left;
	font: 15pt Arial, Helvetica, sans-serif;
	color: #265bc8;
	padding: 8px 0px 0px 11px;
}
.right_text
{
	float: left;
	text-align: left;
	padding: 13px 11px 0px 11px;
}
.right_type
{
	font-weight: bold;
	float: left;
	width: 181px;
	padding: 0px 11px;
	text-align: left;
	margin: 5px 0px;
}
.right_title
{
	width: 181px;
	padding: 0px 11px;
	float: left;
	text-align: left;
}
.right_bold
{
	float: right;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding: 10px 11px 0px 11px;
}
.right_bottom
{
	width: 190px;
	height: 37px;
	float: left;
	padding-left: 6px;
	margin-top: 20px;
}
.right_bottom img
{
	float: left;
	cursor: pointer;
	margin-left: 7px;
}
/** End Right Col **/

/***** END CONTENT *****/

/***** FOOTER *****/
.bottom_bg
{
	width: 100%;
	height: 186px;
	float: left;
	background: url(/images/bottom_bg.jpg) center repeat-x;
}
.footer
{
	width: 100%;
	height: 71px;
	float: left;
	background: url(/images/footer_bg.jpg) repeat-x;
	font: 11pt Arial, Helvetica, sans-serif;
	color: #fff;
}
.bottom_menu
{
	width: auto;
	margin: 25px auto 0px auto;
	text-align: center;
}
.bottom_menu a
{
	font: 11pt Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
}
.bottom_menu a:hover
{
	text-decoration: underline;
}
.copyright
{
	width: auto;
	margin: 0px auto;
	text-align: center;
	font-size: 9pt;
	margin-top: 7px;
}
/***** END FOOTER *****/

.legend
{
	 width: 90%;
	 float: left;
	 border: 1px #828177 solid;
	 overflow: hidden;
	 margin-top: -8px;
	 position: relative;
	 z-index: 1;
	 padding: 0px 10px 10px 10px;
}
.legend_sp
{
	background: #fff;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 5px;
	position: relative;
	z-index: 2;
}

.fld_error
{
	color: red;
}

/*TOGGLER*/

.toggler {
	color: #4d4d4d;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
 
.element {

}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
.title_2
{
	float: left;
	font: 15pt Arial, Helvetica, sans-serif;
	color: #265bc8;
	padding: 8px 0px 0px 11px;
}
.title_3
{
	float: left;
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #265bc8;
	padding: 8px 0px 0px 0px;
}
.title_4
{
	float: left;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	padding: 4px 0px 0px 0px;
}


table.kudos
{
	width: 300px;
	margin: 10px 0px 0px 50px;
	padding: 0px;
	float:left;
}

.limiter
{
	width: 995px;
	float: left;
	height: 10px;
	font-size: 1px;
	position: relative;
}

a.topic
{
	color: #265bc8;
	text-decoration: none;
}
a.topic:hover
{
	text-decoration: underline;
}
