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


/*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;
    color:#009fc3;
}
a:hover{
    color:#666;
}
p {
	margin: 0px;
	padding: 0px 0px 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select, option {
	font-size:12px;
	 resize: none;
}

h1, h2, h3 {
	font-size:1em;
	font-weight:normal;
	margin: 0px;
	/*padding: 0px 0px 18px;*/
}

h1 {
	color: #000;
	font-size:30px; 
	font-weight:300;
    padding-bottom: 0;
    margin-bottom: 20px;   line-height: 1.2;
}
h2 {
font-size: 26px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 1.2;
 
}

h3 {
	    font-weight: 400;
    font-size: 20px;
        padding-bottom: 0;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.3;
}
sup {
	font: normal 8px/8px Arial, Helvetica, sans-serif;
}
ol,ul {
    margin: 0 0px 25px 0;
    padding: 0 0 0 30px;
}

a.btn, input.btn {
	cursor:pointer;
    font-size:16px;
	padding: 8px 10px;
	margin: 0px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	background: #009fc3;
	border: 1px solid #009fc3;
    display:inline-block;
    font-weight:700;
}
a.btn:hover, input.btn:hover {
	color: #FFF;
	background: #333;
	border: 1px solid #333;
}


/* classes */
.pageTitle {
	font-size:1em;
	font-weight:bold;
	color: #000;
}
.title {
	color: #000;
	font-size:2.1428571em; /*30/14*/
	font-weight:300;
         padding-bottom: 0;
    margin-bottom: 20px;   line-height: 1.2;
}
.title2 {
	 font-size: 28px;/*28/14*/
    font-weight: 400;
        padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 1.2;
 
}

.subtitle {
	    font-weight: 400;
    font-size: 1.4285714em;/*20/14*/
        padding-bottom: 0;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.3;
}

.alertText {
	color: #F00;
}

.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;
}