/* Market Hardware - layout.css */
body {
	background: #fff;
	color: #333;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

}

h1 {
	color: #16296d;
}

h2 {
	color: #4a4339;
}

h3 {
	color: #fd9001;
	font-weight: bold;
}

a {
	color: #4166d3;
}

li {
	margin-bottom: 4px;
}

/* Breadcrumb & Logos */
.breadcrumb {
	font-size: 85%;
	padding-bottom: 10px;
}

.logos {
	text-align: center;
}

.logos img {
	padding: 5px;
	vertical-align: middle;
}

/* Container */
#container,
.container {
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 940px;
}

/* Branding */
#branding {
	background: url('../design/header.jpg') top left no-repeat;
	height: 175px;
	margin-bottom: 10px;
	position: relative;
}

#logo,
#contact-info,
#service-area {
	margin: 0;
	position: absolute;
}

/* Logo */
#logo {
	height: 135px;
	left: 10px;
	top: 10px;
	width: 490px;
	z-index: 3;
}

#logo a {
	display: block;
	height: 100%;
}

/* Contact Info */
#contact-info {
	right: 27px;
	text-align: center;
	top: 24px;
	color: #fff;
	font-style: italic;
	font-size: 1.2em;
}

#contact-info .phone {
	display: block;
	font-size: 1.9em;
	font-style: normal;
}

/* Tagline */
#tagline {
	background: #eee;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
}

/* Service Area */
#service-area {
	left: 400px;
	text-align: left;
	top: 10px;
}

/* Banner */
#banner {
	display: block;
	margin-bottom: 0;
}


/* Columns */
#columns {
	background: url('../design/side.png') repeat-y left top;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

/* Left Column */
#leftcol {
	float: left;
	position: relative;
	width: 280px;
	z-index: 1;
	margin-left: 10px;
	_margin-left: 5px;
}

#leftcol-inner {
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #0C0000;
}

p#hours {
	padding-top: 20px;
}

p#hours, p#emergency {
	font-size: .8em;
	font-weight: normal;
}

/* Right Column */
#rightcol {
	float: right;
	position: relative;
	width: 632px;
	z-index: 2;
	background: url('../design/cc.png') bottom right no-repeat;
	padding-bottom: 40px;
	min-height:760px;
	height:auto !important;
	height:760px;

}

#rightcol-inner {
	padding: 30px;
}

/* Callouts */
.callouts ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}

.callouts li {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.callouts li.last {
	margin: 0;
}

.callouts .content {
	height: 40px;
	line-height: 40px;
	padding: 10px 0 10px 0;
	text-align: center;
}

.callouts a.content {
	display: block;
}

.callouts,
.callouts a {
	color: #000;
}

.callouts a {
	text-decoration: none;
}

.callouts li a:hover {
	text-decoration: underline;
}

.callouts span {
	display: block;
	margin: 0;
	font-size: 1.25em;
	padding: 0 12px;
}

#callout-1 .content {
	background: url(../design/callout.jpg) no-repeat;
}

#callout-2 .content {
	background: url(../design/callout.jpg) no-repeat;
}

/* Footer */
#footer {
	background: #004fb7;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#footer,
#footer a {
	color: #fff;
}

#footer p {
	margin: 0;
}

#map {
	margin-left: 20px;
}
