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

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;
}

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

/*	width: 960px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;	*/

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: 'Open Sans Condensed', sans-serif;
	color: #000;	
	background: #fff;	
	text-align: center;
	font-size: 1em;
}

* {box-sizing:border-box}

p {
	padding-bottom: .8em;	
}

h1 {	
	font-size: 120%;
	font-weight: 500;	
	padding-bottom: .7em;
	color:#77000B;
	font-family: 'Raleway', sans-serif;	
	font-variant: small-caps;
	text-shadow: #333333 1px 2px 3px;			
}

h2 {
	font-size: 200%;
	font-weight: 400;
	padding-top: .5em;
	padding-bottom: .5em;
	color:#000000;
	font-variant: small-caps;		
	text-shadow: #333333 1px 2px 3px;
	font-family: 'Arvo', serif;			
}

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

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

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

#container {
	width: 960px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;		
	clear: both;
}

#menu {
	width: 100%;
	float: left;		
	color: #000000;	
	font-size:90%;
	padding-top:.9em;	
	padding-bottom:.9em;
	margin-top:.5em;			
	text-align: center;	
	background: #ffffff;
	font-family: 'Arvo', serif;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}

#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	padding-left:2em;
	padding-right:2em;
}

#menu a:hover, #menu a:active {
	color: #880000;
	text-decoration: none;
	padding-left:2em;
	padding-right:2em;
}

#content {
	float: left;
	width: 100%;
	background: #FFFFFF;
	line-height: 125%;			
}

#filler {
	height: 450px;	
}

#footer {
	width:100%;
	min-width:960px;
    float: left;		
	color: #000000;
	font-size: 90%;
	line-height: 150%;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
	border-top: 1px solid #222222;				
	background: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
	padding-left:40px;
	padding-right:40px;
}

#footer a:hover, #footer a:active {
	color: #880000;
	text-decoration: none;
	padding-left:40px;
	padding-right:40px;
}

#copyRight {
	width: 100%;
	float: left;
	text-align: center;
	clear: both;
	color: #000000;
	font-size: 100%;
	line-height: 150%;
	margin-top: .5em;
	margin-bottom: .5em;
}

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

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

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

.listHolderQtr {
	float: left;
	width: 30%;		
}

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

.img {	
	border: 1px solid #333333;
}

.spacer {
	float: left;
	width: 100%;	
	margin-bottom: .10em;
}

.smallSpacer {
	float: left;
	width: 100%;	
	margin-bottom: .5em;
}

.largerSpacer {
	float: left;
	width: 100%;	
	margin-bottom: 1.0em;
}

bold {
	font-weight:bold;
}

.picBackground {
	width: 180px;
	height: 120px;	
	float: left;
	clear: both;	
	color: #000000;
	font-size: 100%;
	line-height:150%;		
	border: 1px solid #000000;
	margin-bottom:.5em;
	text-align: center;	
	background: rgb(207,231,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}

.imageRight {
	float:right;
	padding-top:.5em;
	padding-left:.5em;
	padding-right:.10em;
	padding-bottom:.5em;
}

@media screen and (max-width: 800px) {
	
h1 {
	font-size: 105%;	
}

h2 {
	font-size: 100%;	
}	

h3 {
	font-size: 75%;	
}

nav .menu ul li {	
	padding-left:1.8em;	
	padding-right:1.8em;	
}

.bigFont li {
	font-size:1em;
}

footer .footerLinks ul li {	
	padding-left:1.2em;	
	padding-right:1.2em;	
}

footer .footerLinks ul li a {
	font-size: 65%;	
}

footer .footerLinks ul li a:hover {	
	font-size: 65%;
}
	
}

@media screen and (max-width: 700px) {

	
h1 {
	font-size: 110%;		
}

h2 {
	font-size: 100%;	
}	

h3 {
	font-size: 90%;	
}

.bigFont li {
	font-size:1em;
}

footer .footerLinks ul li {	
	padding-left:.9em;	
	padding-right:.9em;	
}

footer .footerLinks ul li a {
	font-size: 55%;	
}

footer .footerLinks ul li a:hover {	
	font-size: 55%;
}
	
}

@media screen and (max-width: 600px) {
	
h1 {
	font-size: 110%;		
}

h2 {
	font-size: 100%;	
}	

h3 {
	font-size: 90%;	
}	

.bigFont li {
	font-size:1em;
}

footer .footerLinks ul li {	
	padding-right:1%;			
}

}

@media screen and (max-width: 500px) {

h1 {
	font-size: 110%;	
}	

.bigFont li {
	font-size:1em;
}

footer .footerLinks ul li {	
	padding-right:1%;			
}

}

@media screen and (max-width: 400px) {
	
h1 {
	font-size: 110%;		
}	

.bigFont li {
	font-size:1em;
}

footer .footerLinks ul li {	
	padding-right:.5%;			
}

footer .footerLinks ul li a {		
	font-size: 30%;		
}

footer .footerLinks ul li a:hover {	
	font-size: 30%;
}

.horizontalImage img {
	width: 100%;
	height: 70px;	
}

}