@charset "UTF-8";
/* CSS Document */
/* styled after http://webdesignerwall.com/tutorials/mobile-navigation-design-tutorial */

/************************************************************************************
GENERAL
*************************************************************************************/

/* Reset Stuff  */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* End Reset Stuff  */

body {
	font: .8em/130% Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background: #FEFDCC url(images-site/background-body.png) repeat-x;
}

#pagewrap {
	width: 960px;
	max-width: 94%;
	margin: 15px auto 0;
	overflow: auto;
/* 	border: thin solid purple; */
}

#header {
	width: 94%;
	max-width: 94%;
	min-height: 230px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/* border: thin solid green; */
}
.header-text {
	text-indent: -9999em;
	}

.header-image {
	
	}
.content {
	clear: both;
	padding: 1.25em;
	margin: 20px 0;
	overflow: auto;
	/* border: thin solid blue; */
	
}

#footer {
	width: 94%;
	margin: .5em auto;
	text-align: center;
	padding: 6px 0 5px 0;
	overflow: auto;
	clear: both;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #62AEF9;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #990033;
}

p {
	margin: 10px 0 0 0;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

img {
	max-width: 98%;
	height: auto !important;
}

img a {
	max-width: 98%;
	height: auto !important;
}

.image-caption{
	max-width: 600px;
	margin: 0px auto;
	font-size: 10px;
	/*border: 1px solid black;*/
	padding: 3px 0px 3px 3px;
	}
.highlight {
	color: #CC0000;
	font-weight: bold;
}

.highlight-center {
	color: #CC0000;
	font-weight: bold;
	padding-left: 20px;
}

.testimonial {
	width: 80%;
	border: 3px solid #990066;
	font-size: 1.0em;
	margin: 20px auto;
	clear: both;
	padding: 5px;
	background-color: #ddd;
	overflow: auto;
}
	
.downloadmap {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.footeraddress {
	float: left;
	width: 50%;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #660000;
}
.footer-left {
	float: left;
	width: 25%;
	font-size: .8em;
	color: #666;
	font-weight: normal
	}
.footernav {
	font-size: .9em;
	clear: both;
	margin-bottom: 2em;
}
.copyright {
	font-size: .6em;
	color: #444;
	text-align: left;
	clear: both;
}

.partner-list {
	list-style: none outside url("images-site/star.gif");
}

.alert {
	 color: #0092BF;
    font-size: 1.0em;
    font-weight: bold;
	  line-height: 1.5;
	margin: 0;
}
.center {
	text-align: center;
	}
	
table
{
border-collapse:collapse;
width:100%;
}

table,th, td
{
border: none;
}

td
{
padding:10px;
vertical-align:top;
}

ul {
	padding: 10px;
}

li {
	list-style-position: inside;
	list-style-type: circle;
}

/************************************************************************************
Desktop - full size
*************************************************************************************/

.grid {
	width: 100%;
	clear: both;
	overflow: auto;
	}

.sidebar {
	width: 48%;
	float: right;
	padding: .3em;
	/* border:1px solid red; */
	margin: 1px 2px 10px 3px;
}
.content { 
	width: 48%;
	float: left;
	padding: .3em;
	/* border:1px solid green; */
	margin: 0;
	overflow: auto;
	margin: 1px 2px 10px 3px;
}

.content-fullwidth { 
	width: 98%;
	/* float: left; */
	padding: .3em;
	/* border:1px solid green; */
	margin: 0;
	overflow: auto;
}

		/* -------------  Nav stuff ---------- */
 
#nav-wrap {
	margin: 20px 0px 3px 10px;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #62AEF9;
}
/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}
#nav, #nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
/* nav link */
#nav a {
	font-size: 1em;
	padding: 0.4em;
	display: block;
	color: #fff;
	border: thin solid transparent;
	text-decoration: none;
}
#nav a:hover {
	border: thin solid #FFF;
}
/* nav dropdown */
#nav ul {
	background: #fff;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;

	display: none; /* hide dropdown *//*	width: 200px;*/
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}

/************************************************************************************
Small Tablet - vertical tablet
*************************************************************************************/

@media screen and (max-width: 800px) {
	
body {
	background-image: none;
	background-color: #FEFDCC;
}
	
		/* small tablet - the div sizes */

.content {
	width: 98%;
	float: none;
	overflow: auto;
}

#header {
	min-height: 200px;
	width: 98%;
	background-color: #701414;
	}

.sidebar { /* this stuff will NOT hide on mobile */
	width: 98%;
	float: none;
}

#nav-wrap {
	margin-top: 20px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #62AEF9;
}
/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}
#nav, #nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
/* nav link */
#nav a {
	font-size: .8em;
	padding: .1em;
	color: #fff;
}
#nav a:hover {
/*background: #f8f8f8;*/
}
/* nav dropdown */
#nav ul {
	background: #fff;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown *//*	width: 200px;*/
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}
}

/* from old site */
.headertext {
     text-indent: -9999em;	
	}
	
/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 600px) {
body {
	font: .7em/130% Arial, Helvetica, sans-serif;
/*	color: red;*/
	background-image: none;
}

/* mobile - the div sizes */

#header {
	min-height: 140px;
	width: 98%;
	background-color: #701414;
	}

.content {
	width: 98%;
}

.sidebar { /* this stuff will NOT hide on mobile */
	width: 98%;
}

/* nav-wrap */
	#nav-wrap {
	position: relative;
}
/* menu icon */
	#menu-icon {
	color: #fff;
	width: 135px;
	height: 30px;
	background: #62AEF9 url(images-site/menu-icon.png) no-repeat 10px center;
	padding: 8px 10px 0 42px;
	cursor: pointer;
	border: solid 1px #666;
	display: block; /* show menu icon */
}
#menu-icon:hover {
	background-color: #6B1010;
}
#menu-icon.active {
	background-color: #bbb;
}
/* main nav */
	#nav {
	clear: both;
	position: absolute;
	top: 38px;
	width: 160px;
	z-index: 10000;
	padding: 5px;
	background: #f8f8f8;
	border: solid 1px #999;
	display: none; /* visibility will be toggled with jquery */
}
#nav li {
	clear: both;
	float: none;
	margin: 5px 0 5px 10px;
}
#nav a,  #nav ul a {
	font: inherit;
	background: none;
	display: inline;
	padding: 0;
	color: #666;
	border: none;
}
#nav a:hover,  #nav ul a:hover {
	background: none;
	color: #000;
}
/* dropdown */
	#nav ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
}
#nav ul li {
	margin: 3px 0 3px 15px;
}
}
 @media screen and (min-width: 600px) {
/* ensure #nav is visible on desktop version */
	#nav {
	display: block !important;
}
}

.headerbanner {
	margin: 20px auto;
	border-radius: 10px;
	border: 1px solid black;
	padding: 10px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	background: #1bd760;
	}