/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  text-align: center; /* IE Fix */
  margin: 10px 0 0 0;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #666;
  background: #333 url(images/background.gif);
}

h1 {
	clear: both;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1.5pt;
	padding: 5px 0 0 5px;
	color:#663300
}

#text h1 {
}

h2 {
	clear: both;
	padding: 0px 0 10px 5px;
	margin: 0 0 -10px 0;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #663300;
	letter-spacing: normal;
}

p {
	line-height: 15pt;
	padding: 0px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	margin-right: 2px;
	font-style: normal;
}

#news p {
  padding: 8px;
}

a {
  color: #663300;
}

a:hover {
	color: #663300;
	background-color: #DDD;
	text-decoration: underline;  
}

#news   a:hover,
#footer a:hover {
  background-color: #FFFFFF;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
	list-style-image: url(images/li_bullet.gif);
	font-size: 9px;
}

acronym {
  cursor: help;
}

/***************************************************
   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 {
    margin-left: auto;
    margin-right: auto;
	width: 710px;
	min-height: 400px;
	text-align: left;  /* Cancel IE Fix */
	color: #666666;
	background: #FFFFFF;
	border: #000000 solid 1px;
	
}

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute. 
 ***************************************************/
#header {
	width: 710px;
	height: 172px;
	padding: 0 0 0 0;
	text-align: right;
	border-bottom: #000000 solid 1px;
	background-color: #663300;
	background-image:url(images/gargoyle.gif)
	}

#header a:hover, #header a:active {
	background-color: #663300;
	border-bottom: #000000 solid 1px;
	text-decoration: none;
	}

#headerBreak{
	width: 710px;
	height: 5px;
	float: left;
	text-align: right;
	background-color: #666;
	border-bottom: #000000 solid 1px;
	}

/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  height: 40px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 4px 30px 10px 30px;
  background-color:#FFFFFF;
}

#menu a {
  width: 50px;
  height: 40px;
  margin: 10px 0 0 0;
  padding: 4px 15px 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  color: #663300;
  background: url(images/menu_bird.gif) no-repeat left;
  margin: 10px 0 0 0;
  padding: 4px 15px 10px 30px;
}

/***************************************************
   Left News / Left Menu Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
	float: left;
	position: relative;
	width: 175px;
	padding: 0 20px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

#news .block {
	margin-bottom: 20px;
	width: 175px;
	background: #CCCCCC no-repeat top center;
	border: #663300 solid 1px;
}

#news .links {
	margin: 10px 0px 5px 0;
	padding: 0 0px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 1.1em;
	font-style: normal;
	text-decoration: none;	
}

#news .links a {
  display: block;
  margin: 10px 5px 5px 0;
  padding: 0 0 0 5px;
  color: #663300;
  text-decoration:none;
}

#news .links a.main{
	margin: 10px 5px 5px 0;
	padding: 0 0 0 5px;
	color: #663300;
	font-weight: bold;
}

#news .links a.sub{
  	margin: 10px 5px 5px 0;
 	padding: 0 0 0 15px;
	color: #663300;
}

#news a img {
  border: 0px;
}

/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
	float: left;
	position: relative;
	text-align: justify;
	width: 440px;
	min-height: 375px;
	padding-right: 60px;
	background-color: #FFFFFF;
}

/***************************************************
   Footer Styles
 ***************************************************/

#footer {
	height: 75px;
	background-color: #FFFFFF;
	text-align: left;
	clear:both;
            }

#footer p {
  margin:0;
  padding-top:15px;
  font-size: 1em;
  font: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  }

/***************************************************
   Display Classes
 ***************************************************/
a.header {
	padding: 0 0 0 0;
	text-align: right;
	border: none;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(images/quote_bottom.gif) no-repeat bottom right;
}

img.text {
	border: #000000 solid 1px;
}

img.left {
	float: left;
	margin: 10px 10px 5px 5px;
	border: #000000 solid 1px;
	}

.grey {
  color: #AAA;
}

