/* GENERIC CONTENT STYLES
-------------------------------------------------*/

html {
	background: transparent url(/images/footer_bg.gif) repeat 0 0;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	min-width: 100%;
}

p,
th,
td,
li,
input,
label,
textarea,
select {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
}

td p {
font-size: 1.3em;
font-height: 1.4em;
}

h1 {
	color: #fff;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 30px;
}

h2 {
	color: #bc0610;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: normal;
	margin: .5em 0 .5em;
	border-bottom: 5px solid #d1d1d1;
}

h2.no_border {
	color: #bc0610;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: normal;
	margin: .5em 0 .5em;
	border: none;;
}

h2.heading {
	color: #666633;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: normal;
	margin: .5em 0 .5em;
	border: none;;
}

h2 img {
	margin-right: 9px;
	vertical-align: middle;
}

h3 {
	color: #666633;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 .3em 0;
	font-weight: normal;
}

h3.red { 
  color: #bc0610; }
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 .3em 0;
	font-weight: normal;
}

h4 {
	color: #666;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 .3em 0;
}

p {
  font-size: 1.3em;
  line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

label,
input,
textarea,
select {
	font-size: 1em;
	vertical-align: middle;
}

input,
textarea {
	margin: 0em .5em 0em 0em;
	padding: .2em;
}

ul {
	margin: .6em 0em 1.8em 0em;
	padding: 0em;
	list-style: none;
}


ul li {
	/* line-height: 1.2em; */
	background: transparent url(/images/bullet_circle.gif) no-repeat 0 .4em;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0em 1em 0em .8em;
	margin: 0em 1em 0em;
}

ul.arrow {
  line-height: 1.7em;
  list-style-type: none;
  list-style-image: url('/images/arrow-up.jpg');
	padding: 0em 1em 0em .2em;
	margin: 0em 1em .2em;
}

ul.arrow li {
  font-size: 1.3em;
	line-height: 1.4em;
	background: transparent;
	list-item-image: url('/images/arrow-up.jpg');
	padding: 0em .2em 0em .1em;
	margin: 0em .1em 0em;
}

ul.sub {
	line-height: 1.7em;
  list-style-type: none;
  list-style-image: url('/images/bullet_circle.gif');
	padding: 0em 1em 0em .2em;
	margin: 0em 1em .2em;
}

ul.sub li {
	line-height: 1.7em;
	background: transparent;
	list-item-image: url('/images/bullet_circle.gif');
	padding: 0em .2em 0em .1em;
	margin: 0em .1em 0em;
}


ul li h4 {
	font-size: 1em;
	font-weight: normal;
	color: #bc2828;
	margin: 0em;
}

ul li p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0.1em 0em 1em;
}

ul li.more {
	background-image: none;
}

ul li.more a {
	color: #cdb58f;
	text-decoration: none;
}

ul li.more a:visited {
	color: #cdb58f;
	text-decoration: none;
}

ul li.more a:hover {
	color: #746d4f;
}

ul ul {
	margin-left: .8em;
	margin-bottom: .6em;
	font-size: .8em;
}

ol {
	margin: 1em 0em 1.3em 1.7em;
	padding: 0em 0em 0em 1.7em;
}

ol li {
	margin: 0em 0em .5em;
	padding: 0px;
}


/* = TABLES
-------------------------------------------------*/

table {
	margin-top:1.3em;
	margin-bottom:1.3em;
}


table td,
table th {
	color: #666666;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
}

table th {
	text-align: left;
}

table.datatable {}

table.datatable td {
	color: #666666;
	font-size: 12px;
	border-top: solid #ddd 1px;
	
}

table.datatable th {
	text-align: left;
	font-size: 1.1em;
	padding-top: 9px;
	padding-bottom: 4px;
}


table.contact-table td, 
table.contact-table th {
padding-right:0px;
padding-left:7px;
text-align:left;
}

table.contact-table td {
border-right: 1px solid #ddd;
}

table.contact-table td.last {
border-right: none;
}



/* = LINKS
-------------------------------------------------*/

a:link, a:visited {
	color: #bc2828;
}

a:hover {
	text-decoration: none;
}


/* = IMAGES
-------------------------------------------------*/
a img {
	border: 0px;
}

img.left {
	margin: 0px 15px 5px 0px;
	padding: 6px;
	border: 1px solid #cbcbcb;
	float: left;
}

img.right {
	margin: 0px 0px 5px 15px;
	padding: 6px;
	border: 1px solid #cbcbcb;
	float: right;
}

img.border {
	padding: 6px;
	border: 1px solid #cbcbcb;
}

div.divider {
	border-bottom: 5px solid #d1d1d1;

}

/* = FORMATTING
-------------------------------------------------*/
.small { font-size: 10px; }

/* = CLEAR
-------------------------------------------------*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.clear span {
	position: absolute;
	left: -9999em;
}


/* = UTILITIES
-------------------------------------------------*/

.hide,
.hidden,
a span {
	position: absolute;
	left: -9999em;
	display: none;
}

