﻿/* RESET CSS */
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, embed, font, img, ins, kbd,  q, s, samp,
small, strike, 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;
	background: transparent;
	text-shadow: 0 0 0 #000000;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q { 
	quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	font-size: 62.5%;
	line-height: 1.5em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, td, th {
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

/* Keep superscript tags from breaking line-height */
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

.clear {
clear:both;
}

.clear:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
/* END OF RESET STYLES ****************************/

#wrapper {
	width:100%;	
}

#wrapper p.print {
	font-size:1.5em;
	padding:15px 30px;	
	margin:0px;
}

#content {
	margin:0px 10px 10px 10px;
	text-align:left;
	width:650px;	
	position:relative;
	border:1px solid #000;
	padding:20px 30px 20px 20px;
}

#colA {
	width:400px;
	padding-right:50px;	
	float:left;
	display:inline;
	height:210px;
}
#colB {
	width:200px;	
	float:left;
	display:inline;
	height:210px;
	text-align:center;
}

img.logo { margin-bottom:20px; }

p {
	font-size:14px;	
	color:#333;
	margin-bottom:15px;
	line-height:1.2em;
}

p.bmargin { margin-bottom:5px; }

h2 {
	font-size:17px;	
	font-weight:bold;
	margin-bottom:30px;
}

h3 {
	font-size:30px;	
	line-height:30px;
	font-weight:bold;
	margin-bottom:15px;
}

h4 {
	font-size:30px;	
	line-height:1em;
	font-weight:bold;
	color:#b2073a;
	margin-bottom:10px;	
	text-transform:uppercase;
}

#card {
	height:264px;	
}

#card p {
	margin:0px;	
	font-size:13px;
	font-weight:bold;
}

p.disclaimer {
	font-size:13px;
}

p.disclaimer span {
	font-weight:bold;
}

#card_container {
	position:absolute;
	top:578px;
	left:20px;
	width:660px;
	height:245px;	
}

#front, #back, .column {
	float:left;
	display:inline;	
}

#front, #back {
	height:195px;
	width:298px;
	padding-top:51px;
}

.column {
	width:60px;	
}

.column.two { width:135px; }
.column.three { width:105px; text-align:center; position:relative; top:-25px; }

#card_container p { 
	margin-bottom:1px;
	font-size:13px;	
	line-height:14px;
}

#card_container p.name {
	margin:1px 0;	
	font-size:13px;
	line-height:1em;
	text-transform:uppercase;
}

#backText p {
	line-height:1.2em !important;	
}

#front {
	padding-left:10px;
	width:320px;
	height:175px;	
	position:relative;
}

#back {
	padding:25px 15px 0 15px;
	position:relative;	
}

#backText { 
	position:absolute; 
	bottom:0px; 
	width:298px;
}

#backText p img { vertical-align:text-bottom; }

img.countyName {
	height:25px;
	width:168px;	
}

img.logoSmall {
	height:74px;
	width:95px;
}

#card_container p.card_footer {
	color:#FFF;
	margin:16px 0 0 15px;
	font-weight:bold;	
	position:absolute;
	bottom:5px;
}
