html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
}

#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 535px;
	height: 279px;
	background: url(images/header_2.jpg) no-repeat;
}

#header #catchphone {
	float: right;
	margin: 1em;
	margin-bottom:0;
	width: 20em;
	background-color: #2A2A2A;
	padding: .5em;
	border: .25em solid #FFF;
	color: #FFF;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
#header #catchphone #headerphone {
	font-size: 1.5em;
}
#header #tagline {
	color: #2a2a2a;
	font-weight: bold;
	font-style: normal;
	background-color: #fff;
	opacity: .85;
	filter: alpha(opacity=85);
	margin: 4em .45em 0 0;
	padding: 1em;
	text-align: center;
	width: 43.5em;
	float: right;
}
html>body #header #tagline {
	margin: 4em 1em 0 0;
}
#left {
	float: left;
	width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 15px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2A2A2A bottom left url(images/nav_bot.jpg) no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(images/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border-top: 1px solid #959595;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2, #news h2 a {
  font-size: 12px;
  color: #BE8B06;
  text-decoration:none;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots, #welcome .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 127px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
  line-height: .65em;
  font-weight: bold;
  color: #F2EBD1;
}

#newsletter {
  padding: 1em 22px 1em 37px;
  text-align: justify;
}
#newsletter form {
	padding: 0;
	margin: 0;
}
#newsletter h2 {
  font-size: 12px;
  color: #BE8B06;
}
#newsletter p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}

#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome p .dateline {
	display: block;
	font-weight: bold;
}
#welcome {
  margin-right: 20px;
}
#welcome img {
	margin-bottom: .5em;
}
#welcome .important{
	font-weight: bold;
}
#welcome p form {
	margin: 0;
	padding: 0;
}
#oc, #ie {
	float: left;
	width: 48%;
}
fieldset {
	margin: 1em 0;
	padding: .2em;
}
legend {
	margin-bottom: 1em;
	padding: 0 1em;
	background-color: #BE8B06;
	color: #fff;
}
select {
	font-size: 11px;
}
input {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
.half {
	width: 50%;
}
.captcha {
	vertical-align: top;
}
.error {
	border: 2px solid #CC0000;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}
#test, #cases {
  float: left;
  width: 48%;
}
#test {
  margin-right: 1em;
}
#test-img, #cases-img {
  background: url(images/pic_2.jpg) no-repeat;
  width: 100px;
  height: 23px;
  float: left;
  margin-right:1em;
  text-align: center;
  padding-top: 78px;
  font-size: 9px;
  font-weight: bold;
}
#cases-img {
  background: url(images/pic_3.jpg) no-repeat;
}
#cases .case, #welcome .case, .servicename {
	display: block;
	font-weight: bold;
	margin: 0;
}
#cases .caseno, #welcome .caseno {
	display: block;
	font-style: italic;
	font-size: 9px;
	padding-bottom: 0;
}
#recordnav a {
	text-decoration:none;
}
#recordnav .greyout {
	color: #CCCCCC;
}
#recordstatus {
	font-weight: bold;
}
#recordresults {
	margin-bottom: 1em;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: left;
  padding: 22px 15px 30px 15px;
  font-size: 9px;
  color: #715F36;
  font-weight: normal;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#feedicon {
vertical-align:top;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 2px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
.noborder {
	border: 0;
}
/**
 * DatePicker widget using Prototype and Scriptaculous.
 * (c) 2007 Mathieu Jondet <mathieu@eulerian.com>
 * Eulerian Technologies
 *
 * DatePicker is freely distributable under the same terms as Prototype.
 * v0.9.1
 *
 */
div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
}
div.datepicker-header {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 2px;
}
div.datepicker-footer {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 2px;
}
div.datepicker-calendar {
 font-size: 10px;
 background:#FFFFFF;
 padding: 2px;
 text-align: center;
}
div.datepicker-calendar table {
 font-size: 10px;
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker-calendar table td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table td:hover, 
div.datepicker-calendar table td.outbound:hover,
div.datepicker-calendar table td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker-calendar table td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker-calendar table td.outbound {
 background: #e8e4e4;
}
div.datepicker-calendar table td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}