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;
	outline:none;
	position: relative;
	
/* 	background: #ccc; */
}

p,li {
	font-family: "Geneva","Helvetica",sans-serif;
	font-size: 14px;
	margin-bottom: 7px;
}

.small {
	font-size: 12px;
	margin-bottom: 6px;
}

.psmall {
	font-size: 10px;
	margin-bottom: 4px;
}

#pagebody {
	margin:0;
	padding: 0;
/* 	background: #fff; */

}

#pagewrapper {
	
}

#fadepagebottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	background: url(images/fadebottom.png) repeat-x;
}

.fadetopdown {
/* 	Gray to transparent */
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.fadebottomup {
/* 	transparent to gray */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

#header {
}

.headerwrapper {
	position: relative;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	float: none;
	clear: both;
/* 	background: #fff url(images/logo_bg.png) repeat-x; */
}

.header_contentwrapper {
	position: relative;
	width: 1020px;
/* 	height: 458px; */
	margin: 0px auto;
}

img.pageheader {
	height: 458px;
	width: 1020px;
	position: relative;
}
img.pageheaderSML {
	height: 239px;
	width: 800px;
	margin-left: 110px;
	margin-right: 110px;
	position: relative;
}
img.pageheaderLOGO2 {
	height: 458px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
img.pageheaderLOGO3 {
	height: 220px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

img.pageheaderLOGO4 {
	height: 170px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.colorwrapper_blue {
	padding: 15px 0px;
	margin: 5px 0px 5px 0px;
	min-width: 1020px;
	width: 100%;
	background: #ccdeec;
	background: rgba(136,193,238,0.65);
	position: relative;
	float: none;
	clear: both;
	box-shadow: 0px 2px 5px #888888; 
}

.colorwrapper_gray {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 5px 0;
	min-width: 1020px;
	width: 100%;
	background: rgba(1,1,1,.2);
	position: relative;
	float: none;
	clear: both;
	box-shadow: 0px 2px 5px #888888; 
}

.contentwrapper {
	margin: 25px auto; /*top and sides*/
	width: 1020px;
}

.topborder {
	border-top: 3px solid #ccc;
	padding-top: 25px;
}

.col3_320_10 {
	padding: 10px;
	width: 320px;
	float: left; position: relative;	
}

.col2_660_10 {
	padding: 10px;
	width: 660px; /* 320 x 2 + 20 */
	float: left; position: relative;
}

.col2_490_10 {
	padding: 10px;
	width: 490px;
	float: left; position: relative;
}

.col1_1000_10 {
	padding: 10px;
	width: 1000px;
	position: relative;
}

.colgrad {
/* FFFFFF */
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 91%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(91%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(221,221,221,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(221,221,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
}
.colgradEEEEEE {
/* eeeeee */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 91%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(91%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 91%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
}

.strongdiv {
	border-top: #bbb 3px solid;
	border-bottom: 2px solid #ccc;
	position: relative;
}

.strongdiv p {
	
}

.contentwrapper img {
	border: none;
	outline: 1px solid rgba(1,1,1,.1);
	outline-offset: -1px;
}

.contentwrapper img.inlineimg {
	float: left; 
	margin: 0px 10px;
}

p img.floatingleft {
	margin-right: 10px; margin-bottom: 10px;
}

p img.floatingright {
	margin-left: 10px; margin-bottom: 5px;
}

img.img_noborder {
	border: none;
	outline-offset: 0px;
	outline: 0px;
}

#nav {
	text-align: center;
}

#nav ul {
	position: relative;
	text-align: center;
	display: inline;
	margin: 2px auto;
}

#nav ul li {
	padding: 5px 5px 5px 5px;
/* 	background:  */
	font-size: 20px;
	color: #555;
/* 	float: left; */
	text-align: center;
	display: inline;
	list-style: none;
	font-family: "Lucida",serif;
}

#nav ul li:hover a, #nav ul li:hover ul a:hover, #nav ul li a:hover {
	color: #112;
}


/* other */

li.dashlist {
	list-style: square;
}

.indentlist {
	margin: 0px; padding: 0px;
	margin-left: 15px;
}

.nopadding {
	padding:0px;
}

.nomargin {
	margin: 0px;
}

/******************************/
/* text */

.coltitle {
	font-weight: bold;
	font-family: "Helvetica",sans-serif;
	font-size: 16px;
	padding-bottom: 4px;
}

.h1 {
	font-size: 22px;
}

.b {
	font-weight: bold;
}

.uu {
	text-decoration: underline;
}

.it {
	font-style: italic;
}

.righttext { text-align: right; }
.centertext {
	text-align: center;
}

.mbtn {
	background: #CCC; 
	color: #FFF;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	font-family: Arial, sans-serif;
	line-height: 2.5em;
	padding: 0 3em;
	text-decoration: none; 
}

.green.mbtn {
  background: linear-gradient(#6BDB55,#57B245);
  text-shadow: 1px 1px 1px #57B245; 
}

.graygradient.mbtn {
	background: #d8e0de; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8e0de 0%, #aebfbc 22%, #99afab 33%, #8ea6a2 50%, #829d98 67%, #4e5c5a 82%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8e0de), color-stop(22%,#aebfbc), color-stop(33%,#99afab), color-stop(50%,#8ea6a2), color-stop(67%,#829d98), color-stop(82%,#4e5c5a), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */	
	text-shadow: 1px 1px 1px #4e5c5a;
}

.mXS.mbtn {
  line-height: 1.25em;
  padding: 0 1em; 
}

.msmall.mbtn {
  line-height: 1.75em;
  padding: 0 1.5em; 
}
.mmed.mbtn {
  line-height: 2.25em;
  padding: 0 2em; 
}
.mlarge.mbtn {
  line-height: 3em;
  padding: 0 3.5em; 
}

.mbtn:hover { 
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(255,255,255,0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(255,255,255,0.3);    
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(255,255,255,0.3);
}

.mbtn:active { 
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(0,0,0,0.3); 
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(0,0,0,0.3);  
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(0,0,0,0.3);    
}

li a.mbtn {
	font-size: 16px;
}
/******************************/

.contactformresults {
	font-weight: bold;
	color: red;
}

.gray_bg {
	background: rgba(1,1,1,.2);
}

.gray_bg_shadow {
	box-shadow: 0px 2px 5px #888888; 
}

/******************************/
.clearall {
	float: none;
	clear: both;
}


a.topofpage, a.topofpage:hover, a.topofpage:active, a.topofpage:visited {
	color: #777;
	text-decoration: none;
}