@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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;
}
a:link,a:active,a:visited{text-decoration:none; color:#FFF; font-weight:bold;}
a:hover{text-decoration:underline;}
p{text-align:justify;}
.welcome h3{color:#FFF; font-size:13px; padding-left:10px;}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	background: #005664 url(../images/focusbg.jpg) repeat-y right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #container2 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*.textbody{width: 880px;}*/
.textbody2{width: 860px; border:1px solid #666; margin-bottom: 20px; padding-top:20px;}
.twoColFixRtHdr #header { 
	background: #fff url(../images/logo.jpg) no-repeat left; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 87px;
}
.twoColFixRtHdr #navbar{
	background: #000;
	height: 36px;
	width:900px;
	border-bottom: 3px solid #666;
	
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 288px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #005664; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px;*/
}

.twoColFixRtHdr #sidebar1 .partners{
	width: 288px;
	height: 113px;
	background:#142526 url(../images/partnersbg.jpg) repeat-x;
	/*margin-top: -31px;*/
	margin-top: -1px;
}
.twoColFixRtHdr #sidebar1 .focus {
	width: 288px;
	height: 271px;
	background: #00515E url(../images/focusbg.jpg) repeat-y;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent2{
	padding: 0px 20px;
}
.twoColFixRtHdr #mainContent .welcome{
	height: 113px;
	width: 621px;
	background:#25211e;
	margin-top: -13px;
}
.twoColFixRtHdr #mainContent .flash{
	height: 271px;
	width: 621px;
}
.welcome p{
   padding: 5px 10px;
   font:verdana;
   font-size: 11.5px;
   color:#FFF;
}
.focus p{
   padding: 5px 10px;
   font:verdana;
   font-size: 11.5px;
   color:#FFF;
}
.partners p{
   padding: 0px 10px;
   font:verdana;
   font-size: 11.5px;
   color:#FFF;
   margin-top:0;
}
.partners img{
  padding: 5px 10px 10px 10px;	
}
.partners ul li { padding-bottom: 5px;}
.focus img{
  padding:10px;	
}
.twoColFixRtHdr #bottomservices{
   width: 900px;
   height: 158px;
   margin-top: -1px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height:185px;
} 
.twoColFixRtHdr #footer .footerleft{float:left;padding:10px 0; }
.twoColFixRtHdr #footer .footerright{float:right; padding:10px 0; color:#fff;}
.footerright a, .footerleft a {color:#9f0;}
.twoColFixRtHdr #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 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
}
.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;
}

