/*
Fixed Design Structure
By: Harley Neal
Reset (to combat browser defaults from metaling with the layout elements)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, big, code, em, font, img, small, strong, 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, li {
	line-height: 1;
}
ol, ul {
	list-style:square;
}
ol {
	list-style: decimal;
	margin: 0 28px;
}
ol li {
	margin: 2px;
	padding: 2px;
	font-size: 1.1em;
	line-height:1.2em;
}
ol ol {
	list-style:lower-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
blockquote, q {
	quotes: none;
	margin:20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
Layout
*/

body {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	background-color:#FFF;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	margin-bottom:0.2em;
	clear: both;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	line-height: 1.2em;
}
h2 {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 20px;
	background-repeat: no-repeat;
	background-color:#d50d0f;
	padding-left:10px;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2em;
}
h3 {
	font-size: 14px;
	clear: both;
	margin-top: 30px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
	text-transform: uppercase;
}
.font9 {
	font-size: 9px;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font24 {
	font-size: 24px;
}
.font30 {
	font-size: 30px;
}
.highlight-color {
	color: #940100;
}
.h1-subtitle {
	color: #333;
	font-size: 16px;
	font-style: italic;
}
a {
	color: #d50d0f;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#999;
}
p {
	margin-bottom:.5em;
}
#footer-container {
	padding-top:1em;
	background:url(../images/footer_tile.jpg) repeat-x;
	background-color:#000;
	border-top:solid thin #333;
	}

#wrap div, #footer_wrap div {
	display: block;
	float: left;
}
#wrap, #header, #body-top, #body, #body-bottom, #footer, #footer_wrap {
	width: 1000px;
}
#content, #left-sidebar, #right-sidebar, #company, #cities {
	margin: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#wrap, #footer_wrap {
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 200px;
}
#header-logo {
	width:500px;
	height: 200px;
}
#header-number {
	width:500px;
	height: 200px;
}
#breadcrumb {
	height: auto;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color:#d50d0f;
	line-height: 18px;
	width: 990px;
	padding-left:10px;
	margin-bottom: 5px;
}
#breadcrumb ul {
	padding-left: 0px !important;
}
#breadcrumb ul li {
	display:inline;
	font-size: 11px !important;
	line-height: 18px;
}
#breadcrumb ul li a {
	color: #FFF !important;
	padding-right: 10px;
	padding-left: 15px;
	display: block;
	float: left;
	height: auto;
	background: url(../images/elements/arrow.png) no-repeat left center;
}
#breadcrumb a:hover {
	color: #999 !important;
	text-decoration: underline;
}
#body-top {
	background-image: url(../images/body-top.jpg);
	height: 11px;
	clear: both;
}
#body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
}
#body-bottom {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	height: 11px;
	clear: both;
}
#content {
	min-height: 200px;
	width: 670px;
	margin-top: 0px;
}
#content ul {
	list-style-type: square;
	padding-left: 30px;
	margin-bottom: 10px;
}
#content ul li {
	font-size:16px;
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 1.3em;
}
#right-sidebar, #left-sidebar {
	width: 270px;
	margin-top: 0px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
#footer {
	color: #666;
	font-size: 12px;
	line-height: 16px;
}
#footer p {
	margin: 0px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #d50d0f;
	text-decoration: underline;
}
#company {
	width: 240px;
	float: left;
}
#company img {
	margin-top: 3px;
	margin-bottom: 3px;
}
#cities {
	width: 690px;
	float: left;
}
#cities strong {
	text-transform: uppercase;
}
#follow {
	display: block;
	margin: 5px auto 10px;
	background: url(../images/elements/facebook.png) no-repeat center;
	height: 40px;
	clear: both;
	width: 215px;
	padding-left: 55px;
}
#follow .facebook {
	display: block;
	float:left;
	width: 100px;
	margin-right: 5px;
	margin-top: 10px;
	clear:none;
}
#follow .google-plus {
	display: block;
	float:left;
	width: 75px;
	margin-top: 8px;
	clear:none;
}
#form {
	width: 235px;
	height: 349px;
	margin-left: 10px;
	background: url(../images/elements/form.png) no-repeat;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
div[id^="wufoo"] {
	width: 100%;
}
.clearfix {
	clear: both !important;
}
.floatfix {
	float: none !important;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
	float: left;
}
.align-right {
	text-align:right;
	float: right;
}
.float-img-right {
	display:block;
	padding:10px;
	float:right;
}
.float-img-left {
	display:left;
	padding:10px;
	float:left;
}
.inline-img {
	display: inline;
	vertical-align: middle;
	margin-right: 3px;
}
#article-resource {
	font-size:75%
}
.coupon-container {
	width: 450px;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
	border: 2px solid #000000;
	border-radius: 10px;
	padding: 15px;
}
.coupon-container p {
	float: left;
	width: 215px;
	text-align: center;
}
.coupon-container p span {
	font-weight: bold;
	font-size: 16px;
}
.coupon-container form {
	border-left: 1px solid #000000;
	padding-left: 15px;
}
table {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
  }
.pull-left
{
	margin-right:10px;
	float:left;  
}