/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like 
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.72em;
  color: #333333;
  background-color: #9999CC;
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.4px;
}

h2 {
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 1.5em;
  font-weight: normal;
  color: #663366;
}

h3{
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 1.3em;
  font-weight: bold;
  color: #663366;
}

.commentbox{
  padding: 20px 0 0 10px;
  margin: 0;  
  font-size: 1.5em;
  font-weight: bold;
  color: #663366;
}

#text h1 {
	background: url(../images/h1_bg.jpg) no-repeat bottom center;
	color: #663366;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 10px;
  margin: 5px 5px 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

.cs{
	clear:both;
	height:10px;
	line-height:10px;
}

.c{
	clear:both;
	height:0px;
	line-height:0px;
}

.cx{
	clear:both;
	height:40px;
	line-height:40px;
}

#news p {
  padding: 8px;
}

a {
  color: #990099;
}

a:hover {
  color: #660066;
}

#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
	list-style-image: url(../images/li_bullet.gif);
	font-weight: bold;
	padding-right: 5px;
}

acronym {
  border-bottom: 1px solid #BBB;
  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 {
  width: 588px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  background: url(../images/gj-header.jpg) no-repeat top center;
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 0 0 12px;
  color: #EEE;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 10px;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #660066;
  font-weight:bold;
}

#menu a:hover, #menu a.active {
	background: url(../images/menu_tab.gif) no-repeat top center;
	color:#e8e8ff;
}





/***************************************************
   Left News 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;
  width: 175px;
  padding: 0 15px 0 0;
}

#news .block {
  margin-bottom: 15px;
  background: #e8e8ff url(../images/block_top.gif) no-repeat top center;
}

#news .block .bottom {
  height: 28px;
  background: #DDD 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 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight:bold;
}

#news .links a:hover {
	background: #DDD url(../images/link_news.gif) no-repeat center center;
	color: #e8e8ff;
}

#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;
	width: 398px;
	background: #e8e8ff url(../images/text_top.gif) no-repeat top center;
}


#text .text-bottom {
  height: 28px;
  background: #DDD url(../images/text_bottom.gif) no-repeat bottom center;
}



/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: url(../images/footer.gif) no-repeat top right;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 10px 20px 5px!important;
  margin: 5px 0 10px 3px;
  background: #9999cc url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #990099;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

p.quote a{
	color:#e8e8ff;
	font-weight: bold;
	text-decoration:underline;
}

p.quote a:hover{
	color:#990099;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

.sunset{
	background:url(../images/Clear-Lake-Sunset.jpg) top left no-repeat;
	float:right;
	width:181px;
	height:268px;
	display:block;
	margin: 10px 10px 0 5px;
}

.footer{
	text-align:center;
	background:#9999cc;
	padding-top:25px;
}


/**************************************************************
 Dynamic Drive CSS Form
	  
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/**************************************************************/
		
		.cssform{
			padding-left: 10px;
		}
		.cssform p{
		width: 300px;
		clear: left;
		margin: 0;
		padding: 5px 0 7px 0;
		padding-left: 155px; /*width of left column containing the label elements*/
		height: 1%;
		}
		
		.cssform label{
		font-weight: bold;
		float: left;
		margin-left: -155px; /*width of left column*/
		width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
		}
		
		.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
		width: 180px;
		}
		
		.cssform textarea{
		width: 200px;
		height: 150px;
		}
		
		/*.threepxfix class below:
		Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
		to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
		*/
		
		* html .threepxfix{
		margin-left: 3px;
		}

