/* PAGE STRUCTURE */

body { min-width: 780px; }
#page { width: 100%; }
#pageHeader, #pageBody, #pageFooter { margin: 0 auto; }
#pageBody { width: 780px; }
#pageHeader, #pageFooter { width: 100%; }
#nav { position: absolute; width: 780px; left: 50%; top: 0; margin-left: -390px; z-index: 9999; }

#pageHeader { height: 116px; }
#pageBody { min-height: 100%; }
#pageFooter { height: 110px; }



/* PAGE BODY / HEADER / FOOTER */

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #001934;
	background: #e9e9e9 url(../../images/bg/browser.jpg) center 116px repeat-x;
}
#pageHeader {
	background: #fff url(../../images/bg/pageheader.jpg) repeat-x;
}
#pageBody {
}
#pageFooter {
	background: #d3d3d3 url(../../images/bg/pagefooter.jpg) repeat-x;
	padding-top: 55px;
}

#pageHeader img.logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -390px;
}

#pageFooter p {
	font-size: 90%;
	text-align: center;
}



#nav h2, #nav h3 { display: none; }



/* GENERAL VISUAL STYLING */

p {
	line-height: 1.25em;
	margin-bottom: 1em;
}

a {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #39f;
}

a.pdf {
	padding-right: 16px !important;
	background: url(../../images/btn/pdf-icon.gif) right 1px no-repeat;
}
a.exp {
	padding-left: 32px !important;
	background: url(../../images/btn/dn.gif) 10px 0px no-repeat;
}
a.exp.open {
	background: url(../../images/btn/up.gif) 10px 0px no-repeat;
}

a.vid { display: block; position: relative; }
a.vid img {
	border: 1px solid #999;
	padding: 1px;
	position: relative;
	left: -2px;
}
a.vid:hover img {
	border: 1px solid #39f;
}
a.vid span.ico {
	position: absolute;
	display: block;
	width: 72px;
	height: 54px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -27px;
	overflow: hidden;
	background: url(../../images/btn/vid.png) no-repeat;
}
a.vid:hover span.ico {
	background-position: 0 -100px;
}
.pp_overlay { background-color: #0a223d !important; }



/* SINGLE-IMAGE ROLLOVER BUTTONS (100px v offset) */

a.btn, input.btn {
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
a.btn:hover, input.btn:hover {
	background-position: 0 -100px !important;
}



/* CUFON ADJUSTMENTS */

.cufon-active .cufon {
	position: relative;
	top: 2px;
}
