/* colors 

body #00e4f8
nav li a #FFF
nav ul li a,nav a:hover #0066ae
link #00c6f8
h1,h2 #631900
h3 #005b9b
text #333333
img border #d8d2d2
footer text #FFF
footer bg #8a8686
sub footer text #989090
sub footer bg #555252

*/


*, ul, li, p, h1, h2, h3, h4, ol, form, input, button,
img, dl, dt, dd, a, select {
	margin:0px;
	padding:0px;
	vertical-align:baseline;
	font-weight:inherit;
	font-size:100%;
	font-style:inherit;
	border:0 none;
	}

body, p {
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.5em;
  color:#333;
  font-size:12px;
}

h1,h2,h3 {
  font-family:Arial,Helvetica,sans-serif;
  line-height:1em;
  }

h1,h2 {
  color:#631900;
  }

h1 {
  padding-bottom:0px;
  font-size:24px;
  }

h2 {
  font-size:18px;
  padding-bottom:12px;
  }

h3	{
	font-size:14px;
	}


ul, li, ol {
	list-style-type:none;
    }

a {
  text-decoration:none;
  color:#a14a00;
  }

a:hover {
	text-decoration:underline;
	color:#528100;
    }

strong {
  font-weight:bold;
  }

input, select, textarea {
	border:solid 1px #ccc;
	}

.clear {
  clear:both;
  }

.left {
  float:left
  }

.right {
  float:right;
  }

img.left {
  float:left;
  margin:0 10px 10px 0;
  }

img.right {
  float:right;
  margin:0 0 10px 10px;
  }

.bold {
  font-weight:bold;
  }

body {
  /*background:#9c958a;*/
  background:#c0c0c0;
  margin:0px auto;
  padding:0px;
  text-align:center;
  font-size:75%;
  line-height:1.5;
  }

#container {
	width:884px;
	margin:2px auto 24px auto;
	background:url(images/page-bg-new.png) repeat-y left top;
	padding:0px;
	}

#header {
	width:840px;
	height:108px;
	background:url(images/page-top-new.png) no-repeat left top;
	padding:22px 22px 0px 22px;
	margin:0px;
	position:relative;
	
}

p#tag {
	position:absolute;
	right:56px;
	top:44px;
	width:303px;
	height:24px;
	}

p#tag span {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	background:#EDE5D7 url(images/tagline.gif) no-repeat left top;
	height:24px;
	width:303px;
	}

#header h1 {
  width:120px;
  height:80px;
  font-size:14px;
  position:relative;
  float:left;
  margin:24px 0 0 36px;
}

#header h1 a {
	display:block;
	width:120px;
	height:80px;
	}

#header h1 a:hover {
	cursor:pointer;
	}

#header h1 span {
  display:block;
  position:absolute;
  top:0px;
  background:#EDE5D7 url(images/logo.gif) no-repeat 0px 0px;
  width:120px;
  height:80px;
}

/* menu */



#nav {
  height:auto;
  margin:80px 24px 0px 0px;
  float:right;
  width:auto;
  }

#nav li {
	z-index:10;
	height:auto;
	float:left;
	background:url(images/tab-right.png) no-repeat right top;
	position:relative;
	color:#a14a00;
  }

#nav li#last {
	background-image:url(images/tab-right-first.png);
	}

#nav li a {
	font-size:13px;
	font-weight:bold;
	padding:0px 12px 0px 12px;
  display:block;
  float:left;
  height:auto;
  color:#a14a00;
  background:url(images/tab-left.png) no-repeat left top;
	}

#nav li a:hover {
	text-decoration:none;
	color:#528100;
	}

#nav li a.nolink:hover {
	cursor:default;
	color:#A14A00;
	}

#nav li.current a {
  color:#528100;
  text-decoration:none;
  background-image:url(images/tab-hover-left.png);
  }

#nav li > ul {
	top: auto;
	left: auto;
	}

#nav li ul {
	display: none;
  position: absolute;
  top: 20px;
  left:0px;
  z-index:10;
  background:#EDE5D7;
  width:12em;
  padding:6px 0px;
  clear:both;
  border:solid 2px #fff;
  }

#nav li:hover ul,
#nav li.over ul {
	display:block;
  }

#nav li ul li {
  text-align:left;
  height:auto;
  width:auto;
  background:none;
  background-image:none;
  padding:0px;
  line-height:1em;
  margin:0px;
  float:left;
  }

#nav li ul li a {
  padding:6px 18px 6px 18px;
  font-size:11px;
  line-height:1.3em;
  background:none;
  background-image:none;
  height:auto;
  width:auto;
  display:block;
  float:left;
  }

