@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

p {
	margin-bottom: 15px;	
}

h1, h2, h3 {
	clear: both;
}

h1 {
	font-size: 2.0em;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 10px;	
	color:#880000;
	font-variant: small-caps;		
	text-shadow: #333333 1px 1px 2px;
	font-family: 'Arvo', serif;					
}

h2 {
	font-weight:400;
	font-size:1.2em;	
	color:#880000;
	margin-bottom: 15px;
	font-variant: small-caps;	
}

.phone {
	float:left;
	width:100%;
	font-weight:400;
	font-size:1.4em;	
	color:#880000;
	margin-bottom: 15px;
	text-align:center;	
}

.smallText {	
	font-size:.9em;	
	color:#000000;		
}

a:link {
	text-decoration: none;
	color:#0044DD;
}

a:visited {
	text-decoration: none;
	color:#0044DD;
}

a:hover {
	text-decoration: underline;
	color:#0044DD;
}

a:active {
	text-decoration: underline;
	color:#880000;
}	

#container {
	width: 90%;	
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;		
}

#top {
	width: 99%;
	float: left;
	text-align: center;
	border: 1px solid #333333;
	background: #EEEEEE;
	padding-top:5px;
}

#top a:link {
	text-decoration: none;
	color:#880000;
}

#top a:visited {
	text-decoration: none;
	color:#880000;
}

#top a:hover {
	text-decoration: underline;
	color:#880000;
}

#top a:active {
	text-decoration: underline;
	color:#880000;
}	

#bottom {
	width: 100%;
	float:left;
	text-align: left;	
	font-size:1.2em;
	padding-top:20px;
	line-height: 150%;
}

.spacer {
	float:left;
	width:100%;
	padding-top:20px;
}

.listHolder {
	float:left;
	width:100%;
}

.listHolder ul {
	list-style: square;
	margin-left: 15px;
}

.listHolder ul li {
	float: left;
	text-align: left;
	line-height: 200%;
	clear:both;
}

.listHolderTitle {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
	font-weight:400;
	font-size:1.2em;	
	color:#880000;
	font-variant: small-caps;	
}

.listHolderLeft {
	float: left;
	width: 49%;	
	font-size:.8em;
}

.listHolderRight {
	float:left;
	width:48%;	
	font-size:.8em;
}

.listHolder a:link, .listHolder a:visited, .listHolder a:hover, .listHolder a:active {
	color: #000000;
	text-decoration: none;	
}

.leftAlign {
	float:left;
	width:100%;
	text-align:left;
	padding-top:15px;	
	line-height:150%;
}

.img {
	float:right;
	padding:5px;
}
