@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Calibri, Tahoma, Helvetica, sans-serif, Arial, Verdana;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}
.thrColHybHdr {
	min-height: 100%;
}
* html .thrColHybHdr { /* IE6 */
	height: 1%;
}

.thrColHybHdr #container { 
	width: 1024px;
	background: #FAFAFA;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	display: table;
	height: 100%;
}  
* html #container { /* IE6 */
	height: 1%;
}
.thrColHybHdr #header { 
	background: #FAFAFA; 
	padding: 0;
	margin: 0;
	height: 356px;
} 
.thrColHybHdr #header2 { 
	background: #FAFAFA; 
	padding: 0;
	margin: 0;
	height: 189px;
} 
.thrColHybHdr #header a, .thrColHybHdr #header2 a { 
	border: none;
} 
.thrColHybHdr #header img, .thrColHybHdr #header2 img { 
	border: none;
} 

.thrColHybHdr #sidebar1 {
	float: left;
	position: relative;
	width: 145px; /* since this element is floated, a width must be given */
	background: #FAFAFA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	height: 320px;
}
* html .thrColHybHdr #sidebar1 { /* IE6 */
	height: 315px;
}
*+html .thrColHybHdr #sidebar1 { /* IE7 */
	height: 309px;
}
#content {
	position: relative;
	display: table;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
*+html #content { /* IE7 */
	height: 100%;
	display: block;
}
* html #content { /* IE6 */
	height: 1%;
	display: block;
}

.thrColHybHdr #sidebar1 #left_ads {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 110px; 
	height: 110px;
	text-align: center;
}

.thrColHybHdr #sidebar2 {
	float: right; 
	width: 145px; /* since this element is floated, a width must be given */
	background: #FAFAFA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #mainContent {
 	margin: 0 148px 0 148px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0px; /* padding here creates white space "inside the box." */
	height: 340px;
}
* html .thrColHybHdr #mainContent { /*IE6*/
 	margin: 0 146px 0 146px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0px; /* padding here creates white space "inside the box." */
	height: 1%;
}
.thrColHybHdr #mainContent2 {
 	margin: 15px 0px 0px 10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0px; /* padding here creates white space "inside the box." */
	width: 990px;
	text-align: center;
	background-color: #F0F0F0;
	position: relative;
	height: 100%;
	display: table;
}
* html .thrColHybHdr #mainContent2 { /* IE6 */
	height: 1%;
	display: block;
}

/* page */
#page_box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: table;
	color: #4D4D4D;
}
* html #page_box { /* IE6 */
	height: 100%;
}
#page_box a{
	color: #000000;
	text-decoration: none;
}
#page_box a:hover{
	text-decoration: underline;
}
.m2_left {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	
}
.m2_left ul{
	float: left;
	padding: 10px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 10pt;
	
}
.m2_left li ul{
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 10pt;
	
}

.m2_left ul li{
    font-family:Calibri, Tahoma, Helvetica, sans-serif, Arial, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	width: 100%;
	font-weight: bold;
	font-size: 10pt;
	color: #31659C;
	display: table;
}

*+html .ul_title{ /* IE7 */
	margin: 5px 0px 0px 0px;
}
*+html .ul_title_d{ /* IE7 */
	margin: 17px 0px 0px 0px;
	
}

.m2_left li ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: normal;
	
}
.m2_left li ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
}
.m2_left li ul li a:hover{
	text-decoration: underline;
	font-weight: normal;
	
}
.m2_left li ul .selected{
	color: #000000;
	font-weight: bold;
}
#page_box .m2_left li ul li.selected a{
	text-decoration: underline;
	font-weight: bold;
}
#page_box .m2_left li ul li.selected a:hover{
	text-decoration: none;
}

