@charset "utf-8";

/*
	Reset Styles
*/
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;
}

a, table,img {
	border: none;
	border-collapse: collapse;
}

/*
	Main Styles
*/
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat-x #404040;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #121212;
}

td {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #121212;
	text-align:left;
}

p {
	margin-bottom: 12px;	
}

a:link {
	color: #305e30;
	text-decoration: none;
}

a:visited {
	color: #305e30;
	text-decoration: none;
}

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

a:active  {
	color: #305e30;
	text-decoration: none;
}

h1 {
	color: #7f1519;
	font-size: 24px;
	margin-bottom: 12px;
}

h2 {
	color: #7f1519;
	font-size: 20px;
	margin-bottom: 12px;
}

h3 {
	color: #7f1519;
	font-size: 14px;
	margin-bottom: 12px;
}

h4 {
	color: #7f1519;
	font-size: 12px;
	margin-bottom: 12px;
}

hr {
	color: #d8d8d8;
	height: 1px;
	background-color: #d8d8d8;
	border: #ffffff;
}

form {
	margin: 0px;
}


ul {
	margin: 5px 0 0 15px;
	padding: 0 0 10px 0px;
} 

li {
	margin: 0;
	padding: 0;
} 



/*
	Header Styles
*/
#header { 
	background: #fff;
	height: 99px;	
	padding: 0 10px 0 20px;
}

table.headerT {
	width: 972px;
}

td.headerTTd1 {
	width: 434px;
}

td.headerTTd2 {
	width: 308px;
}

td.headerTTd3 {
	width: 230px;
	vertical-align: middle;
	text-align: center;
}

.header1 {
	float: left;
	width: 400px;
	padding: 0px;
}
.header2 {
	background: #fff;
	margin: 0 0 0 738px;
	text-align: right;
	padding: 78px 0 0 0;
}
.solutions {
	background: #404040;
	padding: 2px 12px;
	color: #fff;
}

/*
	Footer Styles
*/
#footer {
	margin: 0;
	text-align: right;
	color: #fff;
	font-size: 11px;
}

table.footerT {
	width: 776px;
}
td.footerTTd1 {
	padding-left: 10px;
	margin-left: 10px;
	width: 346px;
	color: #fff;
	font-size: 11px;
}
td.footerTTd2 {
	padding-right: 0px;
	margin-right: 0px;
	color: #fff;
	font-size: 11px;
	width: 410px;
	text-align: right;
}

/*
	General Styles
*/
.bd {
	font-weight: bold;
}

.bordo {
	color: #7f1519;
}

.sm10 {
	font-size: 10px;
}

.sm11 {
	font-size: 11px;
}

.lg13 {
	font-size: 13px;
}

.lg14 {
	font-size: 14px;
}

.lg16 {
	font-size: 16px;
}

.spacer5 {
	padding: 0px;
	margin: 0px;
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

.spacer10 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

.spacer12 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}

.marginVert10px {
	margin: 10px 0;	
}

.alignCenter {
	text-align: center;	
}

/*
	Anchor Styles
*/

a.wht:link {
	color: #fff;
	text-decoration: none;
}

a.wht:visited {
	color: #fff;
	text-decoration: none;
}

a.wht:hover {
	color: #fff;
	text-decoration: underline;
}

a.wht:active  {
	color: #fff;
	text-decoration: none;
}


a.brd:link {
	color: #7f1519;
	text-decoration: none;
}

a.brd:visited {
	color: #7f1519;
	text-decoration: none;
}

a.brd:hover {
	color: #7f1519;
	text-decoration: underline;
}

a.brd:active  {
	color: #7f1519;
	text-decoration: none;
}
