* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: "lucida sans",Arial,Helvetica,Sans-Serif;
	font-size: 80%;
	color: #FFF;
	background-color: #555;
}

div.htmlCheckBoxList {
	width: 225px;
	height: 75px;
	padding: 3px;
	overflow: auto;
	border: 1px solid rgb(92, 128, 156);
}

* html div.htmlCheckBoxList {
	margin: 0;
}

* html div.htmlCheckBoxList input {
	border: 0;
	margin: 0;
	padding: 0;
}

p.longText {
	margin: 15px 0;
	padding: 0;
}

h2 {
	font-family: "Century Gothic",Verdana,Arial,Sans-Serif;
	color: #EEE;
	font-size: 1.5em;
	font-weight:  normal;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFF;
}

h4 {
	font-size: 1.1em;
}

h5 {
	color: #EEE;
	font-size: 1em;
	margin-top: 5px;
}

h1,h3,h4 {
	color: #EEE;
	padding: 5px 0;
	margin: 5px 0;
}

table {
	background-color: #000;
}

td {
	color: #FFF;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	font-weight: normal;
	font-family: "lucida sans",Arial,Helvetica,Sans-Serif;
	padding: 2px;
}

td.right {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

th {
	background-color: #000;
	border-bottom: 1px solid rgb(192, 192, 192);
	color: #FFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	font-weight: bold;
	font-family: "lucida sans",Arial,Helvetica,Sans-Serif;
}

ul {
	margin: 15px;
}

p {
	margin: 10px 10px 10px 0;
}

div#outer {
	position: relative;
	margin: 0 auto;
	text-align: center;
	/* Body is text-align: center for IE centering of body */
	width: 100%;
	color: #EEE;
	background-color: #555;
}

div#contentdiv{
	clear: both;
	margin: 10px;
	padding: 0;
	text-align: center;
}

div#maincontent {
	margin: 0 auto;
	text-align: left;
	z-index: 15;
	margin: 10px;
}

div#textContent {
	margin: 10px;
	text-align: left;
}

div#footersection {
	margin: 0 auto;
	width: 97%;
	border-top: 2px solid rgb(210, 120, 56);
	height: 75px;
	background-color: #555;
}

div#footersection p {
	margin-left: 15%;
	text-align: center;
	font-size: 1.25em;
}

dl.formDisplay {
	margin: 10px 0;
}

dl.formDisplay dt {
	padding: 3px;
	margin: 0;
	color: #EEE;
	font-weight: bold;
}

dl.formDisplay dd {
	margin-left: 125px;
}

input,textarea { /*color: #115E94;*/
	padding: 2px;
	margin: 3px;
	color: #EEE;
	font-family: "lucida sans",Arial,Helvetica,Sans-Serif;
	font-size: 1em;
	border: 1px solid rgb(92, 128, 156);
}

select {
	padding: 2px 0;
	margin: 3px;
	color: #EEE;
	font-family: "lucida sans",Arial,Helvetica,Sans-Serif;
	font-size: 1em;
	border: 1px solid rgb(92, 128, 156);
}

.formLabel {
	font-weight: bold;
	color: #EEE;
}

input.fullWidth,textarea.fullWidth,select.fullWidth {
	/* for some reason, 100% will truncate right edge */
	width: 95%;
}

input.checkbox,input.radio,input.image {
	border-style: none;
}

div.messages {
	color: black;
	margin: 10px;
	padding: 2px 2px 2px 15px;
}

div#messageserrors {
	border: 1px solid #F00;
	background-color: rgb(255, 220, 220);
}

div#messagesinfo {
	border: 1px solid #00F;
	background-color: rgb(220, 220, 255);
}

div#messageswarnings {
	border: 1px solid yellow;
	background-color: rgb(255, 255, 220);
}

a {
	color: #EEE;
	font-size: 1em;
	text-decoration: none;
	font-family: "lucida sans",Arial,Helvetica,Sans-Serif;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #CCC;
}

a.traditionalLink {
	font-weight: normal;
}

a.traditionalLink:link,a.traditionalLink:visited {
	text-decoration: underline;
}

a.traditionalLink:hover,a.traditionalLink:active {
	text-decoration: none;
}

a.external {
	padding-right: 10px;
	background: url('/images/external.gif') no-repeat 100% 25%;
}

a.externalWhite {
	padding-right: 10px;
	background: url('/images/externalWhite.gif') no-repeat 100% 25%;
}

div#loginStatus, div#menuContent {
	position: absolute;
	right: 10px;
	margin-bottom: 10px;
	font-size: .75em;
	background-color: transparent;
}

div#loginStatus a, div#menuContent a {
	font-weight: normal;
}

div#menuContent{
	padding: 0;
	margin: 0;
	top: 100px;
}