.m2_right {
    font-family:Calibri, Tahoma, Helvetica, sans-serif, Arial, Verdana;
	color: #000000;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 250px;
	background-color: #FAFAFA;
	text-align: left;
	font-size: 13px;
}
.m2_right ul{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style:disc;
	list-style-type:disc;
	list-style-position: inside;
}
*+html .m2_right ul{ /* IE7 */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style:disc;
	list-style-type:disc;
	list-style-position: inside;
	display: block;
	height: 100%;
	position: relative;
}
* html .m2_right ul{ /* IE6 */
	padding: 0px 0px 0px 0px;
}
.m2_right ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style:disc;
}

.m2_right ul li div{
	
	font-family:Calibri, Tahoma, Helvetica, sans-serif, Arial, Verdana;
	font-size:14px;
	font-weight: bold;
	color: #31659C;
}

.m2_right ul li p{
	padding: 0px 0px 0px 0px;
}

*+html .m2_right ul li p{ /* IE7 */
	padding: 0px 0px 0px 15px;
}
* html .m2_right ul li p{ /* IE6 */
	padding: 0px 0px 0px 15px;
}

*+html .m2_right h3{ /* IE7 */
	font-weight: normal;
	font-size: 12pt;
}
* html .m2_right h3{ /* IE6 */
	font-size: 12pt;
}



* html .m2_right { /* IE6 */
	padding: 0px 0px 0px 9px;
}

.m2_left_title_bk {
	background-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;

}
.m2_left_title {
font-family:Calibri, Tahoma, Helvetica, sans-serif, Arial, Verdana;
	background-color: #DCDCDC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size:18px;
	color: #31659C;
}
*+html .m2_left_title { /* IE7 */
	font-weight: normal;
}
/* .bot_inside_footer {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background: transparent url(images/hp_logo.jpg) scroll center left no-repeat;
}
.bot_inside_footer div{
	background: transparent url(images/elmet.jpg) scroll center right no-repeat;
}
.bot_inside_footer div div{
	text-align: center;
}
 */
.bot_inside_footer {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	height: 80px;
	position: relative;
	width: 100%;
	display: block;
}
.bot_hp_logo {
	float: left;
	vertical-align: middle;
}
.bot_r1_logo {
	float: right;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bot_details {
	float: left;
	text-align: center;
	width: 585px;
}
 
 /* footer */
.thrColHybHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD url(images/bottom_hr.jpg) scroll top left repeat-x;
	height: 54px;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #6E6E6E;
	font-size: 10pt;
}
.thrColHybHdr #footer p a {
	color: #6E6E6E;
	text-decoration: none;
}
.thrColHybHdr #footer p a:hover {
	color: #6E6E6E;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* blue rounded box */
.blue_rndc_t {
	background: transparent url(images/blue_t_c.jpg) scroll left top repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1px;
	width: auto;
	height: 12px;
	line-height: 12px;
}
.blue_rndc_t div {
	background: transparent url(images/blue_t_l.jpg) scroll left center no-repeat;
	height: 12px;
	padding: 0px 0px 0px 12px;
}
.blue_rndc_t div div {
	background: transparent url(images/blue_t_r.jpg) scroll right center no-repeat;
	height: 12px;
}
.blue_rndc_b {
	background: transparent url(images/blue_b_c.jpg) scroll left top repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1px;
	width: auto;
	height: 12px;
	line-height: 12px;
}
.blue_rndc_b div {
	background: transparent url(images/blue_b_l.jpg) scroll left center no-repeat;
	height: 12px;
	padding: 0px 0px 0px 12px;
}
.blue_rndc_b div div {
	background: transparent url(images/blue_b_r.jpg) scroll right center no-repeat;
	height: 12px;
}
.blue_rndc_m {
	background: transparent url(images/blue_l.jpg) scroll left center repeat-y;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}
.blue_rndc_m_r {
	background: transparent url(images/blue_r.jpg) scroll right center repeat-y;
	padding: 0px 12px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.blue_rndc_m_c {
	background-color: #E8EDF1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
}

ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 34px;
	position: relative;
	display: table;
	margin: 0 auto;
}

