@charset "utf-8";
body  {
	background: #666666;
	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;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	width: 980px;
	height: 252px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../web_ready_images/header_03.jpg);
} 
.thrColFixHdr #header h1 {
	padding: 0;
	font-size: 14px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #fff; /* padding keeps the content of the div away from the edges */
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 172px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.maincontent_index {
	padding: 10px 10px 0px 15px;
	width: 570px;
	float: left;
	font-size:12px;
	font-size:11px;
}

.maincontent_box {
	padding: 10px 10px 0px 15px;
	width: 593px;
	float: left;
	font-size:12px;
	font-size:11px;
}

.maincontent_box h2{
	font-size:16px;
}


.maincontent_sub_box {
	padding: 10px 0px 0px 10px;
	width: 583px;
	float: left;
	font-size:11px;
}

.maincontent_sub_box ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top:10px;
	padding-left:15px;
	}

.maincontent_sub_box li {
	padding-bottom:8px;
	padding-top:8px;
	}

.maincontent_box .box1 {
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	width: 175px;
	float: right;
	font-size:9px;
	border:none;
	text-align:center;
}

.maincontent_box .box2 {
	padding: 0px 10px 10px 10px;
	width: 280px;
	float: right;
	font-size:9px;
	border:none;
	text-align:center;
}
.maincontent_box .box3 {
	padding: 20px 0px 10px 10px;
	width: 200px;
	float: right;
	font-size:9px;
	border: hidden;
	text-align:center;
}

.maincontent_box .box4 {
	padding: 20px 0px 10px 0px;
	width: 130px;
	height:131px;
	float: left;
	font-size:9px;
	border: hidden;
	text-align:center;
}

.maincontent_box .box5 {
	padding: 20px 0px 10px 0px;
	width: 125px;
	height:131px;
	float: right;
	font-size:9px;
	border: hidden;
	text-align:center;
}

.maincontent_box a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #CCCCCC;
} 
.thrColFixHdr #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 */
}
.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;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 373px;
	top: 580px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 4px;
	padding-top: 1px;
	line-height: 10px;
}

.sidebar a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar a:hover{
	color: #FFFFCC;
	text-decoration: none;
}
.sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	line-height: 10px;
	width: 2px;
}

.sidebar2 a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar2 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar2 a:hover{
	color: #FFFFCC;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 5px;
	padding-top: 1px;
	line-height: normal;
}
a:link {
	color: #0254A6;
	text-decoration: none;
}
a:visited {
	color: #0254A6;
	text-decoration: none;
}
a:hover {
	color: #0091C8;
	text-decoration: none;
}

.content {
	float: left;
	width: 980px;
}

.column_left {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 10px;
}

.column_right {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 10px;
}

.column_right img{
    border:none;
}

.form
{
    width:175px;
    background:#EBBF05;
    top:0px;
    border:1px solid #66d5f4;
    clear: both; 
	color:#fff;
}

.form span
{
	float: left;
	width: 120px;
	clear: both;
    color:#bbbbbb;
    font-size:12px;
    width:100px;
    text-align:right;
    padding:5px 10px 0 0;
}


.form h1 {
	padding:0 5px 0 12px;
	color:#000;
	text-align:center;	
}

.form label {
width:100%;
display: block;
background:#4ab1dc;
border-top:1px solid #3aa4d0;
border-bottom:1px solid #3aa4d0;
padding:3px 0 3px 0;
margin-right:auto;
}

.form label span {
display: block;
color:#fff;
font-size:12px;
float:left;
width:50px;
text-align:right;
padding:5px 10px 0 0;
}

.form .input_text {
padding:5px 10px;
width:80px;
background:#2a9ccc;
border-bottom: 1px double #fff;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #fff;
color:#FFF; 
}

.form .captcha {
padding:5px 10px;
width:80px;
background:#2a9ccc;
border-bottom: 1px double #fff;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #fff;
}

.form .captchabox {
	display: block;
	color:#bbbbbb;
	font-size:12px;
	float:left;
	width:134px;
	height:auto;
	padding:0px 0px 0px 40px;
}

.form .button
{
margin:0 0 10px 25px;
padding:4px 4px;
background:#EBBF05;
border:0px;
position: relative;
width:134px;
border-bottom: 1px double #fff;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #fff;
font-size:11px;
}




/* CSS Document */
.thrColFixHdr #mainContent h1 {
	font-size: 18px;
}

