
/*------------------------------------
//
//	BASIC.CSS
//
------------------------------------*/

/* RESET */
@import "reset.css";


body {
	font: 1em/150%  "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	-background: #ececec url(../img/bg03.png) 50% 0%;	
	background-color: #88abcd;
	background: rgb(214,215,219); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(214,215,219,1) 0%, rgba(234,235,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(214,215,219,1)), color-stop(100%,rgba(234,235,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(214,215,219,1) 0%,rgba(234,235,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(214,215,219,1) 0%,rgba(234,235,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(214,215,219,1) 0%,rgba(234,235,238,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(214,215,219,1) 0%,rgba(234,235,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d7db', endColorstr='#eaebee',GradientType=1 ); /* IE6-9 */
	color: #444444;
	
	
}


/*---- HEADER-------*/

#header {	
	background: #fff; /* Old browsers */
	-text-align: center;
	padding: 0 0px;
	margin-left: -20px;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(49%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	
	
}

#header a{
	margin-left: 50px;
	margin-right: 0px;
}
#header .logo	{	
	width: 36%;
}
#header .strapline	{	
	float: right;
	margin: 20px 35px 0 0;
	width: 40%;
}
#header a.logo2	{
	display: none;
}


/* ------------- STRUCTURE -------------------*/


#pagewrap {
	padding: 0px;
	width: 960px;
	margin: 0px auto;
	-outline: solid 2px #969697;
	border: solid 1px #fff;
	background: #eaebee  url(../img/bg02.png) 50% 0;
	-background: #ececec;
	box-shadow: 0px 0px 10px #d5d5d5;
}
#page {		
	clear: both;
	margin-top: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(49%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	
	
}
.menucol{
	float:right;
	width: 30.5%;
	position:relative;
	-border-left: solid 1px #fff;
	-border-left: solid 1px #e3e3e3;
	margin-left: -1px;	
	font-size: 0.9em;	
}
.menucol img	{
	border: 1px solid white;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.menucol a:hover{
	text-decoration: none;
	
}
.menucol a:hover img{	
	background-color: #e5e5e5;	
}
.bigcol {
	overflow:hidden;
}
span.divider	{  
	display: block;
	clear: both;
	margin: 10px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #fff;
}


/*------- Box --------*/


.box	{
	padding: 20px;
	border: solid 1px #fff;
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(28%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.05) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.05) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#0d000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 0;
	
	border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.section .box li span	{
	-color: #fff;
	font-size: 0.9em;
}



/*---------- TYPOGRAPHY ------------*/

ul.menu, form button, span.button a, span.phone
 {
	text-transform: uppercase;		
	-webkit-font-smoothing: antialiased;
}


/*---------- TEXT ------------*/

p	{
	margin: 5px 0 15px 0;
	text-shadow: 1px 1px 0px #fff;
	font-size: 1.0em;
}
ul	{
	font-size: 1.0em;
}

.clear	{
	clear: both;
}
div.quote 	{
	font-style: italic;	
	background: none repeat scroll 0 0 #fdf7fb;
    border: 1px solid #f9e5f2;
    margin: 15px 40px;    
}
div.quote p	{
	margin: 10px 14px ;	
}
.left {
	float: left;
}
.bold	{
	font-weight: bold;
}
p.didactic	{
	font-size: 14px;
	text-align: right;
	margin-top: -0.2em;
}
.smallText	{
	font-size: 0.6em;	
}
ul.normal	{
	margin: 20px 0;
}
ul.normal li	{
	margin-bottom: 10px;
}

img.normal	{	
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

/*----- headings ------*/
	

h1, h2, h3, h4 {
	color: #6eb43f;
	-font-variant: small-caps;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff;
	letter-spacing: -0.05em;
}
h1 {font-size: 28px;
letter-spacing: -0.06em;
margin-bottom: 10px;
margin-top: 20px;}

h2 {
	font-size: 22px;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 17px;
	margin-bottom: 0.1em;
	text-transform: uppercase;
	-text-align: right;
}
h4 {
	font-size: 20px;
	line-height: 26px;
}


/*----------- LINKS --------------*/

a {
	color: ##0b0080;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
a:visited	{
	color: ##0b0080;
}


/*----------- IMAGES --------------*/


img {
	max-width: 99.5%;
	
}



/*----------- NAVIGATION ------------*/

.navContainer	{	
	margin-right: 35px;
	border: 1px solid #fff;
	-border: 1px dotted red;
	width: 70%;
	float: right;
	padding: 0;	
}
ul.menu	{	
	-height: 50px;
	-width: 720px;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	-position: relative;
	text-align: center;	
}
ul.menu li	{	
	display: block;	
	float: left;
	margin: 0;
	
	width: 19.8%;
	background-repeat:no-repeat;
	border-right: 1px solid #fff;
}
ul.menu li:last-child	{
	border-right: none;	
}
ul.menu a {
	color: #363636;
	display: block;
	
	padding: 23px 0 23px 0;
	text-align: center;
	text-decoration: none;
	-line-height: 43px;
	text-shadow: 1px 1px 0px #fff;	
}
ul.menu a span {
	-font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	-letter-spacing: 0.1em;
	font-family: verdana;
}
ul.menu li a {	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul.menu li:last-child a {
	border-right: 0;
}
ul.menu li:hover, ul.menu a:active {
	background-color: #dedede;
	text-decoration: none;
}



/* -- Active tab --*/
ul.menu li.active {
	background-color: #0f4775;
	background-position: 0 -32px;
}
ul.menu li.active a {
	color: #fff;
	text-shadow: none;
}
ul.menu li.active a:hover {
	background-color: #073256;
	text-decoration: none;
}



div.mobileNav img.active	{	
	background-color: #b4b5b5;
}



/*---------- SECTIONS ------------*/

.section	{
	-clear: both;
	padding: 0 30px;
	margin-top: 30px;
}
.section img	{
	
}
.pictureLinks	{
	display: none;
}
.section ul li {
	margin-left: 20px;
	list-style-type: square;
	color: #7fc54a;
}
.section ul li span {
	color: #555555;
}



/* ------ TABS -------- */

ul.tabs	{
	border-bottom: 1px solid #5a5959;
	-background-color: #f5f5f5;
	margin-top: 35px;
	margin-bottom: 45px;
	text-align: right;	
}
ul.tabs li	{	
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	display: inline-block;
	-border-right: 1px solid #dedede;
	margin-left: -5px;
}
ul.tabs li a	{	
	margin: 0;
	padding: 12px 22px;
	letter-spacing: 0.1em;
	display: inline-block;
	text-decoration: none;
	color: #454545;
	text-transform: uppercase;
	font-size: 0.7em;
}
ul.tabs li a:hover	{
	background-color: #dedede;
}
ul.tabs li.active a	{
	background-color: #5a5959;
	color: #fff;
}




/*---------- BUTTONS ------------*/





/*----------- FOOTER ----------*/

footer {	
	clear: both;		
}
footer .upper {
	-height: 200px;
	background: rgb(186,187,188); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(186,187,188,1) 0%, rgba(222,223,224,1) 50%, rgba(186,187,188,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(186,187,188,1)), color-stop(50%,rgba(222,223,224,1)), color-stop(100%,rgba(186,187,188,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#babbbc', endColorstr='#babbbc',GradientType=1 ); /* IE6-9 */

-opacity:0.8;

}
footer .upper li	{
	float: left;
	-height: 100px;
	width: 33.2%;
	-border-right: 1px solid #fff;
}
footer .upper li:nth-child(3){
	border-right: none;
}
footer .upper li:hover	{
	background-color: #cccccc;
}

footer .upper li a 	{
	color: #434242;
	background-size: 30%;
	display: block;
	-padding-bottom: 20px;
	text-decoration: none;
	font-size: 0.8em;
	padding: 10px 22px;
}
footer .upper li a h1	{
	color: #363636;
	font-size: 2em;
	text-align: center;
	margin-top: 6px;
	-font-weight: bold;
}
footer .upper p	{
	line-height: 1.5em;
	margin: 0 10px;
}  
a.button	{
	text-align: center;
	margin: -8px 0 10px 0;
}
.upper input[type="button"]	{
	background-color: #63ae28;
	border: 1px solid #fff;
	padding: 15px 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
font-size: 0.9em;
font-family: verdana;
text-shadow: -1px -1px 0px #4e7e29;
cursor: pointer;
border: 1px solid #fff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
}
.upper input[type="button"]:hover	{
	background-color: #448b0d;
}
img.phone, img.email, img.logo	{
	width: 18px;
	margin-bottom: -5px;
}
img.email	{
	margin-right: 4px;
	margin-left: 4px;	
}
img.logo	{
	margin-right: 4px;
	margin-left: 4px;	
}
br.break	{
	display: none;
}



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

footer .lower {	
	background: rgb(131,131,132); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(131,131,132,1) 0%, rgba(191,191,191,1) 50%, rgba(131,131,132,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(131,131,132,1)), color-stop(50%,rgba(191,191,191,1)), color-stop(99%,rgba(131,131,132,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(131,131,132,1) 0%,rgba(191,191,191,1) 50%,rgba(131,131,132,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(131,131,132,1) 0%,rgba(191,191,191,1) 50%,rgba(131,131,132,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(131,131,132,1) 0%,rgba(191,191,191,1) 50%,rgba(131,131,132,1) 99%); /* IE10+ */
	background: linear-gradient(to right,  rgba(131,131,132,1) 0%,rgba(191,191,191,1) 50%,rgba(131,131,132,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838384', endColorstr='#838384',GradientType=1 ); /* IE6-9 */	
	text-align: center;	
	padding: 10px 0;
}
footer .lower li  p	{
	margin-top: 0;
	text-shadow: none;	
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
}
footer .lower a	{
	color: #fff;
}

.lower ul.address	{
	clear: both;
	
}


.lower ul.partners	{
	
	text-align: center;	
	width: 33.0%;
	margin: 0 auto;
}
.lower ul.partners li	{	
	list-style-type: none;
	margin: 0;
	float: left;
	width: 31.0%;
	margin-right: 3.28%;	
}
.lower ul.partners li:last-child	{
	margin-right: 0px;	
}
.lower ul.partners li a	{		
	display: block;	
}

.lower ul.partners img	{
border: 1px solid #fff;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #cbcbcb;

}
.lower ul.partners img:hover	{
	background: #dfdfdf;
}



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

footer .bottom {
	-height: 20px;
	background-color: #414040;
	padding: 7px 20px 10px 20px;
}
footer .bottom p	{
	font-size: 0.8em;
	text-shadow: none;
	color: #fff;
	text-align: center;
	margin: 0;
}
footer .bottom a	{
	color: #fff;
}



/* -- Homepage  --*/


div.threePics	{
	-border: 1px dotted red;
	text-align: center;
	padding: 0;
}
div.threePics img	{
	border: 1px solid #fff;
	width: 31%;	
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-right: 10px;
}
div.threePics img:hover	{
	background-color: #e5e5e5;
}
div.threePics a:nth-child(3) img{
	margin-right: 0;
}



div.testimonial	{
	display: inline-block;
	background: #68a537;
background: rgb(83,137,46); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(83,137,46,1) 0%, rgba(104,165,55,1) 30%, rgba(104,165,55,1) 70%, rgba(83,137,46,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(83,137,46,1)), color-stop(30%,rgba(104,165,55,1)), color-stop(70%,rgba(104,165,55,1)), color-stop(100%,rgba(83,137,46,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(83,137,46,1) 0%,rgba(104,165,55,1) 30%,rgba(104,165,55,1) 70%,rgba(83,137,46,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(83,137,46,1) 0%,rgba(104,165,55,1) 30%,rgba(104,165,55,1) 70%,rgba(83,137,46,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(83,137,46,1) 0%,rgba(104,165,55,1) 30%,rgba(104,165,55,1) 70%,rgba(83,137,46,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(83,137,46,1) 0%,rgba(104,165,55,1) 30%,rgba(104,165,55,1) 70%,rgba(83,137,46,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53892e', endColorstr='#53892e',GradientType=1 ); /* IE6-9 */

	color: #fff;
	border: 1px solid #f8f8f8;
	-padding: 20px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	
}

div.testimonial span.quotesOpen, div.testimonial span.quotesClosed	{
	display: block;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	background-repeat:no-repeat;	
	position: absolute;
}
div.testimonial span.quotesOpen	{
	background-image: url(../img/quotesOpen.png);	
	left:-45px;
	top:-20px;	
}
div.testimonial span.quotesClosed{
	background-image: url(../img/quotesClosed.png);	
	right:-45px;
	bottom:-10px;	
}
div.testimonial	p	{
	text-shadow: -1px -1px 0px #3e6b1a;
	margin: 25px 55px;
	position: relative;	
	font-size: 0.9em;
}
div.testimonial p.smallText	{
	font-size: 0.8em;	
}



ul.regulatoryBodies	{
	
}
ul.regulatoryBodies li	{	
	list-style-type: none;
	margin: 0;
	float: left;
	width: 32.0%;
	margin-right: 1.18%;
}
ul.regulatoryBodies li:last-child	{
	margin-right: 0px;	
}
ul.regulatoryBodies li a	{		
	display: block;
}

ul.regulatoryBodies img	{
border: 1px solid #fff;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;

}
ul.regulatoryBodies img:hover	{
	background: #e5e5e5;
}
.mobileNav	{
		display: none;
	}
