html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,

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 {
	font: normal 14px/22px  arial, verdana;
	
}


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

/* END RESET */


/* FONT STYLES*/


/* FONT STYLES*/
h3{
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	margin-bottom: 25px;
}
h4{
	margin-bottom: 25px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}


a, a:link, a:visited{
  text-decoration: none;
	outline: none;
}

a:hover {
		color: #3333FF;
	}

a.forms, a.forms:link, a.forms:visited{
  color: #003399;
  text-decoration: none;
	outline: none;
}

a.forms:hover {
		color: #3333FF;
	}

.green{
	color: #fff;
}
.white{
	color: #fff;
}
strong{
	font-weight: bold;
}

.sizer {
	width: 250px;
	max-width: 100%;
}

img.size {
	max-width: 100%;
	height: auto;
}
img.centered {
	margin: 5px auto 0 auto;
}

img.imgcen {
	float: left;
}


#header-wrap{
	border-top: 10px solid #6699CC;
	padding-top: 10px;
	padding-bottom: 0px;
}
header{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

header h2 a{
	display: block;
	text-indent: -999999px;

	width: 100%;
	max-width: 214px;
	height: 132px;
	float: left;	
}

h5 {
  
   color: white;
   text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	 margin-top: 5px;
	 font-size: 18px;
	 font-family: Verdana, Arial, sans-serif;
	 font-weight: bold;
	 line-height: 1.3;
	 text-align: center;	
}

h5 a{color: white;}
h5 a:hover{color: yellow;}

#call{
	float: right;
	border-right: 1px solid #c8c8c8;
	padding-right: 25px;
	margin-top: 20px;
}
#call h3{
  text-align: right;
	margin: 0;
}
#call h4{
	text-align: right;
	margin: 0;
}




/* END HEADER */


		
.bottomed {
	vertical-align: bottom;
	}


h1 {
	margin-top: 40px;
	}

h2 {
    
		text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	  font-size: 30px;
		text-align: center;
		font-family: Arial;
		color: #ffff66;
		font-weight: bold;
		line-height: 1.5;
		}


h3 {
	font: normal 18px/22px Georgia, serif;
	}

strong {
	color: #555;
	}

p {
	margin-top: 0;
	}
	
.maintext {
   margin: 0;
   padding: 1%;
   border:2px solid #003399;
   border-radius:15px;
	 -moz-border-radius:15px; /* Old Firefox */
}

.innertext {
   margin: 0;
   padding: 1%;
   background: #FFF;
	 border:2px solid #999;
   border-radius:10px;
	 -moz-border-radius:10px; /* Old Firefox */
}

.innertext a{color: #003399; font-weight: 700;}
.innertext a:visited{color: #003399;}
.innertext a:hover{color: #FF0000; text-decoration: underline;}

.whiteback {
   background: #fff;
}

.pad {
  padding: 0 2%;
}

.padder {
  padding: 10px;
}

.listpad {
  margin-left: 0px;
	padding: 0 5px 0 30px;
}
.padfix {padding: 0 15px;}

.blueback {

	color: #fff;
	font-size: 15px;
}

.blue {
	background: #ccc;
}

.blueback a{color: #FFFFCC;}
.blueback a:visited{color: #FFFFCC;}
.blueback a:hover{color: #FFFF00; text-decoration: underline;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.caption {
  font-weight: bold;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
}

.input {
    border: 1px solid #006;
    background: #E5F6EA;
		-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 	  border-radius: 4px;
}
.input:hover {
    border: 1px solid #f00;
    background: #D0F8DD;
}
.button2 {
    border: 1px solid #006;
    background: #E5F6EA;
		width: 200px;
		padding: 4px 0;
		color: #000;
		font-weight: bold;
		-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
 	  border-radius: 8px;
}
.button2:hover {
    border: 1px solid #f00;
    background: #D0F8DD;
}

td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 2.0;
	color: #000000;
}

H5.pos {
	text-align: right;
}

/* =Header
-------------------------------------------------------------- */
header.grid {
	position: relative;
	}


/* =Button
-------------------------------------------------------------- */
.button {
	width :100%;
	font: bold 17px/40px Arial;
	letter-spacing: 1px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	background: #444;
	border: 1px solid #222;
	color: #eee;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
	text-shadow: 1px 1px 1px #000;
	position: relative;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

	.button:hover {
		background: #222;
		color: #eee;
		}

	.button span {
		display: inline-block;
		vertical-align: middle;
		height: 20px;
		width: 24px;
		margin: 0;
		}



/* =Footer
-------------------------------------------------------------- */
footer .row {
	border-top: 1px solid #ccc;
	margin: 40px 0 20px;
	}

footer .c12 {
	border-top: 1px solid #fff;
	}


footer p {
	font: 14px/17px normal;
	text-align: center;
	margin: 1em 0 0;
	}

#resize {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	width: 75px;
	height: 76px;
	display: block;
	
	}
.mobile{display: none;}

/*-------------------------------------------------------------- */

@media handheld, only screen and (max-width: 750px) {
   h5.pos {text-align: center;}
	
}



@media handheld, only screen and (max-width: 560px) {
  h5 {font-size: 22px;
	  -webkit-text-stroke: none;
    text-shadow: none;
	}
	h2 {
	  -webkit-text-stroke: none;
    text-shadow: none;
	}
	img.imgcen {float: none; margin: 0 auto;}
  .pos {text-align: center;}
  .maintext {margin-top: 5px; padding: 0 8px;}
  .pad {padding: 0;}
  .padfix {padding: 0 20px;}
  .blue {	background: #fff;}
	.button{width:100%}
	
	header, nav{width: 560px;	max-width: 100%;}
	body{background: none; margin: 0 1px;}	
	#call{display: none;}
	
	nav ul li a{text-align: center;}

	header h2 a{
	display: block;
	text-indent: -999999px;
	width: 70%;
	max-width: 200px;
	height: 69px;
	float: left;	
}
 

	
}