.mid_boxes li {
	float: left;
	display: inline;
	width: 241px;
	text-align: center;
}
.mid_boxes li img{
	border: none;
}
.mid_boxes ul li .title_y {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #EC960B;
}
.mid_boxes ul li .title_y a{
	color: #EC960B;
	text-decoration: none;
}
.mid_boxes ul li .title_y a:hover{
	color: #EC960B;
	text-decoration: underline;
}
.mid_boxes ul li .title_g {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #74A41C;
}
.mid_boxes ul li .title_g a{
	color: #74A41C;
	text-decoration: none;
}
.mid_boxes ul li .title_g a:hover{
	color: #74A41C;
	text-decoration: underline;
}
.mid_boxes ul li .title_b {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #6994E2;
}
.mid_boxes ul li .title_b a{
	color: #6994E2;
	text-decoration: none;
}
.mid_boxes ul li .title_b a:hover{
	color: #6994E2;
	text-decoration: underline;
}

/* blue rounded box */
.white_rndc_t {
	background: transparent url(images/white_t_c.jpg) scroll left top repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1px;
	width: auto;
	height: 12px;
	line-height: 12px;
}
.white_rndc_t div {
	background: transparent url(images/white_t_l.jpg) scroll left center no-repeat;
	height: 12px;
	padding: 0px 0px 0px 12px;
}
.white_rndc_t div div {
	background: transparent url(images/white_t_r.jpg) scroll right center no-repeat;
	height: 12px;
}
.white_rndc_b {
	background: transparent url(images/white_b_c.jpg) scroll left top repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1px;
	width: auto;
	height: 12px;
	line-height: 12px;
}
.white_rndc_b div {
	background: transparent url(images/white_b_l.jpg) scroll left center no-repeat;
	height: 12px;
	padding: 0px 0px 0px 12px;
}
.white_rndc_b div div {
	background: transparent url(images/white_b_r.jpg) scroll right center no-repeat;
	height: 12px;
}
.white_rndc_m {
	background: transparent url(images/white_l.jpg) scroll left center repeat-y;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}
.white_rndc_m_r {
	background: transparent url(images/white_r.jpg) scroll right center repeat-y;
	padding: 0px 12px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.white_rndc_m_c {
background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
}

/* comments forms */
#fm-form ul{
	width:100%;
	text-align: center;
}
#fm-form ul li{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	font-weight: normal;
	font-style: normal;
}
#fm-form ul li div{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	font-weight: bold;
	font-style: normal;
}
form{
	margin:0;
	padding:0;
}
fieldset{
	margin:1em 0;
	border:none;
	border-top:1px solid #ccc;
}
legend{
	margin:1em 0;
	padding:0 .5em;
	color:#036;
	background:transparent;
	font-size:1.3em;
	font-weight:bold;
}
label{
	float:left;
	width:250px;
	padding:0 1em;
	text-align:right;
	font-weight: bold;
}
fieldset div{
	margin-bottom:.5em;
	padding:0;
	display:block;
}
fieldset div input,fieldset div textarea{
	width:150px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;
	color:#333;
}
fieldset input[type=checkbox] {
	border: none;
}
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: 0;
}
fieldset div select{
	padding:1px;
}
div.fm-multi div{
	margin:5px 0;
}
div.fm-multi input{
	width:1em;
}
div.fm-multi label{
	display:block;
	width: 300px;
	padding-left:5em;
	text-align:left;
}
label span {
	color: red;
}
#fm-submit{
	clear:both;
	padding-top:1em;
	text-align:center;
}
#fm-submit input{
	border:1px solid #333;
	padding:2px 1em;
	font-size:100%;
	font-weight: bold;
}
input:focus,textarea:focus{
	background:#efefef;
	color:#000;
}
fieldset div.fm-req{
	font-weight:bold;
}
fieldset div.fm-req label:before{
	content:"* ";
}
p#fm-intro{
	margin:0;
}

/* form errors */
.error_txt_field {
	color: red;
	font-weight: bold;
}
.error_field {
	border: 1px solid red;
}
