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

@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/quicksand-regular-webfont.eot');
    src: url('fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-regular-webfont.woff') format('woff'),
         url('fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.darkGreyGrad {
	background: rgb(34,34,34); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,1)), color-stop(100%,rgba(68,68,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(68,68,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(68,68,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(34,34,34,1) 0%,rgba(68,68,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}

.lightGreyGrad {
	background: rgb(126,126,126); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(126,126,126,1) 0%, rgba(176,176,176,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,126,126,1)), color-stop(100%,rgba(176,176,176,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(126,126,126,1) 0%,rgba(176,176,176,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(126,126,126,1) 0%,rgba(176,176,176,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(126,126,126,1) 0%,rgba(176,176,176,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(126,126,126,1) 0%,rgba(176,176,176,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#b0b0b0',GradientType=0 ); /* IE6-9 */	
}

.shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

body {
    font-family: 'quicksandregular';
	color:#000000;	
}

h1 {
	font-size:36px;
	color:#222222;
	padding:0px;
	margin:0px;	
}

h2 {
	font-size:32px;
	color:#222222;
}

h3 {
	font-size:28px;
	color:#222222;	
}

h4 {
	font-size:24px;
	color:#222222;
}

h5 {
	font-size:20px;
	color:#222222;	
}

h6 {
	font-size:16px;
	color:#222222;	
}

a {
	color:#111111;
	text-decoration:none;
}

a:visited {
	color:#111111;
	text-decoration:none;
}

a:hover {
	color:#111111;
	text-decoration:underline;
}

.container {
	width:950px;
	margin:0 auto;
}

.header-outer {
}

.logo {
	width:240px;
	height:108px;
	z-index:10;
	position:relative;
	float:left;
}

.logo h1 {
	font-size:40px;
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding:0;
	text-align:center;
	padding-top:20px;
}

.logo h2 {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding:0;
	text-align:center;	
}

.logo h1 a{
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding:0;
}

.logo h2 a{
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding:0;
}


.phone {
	font-size:20px;
	color:#9e9e9e;
	width:710px;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-bottom:14px;
}

.menu {
	position:relative;
	z-index:9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:710px;
	height:59px;
	float:left;	
	margin-left:-20px;
	padding-left: 20px;
}

.menu ul {
	list-style:none;
}

.menu li {
	float:left;
}

.menu a {
}

.banner {
	border:#ffffff solid 4px;
	width:941px;
	height:302px;
	margin:10px 0px 10px 0px;
}

.content-container {
}

.content-home {
	width:100%;
}

.breadcrumbs {
	width:100%;
	padding:10px 0px 10px 0px;
}

.content-sub-left {
	width:220px;
	padding:0px 10px 10px 0px;
	float:left;
}

.content-sub-left h1 {
	font-size:25px;
	color:#333333;
}

.content-sub-left input[type="text"] {
	border:1px solid #000000;
	box-sizing:border-box;
	font-size:12px;
	margin:0px 5px 5px 2px;
	padding:7px 5px !important;
}

.content-sub-left input[type="submit"] {
	color:#ffffff;
	padding:5px;
	display:block;
	font-size:18px;
	height:auto !important;
	line-height:normal;
	margin:0 auto;
	padding:6px 0 !important;
	text-align:center;
	text-transform:uppercase;
	width:220px;	
}

.left-button {
	width:210px;
	padding:5px;
}

.left-button h1 {
	font-size:24px;
	color:#ffffff;
}

.left-button h3 {
	font-size:12px;
	color:#ffffff;
	font-style:italic;
}

.left-button a {
	color:#ffffff;
}

.content-sub-right {
	width:720px;
	float:left;
}

.footer-container {
	width:100%;
	font-size:12px;
	color:#000000;
}

.footer-left {
	width:33%;
	float:left;
}

.footer-right {
	width:66%;
	float:left;
	text-align:right;
}

.footer-right a {
	padding:0px 0px 0px 10px;
}

.clear {
	clear:both;
}