/* ----------------------------
Lasso Form CSS
Created: December 2012
Modified: December 2013
-----------------------------------*/ 

a {outline:none; text-decoration:none;}
a:hover {text-decoration:none;}

.clear {clear:both; width:100%; line-height:0; font-size:0;}

/***********************************
        COLORS 
***********************************/
.clr1 {color:#ffffff;}
.clr2 {color:#888888;} /*Lt Gray*/
.clr3 {color:#454545;} /*Dk Gray*/
.clr4 {color:#555555;} /*Red*/
.clr5 {color:#206ab4;} /*Blue*/
.clr6 {color:#ecbc1f;} /*Yellow*/
.clr7 {color:#05843c;} /*Green*/

/***********************************
 Global Navigation 
***********************************/
.smallA {
	/*font: 12px Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	padding-left: 0px;
	text-decoration: none;
}
.largeA {
	/*font: 20px Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	padding-left: 0px;
	text-decoration: none;
}
.subTitle {
	font-size:18px; 
	line-height:22px; 
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 10px;
	color:#EFEFEF; 
	font-weight:700; 
	text-align:center; 
	font-variant:small-caps; 
	text-wrap:none;
}
.counties {
	font-size:14px; 
	line-height:22px; 
	padding-left:5px;
	color:#EFEFEF; 
	font-weight:500; 
	text-align:left; 
	text-wrap:none;
}
/*********************************
   Margins and borders
**********************************/
.marginbtm {margin-bottom:35px;}
.marginbtm1 {margin-bottom:38px;}
.marginbtm2 {margin-bottom:15px;}

.margintop {margin-top:5px;}

.marginlt {margin-left:35px;}

.border {border:3px solid #454545;}
.border2 {border:1px solid #454545;}
.border3 {border:3px solid #888888;}
.border4 {border:1px solid #888888;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.sf-menu li a,
.list-1 dt a,
.list-2 li a,
.list-3 li a,
.list-4 li a,
.tabs li a,
.link,
.link-1,
.link-3,
.link-4,
.button,
.button-1,
.button-2,
.button-3,
.text-bot a,
.logo {text-decoration:none;}	
/*********************************layout controls*************************************/
/******[Form]******/
.myForm {
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	/*background-color: #D4D4D4;*/
	margin: 5px 10px 5px 0px;
	padding:5px 10px;
}
.myForm2 {
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	/*background-color: #D4D4D4;*/
	margin: 5px 5px 5px 0px;
	padding:5px 10px;
}
.myForm3 {
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	/*background-color: #D4D4D4;*/
	margin: 5px 5px 5px 0px;
	padding:5px 10px;
	width: 364px;
	height: 150px;
	overflow:auto;
}
.radioBtn {
	color: #4E4E4E;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background-color: #D4D4D4;
	margin: 0px 0px 0px 0px;
	border-left: 1px;
	border-right: 2px;
	border-bottom: 2px;
	border-top: 1px;
	border-color: #000;
}
.myFormBtn {
	width: 110px;
	-moz-box-shadow: inset 0px 1px 0px 0px #555555;
	-webkit-box-shadow: inset 0px 1px 0px 0px #555555;
	box-shadow: inset 0px 1px 0px 0px #555555;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555555), color-stop(1, #555555) );
	background: -moz-linear-gradient( center top, #555555 5%, #555555 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#555555');
	background-color: #555555;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #555555;
	display: inline-block;
	color: #CCCCCC;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px;
	text-align: center;
	margin: 10px 0px 10px 40px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #6e596e;
	float: left;
	z-index: 100;
}
.myFormBtn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555555), color-stop(1, #555555) );
	background: -moz-linear-gradient( center top, #555555 5%, #555555 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#555555');
	background-color: #555555;
	color: #ffffff;
}
.myFormBtn:active {
	position:relative;
	top:1px;
}
.formhdr {	/* was h4 */
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin: 5px 50px 5px 35px;    /* T  R  B  L*/
	/*color:#900;*/
	color: #555555;
	border-bottom: 2px solid #ccc;
}
.formsubhdr {
	color:#403835;   /* was h6 */
	font-size:12px;    /* T  R  B  L*/
	padding-left:10px;
	padding-top:10px;
	padding-bottom:3px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 35px;
	padding-right: 10px;
}
.myTitle {
	color:#4E4E4E;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}
.myTitleTop {margin:5px 0px;}
.mainItem_subText {
	font-size:10px;
}
.myTitleTxt {
	color:#4E4E4E;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	margin:10px 20px 25px 20px;
}
.content {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-left: 0px;
	padding-right: 10px;
	line-height:18px;
	color:#26abc7;
	margin:10px 0px 5px 0px;
	background-color: transparent;
}
.label {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 20px;
	padding:5px 10px;
	line-height:20px;
	color:#777777;
	margin:5px 0px 5px 0px;
	/*background-color: transparent;*/
}
.labelr {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 20px;
	padding: 5px 10px;
	color:#777777;
	margin:5px 0px 5px 0px;
}   
.alert {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	line-height: 20px;
	padding: 10px 5px 0px 5px;
	color:#F00;
	margin:5px 5px 5px 5px;
}
/*---------------header icons-----------------------*/
.tooltip{
	cursor:pointer; 
	text-decoration: none;
	position: relative;
	margin: 0px 0 0 0px;
	color:#000000;
}
.tooltip span {
	margin-left: -9999px;
	position: absolute;
}
.tooltip:hover span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; line-height:10px; font-weight: 500; text-align:center; vertical-align:middle;
	position: absolute; width:80px; left:-35px; top: 46px; z-index: 300;
	margin:0px; width: 100px; color:#777777;display: block; 
}		
/*********************************
    Forms
*************************************/
#form-main {width:337px;}
#form-main label {display:block; height:45px;}
#form-main input {width:228px; font-size:1em; color:#919191; padding:5px 8px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; border-top:1px solid #cfcfcf; border-left:1px solid #cfcfcf; border-right: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; background:#fff;}
#form-main textarea {height:197px; overflow:auto; width:318px; font-size:1em; color:#919191; padding:5px 8px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; border-top:1px solid #cfcfcf; border-left:1px solid #cfcfcf; border-right: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; background:#fff;}

.map iframe {
	width:100%;
	margin:20px 10px 20px 10px; 
	overflow:hidden; 
	border:1px solid #e4e4e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
} 

/*---------------------------------------------
    Calendar Date Box
-----------------------------------------------*/
.date {
	float: left;
	height: 52px;
	width: 52px;
	background: url(../images/date.png) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}
#datecurrent{
	float: left;
	height: 52px;
	width: 52px;
	background: url(../images/adobe2c.jpg) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}
#datecurrent a {
	display: block;
	width: 100%;
	height: 100%;
}
#datecurrent a:hover{
	background: url(../images/adobe2b.jpg) no-repeat;
}
.date .month
{
display: block;
text-align: center;
color: #FFF;
font-size: 11px;
padding-top: 4px;
text-transform: uppercase;
}
.date .day
{
display: block;
text-align: center;
padding-top: 5px;
color: #222;
font-size: 18px;
font-weight: bold;
}
.supportentrytext{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#333;
	 margin: 2px 250px 10px 50px;
	 text-align:left;
	 line-height:20px;
}
.textsm{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
/* margin: 2px 250px 10px 50px;*/
 text-align:left;
 line-height:20px;
}
.textbtm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/* margin: 2px 250px 10px 50px;*/
	text-align: left;
	line-height: 16px;
	vertical-align: bottom;
}
.textadd{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#333;
 padding: 2px 0px 2px 2px;
 text-align:left;
 vertical-align:bottom;
 line-height:13px;
}
.textform{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#333;
/* margin: 2px 250px 10px 50px;*/
 text-align:left;
 line-height:20px;
}
.textsmr{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
/* margin: 2px 250px 10px 50px;*/
 text-align:right;
 line-height:20px;
}
.textsmlm{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#333;
 padding: 5px 20px 5px 20px;
 text-align:left;
 line-height:20px;
}
.textsmc{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
/* margin: 2px 250px 10px 50px;*/
 text-align:center;
 line-height:20px;
}
.textxsmr{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#333;
/* margin: 2px 250px 10px 50px;*/
 text-align:right;
 line-height:20px;
}
.textxsmc{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#333;
 text-align:center;
 line-height:20px;
}
.textsmrb{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
 font-weight:bold;
/* margin: 2px 250px 10px 50px;*/
 text-align:right;
 line-height:20px;
}
.textsmb{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
 font-weight:bold;
/* margin: 2px 250px 10px 50px;*/
 text-align:left;
 line-height:20px;
}
.textsmbc{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
 font-weight:bold;
/* margin: 2px 250px 10px 50px;*/
 text-align:center;
 line-height:20px;
}
.show {
	background-image:url(../images/menuArw.png);
	background-repeat:no-repeat;
	background-position:center;
	color: #fff;
	font-weight:bolder;
	text-decoration:none;
}
.showB {
	text-shadow: 0px 2px 0px 0px;
	text-decoration:none;
	color:#e9e9e9;
	line-height:45px;
	background-image:url(../images/flame.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:48px;
}
.bodyrequired {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align:right;
	font-weight:bold;
	line-height: 20px;
	color: #FF0000;
}
.myForm {
	color:#4E4E4E;
	font-family:arial;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	background-color:#D3DAE2;
	margin:0px 0px 5px 0px;
	float:left;
}
.myForm2 {
	color:#4E4E4E;
	font-family:arial;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	/*background-color:#D3DAE2;
	margin:0px 0px 5px 0px;*/
	float:left;
}
.line {
	color:#620700;
	padding:2px 2px 2px 2px;
	line-height:6px;
	float:center;
}
/*.myFormBtn {
	color:#4E4E4E;
	font-family:arial;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	background-color:#E4E4C9;
	margin:0px 0px 0px 0px;
	border-left:1px;
	border-right:2px;
	border-bottom:2px;
	border-top: 1px;
	border-color:#000;
}*/
.fun3m2 {
	text-transform:none;
	color: #206C49;
	/*color: #900;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	text-align:center;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	background-color:#BCD4C3;
}
.onsite, a.onsite, a.onsite:link, a.onsite:visited { background-color: #cddeeb; }
a.onsite:hover, a.onsite:active, a.onsite.active { background-color: #988fdc !important; }
