@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;
}*/

.blue{
	color: #68abbe;
}
.dark-blue{
	color:#005066;
}
.black{
color:#000;
}


a{
	outline: none;
	cursor: pointer;
	color: #68abbe;
}
a.noline{
	text-decoration:none;
}
a:hover{
	color:#005066;
}

a.dark-blue:hover{
	color: #68abbe;
}
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{
padding: 0 0 0 20px;
margin: 5px 0 15px 0;
}

ul.arrowList {
	margin:0;
	padding:0;
	list-style:none;
}
ul.arrowList.large{
	font-size:1.1666666em; /*14/12*/
}

ul.arrowList.large li{
	background-position: left 7px;
}

ul.arrowList li {
	background-image: url(../images/arrowList.png);
background-repeat: no-repeat;
/*background-position: left 50%;*/
background-position: left 5px;
padding-left: 15px;
margin-bottom: 5px;
}
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;
	font-weight:bold;
	padding: 8px 10px;
	margin: 0px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	border:none;
}
a.btn.small:link, a.btn.small:visited, a.btn.small:hover, input.btn.small {
font-size: 12px;
padding: 6px 8px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}


a.btn:link, a.btn:visited, input.btn {
	color: #FFF;
	background: #005066;
	/*border: 1px solid #C00;*/
}
a.btn:hover, input.btn:hover {
	color: #000;
	background: #fee123;
	/*border: 1px solid #F91;*/
}
a.blk:link, a.blk:visited {
	color: #000;
}
a.blk:hover {
	color: #F60;
}

/* classes */
.pageTitle {
	font-size:2.6666666em;/*32/12*/
font-weight: bold;
color: #fee123;
background-color: #005066;
padding: 0 5px;
overflow: hidden;
margin-bottom: 10px;
position:relative;

line-height: 1.2;
}
.title {
	color: #005066;
	font-size:2em;/*24/12*/
	font-weight:bold;
	padding: 0 0 10px;
}
.nopad {
	padding: 0 !important;
}
.title2 {
	color: #000;
	font-size:1.5em;/*18/12*/
	font-weight:bold;
}
.title3 {
	color: #333;
	font-size:1.1666666em;/*14/12*/
	font-weight:bold;
}
.subtitle {
	font-size:1.3333333em;/*16/12*/
	font-weight:bold;
	color: #333;padding: 0 0 15px;
}


.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;
}