/* Body background */

body 	{ 
		margin: 0; padding: 0; background: #ffffff; font-family: Helvetica, Arial, sans-serif;
		font-weight: bold; font-size: 14px;}

/* here are the column definitions */

.rowcontainer {						/* Picked this up from Fluidity, keeps rows lined up */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #ffffff;


}

.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 */

.threequartercolumn { float: left; width: 74.5% }		/* three quarter width column for a four column site */

/* End column Definitions */


/* Images styles */

img {margin: 0 10px} /* all images styling */ 
img.center {float: none } /* center an image */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/* End image styles */

/* Header and body */

div { padding: 5px 0;}

#hdrimg a {color: #215E21; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #215E21; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #215E21; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #215E21; text-decoration: none; font-weight: normal;}

a {color: #004F00; text-decoration: none}
a:hover {color: #4BB74C; text-decoration: none}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: none; 			
	width: 100%;
	margin-bottom: 0px;
	height: 100px;
	background: url('res/bg.gif') repeat-x; 
}



#bttmbar { float: left; width: 100%; height: 20px; background: url('images/hdr.jpg') bottom repeat-x; border-top: 1px solid #333; }    /* Bottom copyright bar */
/* End Header and body */

/* Font styles */

p, h1, h2, h3, span#copyright, span#design { color: #215E21; font-weight: normal; text-decoration: none; background: transparent }
h1.header { margin-top: 15px; color: #215E21; font-weight: bold; text-decoration: none; background: transparent }
p { font-size: 18px; text-align: justify; padding-left:25px; padding-right:5px; }
p.center { font-size: 14px; text-align: center }
p.hdrcenter { font-size: 18px; text-align: center; font-weight: bold; color: #215E21; }
p.right { font-size: 14px; text-align: right }
p.left { font-size: 14px; text-align: left }
h1 { font-size: 24px; }	/* site heading */
h1.header { font-size: 36px; color: #215E21; font-family: Minion, "ITC Garamond", Palatino, "Times New Roman", Garamond, Georgia, serif;
}	/* site heading */
h2 { font-size: 18px; color: #215E21}	/* site heading */
h3 { font-size: 16px; color: #215E21}				/* sub headings */
span#copyright { font-size: 13px; }  /* sets the copyright styles */
span#design {  float: right; font-size: 13px; }  /* floats the design link into position */
p.header {text-align: center; margin-top: 0px; } /* align header object */

/* End Fonts */

/* Navigation and tags */

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 75px; left: 10%; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 12px;
	float: left;
	list-style: none;
	text-align: center;
}

#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: 98px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	font-weight: bold;
}
	 
#nav a:link, #nav a:visited  { background: url('res/tab.gif') no-repeat 0 -25px; color:#ffffff; }

#nav a:hover, #nav a:active { background: url('res/tab.gif') no-repeat 0 -25px; font-weight: bold; text-decoration: underline }

#nav a#current { background: url('res/tab.gif') no-repeat 0 0; color: #000000; }


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #004F00; font-size: 18px; }

hr { margin: 7px 0px; height: 3px; background: #215E21; color: #215E21}  /* rule styling */

/* End Navigation and tags */