/* CSS Document */

.color1		{color:#ffcc99;}			/*tan */
.bg1		{background:#ffcc99;}		/*tan */
.color2		{color:#2a5980;}			/*navy blue */
.bg2		{background:#2a5980;}		/*navy blue */
.color3		{color:#cbd5db;}			/*light blue */
.bg3		{background:#336699;}		/*light blue */

.subheading		{
	color:#fff;
	letter-spacing:.5px;
	font-size:15px;
	padding-bottom:4px;
	font-weight:bolder;
	}
	
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #121415;
	line-height:18px;
	background:#fff url(../images/bg.gif) repeat-x;
	}
	
* html #wrapper{
height:100%;
}

#wrapper	{
	width:750px;
	margin: 0 auto;
	text-align:left;
	min-height:100%;
	}

table.list			{background: #dbe5f5;}
table.list td		{padding:3px;}
table.list tr.odd	{background: #c7d8f3;}
table.list tr.odd td	{border-bottom:1px solid #82a8e5;border-top:1px solid #82a8e5;}

	
#header	{
	width:750px;
	height:148px;
	margin:0 auto;
	}

#logo	{
	margin-left:6px;
	}

* html #middle{
height:100%;
}

#middle	{
	width:760px; 
	padding: 5px 0px 40px 0px;
	background:url(../images/navbg.gif) 5% 0 repeat-y;
	margin:0 auto;
	min-height:100%;
	}


#content	{
	width: 546px;
	float:right;
	text-align:left;
	padding:0 2px 92px 0;
	min-height:480px;
	}

a,
a:link,
a:visited,
a:hover,
a:active	{color:#000;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font-size:18px;margin:0;padding:0}
h2			{font-size:16px;margin:0;padding:0}
h3			{font-size:14px;margin:0;padding:0}



.pad5		{padding:5px;}

* html #footer{
margin:-40px 0 0;
}

#footer	{
	width: 100%;
	height:90px;
	font-size:9px;
	color:#fff;
	border-top:1px solid #fff;
	margin:-92px auto 0;
	position:relative;
	}
#footer a	{
	color:#fff;
	font-size:9px;
	text-decoration:none;
	}
#footer .text	{
	width: 690px;
	margin: 0 auto;
	}


.box	{
	width: 170px;
	padding: 2px 5px;
	margin: 10px 2px 0 0px;
	background: url(../images/bgbox.jpg) no-repeat;
	height:200px;
	float:left;
	}

.box h2	{
	padding: 5px 0 7px 0;
	letter-spacing: 0.05em;
	}

/********  MAIN NAV   ********/
/* Root = Vertical, Secondary = Vertical */
* html ul#navmenu	{
  margin: 0 0px 0 16px;
  }
  
ul#navmenu	{
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 170px; /*For KHTML*/
  list-style: none;
  margin: 0 0px 0 33px;
  float:left;
}

ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 168px; /*For KHTML*/
  list-style: none;

}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border-bottom: 1px solid #FFF;
  display: block;
  color: #2a5980;
  font: bold 12px/28px Arial, Helvetica, sans-serif;
  text-indent: 2px;
  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: #ffcc99;
  color: #2a5980;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 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: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
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;
}









/******** FORM **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
}

#contact br {
	clear: left;
}
#contact fieldset	{
	background: #369;
	color:#fff;
	border: 1px solid #7c5b47;	
	margin:20px 0px 20px 0px;

	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#e79904;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 5px;
	margin:-7px 0px 10px 0px;
	position:relative;
	top: -12px;
	}
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
}
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
