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

/****************************** 
******************************* 
ALL GENERAL STYLES FOR SITE
****************************** 
******************************/

/*a:link {
	outline: none;
	cursor: pointer;
	color: #F00;
	text-decoration: underline;
}
a:visited {
	outline: none;
	cursor: pointer;
	color: #039;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	outline: none;
	color: #069;
}*/
a{
	outline: none;
	cursor: pointer;
}
p {
	margin: 0px;
	padding: 0px 0px 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select, option {
	font-size:12px;
	 resize: none;
}
input.formBoxWide, textarea.formBoxWide {
	width: 98%;
}
h1, h2, h3 {
	font-size:1em;
	font-weight:normal;
	margin: 0px;
	/*padding: 0px 0px 18px;*/
}
sup {
	font: normal 8px/8px Arial, Helvetica, sans-serif;
}

ul.arrowList {
	margin: 0px 0px 10px 12px;
	padding: 0px 0px 0px 10px;
}
ul.arrowList li {
	list-style: url(../images/arrow.gif);
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 10px 2px;
}
img.imgBlock {
	display: block;
}
img.imgBlockTop,
img.imgBlockBot,
img.imgBlockBotTop,
img.imgBlockLeft,
img.imgBlockLeftBot,
img.imgBlockLeftBotTop,
img.imgBlockRight,
img.imgBlockRightBot,
img.imgBlockRightTop,
img.imgBlockRightBotTop {
	display: block;
}
img.imgBlockTop {
	margin: 30px 0px 0px 0px;
}
img.imgBlockBot {
	margin: 0px 0px 30px 0px;
}
img.imgBlockBotTop {
	margin: 30px 0px 30px 0px;
}
img.imgBlockLeft {
	margin: 0px 0px 0px 30px;
}
img.imgBlockLeftBot {
	margin: 0px 0px 30px 30px;
}
img.imgBlockLeftBotTop {
	margin: 30px 0px 30px 30px;
}
img.imgBlockRight {
	margin: 0px 30px 0px 0px;
}
img.imgBlockRightBot {
	margin: 0px 30px 30px 0px;
}
img.imgBlockRightTop {
	margin: 30px 30px 0px 0px;
}
img.imgBlockRightBotTop {
	margin: 30px 30px 30px 0px;
}

a.btn:link, a.btn:visited, a.btn:hover, input.btn {
	cursor:pointer;
	font-size:14px;
	padding: 8px 10px;
	margin: 0px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: none;
	
}
a.btn:link, a.btn:visited, input.btn {
	color: #FFF;
	background: #086b69;
	border: 1px solid #086b69;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
a.btn:hover, input.btn:hover {
	  background: #c9e9ed;
  color: #086b69;
	border: 1px solid #c9e9ed;
	box-shadow: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
a.blk:link, a.blk:visited {
	color: #000;
}
a.blk:hover {
	color: #F60;
}

/* classes */
.pageTitle {
	font-size:1em;
	font-weight:bold;
	color: #000;
}
.title {
	color: #086b69;
  font-size: 1.5714285em;/*22/14*/
  padding-bottom: 15px;
}
.title2 {
	color: #333;
  font-size: 1.2857142em;/*18/14*/
  padding-bottom: 15px;
}
.title3 {
	color: #333;
	font-size:1em;
}
.subtitle {
	font-size:1em;
	font-weight:bold;
	color: #C30;
}
.closing {
	font-size:1em;
	color: #555;
	display: block;
	padding: 10px 0px 5px;
	text-align: center;
}
.alertText {
	color: #F00;
}
.bodyCopy {
	
}
.largeCopy {
	font-size:2em;
}
.smallCopy {
	font-size:.75em;
}
.horizontal, .horizontalClear {
	border-top: 1px dotted #999;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.horizontalClear {
	clear: both;
}
.colorTxt, .txt-color {
	color: #930;
}
.nowrap, .tel {
	white-space: nowrap;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}



/* TO CLEAR FLOATS */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 5px;
     line-height: 0px;
}

/*WP STYLES-----------------------------------------------*/
h1.entry-title{
	font-size:24px;
}