body {
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CACACA;
	background-color: #343434;
	background: url(../images/back_tile.jpg) repeat center;
}

h1 {
	clear: both;
	padding: 5px 0 0px 10px;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1.5px;
	
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -3px 0;  
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
}

h3 {
	clear: both;
	padding: 5px 0 0px 10px;
	margin: 0;
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

h4 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF9900;
}


p {
  line-height: 22px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}



#news p {
  padding: 8px;
  
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #000000;
  background-color: #FF9900;
}

#news   a:hover,
#footer a:hover {
	color: #000000;
	background-color: #FF9900;
	text-decoration: none;
}



/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 900px;
  margin: 0px auto;
  text-align: left;
}

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/

#header {
  width: 1040px;
  margin: 10px auto;
  text-align: center;
  height: 252px;
  z-index:1;
  background: url(../images/web-back.jpg) no-repeat top center;
}

#header .title {
  padding: 68px 0 0 54px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: 1.5px;
  color: #ffffff;
}

#header .subTitle {
  padding: 0px 0px 0 0px;
  color: #FF9900;
}

#header .subTitle a {
  text-decoration: none;
  color: #222222;
}

#header .subTitle a:hover {
  color: #FF9900;
  background-color: transparent;
}


/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
  padding: 0px;
}

#menu a {
	padding: 17.6px 29.1px 0 29.1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #CACACA;
	font-weight: bold;
	background: url(../images/menu_tab.jpg) no-repeat top center;
}

#menu a.active {

  background: url(../images/menu_tab_over.gif) no-repeat top center;
}

#menu a:hover {
  background: url(../images/menu_tab_over.jpg) no-repeat top center;
}

/***************************************************
   Right  News Column
   -------------------------------------------
   1. Change to left side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: right;
  width: 160px;
  padding: 0 0px 0 0;
  
}

#news .block {
  margin-bottom: 20px;
  background: #333333;
}

#news .block .bottom {
  height: 1px;
  background: #999999 url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;

}

/***************************************************
   Left Content Column
   -------------------------------------------
   1. Change to Right side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 700px;
}


/***************************************************
   Footer Styles
 ***************************************************/

#footer {
	height: 10px;
	padding: 6px 3px 0 5px;
	margin: 20px 0 20px 0;

  
}



/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;

  color: #FF9900;
}


img.right {
	float: right;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

img.left {
  float: left;
  	border: 1px solid #000000;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

img.flush {
  float: left;
  padding: 8px 15px 15px 0px;
}

/*************************************************** 
Mail Form 
***************************************************/
form {
	margin:0px; 
	padding: 2px 25px 25px 25px;
	border: 1px solid #000000; 
	background-color: #333333; 
}
label {
	font-weight:bold;
}
input {
	padding: 1px;
	border: 1px solid #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #ff9900; 
	background-color: #484848;
	float: right;
}
textarea {
	width:485px;
	height:100px;
	padding:4px;
	border: 1px solid #000000;
	font-family: 'Courier New', Courier, monospace;
	font-size: 1em;
	color: #ff9900; 
	display:block;
	background-color: #484848;
	
}

input.button { 
	margin:  10px 0px 0px 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #000000;
	background: #ff9900; 
	padding: 2px 5px; 
	color: #000000;
}

input.button:hover {
	background: #484848;
	color: #66ccff; 
}
#content #text p {
	font-style: italic;
}
#content #text p {
	font-style: normal;
}
