* { font-size: 13px; letter-spacing: 1px; color: #000000; }

a { color: #000000; text-decoration: none }
a:hover, a.active { color: #DC0000; }
p { line-height: 16px; margin: 10px 0 15px 0}
ul {list-style:none;}
ul li {background-image:url(../_images/list_bullet.gif); background-repeat:no-repeat; background-position: 0px 6px; padding-left: 15px; margin-left:-15px;}
html, body {
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  background: #222222 url(../_images/bg_html.gif);
  padding: 0; margin: 0;
  color: #000;
  text-align: center;
}
div#main {
  background: #FFF;
  margin: 0 auto 0 auto;
  border-top: none;
  width: 730px;
}

div#logo {
  height: 189px;
  width: 230px;
}

div#main_menu {
  width: 160px;
  margin: 0 30px 0 30px;
}
div.main_item {
  border-bottom: 1px solid #D5D5D5;
  text-align: center;
  padding: 4px 0 4px 0;
}
div.last_item {
  border: none;
}
div.main_item a {
  color: #D20B00;
  font-size: 11px;
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
}
div.active {
  background: #DC0000;
  font-size: 13px;
}
div.active a {
  color: #FFF;
}
div.active a:hover {
  color: #FFF;
}

div.greyborder {
  margin: 30px 8px 0 0;
  border-right: 1px solid #D5D5D5;
  height: 100%;
}

td { vertical-align: top; padding: 0;}
table.layout {}
table.layout td.left {
  width: 230px;
}
table.layout td.right {
  width: 500px;
}
table#t_right {
  height: 125px;
  width: 500px;
}

div.shadowright {
  background: url(../_images/hright_bg.gif) repeat-x bottom; padding-bottom: 6px;
}

td.hright {
  background: url(../_images/bg_hright.gif);
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  color: #FFF;
  height: 125px;
  width: 321px;
  padding: 2px 10px 0 0;
  text-align: right;
}
td.hright * { color: #FFF; }
td.hright div.h2 {
  font-size: 15px;
  margin: 3px 0 0 0;
  font-weight: bold;
  color: #DDD;
}
td.hright p {
  margin: 9px 0 9px 0;
}

td.hright a {
  color: #FFF;

}
td.hright a:hover {
  color: #FFF;
  text-decoration: underline;
}
td.hmenu {
  background: #DC0000;
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  color: #FFF;
  width: 170px;
  border-left: 1px solid #FFF;
  font-size: 11px;
}
div.hitem {
  text-align: right;
  padding: 2px 0 2px 0;
  _padding: 2px 0 3px 0;
}
div.hitem a {
  font-size: 10px;
}
div.topshadow {}
table.tmenu {
  margin: 0;
  width: 500px;
}
table.tmenu a {
  color: #FFF;
  font-size: 11px;
  padding-right: 5px;
}
table.tmenu a:hover {
  text-decoration: underline;
  color: #FFF;
}

div.mainbg {
  background: url(../_images/bg_logo.gif) no-repeat;
  background-position: 115px 30px;
  padding: 29px 15px 15px 15px;
  height: 400px;
  min-height: 400px;
}
*>div.mainbg {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

div.mainbg h1 {
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  color: #DC0000;
  margin: 2px 0 12px 0;
  line-height: 20px;
  font-size: 13px;
}
div.mainbg h2 {
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  color: #DC0000;
  margin: 16px 0 8px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
}

td.dir_name {
  padding: 0 30px 12px 0;
  font-size: 12px;
}
td.dir_title {
  color: #DC0000;
  font-size: 12px;
}

table.submenu {
  width: 465px;
  margin-bottom: 10px;
}

table.submenu td {
  width: 230px;
  padding: 0 12px 10px 0;
}

div.mainbg p {
  width: 360px;
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
div.mainbg p strong{
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  color: #DC0000;
}

div.mainbg div.hr {
  font-size: 0;
  height: 0;
  border-top: 1px solid #CCC;
  width: 400px;
  margin: 2px 0 8px 0;
}
div.contact div.hr2 {
  font-size: 0;
  height: 0;
  border-top: 1px solid #CCC;
  width: 400px;
  margin: 2px 0 8px 0;
}
div.mainbg div.short {
  width: 300px;
}

.times {
  font-family: "Times New Roman", "Georgia", Verdana, sans-serif;
}
.georgia {
  font-family: "Georgia", "Times New Roman", Verdana, sans-serif;
}

div.bullet {
  background: url(../_images/bullet.gif) no-repeat;
  background-position: 0 5px;
  padding: 0 60px 0 12px;
  margin: 0 0 7px 0;
}

div.logo {
  margin: 50px 0 50px 0;
  text-align: center;
}

div#footer {
  color: #FFFFFF;
  font-size: 11px;
  padding: 10px;
  background: #DC0000;
}
div#footer a {
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: 0.2px;
}
div#footer a:hover { text-decoration: underline; }

img { border: none; }

div#nav { margin: 60px 0 0 51px }

div#nav a.nav_item {
  font-size: 13px;
  display: block;
  width: 125px;
  text-decoration: none;
  border-bottom: 1px solid #818181;
  text-align: center;
  padding: 6px 0 6px 0;
}
div#nav a.nav_item:hover, div#nav a.active { border-bottom: 1px solid #ffffff; }

