/**** STYLES ***/
a,
a:link,
a:visited,
a:hover,
a:active	{color:#fff;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:18px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h2			{font:16px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h3			{font:14px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}

.pad5		{padding:5px;} 

img {behavior: url(inc/pngbehavior.htc);}
.noPNGbhv img {behavior: none !important;}


.contentbox	{
	background: #484a4d;
	border:1px solid #666; 
	padding: 5px;
	} 

.yell,
a.yell,
.yell a	{color:#FFAC00;}

.box	{
	background: #484a4d;
	border:1px solid #666; 
	width: 40%;
	margin: 1%;
	float:left;
	height:300px;
	}

.box h1	{
	background:url(../images/bgred.jpg) repeat-x;
	margin:0px;
	padding:3px;
	text-align:center;
	height:35px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}


.box ul	{margin:0;padding:0 0 0 20px;}

#flcaptions	{width:495px;height:185px;clear:none;margin:0 auto;text-align:center;}



/******   LAYOUT   ******/
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:18px;
	background:#383b3e url(../images/bg.gif) repeat-x;
	}
	
#wrapper	{
	height:auto;
	margin: 0 auto;
	text-align:center;
	}
	
#header	{
	width:750px;
	height:210px;
	margin:0 auto;
	text-align:left;
	}
	
#page	{padding:3px 3%;max-width: 1224px;	}

#nav	{
	float:left;
	width: 210px;
	margin-right:10px;
	}

#content	{
	text-align:left;
	 margin-left: 220px;
	}

* html #content {

  text-align:left;
  margin-left: 220px;
}



/******* FOOTER *******/
#footer	{
	height:90px;
	font-size:9px;
	color:#000;
	background: #ccc;
	clear:both;
	text-align:left;
	padding: 0 25px;
	}
#footer a	{
	color:#000;
	font-size:9px;
	text-decoration:none;
	}

#footer #credit				 {float:right;width:120px;}
#footer #credit a 	 		 {color:#8b8c8c;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}





/******* VERTICAL NAV MENU  ***********/

	
/* Root = Vertical, Secondary = Vertical */
ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 210px; /*For KHTML*/
  list-style: none;
  text-align:left;
  float:left;
}

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#vrtnav a {
  border-right: 0;
  border-left: 0;
  border-top: 1px solid #5b5b5b;
  border-bottom: 1px solid #000;
  padding: 3px 6px;
  display: block;
  color: #fff;
  font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background: url(../images/navhover.jpg);
  color: #FFF;
}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
}



/***************  LOGIN FORM *******/
#form1	{
	font:13px Arial, Helvetica, sans-serif;
	float:right;
	padding-top:1px;}
	
html>/**/body #form1	{padding-top:5px;}
	
#form1 input		{width:75px;padding:0 2px;margin:0 5px;}
#form1 input#Submit	{width: 55px; height:22px;background:#d9e2ee;border:1px solid #fff;cursor:hand;color:#990000;font: bold 12px arial, Helvetica, sans-serif; letter-spacing:0.1em;}



/**********  CONTACT 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: #484a4d;
	color:#fff;
	border: 1px solid #fff;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#FFAC00;
	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;
	}

#contact .shhhh { display:none; }








/*************  NEW WINDOW   ************/
a[target ="_blank"] {padding-right:12px;
   background: transparent url(../images/newwindow.gif) no-repeat center right;
   }
a.nonewwin {
   background: transparent url() no-repeat center right;
	}
.pdf a[target ="_blank"]{background: transparent url(../images/adobe-pdf2.gif) no-repeat center left;padding-right:0px;}
.pdf a[target ="_blank"].link {padding-right:12px;background: transparent url(../images/newwindow.gif) no-repeat center right;}
.pdf a {padding-left:25px;}

.pad5		{padding:5px;}
.sm9		{font-size:9px;}
.sm10		{font-size:10px;}