/**************************************************

	ORIGINALLY BY ERIC MEYER
	MODIFIED BY 76DESIGN
	
	set everything to zero
	*/
	
	
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, 
code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, 
label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;	font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus { outline: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/***************************************************
	CLEARFIX
	 */
	 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {
	display: inline-block;
	overflow: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/**************************************************

	TAKEN FROM BLUEPRINT CSS FRAMEWORKD
	MODIFIED BY 76DESIGN
	
	add in basic styling so nothing looks out of place when complete.
	*/
	
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:240%;line-height:120%;margin-bottom:0.5em;}
h2 {font-size:180%;line-height:120%;margin-bottom:1em;}

.homepage H2 {font-size:150%;}
h3 {font-size:150%;line-height:120%;margin-bottom:1.5em;}
h4 {font-size:120%;line-height:120%;margin-bottom:1.25em;}
h5 {font-size:100%;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:100%;font-weight:bold;}
p {margin:0 0 1.5em;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:normal;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
tt {display:block;margin:1.5em 0;line-height:1.5;}
pre, code, tt {line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1em;}
th, td {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
A IMG {border:0;}

SMALL,.box H3 {
	color:##2b2b2b;
	font-family:"Arial";
	font-size:100%;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
	
/***************************************************
	TABLES
	 */

TABLE TBODY TD {
	}

TABLE TD,
TABLE TH{		
	vertical-align:middle;
	}	
TABLE THEAD TH {
	color:#FFF;
	}		
TABLE TBODY TH {
	}
TABLE TH {
	padding: 8px 3px;
	color:#000;
	}

TABLE TR TD {		
	padding:0 5px;
	vertical-align:top;
	}
		
/***************************************************
	FORMS
	 */
		
LABEL {
		display:block;
		color:#000;
		font-weight:bold;

		}
	
INPUT,
TEXTAREA {
		font-size: 100%;
		margin:2px 0;
		padding:3px;
		}
		
INPUT.submit {border:none; margin:0; padding:0;}
INPUT.checkbox {border:none;}


FORM .form , FORM .form LI, #content .form, #content .form LI{margin:0; padding:0; list-style:none;}
.left {float:left;}
.right {float:right;}

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }
	
A{text-decoration:underline;color:#7bc143; font-weight:bold;}
A:hover{color:#bdeb98;}
	
H1 {color:#000;}
H2 {color:#7bc143;}
H2.title {font-size:260%; margin:30px 20px 0 20px;padding:0; }
H3 {color:#224f0f;}
H4 {color:#636363;}
H5 {color:#bdeb98;}
H6 {color:#888888;}

SMALL.subtitle {font-size:160%; margin:0px 20px 30px 20px; display:block;}


