@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Century Gothic, Arial, Verdana, sans-serif;
	/* font:Century Gothic, Arial, Verdana, sans-serif;*/
	background: #000000;
	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;
}

a:link,
a:visited,
a:active 
{ 
  	text-decoration: none;
	color: #000000;
}
a:hover  
{  
	text-decoration: underline;
	color: #000000;
}


.twoColHybLtHdr #container { 
	width: 1004px;  /* this will create a container 80% of the browser width */
	background: #7F8D91;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
/* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #container2 { 
	width: 1004px;  /* this will create a container 80% of the browser width */
	background: #BCC3C4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	height:85px;
	width: 1004px;
	color: #333333;
	background-image: url(images/logo.gif);
	background-color: #151515;
	background-repeat: no-repeat;
} 

.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 265px; /* since this element is floated, a width must be given */
	margin: 0px 0px 0px 0px;
	background-image: url(images/logo_bottom.gif);
	background-repeat: no-repeat;
	background-color: #7F8D91;
	padding: 0px; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #sidebar2 {
	float: left;
	margin:0px;
	width: 270px; /* since this element is floated, a width must be given */
	height:24px;
	background-color: #54676B;
	}

/*.twoColHybLtHdr #mainContent { 
	margin: 4px 4px 4px 18em; 
	background: #D6DCDD;
	height:400px;
} */
.twoColHybLtHdr #mainContent { 
	padding:0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin: 4px 0px 2px 2px;
	/*top right bottom left  */
	width:729px;
	height:404px;
	overflow:hidden;
} 
.twoColHybLtHdr #mainContent_i_main { 
	padding:0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 1px 0px 0px;
	background:#D6DBDE;
	width:732px;
	height:464px;
	overflow:hidden;
} 
.twoColHybLtHdr #mainContent_i_main1 { 
	padding:0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 0px 0px;
	width:732px;
	height:86px;
	overflow:hidden;
} 
.twoColHybLtHdr #mainContent_i_head { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 0px 0px;
	background:url(images/head_bg.gif) no-repeat;
	padding:8px 4px 4px 8px;
	width:732px;
	height:33px;
	overflow:hidden;
}
.twoColHybLtHdr #mainContent_i_submenu {
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 0px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	text-align:left;
	background:#BBC7CD;
	width:712px;
	height:50px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 

.twoColHybLtHdr #mainContent_i_content { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 8px 2px;
	text-align:left;
	border:solid;
	border-color:#54676b;
	border-width:1px;
	padding:0px 0px 0px 0px;
	width:721px;
	height:278px;
	overflow:auto;
	scrollbar-face-color: #7F8D91;
	scrollbar-highlight-color: #B9D3DA;
	scrollbar-3dlight-color: #7F8D91;
	scrollbar-darkshadow-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #99B3B3; 
}
.twoColHybLtHdr #mainContent_i_content01 { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 0px 0px;
	font-size:84%;
	text-align:left;
	padding:12px 12px 12px 12px;
	clear:both;
	width:700px;

} 

.twoColHybLtHdr #mainContent_int_content { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 8px 2px;
	text-align:left;
	border:solid;
	border-color:#54676b;
	border-width:1px;
	padding:0px 0px 0px 0px;
	width:721px;
	height:320px;
	overflow:auto;
	scrollbar-face-color: #7F8D91;
	scrollbar-highlight-color: #B9D3DA;
	scrollbar-3dlight-color: #7F8D91;
	scrollbar-darkshadow-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #99B3B3; 
}


.twoColHybLtHdr #mainContent_int_content2 { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 8px 2px;
	text-align:left;
	border:solid;
	border-color:#54676b;
	border-width:1px;
	padding:0px 0px 0px 0px;
	width:721px;
	height:360px;
	overflow:auto;
	scrollbar-face-color: #7F8D91;
	scrollbar-highlight-color: #B9D3DA;
	scrollbar-3dlight-color: #7F8D91;
	scrollbar-darkshadow-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #99B3B3; 
}



.twoColHybLtHdr #mainContent_i_txt { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 0px 0px;
	text-align:justify;
	padding:4px 4px 4px 4px;
	clear:both;
	width:678px;
	overflow:hidden;
}
.twoColHybLtHdr #specer { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 0px 0px;
	text-align:justify;
	clear:both;
	height:4px;
}


.twoColHybLtHdr #footer_menu_1 { 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin:0px 0px 0px 0px;
	text-align:justify;
	padding:0px 0px 0px 0px;
	clear:both;
	width:661px;
}


.twoColHybLtHdr #mainContent_int { 
	padding:0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	height:400px;
	width:715px;
	overflow:auto;
	margin:4px 0px 0px 4px;
} 

.twoColHybLtHdr #mainContent2 { 
	 /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background: #BCC3C4;
	float:left;
/*	width:711px;*/
	height:23px;
}
 
.twoColHybLtHdr #mainContent3 { 
	margin: 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background: #ffffff;
	height:60px;

} 
 
.twoColHybLtHdr #footer { 
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#54676B;
	width:1004px;
	padding-top:5px;
	height:34px;
	text-align:center;

} 
.twoColHybLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
.clearfloat1 { /* 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;
   }

 .footer_content {
/*	font:Century Gothic, Arial, Verdana, sans-serif*/
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AAB3B5;
	text-decoration: none;
	text-align: left;
}.l-cont {
	margin: 25px 0 0 10px;
	padding:0px;
	float:left;
	height: 200px;
	width: 238px;
}
.wht_bold {
/*	font:Century Gothic, Arial, Verdana, sans-serif*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top:4px;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
}
.news {
/*	font:Century Gothic, Arial, Verdana, sans-serif*/
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:1px;
	padding-left:8px;
	color: #000000;
	text-decoration: none;
}
.menu {
/*	font:Century Gothic, Arial, Verdana, sans-serif*/
	font: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu  a:link,
.menu a:visited,
.menu  a:active 
{ 
  text-decoration: none;
	color:  #FFFFFF;
}

.menu  a:hover  
{  
   text-decoration: underline;
	color: #FF0000; 
}
.menu_sub { 
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu_sub  a:link,
.menu_sub a:visited,
.menu_sub  a:active 
{ 
  text-decoration: none;
  font: Arial, Helvetica, sans-serif;
	color:  #000000;
}

.menu_sub  a:hover  
{  
   text-decoration: underline;
   font: Arial, Helvetica, sans-serif;
	color: #000000; 
}



.contact {
/*	font:Century Gothic, Arial, Verdana, sans-serif*/
	font: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	text-align: right;
	padding-right:10px;

}
/*.twoColHybLtHdr #contact {
	font: Century Gothic, Arial, Verdana, sans-serif;	 
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:10px;
	clear: both;
	float: right;
	height: 50px;
	width: 148px;
}
*/
.int_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	font-weight: bold;
	padding-top:8px;
	color: #000000;
	text-decoration: none;
}.footer_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #54676B;
	text-decoration: none;
}


#pscroller1{
width: 157px;
height: 60px;
padding-top:7px;
}

.twoColHybLtHdr #contact {
	font: Century Gothic, Arial, Verdana, sans-serif;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:35px;
	padding-left:220px;
	padding-right:0px;
	margin:auto;
	clear: both;
	height: 50px;
	width: 800px;
	}