/**************************************************

	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 FRAMEWORKD
	MODIFIED BY 76DESIGN
	
	add in basic styling so nothing looks out of place when complete.
	*/
	
body {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
/*h1 {font-size:2.5em;line-height:1;margin-bottom:0.5em;}*/
h1 {font-size:2em;margin-bottom:0.75em; background:url(../images/navigation/dotted-line.gif) bottom left repeat-x; padding:0 0 20px 0}
h2 {font-size:1.7em;margin-bottom:0.75em; line-height:120%;background:url(../images/navigation/dotted-line.gif) bottom left repeat-x; padding:0 0 20px 0}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;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 {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;color:#666;font-weight:bold; font-size:130%; color:#B3161A;}
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 #D75436;
	}	
		
TABLE THEAD TH,
TABLE TR.bold TD {
	padding: 8px 3px;
	color:#000;
	font-weight:bold;
	border-top:solid 3px #555;
	background:#DFDDC3;
	
	}

TABLE TR TD {		
	padding:5px;
	vertical-align:middle;
	border-bottom: 1px solid #555;
	}
TABLE TR TD  * {
	margin:0;
	padding:0;
	}
/***************************************************
	FORMS
	 */
		
LABEL {
		display:block;
		color:#333;
		font-weight:bold;
		}
	
INPUT,
TEXTAREA {
		color: #999;
		font-size: 100%;
		margin:2px 0;
		padding:3px;
		font-family:Arial;}
		
INPUT.submit {
	border:solid 1px #000;
	margin:5px 0;
	background:#dc6b51 url(../images/submit-bkg.gif) bottom left repeat-x; 
	line-height:20px; 
	padding:3px; 
	color:#FFF; 
	font-weight:bold;
	}
	
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{
	font-weight:bold;
	color:#f76c4c;
	}

A:hover{color:#d75436;			}
	
/*	
H1 {color:#000;}
H2 {color:#D75436;}
H3 {color:#B3161A;}
H4 {color:#d84ab4;}
H5 {color:#f9c32d;}
H6 {color:#f9c32d;}
*/


