@charset "UTF-8";
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;
  -mox-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
    display:block;
}




body {
	font-family: Verdana, Arial, san-serif;
	font-size: 100%;
	background-image:
	background-color: #fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}

p,
ul,
ol {
    margin-bottom: 1em
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #1F3259;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #1F3259;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color:#1F3259;
	color:#fff;
}

img {
		max-width: 100%;
	}




#container {
	width:96%;
	max-width:1200px;
	padding:0 0 0 0;
	margin:0 auto;
	/*background-color:*/;
	}
header {
	width:100%;
	height:166px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	margin:0;
	clear:both;
	background-color:#fff;
	}
	
header p {
	font-family: Georgia, Times, serif;
	font-size:1em;
	color:#fff;
	margin-bottom:.2em;
	padding:0 15px;
}

.phoneBig {font-size:150%;}

.headerLeft {
	width:100%;
	padding:22px 0;
	margin:0;
	float:left;
}





#mainNav {
	width:100%;
	background-color:#444;
	padding:0;
	margin:0;
	clear:both;
}

#mainNav a:link {
	color: #fff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#mainNav a:visited {
	color: #fff;
	text-decoration: underline;
}
#mainNav a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color:#1F3259;
	color:#fff;
}

.topMain {
	width: 96%;
	padding:.5em 2%;
	margin:0;
	clear:both;
}



.leftBar  {
	width: 24.5%;
	padding:1.4em .5%;
	margin:0;
	float:left;

}


/* --- subnav --*/

#sideNav ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  }

#sideNav li {
  border-bottom: 1px solid #999;
}

#sideNav li a:link, #sideNav li a:visited  {
	font-size: 0.95em;
	display: block;
	padding: 0.4em 0 0.4em 0;
	line-height: 1.4em;
	background-color: #fff;
	color: #1F3259;
	text-decoration: underline;
}

#sideNav li a:hover {
	background-color: #E0E0E0;
	color: #333;
	text-decoration:none;
}

* html #sideNav li a {
  width: 100%;
}

.current active {
  font-weight:bold;
}





.pageMain {
		width:72.5%;
		float:left;
		padding:1.4em 0 1.4em 2%;
		margin:0;
}


h1 {
	font-family:Georgia, Times, serif;
	font-size: 1.2em;
	color:#fff;
	padding:.5em;
	font-weight:normal;
}

h2 {
	font-family:Georgia, Times, serif;
	font-size: 1.2em;
	color:#fff;
	background-color:#1F325A;
	padding:.4em;
	font-weight:normal;
}


h3 {
	font-family:Georgia, Times, serif;
	font-size: 1.2em;
	color:#1F325A;
	padding:.5em 0;
	font-weight:normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
	padding:.5em 0;
	margin:0;

}


ul {
	
 padding:.5em 6%;
}

li.pageMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
	
}

footer {
	width:100%;
	padding:0;
	background-color:#1F3259;
	margin:0;
	clear:both;
}

footer a:link {
	color: #fff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
footer a:visited {
	color: #fff;
	text-decoration: underline;
}
footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
  	background-color:#1F3259;
	color:#fff;
}



footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#fff;
	padding:0;
	margin:0;
	text-align:center;
}

footer h1 {text-align:center;}

.foot1 {
	width:20%;
	padding: 1.5%;
	margin:0;
	float:left;
}

.foot2 {
	width:60%;
	padding: .5em 1.5%;
	margin:0;
	float:left;
}

.foot3 {
	width:20%;
	padding: 1.5%;
	margin:0;
	float:left;
}

@media all and (max-width:768px)
{
	
}


@media all and (max-width:620px)
{


.leftBar  {
	width:98%;
	padding:.5em .25%;
	margin:0;
	clear:both;
	
}

#sideNav {
	display:none;
}



.pageMain {
		width:98%;
		clear:both;
		padding:.5em .5%;
		margin:0 auto;
}

#SectionTitle h2  {
	font-family:Georgia, Times, serif;
	font-size: 1.4em;
	background-color:#fff;
	color:#1F325A;
	padding:.5em 0;
	font-weight:normal;
}

}

@media all and (max-width:485px)
{
.headerLeft {
	width:100%;
	padding:10px 0;
	margin:0;
	text-align:center;
	clear:both;
}


footer p {
	text-align:center;
}
.foot1 {
	width:96%;
	padding: 1.5%;
	margin:0 auto;
	clear:both;
	border-bottom: dashed 1px #DFD9D1;
}

.foot2 {
	width:96%;
	padding: 1.5%;
	margin:0 auto;
	clear:both;
	border-bottom: dashed 1px #DFD9D1;
}

.foot3 {
	width:96%;
	padding: 1.5%;
	margin:0 auto;
	clear:both;
}
}


@media all and (max-width: 420px) {




	
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
