﻿body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 85%;
	background-image: url(images/grungeBg.jpg);
	background-repeat: no-repeat;
	height: 700px;
}
h1 {
	width: 78%;
	margin: 0px;
	height: 90px;
	padding: 46px 0px 0px;
	text-align: left;
}
#mastHead {
	background-color: #002345;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	height: 500px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-position: right;
	text-align: right;
	margin-right: 80px;
}
h3 a {
	text-decoration: none;
	color: #FFFFFF;
}
h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.thumbnail {
	height: 139px;
	width: 158px;
	float: left;
	padding-right: 10px;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	background-color: #000000;
	padding-top: 8px;
	margin-top: 30px;
	text-align: right;
	clear: both;
}
.rightColumnField {
	overflow: auto;
	margin-bottom: 20px;
}
.rightColumnFieldB {
	overflow: auto;
}
#rightColumn {
	background-color: #002345;
	width: 78%;
	float: right;
	overflow: auto;
	margin-bottom: 30px;
}
.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.transparent_class_b {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul {
	margin-top: 5px;
	margin-bottom: 30px;
}
.bullets {
	list-style-image: none;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	color: #FFFFFF;
}
.bullets a {
	color: #FFFFFF;
	text-decoration: none;
}
.bullets a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	font-family: tahoma, geneva, sans-serif;
	font-size: 12px;
	color: #0C3459;
	padding-left: 80px;
}
h4 {
	font-size: 18px;
	color: #0C3459;
	font-family: Tahoma, Geneva, sans-serif;
	}
.subhead {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
}
.subhead a {
	color: #979797;
	text-decoration: none;
}
.subhead a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.subhead2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #0C3459;
	text-align: left;
	margin-left: 60px;
}
#pics {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#body_thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

/**form css**
/* CSS Document */

#itform {
	width: 80%;
	text-align: left;
}
form {
	padding:1em;
	border:1px solid #eee;
}
fieldset div {
	margin:5px 0 10px;
	clear:both;
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#666666;
	font-size:0.8em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:2px;
	width:15em;
	border:1px solid #c5c5c5;
	background:#c5c5c5;
	font:normal 12px Tahoma, Geneva, sans-serif;
	color: #666666;
}

input:focus {
	border-color:#c5c5c5;
	background:#B4D4Fe;
} 

input:hover {
	border-color:#c5c5c5;
	background:#B4D4Fe;
} 

textarea {
	padding:2px;
	width:15em;
	border:1px solid #c5c5c5;
	background:#c5c5c5;
	font:normal 12px Tahoma, Geneva, sans-serif;
	color: #666666;
}

input:focus {
	border-color:#CCCCCC;
	background:#B4D4Fe;
} 

textarea:hover {
	border-color:#CCCCCC;
	background:#B4D4Fe;
} 

fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.2em;
}

.email {
	width:14em;
}

.address {
	width:14em;
}

input.default {
	color:#666666;
}
br {
	margin-top:10px;
	margin-bottom:10px;
}
#submit-go {
	margin-top:1em;
	width:84px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(submit.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -32px;
}
.bodyCopy {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	line-height: 16px;
	width: 65%;
	float: left;
}
.bodyCopy a {
	color: #9FAABC;
	text-decoration: none;
}
.bodyCopy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyCopy p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
