/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font: normal 11px/16px verdana, arial, sans-serif;  
  color: #EEE;
  background-color: #0099ff;  
}

p { 
	padding: 2px;
}

b,strong{
	color:#bf4142;
}

a {
  color: #66ccff;
  text-decoration:none;
}

a:hover {
  color: #bf4142;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

h1 {
	color:#bf4142;
	font-size:18px;
	margin:10px 0;
	}
	
h2 {
	color:#66ccff;
	font-size:16px;
	margin:10px 0;
	}
	
h3 {
	color:#66ccff;
	font-size:14px;
	margin:2px;
	}

#container {
	margin:0 auto;
	background:#FFF url(../images/bg_body.gif) repeat-y;
	width:955px;
	padding:0;
	color:#333;
	clear: both;
	height:auto;
	}

#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 100%;
  height: 50px;
  background-color:#66ccff;
  border-bottom:1px;
  border-bottom-color:#FFFFFF;
  border-bottom-style:solid;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 955px;
  margin: 0 auto;
  text-align: left;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 915px;
  margin: 0 20px;
  text-align: left;
  background: #fff url(../images/bg_content.gif) repeat-x;
  height:auto;
}

#text {
  float: left;
  width: 638px !important;
  width: 665px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#image {
	float: left;
	width: 250px;
	vertical-align: top;
	top: -51px;
	position: relative;
}

/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:visited {
  color: #AAA;
}

#comments a:hover {
  color: #FFF;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  float: left;
  width: 955px;
  padding: 0 25px;
  background: url(../images/bg_footer.gif) no-repeat 0 0;
  color: #888;
  height:75px;
}

#footer p {
	padding-top: 0 !important;
	padding-top: 10px;
	font-size: 9px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #000;
}

/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}
/***************************************************
Menu Tabs
 ***************************************************/

    #tabs {
      float:left;
      width:955px;
      font-size:10px;
      line-height:normal;
	  height:50px;
      }
    #tabs ul {
        margin:0;
        padding:29px 10px 0 25px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url(../images/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url(../images/tabright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#66ccff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#66ccff;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

	#tabs #current a {
			background-position:0% -42px;
	}
	#tabs #current a span {
			background-position:100% -42px;
	}
-->

/***************************************************
 Table
 ***************************************************/

table {
	font:normal 11px/15px;
	color:#000;
	text-align: left;
	width:600px;
}

table td{
	padding:5px;
	text-align: right;

}

table td.left{
	padding:5px;
	text-align: left;

}

table td.bold{
	padding:5px;
	font-weight:bold;
	text-align: left;

}

table tr.low{
	background-color: #66ccff;
}

table tr.med{
	background-color: #33b3ff;
}

table tr.high{
	background-color: #0099ff;
}



table th{
	padding:5px;
	font-weight:bold;
	background-color: #66ccff;
	text-align: left;
	color:#FFF;
}

/***************************************************
 Form
 ***************************************************/

input {
  width: 400px;
}

textarea {
  width: 400px;
}

input, textarea {
  padding: 3px;
  color: #fff;
  background-color: #66ccff;
  border: 1px solid #000;
}

input:hover, input:focus, textarea:hover, textarea:focus {
  color: #FFF;
  background-color: #66ccff;
  border: 1px solid #000;
}