/**************************************************

	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;}
table {border-collapse: separate;border-spacing: 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;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/**************************************************

	TAKEN FROM BLUEPRINT CSS FRAMEWORK
	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:3em;line-height:1em;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;line-height:1em;}
h3 {font-size:1.5em;line-height:1em;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25em;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
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:1.4em;width:100%;}
th, td {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
A IMG {border:0;}

	 
/***************************************************
	TABLES
	 */

TABLE{
	clear: both;
	width: 100%;
	padding:0;
	border-collapse: collapse;
	font-size:100%;
	}	

TABLE TBODY TD {
	color:#333;
	}

TABLE TD,
TABLE TH{		
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
	}	
		
TABLE TH {
	padding: 8px 3px;
	color:#000;
	font-weight:bold;
	}

TABLE TR TD {		
	padding:0 5px;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
	}
		
/***************************************************
	FORMS
	 */
		
LABEL {
		display:block;
		color:#333;
		font-weight:bold;
		}
	
INPUT,
TEXTAREA {
		border: 1px solid #ccc;
		color: #999;
		font-size: 100%;
		margin:2px 0;
		}
		
		
INPUT.checkbox {border:none;}
FORM .form , FORM .form LI, #content .form, #content .form LI{margin:0; padding:0; list-style:none;}
	
	
A{text-decoration:underline; color:#003a74; font-weight:bold;}
A:hover{color:#c1cd23;}	
H1 {color:#000;}
H2 {color:#c1cd23;}
H3 {color:#666;}
H4 {color:#999;}
H5 {color:#bbb;}
H6 {color:#eee;}



