/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    paul howie
email:     phowie@bluegreendesign.com
website:   http://www.bluegreendesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {margin: 0; padding: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {margin: 1em 0;}

/* Class for clearing floats */
/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Clearfix */

/* Remove border around linked images */
img {border: 0;}


/* =Typography
-----------------------------------------------------------------------------*/

body {font-size: 62.5%;}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #33CC00;
	text-decoration: underline;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: both;
	padding: 10px 0px 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;
}
#footer ul li.first {
	border-left-style: none;
	border-left-width: 0;
}

#footer ul a {
	display: block;
	padding: 0 10px;
	/*	line-height: 2em; */
	text-decoration: none;
	font-size: 1.1em;
	float: left;
	color: #006600;
}
#footer ul a:hover {
	color: #33CC00;
	text-decoration: underline;
}
#footer p {
	padding: 0 10px;
	font-size: 1.1em;
	text-align: right;
	clear: both;
	margin: 0px;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}


/* =Tables
-----------------------------------------------------------------------------*/

table {border-spacing: 0; border-collapse: collapse;}

td {text-align: left; font-weight: normal;}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

