/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/* Needed to hold link to main content in compliance with Section 508, rule o. */
#skipnav {
	position: absolute; /* Sets the div to be positioned in a precise spot in relation to its nearest postioned ancestor, or barring that, the body. Also removes it from the flow, so it will not push down the header image. */
	top: 0; /* Places the div at the top of body. */
	left: 0; /* Places the div at the left side of body. */
	margin-left: -1000px; /* Moves the div off the left side of the screen, making it invisible to those using visual browsers but accessible to those using screen readers and other user agents. */
}

body {
	color: #333333;
	background-color: #D5EEEC;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 110%;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	font-size: .8em;
	background-image: url(../images/wrapperBG.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}

#header {
	min-height: 150px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	margin: 0px;
	padding: 0px;
}

#header a {
	color: #234E5A;
}

#header a:hover {
	color: #D5610B;
}

#header form {
	font-size: 0.8em;
	width: 425px;
	margin-top: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #007157;
	float: right;
	margin-right: 40px;
	text-align: right;
}

#header label {
	display: inline;
}

#header input {
	padding-top: 2px;
	padding-left: 3px;
}
#header input#submit {
	font-size: 0.8em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.textbox {
	border: 1px solid #CCCCCC;
}
.formbutton {
	background-image: url(../images/GoButton.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}

#header p {
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.8em;
	color: #00B68D;
}

#tabs ul {
	list-style-type: none;
	float: right;
	font-size: 0.8em;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 550px;
	margin-top: 17px;
}
  
#tabs li {
  float: right;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 7px 0 0;
  margin-left: .1em;
}
  
#tabs a {
	float: left;
	display: block;
	background: url("../images/left.gif") no-repeat left top;
	padding: 3px 5px 1px 13px;
	text-decoration: none;
	color: #FFFFFF;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {
	float: none;
}
/* End IE5-Mac hack */


#tabs a:hover, #header a:focus {
	color: #234E5A;
}
  
#tabs #current {
  background-image: url("../images/right_on.gif");
}
  
#tabs #current a {
	background-image: url("../images/left_on.gif");
	color: #FFFFFF;
}
#tabs #navlink {
	background-image: none;
}

#fontsize {
	margin-top: 15px;
	font-size: 0.8em;
	color: #275563;
	font-weight: bold;
	text-align: right;
	margin-right: 35px;
	float: right;
}

#fontsize a {
	color: #387D92;
}

#fontsize a:hover {
	color: #333333;
}

#fontsize .default {
	font-size: .9em;
}

#fontsize .medium {
	font-size: 1.2em;
}

#fontsize .large {
	font-size: 1.50em;
}

#breadcrumbs {
	margin-top: 15px;
	font-size: 0.8em;
	color: #3D859A;
	font-weight: bold;
	text-align: left;
	margin-right: 45px;
	margin-left: 220px;
}
  
#contentwrapper {
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftcol {
	width: 180px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#leftcol form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left:0px;
	text-align: center;
	background-image: url(../images/LoginBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}

#leftcol fieldset legend {
	color: #FFFFFF;
	}

#leftcol label {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	color: #275563;
	margin: 0px;
	padding: 0px;
}

#leftcol input {
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
}
#leftcol form  input#submit {
	color: #FFFFFF;
	font-size: 0.7em;
	margin-top: 3px;
	width: auto;
	margin-right: 0px;
	background-color: #4AA0B8;
}

#leftcol form input#reset {
	color: #FFFFFF;
	font-size: 0.7em;
	margin-top: 3px;
	width: auto;
	margin-right: 0px;
	background-color: #4AA0B8;
}

#leftcol textarea { 
	overflow: auto; 
}

#leftcol  form  a {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	padding-top: 5px;
	color: #275563;
	font-size: 0.8em;
	text-decoration: underline;
}

#leftcol form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */

#leftcol form br {
	clear:left;
	margin: 10px;
}

