﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 05-22-08 
** Author: Greg Taylor
** Template: Jims CSS
** ================================================================ */

html { font-size: 76%;
	height: 100%;
	margin: 0;
	padding: 0;
 	}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	height: auto;
}
	
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

/* headers */
h6 { 
	color: #099; 
	margin: 0; 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;
	}
h5 { 
	color: #099; 
	margin: 0; 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;
	}
h4 { 
	color: #099; 
	margin: 0; 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;
	}
h3 {
	color: #0C74F3;
	margin: 0;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	color: #0C74F3;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: x-large;
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 1.6em;
	margin: 5px 0 5px 0;
}
h4 {
	font-size: 1.4em;
	margin: 10px 0 10px 0;
}
h5 { font-size: 1.2em; margin: 20px 0 5px; }	
h6 {
	font-size: 1em;
	color: #FFFFFF;
}

/* text */
p {
	margin: 2px;
}

/* links */
a {
	text-decoration: underline;
	color: #00CCFF;
	outline: none;
}
a:hover { text-decoration: none; }

/* images */
a img {
	color: #000099;
	font-style: oblique;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	text-align: center;
}
a:hover img {
}

/* lists */
dl { margin: 15px 0 15px 20px; padding: 0; }
ol { margin: 15px 0 15px 20px; padding: 0; }
ul {
	margin: 15px 0 15px auto;
	padding: 0;
}
ul {
}
ul ul { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
li {
	color: #FFFF66;
}
dl dt { color: #099; }
li span {
	color: #FFFF66;
}
.tablelayout {
	width: 100%;
	background-color: transparent;
	background-image: none;
	color: #00FFFF;
}



/* tables */
table.survques {
	border-style: inset;
	border-width: thin;
	width: 100%;
	color: #00FFFF;
	text-align: left;
	background-color: #000080;
	margin-top: 8px;
}
table th { padding: 10px 15px; text-align: left; }
table tbody th {
	background-color: transparent;
}

/* forms */
form {
	text-align: center;
	margin-top: 5px;
}
form fieldset {
	border-style: none;
	border-width: 0;
	padding: 10px 25px 15px;
	margin: 0;
}
form p {
	text-align: left;
	text-indent: 2px;
}
.submitbox {
	text-align: center;
	padding: 10px;
}
form p label {
	padding: 2px 2px 2px 5px;
	font-size: 1em;
	color: #00FFFF;
	float: left;
	display: block;
	width: 120px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #000066;
}
form p textarea {
	font-size: 1em;
	color: #00FFFF;
	padding: 8px;
	background-color: #0000CC;
	width: 40%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
form p select {
	font-size: 1em;
	color: #00FFFF;
	padding: 2px;
	background-color: #0000CC;
	width: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	float: none;
}
form p input {
	font-size: 1em;
	color: #00FFFF;
	background-color: #000077 !important;
	width: 60%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #333; padding: 0 30px 5px 0; white-space: nowrap; }
a.btn { 
	width: auto; 
	overflow: visible;
	border: 0;
	background: #099 url("../img/image_.jpg") repeat-x 0 -30px; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
	}
surveyrequest {
	width: 100px;
	border: 1px solid #FFFF00;
	background: #0000CC;
	padding: 4px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* horizontal rule */
hr {
	border: 0;
	height: 1px;
	background-color: #0066CC;
	color: #000066;
	margin: 30px 0 0;
}

/* classes */
.left {
	float: left;
	padding-left: 20px;
}
.right {
	float: right;
	margin-right: 20px;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 860px;
	position: relative;
	z-index: 1;
	height: inherit;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	padding: 5px 20px 0px 20px;
	width: auto;
}

/* Logo */
#header h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: normal;
	color: #099;
	margin: 0;
	padding: 5px 0 5px 0;
	letter-spacing: -1px;
}
#header h1 a {
 text-decoration: none; color: #099; 
}

#header h1 span {
	color: #0000FF;
}

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body {
	padding: 0px;
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	text-align: center;
	float: inherit;
}
#content div {
	padding: 5px;
	text-align: center;
}
* html #content div {
}
#content div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content div div {
	background-image: none;
	min-height: 0;
	background-color: transparent;
	position: relative;
}
* html #content div div { height: 1%; }

#content #sub {
	padding: 0;
}
#content #main {
}



/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
html { overflow: auto; }

body {
	background-position: 100% top;
	overflow: auto;
	background-image: url('../img/backgrnd.PNG');
	background-repeat: repeat-x;
}
#container {
	border: thin double #73D7C0;
	position: static;
	z-index: 0;
	height: auto;
}
#footer {
	padding: 1px;
	font-size: 1.0em;
	color: #ccc;
}
#footer:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}
ul#nav1 {
	color: #00FFFF;
}
ul#nav1 li a:hover {
	background-color: transparent;
	background-image: none;
	color: #00FFFF;
}
.contentlayout {
	background-color: #000077;
	background-image: none;
	color: #00FFFF;
	width: 99%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	height: auto;
	vertical-align: top;
}
ul#nav1 li.on a:hover {
	color: #00FFFF;
}
ul#nav1 li a {
	color: #FF00FF;
	background-color: transparent;
}
.picturetable {
	width: 100%;
	background-color: transparent;
	background-image: none;
}
.surveyrequest {
	color: #FF5050;
	font-style: oblique;
	font-variant: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	cursor: pointer;
}
.h1 {
	font-size: xx-large;
	font-style: italic;
	color: #009999;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar {
	width: 100%;
	height: 100%;
	background-color: #0000FF;
	background-image: none;
	position: relative;
}
form p btn {
	text-align: center;
}
div#buttons {
	text-align: center;
}
.stext {
	color: #FFFF00;
	font-weight: bold;
}
input.btn {
	color: #FFFF00;
	background-color: #0000FF !important;
	border: 1px solid #FFFF00;
	width: 100px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
}
form p submit {
	text-align: center;
}
center {
	text-align: center;
	width: 100%;
}
survey {
	width: 100%;
	text-align: center;
}
.survey {
	color: #00FFFF;
	outline-color: #000080;
	width: 6%;
	float: right;
	display: inline-block;
}
surveyquestions {
}
form p survey {
	border: thin outset #00FFFF;
	height: 1%;
	text-align: left;
	text-indent: 2px;
	padding-bottom: 2px;
}
p.survey1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 2px outset #0000FF;
	text-align: left;
	text-indent: 2px;
	width: 100%;
}
survey1 {
	color: #FFFF00;
	width: 6%;
	float: right;
}
.qs {
	border: medium inset #00FFFF;
	color: #00FFFF;
	background-color: #000080;
	z-index: 2;
}