div.clear { font-size: 0; height: 0; clear: both; }
h2 { margin: 30px 0 0 0; font-weight: normal }
h1 { margin: 16px 0 0 0; font-size: 12px; color: #C0C0C0 }
div.label { margin: 16px 0 0 0; font-weight: bold; letter-spacing: 1px; font-size: 13px }

.small { font-size: 10px; }

/* SUBNAVIGATION START */
div.subnav { margin: 24px 0 24px 0 }
div.subnav a {
  letter-spacing: 2px;
  padding: 7px 7px 7px 7px;
  border-right: 1px solid #818181;
  display: block;
  float: left;
}
div.subnav a.last {
  border: none;
}
/* SUBNAVIGATION END */

table.service {
  margin: 10px 0 0 0;
}
table.service p {
  width: auto;
  margin-top: 0;
  line-height: 18px;
  padding-right: 60px;
}
div.service_img {
  border: 1px solid #CCC;
  padding: 2px;
  margin-right: 15px;
}

div.category {
  float: left;
  padding: 5px 10px 5px 10px;
  border-right: 1px solid #666;
}
div.first {
  padding-left: 0;
}
div.last {
  border: none;
}

table.form td.label {
  padding: 0 20px 10px 10px;
  text-align: right;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000;
}
table.form td.field {
  padding: 0 10px 10px 0;
}
textarea, input {
  color: #000;
  border: 1px solid #AAA;
}
input { height: 19px }
input.radio {
  border: none;
  height: 12px;
  _height: 15px;
  margin-left: 8px;
  margin-right: 5px;
  _margin-left: 2px;
}

table.form td.instructions { width: 356px }
table.form td p { width: auto; }
td.instructions p { font-size: 11px; color: #000; line-height: 16px }

div.careers p {
  margin: 5px 0 5px 0;
}

div.contact p {
  line-height: 23px;
}
div.contact p a {
  font-size: 12px;
  color: #DC0000;
  text-decoration: underline;
}
div.contact div.hr {
  margin: 20px 0 20px 0;
}

table.login {
  background: url(../_images/login_bg.gif) no-repeat;
  width: 263px;
  height: 70px;
}
table.login td.label {
  color: #FFF;
  text-align: right;
  padding-top: 7px;
}
table.login td.field {
  padding: 7px 0 0 16px;
}
table.login input {
  width: 156px;
  background: #FFF;
}


.noborder { border: none; }
input.noborder { width: 75px; height: 24px; }

.red { color: #DC0000; }
.grey { color: #5D5D5D; }
.underline { text-decoration: underline; }

div.home_service { padding: 4px 0 4px 0 }

div#form_top { width: 429px; height: 20px; background: url(../_images/form_top.gif) no-repeat }
div#form_middle { width: 429px; background: url(../_images/form_bg.gif) repeat-y;s }
div#form_bottom { width: 429px; height: 17px; background: url(../_images/form_bottom.gif) no-repeat }


div.question { margin: 20px 80px 10px 0; font-weight: bold; color: #DC0000 }
div.answer { margin: 10px 80px 20px 0; }

div.headerAddress {float:right; font-size: 12px; font-style:italic; font-weight:normal; height: 130px; line-height: 18px; text-align:left; width: 300px; }
div.headerAddress h1 {margin: 7px 0px 0px 0px; padding: 0px;}
div.headerAddress h1 {margin: 7px 0px 0px 0px; padding: 0px;}
div.headerAddress div {color:White;}


	.navItem { float:right; height: 20px; margin-bottom: 2px; width: 152px; }
	html>body .navItem{height: 20px;}
	.navContainer {color: White; float: right; font-size: 12px; font-style:italic; font-weight:normal; height: 80px; padding-top:2px; text-align:left; width: 170px;}
	.navContainer a {color:White; margin: 0px 0px 0px 3px;}
	.navContainer a:visited {color:White; margin: 0px 0px 0px 3px;}
	.navContainer a:hover {color:White; margin: 0px 0px 0px 3px;}
