html, body, div {
    margin: 0px;
    padding: 0px;
}

html {
	height: 100%;
	overflow-y: scroll;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}
.footer, .push {
	height: 60px;
}

/*--Column Styles--*/
ul.columns {
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.columns li {
	width: 40px;
	float: right; display: inline;
	margin: 0px; padding: 0;
	position: relative;
}
ul.columns li:hover {z-index: 99;}

/*--Thumbnail Styles--*/
ul.columns li img {
	position: relative;
}
ul.columns li:hover img{
	z-index: 999;
}

/*--Details Style--*/
ul.columns li .info {
	position: absolute;
	background-image:url(images/infobox.png);
	background-position:center;
	background-repeat:no-repeat;
	left: -285px; top: -20px;
	padding: 10px;
	width: 294px;
	height:171px;
	display: none;
	font-size: 10px;
}
ul.columns li:hover .info {display: block;}

ul.columns li h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px 0;
}
ul.columns li p {padding: 18px 20px 20px; margin: 0; font-size: 10px; text-align:left;}

body {
	font-family: Arial;
	font-size: 12px;
	color: #E5E5E5;
	height: 100%;
}

.mobilebody {
	font-family: Arial;
	font-size: 16px;
	color: #E5E5E5;
}

p.navs {
	margin-top:4px;
	margin-bottom:8px;
}

p.headermargin {
	margin-bottom:4px;	
}

p.headerptext {
	margin-top:8px;	
}

a:link, a:visited, a:active {
	color:#FFF;
}

a:hover {
	color:#CCC;
	text-decoration:none;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	color: #FFF;
	text-decoration:none;	
}

.subfont {
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14;
	font-weight: bold;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight:normal;
	color: #FFF;
}

h2, h3, h4, h5, h6 {	
	font-family: Arial;
	font-size: 18px;
	font-weight:normal;
	color: #FFF;
}

ul.extraspace li {
	padding-bottom:4px;
}

.pageheadertextwhite {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
}

.headertext {
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	color: #FFF;
}

.subheadertext {
	font-family: Arial;
	font-size: 18px;
	color: #0059B3;
}

.doctitletext {
	font-family: Arial;
	font-size: 14px;
	color: #0059B3;
}

.linktext {
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #FFF;
}

.linktexton {
	font-family: Arial;
	font-size: 16px;
	color: #039;
}

.bodytext {
	font-family: Arial;
	font-size: 12px;
	color:#CCC;
}

.bodytextgrey {
	font-family: Arial;
	font-size: 12px;
	color: #666;
}

.sidenavtext {
	font-family: Arial;
	font-size: 11px;
	text-align:left;
}

.highlighttext {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #F60;
}

.quotetext {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #016DB8;
}

.quotesmalltext {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #016DB8;
}

.alerttext {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}

.captiontext {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.captiontextwhite {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
}

.captionalerttext {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	font-weight:bold;
}

table.listing tr.d0 td {
	border:1px solid #CADFF4;
	background: #F5FAFE;
}

table.listing tr.d1 td {
	border:1px solid #CADFF4;
	background: #E4EFFA;
}

table.listing tr.d2 td {
	border:1px solid #FFF;
	background: #FFF;
}

table.listing td.blue {
	border:1px solid #CADFF4;
	background: #F5FAFE;
}

table.listing td.blank {
	border:1px solid #FFF;
	background: #FFF;
}

p.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative;
}

p.label_checkbox_pair input {
	left: -3px;
	position: absolute;
	top: -3px;
}

p.label_checkbox_pair label {
  display: block;
  margin-left: 22px;
  width: 600px;
}

#footer {	
	z-index:5;
	width:100%;
	position:fixed;	
	bottom:0px;
}
