body {
	margin:0px 0;
	padding:0;
	background:url(images/background.jpg) repeat-x top center #043754;
	/* background:url(images/bodybg.gif) repeat;*/
	font: 78%/1.2em Arial, Helvetica, sans-serif;
	color:#ccc;
	background-attachment: fixed;
}

.content { 
background: #fff;
color:#000; 
margin: auto; 
padding: 0; 
width: 800px;
}

/* IMAGES */

.img-right {
	float: right;
	border: solid 1pt #ccc;
	padding: 4pt;
	margin-left: 12px;
	margin-bottom: 2px;
}

.object {
	float: right;
	padding-bottom: 4px;
	margin-left: 12px;
	margin-bottom: 2px;
}

.img-left {
	float: left;
	border: solid 1pt #ccc;
	padding: 4pt;
}

.img-thumb {
	float: left;
	border: solid 1pt #ccc;
	padding: 4pt;
	margin-top: 12px;
}

.showcase {
	border: solid 1pt #ccc;
	padding: 4pt;
	margin-right: 21px;
}

#banners img {
	position: absolute;
}

#banners img.fade {
	display: none;
}


/* TOP */

#top {
width: 800px;
padding: 0;
margin: 0;
height: 129px;
background:url(images/top-straight.gif) repeat;
}

/* HEADER */

#header {
margin: 0;
width: 800px;
height: 190px;
background:url(images/middle1.jpg) repeat;
}

/* SUBHEADER */

#subheader { 
background: inherit; 
width: 800px;
height: 35px;
color: #FFF;
}

/*  NAVIGATION */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 800px; /*For KHTML*/
	list-style: none;
	height: 30px;
	background:url(images/menu-bg.gif) repeat center center;

}

ul#navmenu li {
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 27px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 151px;
  list-style: none;
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  background-color:#333;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 151px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	padding: 3px 32px 3px 33px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	font: normal 11px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: url(images/menu-roll.gif);
	color: #FFFFFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  font-size: 10px;
  background: #333;
  color: #fff;
  padding-left: 15px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #063;
  color: #fff;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* GUTS */

#main {
background: inherit;
width: 770px;
margin: 0;
color: #666;
line-height: 19px;
padding: 15px;
min-height: 510px;
}  

/* FOOTER */

#footer { 
clear:both;
height: 45px;
color: #666; 
background:url(images/footer.gif) no-repeat;
font-size:70%;
line-height: 30px; 
padding: 0; 
text-align:center; 
}

#footer a {
color: #333333;
}

#footer a:hover { 
color: #063;
}


/* Odds and ends*/
ul {
	list-style : circle;
	padding-left: 15px;
	margin-top: 0px;
}

li {
	margin: 0px 0px 2px;
	padding: 0px;
	color: #555;
}

p {
color: #666;
background: inherit;
}

a {
	color:#063;
	background: inherit;
	text-decoration:underline;
	text-align: left;
}

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

h1 {
	padding:0 0 5px;
	margin:0;
	color:#063;
	background: inherit;
	font: normal 21px Georgia, "Times New Roman", Times, serif;
}

h2 { 
color:#069;
font-size:22px;
line-height: 26px; 
font-weight:bold; 
margin: 5px 0 5px 0px; 
}

h3 {
	margin:0;
	color:#063;
	background: inherit;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}

strong {
	color: #063;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

/*Form*/

.label{
float: left;
width: 120px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #006633;
}

.input, textarea{
	width: 246px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #000;
}

.checkbox{
width: 30px;
margin-bottom: 5px;
background-color: #fff;
color: #000;
}

.textarea{
width: 250px;
height: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.select{
width: 253px;
margin-bottom: 4px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

.specials{
text-align:center;
}

.specials a{
text-align:center;
}

.specials a:hover{
text-align:center;
}



