@charset "utf-8";

html, body {
margin:0;
padding:0;
background-color:#FFF;
}

a:link {
color: #09f;
}

a:hover {
color: #09f;
}

a:visited {
color: #09f;
}

ul {
 margin: 5px 0 15px 0px;
 padding: 0 0 0 25px;
}
h1 {
margin-top: 0px;
padding-top: 20px;
width:368px;
height:40px;
font-family:Arial, Helvetica, sans-serif;
font-size: 30px;
border-bottom:1px solid #CCC;
color: #0A4F78;
line-height:37px;
}

/*--CONTAINERS--*/

#container {
width:1000px;
height:100%;
background-image:url(../images/extra_pattern.gif);
border:1px solid #666;
margin:0 auto;
text-align:left;
}

#main {
width:1000px;
height:100%;
margin-top:24px;
}

/*--LEFT CONTAINERS--*/

#left_container {
width:621px;
height:100%;
float:left;
}

#left_header {
height:142px;
background:url(../images/left_container_back.png) top no-repeat;
z-index:2000;
position:relative;
}

#home_img {
width:621px;
height:auto;
z-index:1000;
margin-top:-142px;
position:relative;
}

#head_txt {
margin: 0 0 0 30px;
padding-top: 65px;
}

#content_home {
top:-122px;
position:relative;
}

#content_container {
background-color:#FFF;
line-height:20px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
}

#content_txt {
width:561px;
min-height:324px;
padding:10px 30px 20px 30px;
}

/*--LEFT CONTAINER CLASSES--*/

.td_bold {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color:#666;
}

.faq_bold {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color:#390;
line-height:20px;
}

.faq_bold a{
color:#390;
text-decoration:none;
}

.faq_bold a:hover{
color:#390;
}

.faq_bolder {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bolder;
color:#390;
line-height:20px;
}

.faq_bolder a{
color:#390;
}

.faq_bolder a:hover{
color:#390;
}

/*--RIGHT CONTAINERS--*/

#right_container {
width:379px;
height:100%;
float:right;
}

#right_header {
height:142px;
background:url(../images/right_container_back.png) top no-repeat;
z-index:2000;
position:relative;
}

#right_img {
width:379px;
height:296px;
top:-58px;
z-index:1000;
position:relative;
}

#news_container {
min-height:324px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFF;
}

#news_container a{
color:#fff;
text-decoration:none;
}

#news_container a:hover{
color:#ddd;
text-decoration:none;
}

#news_header {
width:339px;
height:100%;
padding:0 20px 0 20px;
}

#news_txt {
width:339px;
height:100%;
padding:0 20px 0 20px;
font-size: 14px;
font-weight: normal;
}

#news_txt ul {
padding:0 0 0 20px;
margin:0;
margin-top:10px;
}

/*--FOOT CONTAINER--*/

#footer {
width:1000px;
height:20px;
background-color:#666;
clear:both;
}

/*--FOOT CONTAINER CLASSES--*/

.foot_txt {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFF;
padding:3px 5px 0 0;
float:right;
}

.foot_txt a{
color:#FFF;
text-decoration:none;
}

.foot_txt a:hover{
color:#FFF;
}

/*--MENU--*/

#menu {
width:1000px;
height:20px;
background-color:#036;
border-bottom:5px solid #666;
top:0;
position:absolute;
z-index:1000;
}

#menu ul {
margin:0 0 20px 0;
padding-left:30px;
}

#menu li {
color:#FFF;
float:left;
list-style-type:none;
border-right:1px solid #FFF;
}

#menu a {
font-family:Arial;
font-size:12px;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding:4px 8px 1px 4px;
text-align:center;
line-height:20px;
}

#menu a:hover {
font-family:Arial;
font-size:12px;
background-color:#690;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding:4px 8px 1px 4px;
text-align:center;
line-height:20px;
}