/* Global Styles */

/* ============================================================= */
/* Default Styles */
/* ============================================================= */

body {
	background: url(../images/bkg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin:0px;
}

p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

ul {
	padding: 0px 0px 0px 36px;
	margin: 0px auto 12px auto;
	list-style-type: square;
}

li {
	color: #000000;
	margin: 6px 0px 6px 0px;
}

h1 {
	font-size: 18px;
	color: #000066;
	padding: 0px;
	margin: 12px 0px 24px 0px;
	line-height: 21px;
}

h2 {
	font-size: 14px;
	color: #000066;
	padding: 0px;
	margin: 12px 0px 6px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 18px 0px 0px 0px;
}

h4 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	padding: 0px;
	margin: 0px 6px 0px 0px;
}

form {
	font-size: 10px;
	color: #666666;
}

a:link, a:active, a:visited, a:hover {
	color: #000066;
	text-decoration: underline;
}

/* ID Styles */

#sidebarHeader {
	padding: 0px 4px 14px 4px;
}

#logo {
	font-size: 18px;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
}

#tagline {
	font-size: 12px;
	line-height:18px;
	letter-spacing:.4em;
	}

/* ============================================================= */
/* Context-specific Styles */
/* ============================================================= */

.hp_overview h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 8px;
}

.highlights h2 {
	text-align: center;
	padding: 0px;
	margin: 6px 0px 6px 0px;
	color: #fff;
}

.highlights .hghlt_light {
	color: #000;
}

.highlights p {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	margin: 3px 10px 9px 10px;
}

.pagebody img {
	float: right;
	margin: 0px 0px 5px 15px;
}
.pagebody img.floatleft {
	float: left;
	
	margin: 0px 15px 5px 0px;
	
}

.equiptable hr {
	height: 1px;
	color: #666666;
}

/* ============================================================= */
/* Class Styles */
/* ============================================================= */

.hp_overview {
	padding: 15px;
}

.quote {
	font-weight: bold;
	font-style: italic;
	color: #666;
}

.sidebar .quote {
	font-size: 14px;
	line-height: 18px;
	color: #999;
}

.quote_attr {
	font-weight: bold;
	text-align: right;
}

.questions {
	font-size: 13px;
	font-weight: bold;
	padding-right: 45px;
}

.questions a:link, .questions a:active, .questions a:visited {
	color: #000;
	text-decoration: none;
}

.questions a:hover {
	color: #000;
	text-decoration: underline;
}

.bodyLink {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}

.title1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.title3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
}

.bodyText4 {
	font-size: 12px;
	color: #333333;
}

.nav_BLK {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.bodyTextWHT {
	font-size: 12px;
	color: #FFFFFF;
}

.contactinfo {
	margin-left: 35px;
	margin-top: 6px;
}

.contactinfo b {
	font-weight: bold;
	width: 65px;
	float: left;
}

.contactinfo span {
	margin-left: 10px;
	text-align: right;
}

.caption {
	font-size: 10pt;
	font-style: italic;
	color: #666;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/* ============================================================= */
/* Structural / Layout Styles */
/* ============================================================= */

.layout {
	border: 2px #000 solid;
}

.hp_rightcol {
	background: url(../images/angleback_home.jpg) top right no-repeat;
}

.footer {
	padding: 8px 35px 8px 25px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}

.footer .footer_text {
	float: right;
	margin-right: 75px;
}

.bodyback {
	background: url(../images/angleback_secondary.jpg) top right no-repeat;
}

.sidebar {
	padding: 20px 10px 10px 20px;
	border-right: 1px #666 solid;
}
.rightsidebar {
	padding: 20px 10px 10px 20px;
	border-left: 1px #666 solid;
}

.pagebody {
	padding: 10px 20px 10px 30px;
}

.sidenav {
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.sidenav li {
	background-color: #ccc;
	background-image: url(../images/sidenav_arrow.jpg);
	background-position: left middle;
	background-repeat: no-repeat;
	width: 175px;
	height: 18px;
	margin-bottom: 6px;
	padding: 3px 5px 3px 15px;
	border: thin #000066 solid;
}
.rightsidenav li {
	background-color: #ccc;
	background-image: url(../images/sidenav_arrow.jpg);
	background-position: left middle;
	background-repeat: no-repeat;
	width: 154px;
	height: 18px;
	margin-bottom: 6px;
	padding: 3px 5px 3px 15px;
	border: thin #000066 solid;
}

.sidenav a:link, .sidenav a:active, .sidenav a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.rightsidenav a:link, .rightsidenav a:active, .rightsidenav a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.sidenav a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.rightsidenav a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.uppernav {
	background: #ccc;
}

.globalnav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.globalnav li {
	background: url(../images/slash.jpg) bottom right no-repeat;
	display: inline-block;
	text-align: center;
	float: left;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

.globalnav .lastnav {
	background: none;
}

.globalnav li a:link, .globalnav li a:active, .globalnav li a:visited, .globalnav li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 25px;
}

.globalnav .lastnav a:link, .globalnav .lastnav a:active, .globalnav .lastnav a:visited, .globalnav .lastnav a:hover {
	padding-right: 11px;
}

.globalnav li a:hover {
	text-decoration: underline;
}

.utilitybar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.utilitybar li {
	display: inline-block;
	text-align: center;
	float: right;
	margin: 0px;
	padding: 0px;
}

.utilitybar li a:link, .utilitybar li a:active, .utilitybar li a:visited {
	display: inline-block;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 3px;
}

.utilitybar li a:link, .utilitybar li a:active, .utilitybar li a:visited {
	background: url(../images/utilitybutton_up.jpg) top right no-repeat;
	width: 82px;
}

.utilitybar li a:hover {
	background: url(../images/utilitybutton_down.jpg) top right no-repeat;
	width: 82px;
}

.utilitybar .homebtn a:link, .utilitybar .homebtn a:active, .utilitybar .homebtn a:visited {
	background: url(../images/utilitybutton_first_up.jpg) top right no-repeat;
	width: 72px;
	padding-left: 15px;
}

.utilitybar .homebtn a:hover {
	background: url(../images/utilitybutton_first_down.jpg) top right no-repeat;
	width: 72px;
	padding-left: 15px;
}

.flashbuttons {
	position: absolute;
/*	top: 92px;
	left: 600px;
	margin-left: -375px; */
	z-index: 1;
	width: 950px;
}

.flash {
	position: absolute;
/*	top: 92px;
	left: 50%;
	margin-left: -375px; */
	background-image: url(images/placeholder_banner.jpg);
}

.gallery_thumb {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.gallery_thumb li {
	display: inline;
	padding: 0px;
	margin: 3px;
}

.pagebody .gallery_thumb img {
	float: none;
	padding: 0px;
	margin: 0px;
}

.photonav_prev {
	float: left;
}

.photonav_index {
	text-align: center;
}

.photonav_next {
	float: right;
}

.clearfloat {
	clear: both;
}

.gallery_img {
	text-align: center;
}

.gallery_img img {
	float: none;
	padding: 0px;
	margin: 0px;
}

.gallery_caption {
	text-align: center;
	font-style: italic;
}

.image_link {
	margin-top: 50px;
}

