@charset "utf-8";
/* CSS Document 
dark gray = #939598;
v dark gray = #606060;
orange = #f8991d;
red = #ee3a43;
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	color:#FFFFFF;
	background-image:url(../images/background_tile.gif);
}

img {
	border:0;
}

#thepage {
	width:770px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;	
	margin-left:auto;
	margin-right:auto;
	background-color:#939598;
	margin-top:15px;
}

#navigation {
	width:770px;
	background-image:url(../images/navigation_fader.gif);
	height:28px;
	text-align:center;
}

#subnavigation {
	width:770px;
	background-image:url(../images/subnav_bg.gif);
	height:27px;
	text-align:center;
}

#subnavigation img {
	padding-left:7px;
	padding-right:7px;
}

#content {
	width:456px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	line-height:14px;
}

#imagery {
	float:right;
	width:283px;
	text-align:center;
	font-size:10px;
	border-left:1px solid #000000;
	background-color:#000000;
}

/*#footer {
	border-top:1px solid #000000;
	padding:3px;
	height:16px;
	font-size:9px;
	background-color:#000000;
	xxpadding:10px;
	font-weight:bold;
	text-align:center;
	xbackground-image:url(../images/footer_bg.gif);
	background-image:url(../images/subnav_bg.gif);
	vertical-align:middle;
}*/

#footer {
	font-size:9px;
	background-color:#606060;
	padding:10px;
	font-weight:bold;
	text-align:center;
	background-image:url(../images/footer_bg.gif);
	border-bottom:1px solid #000000;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:13px;
}

a {
	color:#f8991d;
	text-decoration:none;
	font-weight:bold;
}

p {
	margin-top:13px;
	margin-bottom:13px;
}

li { 
	list-style-image:url(../images/li_dot_dropshadow-gradient2.gif);
}

a:hover {
	text-decoration:underline;
}

.boxedletter {
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	float:left;
	width:20px;
	font-weight:bold;
	margin-right:5px;
	position:relative;
	top:-2px;
	background-image:url(../images/boxedletter_bg.gif);
	border-right:1px solid #393a3b;
	border-bottom:1px solid #393a3b;
	color:#000000;
}

.boxedletterHighlight {
	position:relative; 
	color:#FFFFFF; 
	left:-23px; 
	top:-1px; 
	font-weight:bold; 
	width:25px;
}

.thumbnailLeft {
	border:1px solid #000000;
	margin-right:22px;
	float:left;
	background-color:#000000;
	text-align:center;
	font-size:10px;
	color: #f8991d;
}

.thumbnailRight {
	border:1px solid #000000;
	float:right;
	background-color:#000000;	
	text-align:center;
	font-size:10px;
	color: #f8991d;
}

.rightfloat {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.leftfloat {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.tv {
	margin-right:auto;
	margin-left:auto;
	height:312px;
	width:419px;
	background-color:#000000;
}

.tvcontent {
	width:363px;
	float:left;
	text-align:center;
	XXheight:312px;
}

.btmblackborder { 
	border-bottom:1px solid #000000;
}

.quote {
	text-align:left;
	color:#ffcc8a;
	font-style:italic;
}

.printtitle {
	display:none;
	visibility:none;
}

input, .select, .radio, .textarea, .fileupload, .checkbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4b4f50;
}

.select, .fileupload {
	width:256px;
	border:1px solid #AAACAC;
	padding-left:3px;
}

.radio, .checkbox {
	width:15px;
}

.text, .textarea {
	width:250px;
	border:1px solid #AAACAC;
	padding-left:3px;
}

.textarea {
	height:42px;
}

@media print {
	.noprint, .req, .tv {
		display:none;
		visibility:none;
	}
	
	body {
		background-image:none;
		margin:15px;
		background-color:#939598;
	}
	
	.printtitle {
		display:block;
		visibility:visible;
	}
	
	.thumbnailleft {
		margin-right:10px;
	}	

}