html, body, div, h1, p, img, td, tr, table {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

html {
	height: 100%;
	background-color:#ccc;
}

body {
	font: 10px/16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	
  text-align:center;
  background-color:#ccc;
  height: 100%;
}

#container {
	height: 100% auto;
	background: #fff; 
	margin: 0px auto;
	border: #fff 8px solid;
	/*position: relative; text-align: left; width: 750px*/
	text-align: left; width: 750px;
}

/* <Navigation styles> */
#topNav {
	width:750px;
	height:150px;
	background: url(../images/banner.jpg) no-repeat;
}

#navlistDiv {
}

ul#navlist {
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	
	position:absolute;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:750px;
	background-color: #000000;
	font: 13px/24px Arial, sans-serif;
	font-weight:bold;
}

ul#navlist li { 
	display: inline; 
}

ul#navlist li a {
	float: left;
	color: #fff;
	background-color: #000000;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid #fff;
}

ul#navlist li a:hover {
	background-color: #cccccc;
	color: #000;
}
/* </Navigation styles> */

.section {
	padding-top: 8px;
}

.headerBg {
	padding-left: 8px;
	height:48px;
	background: url(../images/header_bg.jpg) no-repeat;
}

.headerText {
	font-size:24px;
	line-height:48px; /* same height as the div */
	color:#657378;
}

.sectionBlock {
	width: 280px;
	padding-bottom:8px;
}

.sectionTitle {
	font-size:16px;
	line-height:24px; /* same height as the div */
	color:#657378;
}

.content {
	padding-left: 8px;
	padding-right: 0px;
}

.lineBreak {
	margin-top:8px;
	border-top:1px solid #ccc;
}

.thumbImgContainer {
	padding:5px;
	width:50px;
	height:50px;
	border:1px solid #ccc;
}

.thumbDescContainer {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	height:56px;
	* height:58px; 
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.gap {
	padding-top:50px;
}

#footer {
	background-color: #ddd;
	text-align: center;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #636563;
}

div#footer span.disclaimer {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size : 10px;
	color : #016bfc;
}

#emailMask {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url('../images/blocker.png');
	width:100%;
	height:100% auto;
	z-index:100;
	visibility:hidden;
}

#emailDiv {
	position:absolute;
	top:50px;
	left:195px;
	visibility:hidden;
	width:360px;
	height:240px;
	z-index:101;
}