/**************************************************

	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:2.8em;line-height:1em;margin-bottom:0.5em;}
h2 {font-size:1.6em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1.18em;margin:.5em 0;}
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;	font-size:120%;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em 0;color:#808080;font-style:normal; font-size:160%; line-height:120%;}
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;
	font-size:120%;
	}	
		
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;
		font-size:120%;	
	}
	
INPUT,
TEXTAREA,
.select {
	border: 1px solid #bababa;
	color: #000;
	font-weight:bold;
	font-family:Arial;
	padding:4px;
	margin:2px 0;
	}
		
		
.checkbox {border:none;}
FORM, FORM LI,FORM  OL{margin:0; padding:0; list-style:none;}
.submit{      
	background:#ac0505;
	padding:5px 25px 5px 5px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}

.radio {
	margin:0 5px 0 0;
	border:none;
	}
.submit:hover {
	background:#808080;
	}	

.req {
	color:#ac0505;
	font-weight:bold;
	}
	
.notice {
	font-weight:bold;
	margin:20px 0;
	}

H1.title {
	font-size:42px;
	}
	
A{color:#ac0505; text-decoration:underline;}
A:hover{color:#808080	}	
H1 {color:#ac0505; width:100%;	}
H2 {color:#000;font-weight:bold;border-bottom:solid 1px #ededed; padding:0 0 .5em;}
H3 {color:#ac0505;font-weight:bold;}
H4 {color:#808080; font-weight:bold; text-transform:uppercase;font-size:80%;}
H5 {color:#808080;font-size:80%;}
H6 {color:#000; font-size:80%;}

A.readmore {
	background:#ac0505;
	padding:5px 25px 5px 8px;
	color:#FFF;
	line-height:280%;
	text-decoration:none;
	font-weight:bold;
	font-size:120%;
	}
	
A.readmore:hover {
	background:#808080;
	color:#FFF;
	}
	
.search .exclusive-tag {
	width:auto;
	}
.exclusive-tag {
	position:relative;
	height:118px;
	width:192px;}
	
.exclusive-tag SPAN{
	position:absolute;
	z-index:3;
	margin:0;
	top:92px; 
	left:0;
	background:#ac0505;
	padding:5px 15px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:120%;
	}
.breadcrumb {
	display:none;
	}
.back-button {
	text-decoration:none;
	color:#808080;}
.back-button:hover {
	text-decoration:underline;
	}

