/* Resets default browser CSS.   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; margin-bottom: 0.75em; color: #b4773a; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; color: #fc7706; }
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; color: #fc7706; }
h4 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; color: #fc7706; }
h5 { font-size: 1em; font-weight: bold; color: #fc7706; }
h6 { font-size: 1em; font-style: italic; color: #fc7706; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

#header {
	text-align: left;
	width: 100%;
	background: url(/images/header.jpg) 50% 0 no-repeat;
}

#title {
	position: relative;
	height: 335px;
	margin: 28px auto 0;
	width: 940px;
	color: #000;
}

#title img {
	position: absolute;
	right: -10px;
	top: -28px;
}

#nav {
	height: 24px;
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 6px 0;
	width: 940px;
}

#nav li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 8px;
}

#nav a {
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 0 8px 0 0;
	text-decoration: none;
}

#nav li:hover, #nav li:hover a {
	background: url(/images/nav-bg.jpg) no-repeat left top;
}
#nav li:hover a {
	background:url(/images/nav-bg.jpg) no-repeat right bottom;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 11px 0 0 0;
	position: absolute;
	width: 160px;
	left: -999em;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li:hover, #nav ul li:hover a {
	background: none;
}
#nav ul li:hover a {
	background: none;
}

#nav ul	li {
	float: none;
	padding: none;
	margin: 0;
}

#nav ul li a {
	float: none;
	color: #333;
	height: 21px;
	line-height: 21px;
	padding: 0 20px;
	width: 120px;
}

#nav ul li.middle a {
	background: url(/images/dropdown.jpg) -160px -21px no-repeat;
}

#nav ul li.first a {
	background: url(/images/dropdown.jpg) -160px no-repeat;
}

#nav ul li.last a {
	background: url(/images/dropdown.jpg) -160px -42px no-repeat;
	border: none;
}

#nav ul li.middle a:hover {
	background: url(/images/dropdown.jpg) 0 -21px no-repeat;
}

#nav ul li.first a:hover {
	background: url(/images/dropdown.jpg) 0 no-repeat;
}

#nav ul li.last a:hover {
	background: url(/images/dropdown.jpg) 0 -42px no-repeat;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

#content .last {
	margin: 0;
	padding-top: 80px;
}

#footer .last {
	margin: 0;
}

#footer {
	background: #f87619 url(/images/footer-bg.jpg) bottom repeat-x;
	clear: both;
	font-size: 11px;
	text-align: left;
	width: 100%;
}

#footer-content {
	width: 940px;
	margin: 0 auto;
}

#footer p, #footer h3 {
	color: #fff;
}

#footer p {
	font-size: 0.8em;
}

#legal {
	clear: both;
	height: 37px;
}

#legal p {
	margin: 0;
	line-height: 37px;
	color: #fff;
}

.column {
	float: left;
	margin-right: 20px;
	padding: 20px 0;
	width: 300px;
}

.column-wide {
	float: left;
	margin-right: 20px;
	padding: 20px 0;
	width: 600px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

p, td, li
{
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.tbl
{
	width:100%;
	border-collapse:collapse;
}
.tbl-2
{
	width:100%;
	border-collapse:collapse;
}
.th
{
	text-align:left;
	font-family:arial;
	color: #000;
	font-weight:bolder;
	font-size:20px;
	line-height:20px;
	padding-left:3px;
}
.th-2
{
	text-align:left;
	font-family:arial;
	color:#000;
	font-weight:bolder;
	font-size:10px;
	background-color:#FFFFFF;
	line-height:15px;
	padding-left:3px;
}
.td
{
	padding:3px;
}
.td-2
{
	padding:3px;
}
.td-left
{
	padding:3px;
}
.td-right
{
	padding:3px;
}
.td-left-2
{
	padding:3px;
	text-align:center;
}
.td-right-2
{
	padding:3px;
	text-align:center;
}
.tbl-3
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4
{
	width:100%;
	border-collapse:collapse;
}
.frm-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #000;
	background-color:#000;
	height:20px;
}
.frm-input
{
	border:1px solid #000;
	width:200px;
	height:20px;
}
.frm-textarea
{
	border:1px solid #000;
	width:200px;
}
.frm-select
{
	border:1px solid #000;
	width:200px;
	height:20px;
}
.side-tbl
{
	padding:5px;
}
.side-th
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.side-td
{
	font-family:Arial;
	font-size:12px;
	color:#000;
}
.side-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #000;
	background-color:#000;
	height:20px;
}
.side-input
{
	border:1px solid #000;
	height:20px;
	width:108px;
}
.side-select
{
	border:1px solid #000;
	height:20px;
}
a.side-link:link
{
	font-size:10px;
	color:#000;
	text-decoration:none;
}
a.side-link:visited
{
	font-size:10px;
	color:#000;
	text-decoration:none;
}
a.side-link:active
{
	font-size:10px;
	color:#000;
	text-decoration:none;
}
a.side-link:hover
{
	font-size:10px;
	color:#000;
	text-decoration:underline;
}
.paging-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #000;
	background-color:#000;
	line-height:20px;
	width:20px;
	text-align:center;
	vertical-align:top;
	float:left;
}
.paging_link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:active
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:visited
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
