/* RESET */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* GLOBAL */

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.5em;
	color: #576375;
	overflow: auto;
}
a {
	color: #920000;
	text-decoration: none;
}
p {
	padding-top: 10px;
}
strong {
	font-weight: 700;
}
#lines {
	width: 100%;
	height: 8px;
	background: url(images/lines.png);
}
#container {
	width: 1000px;
	margin: 0px auto;
}
#header {
	width: 960px;
	margin: 0px auto;
	padding: 22px 0px;
	overflow: auto;
}
#logo {
	width: 340px;
}
#logo_img {
	width: 140px;
	height: 44px;
	float: left;
	padding-top: 6px;
}
#vert_line {
	width: 1px;
	height: 54px;
	float: left;
	margin-left: 15px;
	background-color: #BCBEC0;
}
#tagline {
	width: 154px;
	height: 34px;
	float: left;
	margin-left: 15px;
	padding-top: 12px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2em;
}
.clear {
	clear: both;
}
.red {
	color: #BA0017;
}
.on {
	border-bottom: 1px dotted #BA0017;
}
.label {
	padding-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
#menu {
	padding-top: 22px;
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #414042;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	margin: 0px 0px 0px 22px;
}
#menu a {
	color: #414042;
}
#menu a:hover {
	color: #BA0017;
}
#subpage {
	width: 960px;
	height: 90px;
	margin: 0px auto;
	background: url(images/subpage.png) no-repeat;
}
#page {
	width: 340px;
	padding: 40px 0px 0px 650px;
	font-weight: 300;
	font-size: 24px;
	color: #FFF;
}
#separator {
	width: 960px;
	height: 2px;
	margin: 22px auto;
	background: url(images/lines.png);
}
#body {
	width: 920px;
	overflow: auto;
	margin: 0px auto;
	padding: 0px 20px;
}
#title {
	padding-bottom: 10px;
	font-weight: 300;
	font-size: 24px;
	color: #920000;
}
#content {
	width: 620px;
	float: left;
	font-weight: 300;
	font-size: 16px;
}
#content p a {
	font-weight: 400;
}
#sidebar {
	width: 260px;
	float: right;
}
#callout {
	position: relative;
	width: 220px;
	padding: 16px 20px;
	background: #E6EAED;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.25em;
}
#list {
	padding: 10px;
	color: #BA0017;
}
#list ul {
	list-style-image: url("images/dot.png");
	margin-left: 28px;
}
#list li {
	padding-left: 4px;
}
#footer {
	bottom: 0px;
	width: 100%;
	height: 30px;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	color: #939598;
	background-color: #FFF;
}

/* MAIN */

#main {
	width: 960px;
	height: 240px;
	margin: 0px auto;
	background: url(images/main.png) no-repeat;
}
#blurb {
	width: 340px;
	padding: 120px 0px 14px 620px;
	font-weight: 300;
	font-size: 24px;
	color: #FFF;
}
#go {
	width: 340px;
	padding-left: 620px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	opacity: 0.6;
}
#go a {
	color: #000;
}
#free {
	position: relative;
	width: 260px;
	height: 140px;
	background: #939598;
}
#callout.main {
	padding: 10px 20px 16px 20px;
	text-align: center;
}
span.free {
	font-weight: 400;
	font-size: 18px;
	color: #BA0017;
}

/* CONTACT */

#content.contact {
	width: 450px;
}
#sidebar.contact {
	width: 450px;
	height: 300px;
	background: #939598;
}
span.text {
	display: inline-block;
	width: 5em;
}
span.number {
	display: inline-block;
	width: 250px;
}