/*inner content*/
.regular_content{width: 610px; margin-top:0; padding: 0; background: #fff; float:left; font-family:Verdana;min-height:400px;} 
.regular_content2{width: 880px; margin-top:0; padding: 0; background: #fff; float:left; font-family:Verdana;min-height:400px;}
.regular_content2 h5{width:300px; padding-left:20px; padding-top:4px; line-height:12px; font-size:10pt; color: #CCC;text-transform:uppercase; }
.regular_content h5{width:300px; padding-left:20px; padding-top:4px; line-height:12px; font-size:10pt; color: #CCC;text-transform:uppercase; }
.regular_content h3,h4{width:300px; padding-left:20px; padding-top:4px; line-height:12px; font-size:10pt; /*color:#392411;*/ color:#06c; }
.regular_content h2{width:300px; padding-left:20px; padding-top:4px; line-height:12px; font-size:10pt; color:#069;text-transform:uppercase; }
.regular_content p {padding:0 10px 10px 20px; /*font-size:85%;*/}
.regular_content2 p {padding:0 10px 10px 20px; /*font-size:85%;*/}
.regular_content2 h4 {width:300px; padding-left:0px; padding-top:4px; line-height:12px; font-size:10pt; color:#392411; }
.regular_content ul,ol {color:#000; padding:0 50px;}
.regular_content ul {list-style:square;}
.regular_content ul li {padding:5px;}
.regular_content ul.special {margin-top:-15px;}
.regular_content a:link,.regular_content a:visited,.regular_content a:active{text-decoration:none; font-weight: bold; color:#069;}
.regular_content a:hover{color:#09C;}
.regular_content .moreinside{padding-left:20px;}
.regular_content .moreinside a:link{text-decoration:none; font-weight: bold; color:#069;}
/* = Forms */
.regular_form_content{width: 610px; margin-top:0; padding: 0; background: #fff; float:left; font-family:Verdana; font-size:xx-small; text-transform:uppercase; font-weight:bold; text-align:justify; } 
.regular_form_title{padding: 0 10px; color: #000; }
.regular_form_title2{padding: 0 10px; color: #000; }
.regular_form_title h5 {border-top:1px solid #742F66; border-bottom:1px solid #742F66; width:300px; padding-left:0;}
.regular_form_title2 h5 {/*border-top:1px solid #742F66; border-bottom:1px solid #742F66;*/ width:300px; padding-left:0; line-height:12px; font-size:10pt; color:#069;}
label  {float:left;  margin:0pt 5px 0px 0pt; padding-left:1px; width:210px; text-align:right;}
 .row   {clear:both; height:auto; margin:0pt 10px 0px 0pt; padding:4px 0pt 0pt; text-align:left;  }
.textbox {width:200px;}
.textbox2 {width:200px; border:1px solid #999;}
.checkboxlist{float:right; width:400px; text-align: right; margin-left:10px;}
/*.checkboxlist input[type=checkbox]  {float:left; height: 25px;}*/
.checkboxlist label{ float:right; text-align: left;  width: 190px; height:25px; margin-right:0; vertical-align:middle;}
.checkboxlist2{float:left; width:500; text-align: left;}
.checkboxlist2 input  {float:left; height: 20px;}
.checkboxlist2 label{ float:left; text-align: left;  width: auto; padding-left:40px;}


select {width: 136px; font-family:Verdana; font-size:small;}
.radiobuttonlist{float: left;  }
.radiobuttonlist input {float:left; }
.radiobuttonlist label{ float: none;margin-left:0px; width: 0px;}
 .buttons {height: 40px;margin: 20px 5px 10px 220px;}
.submit_button {float: left; width: 100px; height: 30px; background-color:#499281;color:#fff; border:1px solid #0f5a60; }
.myspace {float: left; width: 10px; height: 30px; background-color:#fff;color:#fff; border:1px solid #fff;}
 .clear_button {float: left; width: 80px; height: 30px; background-color:#0F5A60;color:#fff; border:1px solid #499281;}
 
 /* table */
 .tt {
		display: block;
		padding: 10px;
		/*background-color: #EEE;*/
		text-align: center;
		vertical-align:top;
	}
.tt img {border:5px solid #666;}
.biotitle{font-weight: bold; color:#06C;}
.biocontent{padding:0px 0px 0px 30px;}
#validationblank
	{
	float:left;
	height:17px;
	padding:0 0 0 450px;
	margin-top:27px;
	text-align:center;
	}
#validation
	{
	float:left;
	width:120px;
	padding:0px;
	text-align:center;
	}
table {margin-left:5px;}
th.news{ color: #FFC;font-size:11px; }
td.news{color:#FFF;font-size:11px;}
td.news a{font-size:11px;}
td img{margin-left:-10px;}
td.archive a{ color: #FFC;font-size:11px; }
td.display{padding-left:10px; border:1px solid #666;}
table.display{margin-left:30px;}
td.display2{padding-left:2px; }
table.display2{margin-left:10px;}
td.display3{padding-left:10px; }
table.display3{margin-left:10px;}
.shead{border:1px solid #666;}
.shead1{border:1px solid #666; text-align:center; font-weight: bold;}
.ataglance{padding-left:0px; font-weight:bold;}
.ataglance2{margin-left:-10px; font-weight:bold;}
/*table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: dashed;
	border-color: #999;
	border-collapse: separate;
	background-color: white;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: dashed;
	border-color: #999;
	background-color: white;
	-moz-border-radius: ;
}*/
.sharethis{
	float:right; margin-top:10px; margin-left:550px;
}
.sitemaps, td a{font-style:normal; text-align:center;}
.thecontact{margin-left:160px;}