/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */

html {
  height: 100%;
}

body { margin: 0; padding: 0;
  height: 100%;
  text-align: center;
  background: #C0EA00 url(images/hdr2.gif) repeat-x top left;
}

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }

/*------------Content-----------------*/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

/*------------Basic styles------------*/

p, h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }

p { font-size: 0.8em; line-height: 1.4em; text-align: justify; margin-top: .5em; margin-bottom: .5em; }
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em; color: #06FF00 }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color: #06FF00  }				/* sub headings */
span#copyright { font-size: 12px; line-height: 15px; color:#CCCCCC;}  /* sets the copyright styles */
span#design {  float: right; font-size: 12px; line-height: 15px; color:#CCCCCC;}  /* floats the design link into position */
span.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */

div { padding: 10px 0;}

#hdrimg a {color: #fff; text-decoration: none;}
#hdrimg a strong {color: #FFA000; text-decoration: none; font-weight: bold;}
#hdrimg a:hover {color: #06FF00; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #fff; text-decoration: none;}

a {color: #FFA000; text-decoration: none}
a:hover {color: #fff; text-decoration: underline}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	
	height: 100px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 80px;
}
html>body #hdrimg {
	height: 80px;        /* ie5x hack ends here */
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	border-top: 5px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	width: 100%;
	overflow: hidden;
	background: #333;
}

#bttmbar { float: left; width: 100%; height: 15px;
		border: 5px solid #000000;
		background: #000000;}    /* Bottom copyright bar */


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */
.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */
.twothirdcolumn { float: left; width: 66%; }		/* One third width column for a three column site */
.quartercolumn { float: left; width: 24.5%; }		/* One quarter width column for a four column site */

.selectborder { border: 1px solid #FFA000; margin-left:15px; }

/*------------------------------Main Navigation------------------------------------------*/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;
  margin: 0;	/* test */
  padding: 0;
  height: 25px;
}

#nav { top: 75px; left: 0px; height: 15px; width: 100% }

ul#nav  { margin: 0 auto; padding:0;	/* test */
	list-style-type: none; text-align: center;}				/* test */

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center;
	display: inline;	/* test */
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
	padding: 0;
}

/*

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.3em;
	margin: 0;
	white-space: nowrap;
	}
	
*/
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif'); }
ul a:active { color: #fff; list-style: url('images/bullet_hover.gif'); }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */