body {
margin:0px 0px 0px 0px;
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
background:url(../img/bg.jpg) repeat-x;
}

#container {
margin:0px auto auto;
width:760px;
}

h1 {
font-size:20px;
margin:0px 0px 5px 0px;
}
h2 {
font-size:16px;
margin:0px 0px 5px 0px;
}
h3 {
font-size:14px;
margin:0px 0px 0px 0px;
}

.red, .red a, .red a:link, .red a:visited, .red a:hover {
color:#DD0707;/*#CD0000;*/
text-decoration:none;
}

.green, .green a, .green a:link, .green a:visited, .green a:hover {
color:#659D16;
text-decoration:none;
}

.yellow, .yellow a, .yellow a:link, .yellow a:visited, .yellow a:hover { 
color:#DDA720;
text-decoration:none;
}

.purple, .purple a, .purple a:link, .purple a:visited, .purple a:hover { 
color:#EC2578;
text-decoration:none;
}

.dark_blue, .dark_blue a, .dark_blue a:link, .dark_blue a:visited, .dark_blue a:hover { 
color:#164980;
text-decoration:none;
}

.highlight_green {
font-weight:bold;
/*color: #006600;*/
}
.highlight_yellow {
font-weight:bold;
/*color:#DDA720;*/
}
.highlight_purple {
font-weight:bold;
/*color:#EC2578;*/
}
.highlight_dark_blue {
font-weight:bold;
/*color:#164980;*/
}

/************** HEADER STUFF ****************/
.top{
height:74px;
}
.banner {
height:186px;
}
 /* 
#nav {
margin-top:1px;
height:34px;
font-size:1.3em;
font-weight:bold;
background-color:#164980;
}
#nav ul {
padding-right:20px;
color:#FFFFFF;
float:right;
margin-top:0px;
line-height:2.6em;
}	
#nav li{
display:inline;
list-style-type: none;
padding-left:40px;
}

#nav a,#nav a:visited,#nav a:link {
display:inline;
list-style-type: none;
margin:0px 0px 0px 0px;
color:#FFFFFF;
text-decoration: none;
padding-bottom:15px;
}
#nav a:hover {
color: #C9E9FA;
}
/**************** LAYOUT *****************/

.holder {
padding-top:20px;
width:760px;
display:block;
overflow:hidden;
background-color:#FFFFFF;
}
.a {
width:182px;
margin-left:10px;
float:left;
background:url(../img/menu_bg.gif) repeat-y;
margin-bottom:10px;
}

.b {
width:720px;
margin-right:12px;
float:right;
overflow:hidden;
display:block;
}
/*nav*/
/***************** TOP NAV ***********/
#nav_top {
background-color:#164980;
margin-top:11px;
color:#FFFFFF;

}


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 780px; /*For KHTML*/
  list-style: none;
  height: 24px;
  margin-top:-5px;
  padding-bottom:5px;
  margin-left:0px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  padding-left:3px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 190px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px dashed #164980;
  border-right-color: #164980;
  border-bottom-color: #164980;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #164980;
  color: #FFF;
  font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  padding-bottom:5px;
}
ul#navmenu ul a {
  border: 1px dashed #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #164980;
  color: #FFF;
  font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  padding-bottom:5px;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #164980;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #164980;
  color: #FFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #0F2E4F;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #164980;
  color: #FFF;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #0F2E4F;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #164980;
  color: #FFF;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #0F2E4F;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}



/**************** MENU STUFF ***************/
.menu_top {
margin:0 0 0 0;
background:url(../img/curve_top.gif) no-repeat;
width:183px;
height:11px;
padding-bottom:5px;
}
.menu {
padding-left:26px;
color:#164980;
} 

.menu_head1 { 
background:url(../img/plus.gif) no-repeat left;
padding-left:12px;
margin-bottom:3px;
font-size:1.6em;
display:block;
padding-top:2px;
} 
.menu_head2 {
background:url(../img/minus.gif) no-repeat left;
padding-left:12px;
margin-bottom:3px;
font-size:1.6em;
display:block;
padding-top:2px;
}
.menu_head1 a:link, .menu_head1 a:visited, .menu_head1 a:link,.menu_head2 a:link, .menu_head2 a:visited, .menu_head2 a:link {
color:#164980;
font-weight:bold;
text-decoration:none;
}
 
.menu ul {
margin-left: 0px;
padding-left:25px;
list-style-type: none;
margin-top:0px;
}

