* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EDF4F6;
	background-image: url('/images/back.jpg');
	background-position: top center;
	background-repeat: repeat-x;

	border: 0;

	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#container {
	width: 780px;
	margin: auto;
}

/* http://orderedlist.com/articles/clearing-floats-fne/ */
#wrapper {
	position: relative;
	width: 780px;
	float: left;
	background-image: url('/images/backvertical.jpg');
	background-position: 8px 0;
	background-repeat: repeat-y;
}

#footer {
	background-image: url('/images/backvertical_bottom.jpg');
	background-position: 8px bottom;
	background-repeat: no-repeat;
	height: 8px;
	clear: both;
}


a:link, a:visited {
	color: #2D5F19;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 13px;
}

a:hover, a:active {
	color: #558442;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 13px;
}

span.active
{
  color: #558442;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

a img {
	border: 1px solid #2D5F19;
}

a:link.h1, a:visited.h1, a:hover.h1, a:active.h1
{
	font-size: 17px;
}


h1 {
	font-size: 17px;
	line-height: 140%;
	clear: both;
	word-spacing: 2px;

	margin-top: 3px;
	margin-bottom: 3px;
}

h2 {
	font-size: 16px;
	line-height: 130%;
	text-indent: 5px;
	clear: both;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	text-indent: 10px;
	clear: both;

	margin-top: 1px;
	margin-bottom: 1px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	text-indent: 10px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
}

p {
	margin: 5px 5px 10px 15px;
}

p.atLine {
	margin: 5px 5px 10px 0;
}

ul, ol {
	margin: 5px 5px 10px 30px;
}

ul.atLine {
  margin: 0 5px 10px 20px;
  color: #777777;
}

ul.csv {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.csv li {
	display: inline;
	margin-right: 1px;
	/* white-space: nowrap; */
}


ul.clean {
	list-style-image: none;
	list-style-type: none;
	margin: 5px 3px 10px 5px;
	padding: 0;
}

ul.horizontal
{
	margin: 5px;
}

ul.horizontal li
{
	display: inline;
	margin-right:5px;
}




dl {
	margin-top: 5px;
	margin-bottom: 10px;
}

dt {

}

dd {
	margin-left: 10px;
}


table {
	border-collapse: collapse;
	margin: 5px 0 5px 0;
}

thead tr:last-child th {
	padding-bottom: 7px;
}

tfoot tr:first-child td {
	padding-top: 3px;
}

th {
	line-height: 100%;
}


tbody.zebra tr:nth-child(odd) {
	background-color: #F0F5EE;
}

tbody.zebra tr:nth-child(even) {
	background-color: #DEECD9;
}



strong.highlight {
	background-color: #DBEAF0;
}

strike {
	color: #777777;
}


/* CLASSES */



.helpBoxContainer {
	position:absolute;
	z-index:100;
	right:20px;
	padding:3px;
	text-align:right;
}

.helpBoxContainer a:link, .helpBoxContainer a:visited {
	color: #628ABA;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 13px;
}

.helpBoxContainer a:hover, .helpBoxContainer a:active {
	color: #719DCD;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 13px;
}

.helpBox {
	background-color: #E9EFF2;
	border: 1px solid #BAD1DA;
	margin: 4px 0 8px 16px;
	padding: 3px 4px 3px 0px;
	text-align:left;
}

.small {
	font-size: 10px;
	line-height: 100%;
}

.right {
	text-align: right;
}

.red {
	color: #AA1E02;
}

.lightGray {
	color: #CCCCCC;
}

.gray {
	color: #777777;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.noFloat {
	float: none !important;
}

#creditCardLogos ul
{
  margin: 0;
  padding: 0;
}

#creditCardLogos ul li
{
  display: inline;
  margin-right: 2px;
}

#creditCardLogos img
{
  margin: 0 !important;
  padding: 0 !important;
}


blockquote
{
  margin-left: 15px;
}