#nav li ul li a:hover {
  color:#528100;
  text-decoration:underline;
  background:none;
  background-image:none;
  }

#nav li.current li, #nav li.current li a {
  background:none;
  background-image:none;
  }


#nav li.current li a, #nav li.current li.current a {
	color:#a14a00;
	}

/* end menu */


div#content {
  width:768px;
	margin:0px auto;
	padding:0px 0px 24px 0px;
	text-align:left;
	overflow:hidden;
	border-top:solid 7px #816349;
  }

div.service #left_col {
	padding-right:24px;
	}
	
div.service #right_col {
	width:288px;
	border:none;
	}

body.home #content {
	border-top:none;
  }

#content p {
	padding-bottom:12px;
	}

#content ul {
	margin-left:16px;
	}

#content ul li {
	padding-bottom:12px;
	padding-left:6px;
	list-style-type:square;
	}

#content div.links ul li {
	color:#A14A00;
	}

#content div.links ul li a:visited {
	color:#528100;
	}

#main_content {
	margin:0px auto;
	width:888px;
	}

#breadcrumbs {
  text-align:left;
  padding-bottom:24px;
  }

span.raquo {
  font-size:14px;
  }

div.intro p {
	line-height:1.8em;
	}

body.home div#content-inner {
	border:none;
	}

div#content-inner {
  border-top:solid 7px #6a4220;
  }
  
#left_col {
	float:left;
	width:456px;
	padding:0px;
	margin-top:24px;
	padding-right:36px;
	
	}

#left_col h1 {
	padding-bottom:12px;
	line-height:1.3em;
	}

#left_col h1 span {
	line-height:1.2em;
	margin-top:6px;
	display:block;
	}

#left_col h2 {
	padding-top:36px;
	}

#right_col {
  float:right;
  width:251px;
  padding:0px 0px 0px 0px;
  margin-top:24px;
  border-left:solid 1px #cfc8bb;
	}

#right_col h1 {
  font-size:18px;
  padding-bottom:0px;
  }

#right_col img {
	margin-bottom:24px;
	border:solid 1px #dadada;
	background:#f8f4f1;
	padding:6px;
	}

div.contact {
	border-bottom:solid 1px #cfc8bb;
	padding-bottom:18px;
	}

div.whatsnew {
	padding-top:18px;
	}

div#content div.contact-main p {
  font-size:16px;
}

div.login {
  border-bottom:solid 1px #cfc8bb;
  padding:18px 0 12px 0;
}

div.login h2 a {
  color:#631900;
  background:url(images/arrow.gif) no-repeat 100% 0%;
  padding-right:16px;
  text-decoration:none;
}

div.login h2 a:hover {
  color:#cb7124;
  background-position:100% 110%;
}

div#right_col div {
	padding-left:24px;
	}

div#right_col div * {
	padding-left:0px;
	}

div.block {
	float:left;
	width:210px;
	padding-right:10px;
	}

div.row {
  clear:both;
  }

p.quote {
  font-weight:bold;
  }

div#form {
	margin:0px auto;
	width:888px;
	}

div#form input {
	width:300px;
	height:24px;
	}

div#form input,div#form textarea {
	border: solid 1px #ccc;
	}

div#form input#submit {
	background:#aeaeae;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	vertical-align:middle;
	margin-bottom:12px;
	width:auto;
	height:auto;
	padding:5px;
	cursor:pointer;
	} 

div#form textarea {
	width:600px;
	height:200px;
	font-size:12px;
	}

div#form label {
	display:block;
	}

div#form ul,div#form li {
	background:none;
	padding:0px;
	}

#footer {
	background:url(images/page-bottom-new.png) no-repeat left bottom;
	width:884px;
	padding-bottom:19px;
	
  }

span.hi a:hover {
	cursor:default;
	text-decoration:none;
	color:#000;
	}

#siteinfo {
	background:url(images/footer-logo.gif) no-repeat 730px 18px;
	width:768px;
	margin:0px auto;
	text-align:left;
	height:100%;
	overflow:hidden;
	clear:both;
	padding:18px 0px 18px 0px;
	border-top:solid 1px #CFC8BB;
	}

#siteinfo address {
	width:120px;
	float:left;
	}

#siteinfo address a {
	text-decoration:underline;
	}

#siteinfo p, #siteinfo a, #siteinfo address {
  color:#816349;
  font-size:11px;
  font-weight:bold;
  line-height:1.6em;
  }

#siteinfo a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

#siteinfo span {
	display:block;
	float:left;
	height:30px;
	line-height:1.6em;
	padding-top:12px;
	}

p.copywrite {
  width:284px;
  padding-left:72px;
  float:left;
  }
 




