/* CSS Document */
/**** TEXT ****/
p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.75em;
color:#000;
margin:0px 0px 10px 0px;
line-height:17px;
}
.imperial {
font-family:Arial, Helvetica, sans-serif;
font-size:0.75em;
color:#000;
margin:0px 0px 10px 0px;
line-height:17px;
}
p.smaller {
font-size:10px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#344986;
	line-height: 30px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:4px;
	border-bottom:1px solid #000;
	color:#000;
	text-decoration: none;
}
h3 {
background:#65655b none repeat scroll 0%;
border-bottom:2px solid #6a5848;
color:#344986;
font-family:Arial,Helvetica,sans-serif;
font-size:0.9em;
margin:5px 0px;
padding:4px 0pt 4px 4px;
width:262px;
}
p a:link, p a:visited {
color:#634226;
font-size:0.95em;
text-decoration:none;
}
p a:hover, p a:active {
color:#000;
font-size:0.95em;
text-decoration:underline;
}
a:link, a:visited {
font-family:Arial, Helvetica, sans-serif;
color:#634226;
font-size:0.7em;
text-decoration:none;
}
a:hover, a:active {
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.7em;
text-decoration:underline;
}
a.centering:link, a.centering:visited {
font-family:Arial, Helvetica, sans-serif;
color:#634226;
font-size:0.7em;
margin:0px 0px 0px 5px;
text-decoration:none;
}
a.centering:hover, a.centering:active {
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.7em;
margin:0px 0px 0px 5px;
text-decoration:underline;
}
a.goback:link, a.goback:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:bold;
color:#634226;
text-decoration:none;
}
a.goback:hover, a.goback:active {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:bold;
color:#000;
text-decoration:underline;
}
/**** TOP NAV ****/
#topnav {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 10px 0px 0px;
	padding:5px 0px 0px;
	text-align:right;
	font-size: 16px;
}
#topnav li {
display:inline;
list-style-type:none;
}
#topnav a {padding:3px 10px;}
#topnav a:link, #topnav a:visited {
color:#344986;
text-decoration:none;
font-size:0.75em;
}
#topnav a:hover {
color:#344986;
background-color:#a1a9c2;
text-decoration:none;
font-size:0.75em;
}
/**** MIDDLE NAV ****/
#middlenav span {display:none;}
#middlenav {
	width:536px;
	height:25px;
	margin:0px auto;
	float:left;
	clear:left;
	position:relative;
	background-attachment: scroll;
	background-color: c2c2c2;
	background-image: url(middlenav.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#middlenav li {
	position:absolute;
	list-style:none;
	top: 2px;
}
#middlenav li, #middlenav a {
height:25px; 
display:block;
}
#panel1 {left:12px; width:150px;}
#panel2 {left:170px; width:80px;}
#panel3 {left:270px; width:165px;}
#panel4 {left:450px; width:100px;}
#panel1 a:hover {background:transparent url(middlenav.gif) -12px -25px no-repeat;}
#panel2 a:hover {background:transparent url(middlenav.gif) -170px -25px no-repeat;}
#panel3 a:hover {background:transparent url(middlenav.gif) -270px -25px no-repeat;}
#panel4 a:hover {background:transparent url(middlenav.gif) -450px -25px no-repeat;}
/**** BOTTOM NAV ****/
#bottomnav span {display:none;}
#bottomnav {
	width:536px;
	height:25px;
	background-color:#242021;
	margin:0px auto;
	position:relative;
	float:left;
	clear:left;
	background-attachment: scroll;
	background-image: url(bottomnav.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#bottomnav li {
	position:absolute;
	list-style:none;
	top: 2px;
}
#bottomnav li, #bottomnav a {
height:25px; 
display:block;
}
#panel6 {left:5px; width:130px;}
#panel7 {left:135px; width:114px;}
#panel8 {left:253px; width:135px;}
#panel9 {left:389px; width:195px;}
#panel6 a:hover {background:transparent url(bottomnav.gif) -5px -25px no-repeat;}
#panel7 a:hover {background:transparent url(bottomnav.gif) -135px -25px no-repeat;}
#panel8 a:hover {background:transparent url(bottomnav.gif) -253px -25px no-repeat;}
#panel9 a:hover {background:transparent url(bottomnav.gif) -389px -25px no-repeat;}
/**** SIDEBAR NAV ****/
#sidemenu ul {
margin:0px 0px 10px 0px;
padding-left:0;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
#sidemenu a {
display:block;
padding:3px;
width:260px;
border-bottom:1px solid #634226;
text-align:right;
}
#sidemenu a:link, #sidemenu a:visited {
color:#000;
text-decoration:none;
}
#sidemenu a:hover {
background-color:#dedeb1;
color:#331f0e;
}
/**** FORMS ****/
#mainform {
background:url(../images/formback.jpg) no-repeat #b7b783;
width:440px;
margin:10px 10px 0px 10px;
padding:10px 0px 0px 0px;
min-height:260px;
}
#mainform label {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
float:left;
color:#000;
text-align:right;
padding:0px 5px 0px 0px;
width:175px;
margin:3px 0px 0px 0px;
}
#mainform input {
display:block;
border:1px solid #000;
width:250px;
margin:0px 0px 3px 0px;
float:left;
}
#mainform br {
clear:left;
}
/**** FLOATING EVERYTHING INLINE ****/
#mainform .none {
float:none;
width:inherit;
position:relative;
}
#mainform .none input {
width:auto;
display:inline;
float:inherit;
margin:0px 0px 3px 0px;
position:relative;
}
#mainform .none b {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
position:relative;
top:-3px;
}
/**** OTHER MISC. FORM USES ****/
#mainform textarea {
width:250px;
height:100px;
border:1px solid #000;
margin:0px 0px 3px 0px;
}
#mainform input.check {
display:block;
width:auto;
margin:3px 0px 0px 0px;
float:left;
}
#mainform select {
margin:0px 0px 3px 0px;
}
#mainform .button {
width:auto;
margin:10px;
border:1px solid #000;
float:right;
}
#mainform .file {
color:#333;
font-size:12px;
border:1px solid #000;
}
#mainform #hidden {
display:none;
}
p.left {
position:relative;
float:left;
margin:0px 25px 0px 0px;
}
p.right {
left:0;
top:0;
}
.slideshows {
float:left; 
margin:10px;
}
.float {
float:left;
clear:left;
margin:0px 0px 10px 0px;
}
.hdg {
	color: #344986;
	font-size: 24px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 30px;
}
.subhdg { 
color: #A81E1E; font-size: 16px; 
font-weight: bold; 
font-family: verdana, arial, helvetica, sans-serif; 
}

.subhdg4 { 
color: #A81E1E; font-size: 16px; 
font-weight: bold; 
font-family: "Comic Sans MS"; 
}

.subhdg1 {
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	}
.copyright { 
color: #344986; 
font-size: 10px; line-height: 18px; 
font-family: verdana, arial, helvetica, sans-serif;
 }
.subhdg2 {
	color: #4a4a4a;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 14px;
}
.subhdg3 {
	color: #4a4a4a;
	font-size: 17px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 18px;
}
