/* 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:425px;
	padding-right:25px;	
	float:left;
	display:inline;
}
#colB {
	width:200px;	
	float:left;
	display:inline;
}

img.logo {
	margin-bottom:10px;
}	

p {
	font-size:13px;	
	color:#333;
	margin-bottom:10px;
	line-height:1.2em;
}

.bold { font-weight:bold; }
.nomargin { margin-bottom:0px; }

#card_container p.cityName { 
    font-size:28px; 
    font-weight:bold; 
    line-height:1.2em !important;
    width:210px;
    float:left;
    text-align:center;
    margin-right:5px;
}
#card_container p.cityName-small {
	font-size:22px; 
    font-weight:bold; 
    line-height:1.2em !important;
    width:210px;
    float:left;
    text-align:center;
    margin-right:5px;	
}
#card_container p.credittext
{
	font-size:9px;
	width:215px;
	float:left;
	text-align:left;
	margin-left:10px;
	margin-top:4px;
}

img.cityLogo {
	position:absolute;
	top:0px; 
	right:0px;	
}

h2 {
	font-size:35px;	
	font-weight:bold;
	margin-bottom:15px;
	line-height:38px;
	height:75px;
}

h3 {
	font-size:30px;	
	font-weight:bold;
	margin-bottom:10px;
}

h4 {
	font-size:30px;	
	font-weight:bold;
	color:#0260c0;
	margin-bottom:0px;	
	text-transform:uppercase;
	line-height:1em;
}

#card {
	height:260px;	
}

#card p {
	margin:0px;	
	font-size:12px;
	font-weight:bold;
}

#card_container #front p {
	line-height:13px;
}

p.disclaimer {
	font-size:10pt;
}

p.disclaimer span {
	font-weight:bold;
}

#card_container {
	position:absolute;
	top:450px;
	left:20px;
	width:665px;
	height:270px;	
}

#front, #back, .column {
	float:left;
	display:inline;	
}

#front, #back {
	height:195px;
	width:298px;
	padding-top:40px;
}

.column {
	width:50px;
    height:43px;	
}

.column.two { width:100px; }
.column.three { width:50px; }
.column.four { width:100px; }

#card_container p { 
	margin-bottom:1px;
	font-size:13px;	
}
p.card_footer { font-weight:bold; position:absolute; bottom:2px; left:50px; }

#card_container #back p { line-height:1.1em !important; }

#card_container p.name {
	margin:5px 0;	
	font-size:14px;
	text-transform:uppercase;
}

#front {
	padding-left:20px;
	width:315px;
	height:185px;
	position:relative;	
}

.front-top {
    height:73px;
    margin-bottom:16px;
    width:300px;
    position:relative;
}

#back {
	padding:60px 15px 0 15px;
	position:relative;	
    height: 165px;
}

#backText { 
	position:absolute; 
	bottom:0px; 
	width:298px;
}

#backText p img { vertical-align:bottom; position:relative; top:1px; }


