/*Reset Styles */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	background-repeat:repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* / Reset Styles */

h1 {
font-size: 35px;
line-height: 37px;
margin:10px 0 5px 0;
}

h2 {
font-size: 25px;
line-height: 30px;
margin:10px 0 5px 0;
}

h3 {
font-size: 20px;
line-height: 22px;
margin:10px 0 5px 0;
color:#333333;
}

.bottomHeader {
	margin:30px 0 0 0;
	color:#ff9900;
	font-size:17px;
}

h4 {
color: #444;
margin:10px 0 5px 0;
}

p {
margin: 10px 0px;
}

.siteHolder {
text-align: left;
background-image:url(../img/bc-bg-top.jpg);
background-repeat:no-repeat;
width: 975px;
margin: 0 auto;
/*Replace with MicroFormat?*/
font-family:Arial, Helvetica, sans-serif;
overflow: hidden;
background-color: #FFFFEE;
}

.logo {
z-index: 10;
position: relative;
}

.bigCityLogo {
	float:right;
	margin:10px;
}

.contentHolder {
width: 700px;
z-index: 200;
border: 1px solid #e5e5e5;
border-bottom: 2px solid #999;
border-right: 2px solid #999;
position: relative;
overflow: hidden;
margin: -60px 0px 0px 195px;
background-image:url(../img/bg-content.jpg);
background-repeat: repeat-x;
background-color:#FFF9ED;
}

.contentHolder .left {
margin: 20px;
font-size: 13px;
line-height: 15px;
}

.contentHolder .right {
float: right;
width: 265px;
margin: 20px;
clear: none;
}

.contentHolder .joinBox {
border: 5px solid #ff9900;
padding: 10px;
background-color: #FFCA8E;
}

.contentHolder #emailBox {
margin-top:10px;
width: 230px;
height: 18px;
font-size: 14px;
color: #999999;
}

.contentHolder #cityDealBox {
font-size: 12px;
margin:10px 0;
}

.contentHolder .submitBtn {
text-align:center;
}

.contentHolder .note {
text-align:center;
font-size: 10px;
margin:10px 0;
}

.contentHolder .note_red {
	color:#ff0000;
}

.contentHolder small span {
color: #990000;
}

.contentHolder ul {
list-style:disc;
margin-left:25px;
}

.footer {
margin-top: 20px;
border-top: 1px solid #ccc;
padding-top: 20px;
width: 700px;
margin-left: 195px;
font-size:10px;
color: #666666;
margin-bottom: 20px;
}

.footer a {
color: #FF6600;
}