.menu li {
font-size:1.2em;
list-style-image:url(../img/dots.gif);
margin-top:2px;

} 

.menu li a:visited, .menu li a:link{
text-decoration:none;
color:#4C93CB;
margin-left:-5px;
}
.menu li a:hover {
text-decoration:none;
color:#164980;
}

.menu_bottom {
margin:0 0 0 0;
background:url(../img/curve_bottom.gif) no-repeat #FFFFFF;
width:183px;
height:11px;
}


/**************** MAINTEXT STUFF ******************/
#maintext {
width:760px;
background-color:#FFFFFF;
padding-bottom:20px;
}
.main_body {
width:760px;
background-color:#FFFFFF;
padding-bottom:20px;
}
.main_body_top {
width:720px;
padding-bottom:10px;
border-bottom:1px dashed #99CCFF;
}
.dash {
border-bottom:1px dashed #99CCFF;
}

.text {
color: #333333;
font-size:1.2em;
line-height:1.4em;
overflow:hidden;
display:block;
}
.text a:visited, .text a:link{
color: #0000FF;
text-decoration: underline;
font-weight:bold;
}
.text a:hover {
text-decoration:none;
}
.text p {
margin:0px 0px 0px 0px;
}
.title {
background:url(../img/news_bg.gif) no-repeat;
position:relative;
margin:0px 0px -20px 0px;
height:39px;
width:153px;
overflow:hidden;
}
.title_text {
font-size:2.0em;
text-align:center;
color:#FF0000;
padding-top:7px;

}

.latest_news {
background:url(../img/big_news_bg.gif) repeat-y ;
}


.latest_news_top {
margin:0 0 0 0;
background:url(../img/big_curve_top.gif) no-repeat;
width:536px;
height:10px;
padding-bottom:5px;
}


.news_text {
padding:10px 10px 0px 10px;
}

.news_text_inner {
color:#4C93CB;
font-size: 1.4em;
}

.news_text_inner a:visited, .news_text_inner a:link, .news_text_inner a:hover {
color: #FF0000;
font-size: 1.0em;
text-decoration:none;
font-weight:bold;
}
.latest_news_bottom {
margin:0 0 0 0;
background:url(../img/big_curve_bottom.gif) no-repeat  #FFFFFF;
width:536px;
height:10px;
}
.xtl_sm_box {
width:250px;
float:left;
overflow:hidden;
display:block;
height:160px;
border:1px dotted #999999;
margin:0px 2px 5px 2px;
padding:10px 10px 10px 10px;
}


/************** HOMEPAGE STUFF ******************/

.text_lines {
width:720px;
display:block;
overflow:hidden;
margin-top:20px;
margin: 10px 0px 0px 0px;
padding-bottom:20px;
background:url(../img/dashed.gif) bottom left repeat-x;
position:relative;
}
.text_lines_contact {
width:700px;
display:block;
overflow:hidden;
margin-top:0px;
padding-bottom:0px;
background:url(../img/dashed.gif) bottom left repeat-x;
}
.text_lines_home {
width:720px;
display:block;
overflow:hidden;
margin-top:20px;
margin: 10px 20px 0px 20px;
padding-bottom:24px;
background:url(../img/dashed.gif) bottom left repeat-x;
position:relative;
}
.pict_left_i {
width:110px;
height:80px;
padding:2px;
border:1px #999999 solid;
}
.pict_left {
float:left;
width:114px;
margin-left:0;
z-index:-1;
}
.pict_full_i {
width:710px;
height:100px;
padding:2px;
border:1px #999999 solid;
}
.pict_full {
display:block;
overflow:hidden;
text-align:center;
width:720px;
margin-bottom:10px;
}
.text_left {
float:left;
width:560px;
margin-left:25px;
display:block;
overflow:hidden;
}
.text_right {
/*width: 720px; */
width:710px;
margin-right:25px;
}

.text_blue {
color:#4C93CB;
font-size:1.4em;
}
.button_absolute {
float:right;
margin-bottom:0px;
position:absolute;
bottom:3px;
right:0px;
}
/************** Contact Page *********************/
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


/*************** FOOTER STUFF ********************/


.blueline {
height:10px;
width:100%;
margin:0;
background-color:#164980;
}

#footer {
color:#4C93CB;
padding-top:5px;
padding-bottom:5px;
font-size:1.2em;
width:100%;
margin:0;
background-color:#FFFFFF;
text-align:center;
}

#footer a:visited, #footer a:link, #footer a:hover {
color:#4C93CB;
text-decoration:none;
}
