body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #112C69;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000 url(../images/content_bg.png) repeat-x top;
	overflow: hidden;
}
.oneColLiqCtrHdr #header {
	margin: 0 auto;
	width: 900px;
	height: 130px;
	background: url(../images/header_bg.png) no-repeat center;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainPhoto {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: transparent;
	padding: 33px 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #mainContent {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: transparent;
	padding: 40px 0 50px 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #112C69;
	color: #FFFFFF;
	font: 9px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 900px;
	height: 150px;
	background: url(../images/footer_bg.png) no-repeat top left;
	clear: both;
}
.oneColLiqCtrHdr #footer #links {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #footer #address {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #63a8ed;
}
.oneColLiqCtrHdr #footer a, .oneColLiqCtrHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#hat, #hat a {
color: #fff;
font-size: 11px;
}
img.float_left {
	float: left;
	margin: 30px 10px;
}
img.float_right {
	float: right;
	margin: 30px 10px;
}
.dropnav {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 30px;
	position: relative;
	top: 468px;
	left: 50px;
	font-size: 11px;
	margin: 0;
	background: transparent;
	z-index: 100;
	text-align: left;
	float: left;
}
.dropnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.dropnav ul li {
	float: left;
	width: 155px;
	margin-right: 5px;
}
.dropnav ul li a, .dropnav ul li a:visited {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	height: 60px;
	line-height: 30px;
	color: #FFFFFF;
	background: url(../images/bg-corner.png) top right no-repeat;
}
.dropnav table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.dropnav ul li ul {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
}
.dropnav ul li:hover a, .dropnav ul li a:hover {
	color: #FFFFFF;
	background: url(../images/bg-corner.png) bottom right no-repeat;
}
.dropnav ul li:hover ul, .dropnav ul li a:hover ul {
	visibility: visible;
	width: 795px;
	background: url(../images/bg-subnav.png) repeat-x;
	color: #FFFFFF;
}
.dropnav ul li:hover ul li ul, .dropnav ul li a:hover ul li a ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 30px;
}
.dropnav ul li:hover ul li a, .dropnav ul li a:hover ul li a {
	display: block;
	background: url(../images/bg-corner_subnav.png) bottom right no-repeat;
	color: #63a8ed;
}
.dropnav ul li:hover ul li a:hover, .dropnav ul li a:hover ul li a:hover {
	background: url(../images/bg-corner_subnav.png) top right no-repeat;
	color: #FFFFFF;
}
h2 {
	color: #63a8ed;
}
.contactType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 120px;
	color: #63a8ed;
	text-align: left;
}
.contactDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

/* mainnav */

#nav_container {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 30px;
	position: relative;
	top: 468px;
	left: 50px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 100;
	text-align: left;
	float: left;
}
#mainnav {
}
ul#mainnavlinks {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul#mainnavlinks li {
	
	float: left;
	width: 128px;
	margin-right: 5px;
}
ul#mainnavlinks li a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: url(../images/bg-corner.png) top right no-repeat;
}
ul#mainnavlinks li a:hover {
	color: #FFFFFF;
	background: url(../images/bg-corner.png) bottom right no-repeat;
}


/* subnav */

.navlinks {
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
}
.navlinks.active {
	display: block;
}
.subnav {
	float: left;
	visibility: visible;
	width: 795px;
	height:30px;
	overflow:hidden;
	background: url(../images/bg-subnav.png) top repeat-x;
	color: #FFFFFF;
}
ul.subnavlinks {
	margin-top: 0;
	margin-left:0;
	margin-right: 0;
	padding: 0;
	float: left;
}
ul.subnavlinks li {
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;
}
ul.subnavlinks li a {
	padding: 8px;
	height: 30px;
	text-decoration: none;
	display: block;
	background: url(../images/bg-corner_subnav_wide.png) top right no-repeat;
	color: #63a8ed;
}
ul.subnavlinks li a:hover {
	text-decoration: none;
	background: url(../images/bg-corner_subnav_wide.png) top left no-repeat;
	color: #FFFFFF;
}
#mainContent.home {
	overflow: hidden;
}
#mainContent #leftCol {
	float: left;
	width: 400px;
}
#mainContent #rightCol {
	float: right;
	width: 400px;
}
#mainContent #rightCol #callout {
	background: url(../images/60th-bg.jpg) 0 0 no-repeat;
	width: 380px;
	height: 189px;
	float: right;
	margin: 20px 4px 0 0;
	position: relative;
}
#mainContent #rightCol #callout .content {
	padding-left: 120px;
	padding-right: 16px;
	font-size: 11px;
}
#mainContent #rightCol #callout h2 {
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 20px 0 0 0;
}
#mainContent #rightCol #callout ul.buttons {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 7px;
	left: 18px;
}
#mainContent #rightCol #callout ul.buttons li {
	float: left;
}
#mainContent #rightCol #callout ul.buttons li a {
	display: block;
	height: 38px;
	width: 173px;
	text-indent: -9999em;
}
#mainContent #rightCol #callout ul.buttons li.pdf a {
	background: url(../images/60th-buttons.png) 0 0 no-repeat;
}
#mainContent #rightCol #callout ul.buttons li.ebook a {
	background: url(../images/60th-buttons.png) -173px 0 no-repeat;
}
#mainContent #rightCol #callout .disclaimer {
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 10px;
}