* html div#menuContent{
	top: 85px;
}

ul.userMenu, ul.menu{
	list-style-type: none;
	max-width: 500px;
}

* html ul.menu{
	width: 500px;
}

ul.userMenu li, ul.menu li{
	text-align: right;
	display: block;
	float: left;
	padding: 0 5px;
}

ul.userMenu li a{
	text-decoration: underline;
	display: block;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul.menu li a {
	padding: 0 7px;
	display: block;
	font-style: italic;
	text-decoration: none;
	font-size: 1.75em;
	white-space: nowrap;
}


ul.buttons {
	font-size: 1em;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

ul.buttons li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.buttons li a {
	padding: 5px;
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-image: url('/images/linkbg.jpg');
	white-space: nowrap;
	border: 1px solid rgb(192, 192, 192);
}

ul.buttons li a:link,ul.buttons li a:visited,
ul.buttons li.current a:link,ul.buttons li.current a:visited {
	color: #000
}

a.button {
	color: #000;
	padding: 5px 15px 5px 15px;
	border: 1px solid rgb(192, 192, 192);
	background-image: url('/images/linkbg.jpg');
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.button:link,a.button:visited {
	color: #000;
}

a.button:hover,a.button:active {
	color: #000;
}

ul.menu li.menuon a {
	color: #FFF;
}

div.aMessage {
	color: rgb(64, 92, 128);
}

.errorMessage {
	color: rgb(192, 0, 0);
}

.errorMessageBold {
	color: rgb(192, 0, 0);
	font-weight: bold;
	font-size: 1.1em;
}

div#confirmPopUp {
	font-weight: bold;
	border: 1px solid rgb(192, 192, 192);
	background: #FFF url(/images/titleBackground.jpg) top repeat-x;
	position: absolute;
	display: none;
	overflow: auto;
	text-align: center;
	z-index: 75;
	padding: 5px 10px 25px 10px;
}

div#confirmPopUpTitle {
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	padding: 2px;
	color: rgb(64, 92, 128);
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

div#confirmPopUpText {
	text-align: center;
	margin: 15px;
}

p#confirmButton div {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	border: 1px solid red;
}

div#confirmButtonsDiv a {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid rgb(152, 152, 152);
	background-image: url('/images/linkbg.jpg');
	width: 50px;
}

div#messagePopUp {
	font-weight: bold;
	border: 1px solid rgb(192, 192, 192);
	background: #FFF url(/images/titleBackground.jpg) top repeat-x;
	position: absolute;
	display: none;
	overflow: auto;
	text-align: center;
	z-index: 75;
	padding: 5px 10px 25px 10px;
}

div#messagePopUpTitle {
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	padding: 2px;
	color: rgb(64, 92, 128);
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

div#messagePopUpText {
	text-align: center;
	margin: 15px;
}

p#messageCloseButton {
	width: 75px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

p#messageCloseButton a {
	display: block;
	padding: 5px;
	border: 1px solid rgb(152, 152, 152);
	background-image: url('/images/linkbg.jpg');
	width: 50px;
}

div#requestInfoText {
	padding: 5px;
}

p.contact {
	width: 95%;
	margin: 15px 0 0 15px;
	float: left;
}

div#pagebanner {
	padding: 15px;
	background-color: #999;
	background-image: url(/images/capture_logo.png);
	background-position: 25px 25px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	height: 125px;
}

ul.dropdown{
	border: 1px solid #FFF;
	list-style-type: none;
}

ul.dropdown li{
	padding: 5px;
	background-color: #8888DD;	
	border-bottom: 1px solid #FFF;
}

ul.dropdown li a{
	color: #FFF;
	font-size: .85em;
	text-align: left;
	width: 95px;
	display: block;
}

/* Home Page */

div#slideshowContainer{
	float: left;	
	padding: 10px;
	width: 75%; 
	overflow: hidden;
}

ul#slides {
	list-style-type: none;
}

ul#slides li {
	text-align: center;
	overflow: hidden;
	display: none;
}

ul#slides li img{
	height: 450px;
	margin: auto;
}

span#pageSelector{
	text-decoration: underline;
	font-weight: bold;
}

div#pagesDropdown{
	width: 200px;
	border: 1px solid white;
	background-color: black;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	display: block;
}

div#pageLinks{
	padding: 8px;
}

div#pageLinks span a{
	margin: 2px;
	text-decoration: underline;
}

div#thumbs{
	width: 20%;
	float: left;
}

div#thumbs div{
	margin: 2px;
	float: left;
	width: 95px;
	height: 95px;
	border: 1px solid white;
	overflow: hidden;
	text-align: center;
}

div#thumbs div a{
	margin: auto;
}

div#thumbs div a img{
	margin: auto;
	width: 140px;
	border: 0;
}