.StateNav {
	float: left;
	width: 181px;
	background-image: url(../images/StateBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.StateNav ul {
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 20px;
	background-image: url(../images/StateBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}

.StateNav li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 0.8em;
	padding-left: 6px;
	background-color: #FFFFFF;
}

.StateNav a {
	color: #5B7082;
	text-decoration: none;
	margin-left: 4px;
}

.StateNav a:hover {
	color: #D5610B;
}

.PeNav {
	float: left;
	min-height: 300px;
	width: 181px;
	background-image: url(../images/PEBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.PeNav ul {
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 20px;
	background-image: url(../images/PEBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}

.PeNav li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 0.8em;
	padding-left: 6px;
	background-color: #FFFFFF;
}

.PeNav a {
	color: #5B7082;
	text-decoration: none;
	margin-left: 4px;
}

.PeNav a:hover {
	color: #D5610B;
}

.ProdNav {
	float: left;
	min-height: 300px;
	width: 181px;
	background-image: url(../images/ProdBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.ProdNav ul {
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 20px;
	background-image: url(../images/ProdBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}

.ProdNav li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 0.8em;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.ProdNav a {
	color: #5B7082;
	text-decoration: none;
	margin-left: 4px;
}

.ProdNav a:hover {
	color: #D5610B;
}

.AboutusNav {
	float: left;
	min-height: 300px;
	width: 181px;
	background-image: url(../images/AboutUsBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.AboutusNav ul {
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 20px;
	background-image: url(../images/AboutusBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}

.AboutusNav li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 0.8em;
	padding-left: 6px;
	background-color: #FFFFFF;
}

.AboutusNav a {
	color: #5B7082;
	text-decoration: none;
	margin-left: 4px;
}

.AboutusNav a:hover {
	color: #D5610B;
}

.quicklinks {
	float: left;
	width: 180px;
	background-image: url(../images/QLSideNavTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.quicklinks ul {
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 20px;
	background-image: url(../images/QLSideNavBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
}

.quicklinks li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 0.8em;
	padding-left: 6px;
	background-color: #FFFFFF;
}

.quicklinks a {
	text-decoration: none;
	margin-left: 4px;
}

.quicklinks a:hover {
	background-color: #FFFFFF;
	color: #D5610B;
}

.events {
	float: left;
	width: 180px;
	background-image: url(../images/EventsSideNavTop.gif);
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: top;
}

.events ul {
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 15px;
	background-image: url(../images/EventsSideNavBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.events li {
	font-size: 0.8em;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.events a {
	color: #5B7082;
	text-decoration: none;
	margin-left: 4px;
}

.events a:hover {
	background-color: #FFFFFF;
	color: #D5610B;
}
#randomImage {
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#content {
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-left-style: none;
	padding-left: 5px;
}
#content ul {
	margin-left: 30px;
	margin-bottom: 15px;
}
#content ol {
	margin-left: 30px;
}

#content li {
	line-height: normal;
	list-style-type: disc;
}

#content form {
	margin-top: 10px;
}

#content fieldset {
	margin-bottom: 20px;
	padding: 5px;
}
#content legend {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F47B20;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
}
#content label {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	color: #336F80;
}
#content input {
	color: #313B56;
	border: 1px solid #CCCCCC;
}
#content select {
	border: 1px solid #CCCCCC;
}

#content textarea {
	color: #313B56;
	border: 1px solid #999999;
}

#rates table {
	margin-left: 15px;
}

#rates caption {
	color: #CA5C0B;
	font-size: 1em;
	padding-top: 15px;
	font-weight: bold;
	}

#rates h3 {
	color: #CA5C0B;
	font-size: 1em;
	font-weight: bold;
}

.features {
	color: #FFFFFF;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	font-style: normal;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FBCDAC;
	border-right-color: #FBCDAC;
	border-bottom-color: #FBCDAC;
	border-left-color: #FBCDAC;
	height: 23px;
}

.date {
	font-size: 0.8em;
	text-align: center;
	color: #D5610B;
	margin-top: 0px;
	padding-top: 0px;
}

.feed {
	font-size: 0.9em;
	padding-left: 5px;
}
	
#footer {
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-style: none;
	height: 35px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #234E5A;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-size: 1.5em;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 10px;
	color: #333333;
	margin-left: 15px;
}
table {
	border-collapse: collapse;
	margin: .08em;
}
caption {
	color: #D5610B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #336F80;
	font-weight: bold;
	padding: 5px;
	border:1px solid #999999;
	background-color: #E9E9E9;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	padding: 5px;
	border:1px solid #999999;
}
h2 {
	font-size: 1.3em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.1em;
	color: #CA5C0B;
}
h4 {
	font-size: 0.9em;
	color: #009B78;
}
h5 {
	font-size: 0.8em;
	color: #4291A8;
}
h6 {
	font-size: .7em;
}
strong {
	color: #333333;
}
p {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 15px;
	line-height: normal;
}
blockquote {
	margin-left: 15px;
	margin-right: 0px;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
}

/************** Link Styles *******************/

a img {
	border: none;
}
a {
	color: #275563;
}
a:hover {
	text-decoration: none;
	color: #666666;
}

/****** allows a border if required *******/
img.borderRight {
	border: 1px solid #d6cfc5;
	float: right;
	margin: 5px 0 2px 10px;
}

/****** allows a border if required *******/
img.borderLeft {
	border: 1px solid #d6cfc5;
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 5px;
}
.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
}
a.active {
	color: #F47B20;
	font-weight: bold;
}
.returntop {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.links {
	font-size: 0.8em;
	margin-top: 0px;
	float: right;
	display: inline;
	list-style-image: none;
	width: 300px;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 10px;
	clear: right;
}
