@charset "utf-8";
html, body {
	height:100%;
	padding:0;
	margin:0;
	background-color: #8A8A8A;
	margin-bottom: 1px;
	min-width:600px;
}


.container {
	min-width:600px;
}

img {
border:0
}
.header {
	background-image: url(../../images/headerbg.gif);
	background-repeat: repeat-x;
	height: 111px;
	min-width: 600px;
}

.header .logo {
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	left: 30px;
	top: 10px;
	height: 62px;
	width: 295px;
	position: absolute;
}
.header .tagline {
	background-image: url(../../images/tagline.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	height:57px;
	width: 272px;
	right: 22%;
	margin-right: -136px;
}
.printheader {
	display:none;
}
.pagecontent {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
.navline {
	position: absolute;
	top: 85px;
	width: 100%;
	height: 28px;
	left: 0px;
}
.navline ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 1px;
}
.navline li {
	float: left;
}
.navline li a {
	height: 1em;
	line-height: normal;
	float: left;
	width: 7em;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #E6E6E6;
	
}
.navline li a:visited {
	text-decoration:none;
}
.navline li a:hover {
	text-decoration:underline;
}
.navline li a:active {
	text-decoration:none;
}

.navtelno {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #E6E6E6;
	float:right;
	right:3%;
		
}

/* Hide from IE5-Mac \*/
.navline li a
{
float: none
}
/* End hide */

.input-button {
	background-image: url(../../images/form-button-bg.gif);
	background-position: right bottom;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #25334d;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}

.input-button:hover 
{
	color: #427EBD;
}
.pagebreak {
	display:none;
}
#lightbox{
	display:none;
	position: absolute;
	top:20%;
	left:50%;
	z-index:9999;
	width:815px;
	height:475px;
	margin-left:-410px;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}
#overlay[id]{
	position:fixed;
}	

.container .pagecontent  a { text-decoration: none; }

