@charset "UTF-8";

/* CSS by Matt de Bouter Shillam */
/* www.visualmile.com */

/*@import url("reset.css");*/

body {
	font: 100%/1.4 'Verdana', Arial, Helvetica, sans-serif;
	background-image:url(../images/background-strip.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;	 
	padding-right: 15px;
	padding-left: 15px; 
	padding-top:8px;
	padding-bottom:8px;
	font-weight:lighter;
}
p {
	font-size:14px;
	color:#1d70b7;
	line-height:18px;
	
}
h1 {
	font-size:24px;
	color:#ea5a0b;
}
h2 {
	font-size:18px;
	color:#ea5a0b;
}
h3 {
	font-size:23px;
	color:#ea5a0b;
	padding-left:0px;
	padding-right:0px;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#1d70b7;
}
.review-text a {
	font-size:18px !important;
	color:#ea5a0b !important;
}
.main-text a:link {
	color: #1d70b7;
	text-decoration: none;
}
.main-text a:visited {
	color: #1d70b7;
	text-decoration: none;
}
.main-text a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#1d70b7;
}

.review a:link {
	color: #ea5a0b;
	text-decoration: none;
	font-size:10px;
}
.review a:visited {
	color: #6E6C64;
	text-decoration: none;
}
.review a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#1d70b7;
}

.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; 
}
strong {
	font-weight:bold;
}

.content {

	padding: 10px 0;
}
.column-1 {
	float:left;
	width:645px;
}
.column-2 {
	float:left;
	width:315px;
}
.slider-div {
	height:315px;
	width:315px;
}
.header {
	position:relative;
	height:200px;
}
.navigation {
	float:right;
	width:960px;
	height:50px;
	margin-bottom:-50px;
}
.letter {
	margin-top:10px;
	min-height:360px;
	height:auto;
	width:645px;
	background-image:url(../images/letter-background.png);
	background-repeat:no-repeat;
}
.footer {
	margin-top:15px;
	float:left;
	width:960px;
	height:60px;
	background-image:url(../images/footer-background.png);
	background-repeat:repeat-x;
}
/* ~~ Input boxes ~~ */


input    {
width:260px;
display:block;
border: 1px solid #999;
height: 20px;
margin: 5px 10px 6px 0px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);

}


select {
    background-color: #FFFFFF;
    border: 1px solid #999;
    color: #6c6c6c;
    height: 25px;
    margin: 0px;
    padding-top: 3px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
}
textarea:focus, input:focus {
border: 1px solid #09C;
}
textarea {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
background-color: #FFFFFF;
    border: 1px solid #999;
    color: #6c6c6c;
}
.button {
	float:right;
	position:static;
	margin-top:12px;
}
.button-1 {
    float:right;
}
.sector-links {
	float:left;
	width:615px;
	margin:5px 15px 20px 15px;
	padding:0;
	list-style:none;
}
.sector-links li {
	float:left;
	width:285px;
	margin:0 20px 12px 0;
	font-size:14px;
	line-height:20px;
	color:#1d70b7;
}
.sector-links li a {
	color:#1d70b7;
}
label {
	display: block;
	width: 150px;
	float: left;
	margin: 2px 4px 2px 0px;
	text-align: left;
	line-height: 14px;
}

option {
	padding-top:10px;
}
::-webkit-input-placeholder {
   padding-left:4px;
}

:-moz-placeholder { /* Firefox 18- */
   padding-left:4px;  
}

::-moz-placeholder {  /* Firefox 19+ */
   padding-left:4px;  
}

:-ms-input-placeholder { 
   padding-left:4px;  
}



nav {
	text-align: left;
	z-index:10;
	font-size:14px;
	font-weight:lighter;
	}
nav ul ul {
	display: none;
	}
nav ul li:hover > ul {
	display: block;
	color:#1d70b7;
	}
nav ul {
	/*background: #fff; */
	padding: 0px 20px 0px 0px; 
	list-style: none;
	position: relative;
	display: inline-table;
	z-index:10;
	float:right;
	}
nav ul:after {
	content: ""; 
	clear: both; 
	display: block;
	}
nav ul li {
	float: left;
	}	
nav ul li:hover a {
	color:#1d70b7;
	font-size:14px;
	}	
nav ul li a {
	display: block; 
	padding: 12px 0px 15px 10px;
	color: #ccc; 
	text-decoration: none;
}
	nav ul ul {
		background: #fff; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			/*border-top: 1px solid #6b727c;*/
			border: 1px dotted #ccc; position: relative;
		}
			nav ul ul li a {
				padding: 5px 10px;
				color: #ccc;
			}	
				nav ul ul li a:hover {
					color:#1d70b7;background: #fff;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ea590b) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #ea590b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ea590b');
	background-color:#ffc477;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:138px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ea590b), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #ea590b 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea590b', endColorstr='#ffc477');
	background-color:#ea590b;
}


.button-1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ea590b) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #ea590b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ea590b');
	background-color:#ffc477;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:138px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.button-1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ea590b), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #ea590b 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea590b', endColorstr='#ffc477');
	background-color:#ea590b;
}
