/* FooterStickAlt ******************************/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
}
#nonFooter {
	position: relative;
	min-height: 100%;
	width: 995px;
}
* html #nonFooter {
	height: 100%;
}

#nonFooterContent {
	padding-bottom: 35px;
	width: 995px;
}

#footer {
	clear: both;
	margin-top: -33px;
	width: 995px;
	position: relative;
}


/* Site styles *********************************/
body {
	font-size: 12px;
	margin: 0px;
}
td {
	font-size: 12px;
}

body,
div,
td, th {
	font-family: Arial, Helvetica, sans-serif;
	
}

a,
a :visited{
	color: #fd7749;
	text-decoration: none;
}
a:hover {
	color: #fd7749;
	text-decoration: underline;
}

big {
	font-size: 14px;
}
small {
	font-size: 11px;
}

#header {
	font-size: 11px;
	height: 75px;
	margin: 0px;
	padding-top: 20px;
}

#header a {
	font-weight: bold;
}

#footer {
	font-size: 11px;
	height: 32px;
}

.footerLegal {
	padding: 0px 12px;
	text-align: justify;
}

.brandLinks {
	text-align: center;
}

.gutterWrapper {
	float: left;
	width: 175px;
}

.masterWrapper {
	float: right;
	width: 771px;
}

.rowWrapper {
	clear: both;
}

.column1{
	float:left;
	padding-bottom: 35px;
	width: 510px;
}
.column2 {
	float:right;
	padding-bottom: 35px;
	width: 240px;
}

.clear-all {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

ul.navi1 {
	list-style-type: none;
	margin: 0px;
	padding: 11px 0px 0px;
}
ul.navi1 li {
	float: left;
	font-size: 13px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px;
	white-space: nowrap;
}
ul.navi1 li a,
ul.navi1 li a :visited {
	color: #5b7582;
	font-weight: bold;
	text-decoration: none;
}
ul.navi1 li a:hover {
	color: #fd7749;
	text-decoration: underline;
}
ul.navi1 li.hilight a,
ul.navi1 li.hilight a :visited {
	color: #fd7749;
}
