@font-face {
	font-family: "Oswald";
	src: local("Oswald regular"), url("/assets/fonts/oswald-regular.woff");
	font-weight: normal;
}
@font-face {
	font-family: "Oswald";
	src: local("Oswald light"), url("/assets/fonts/oswald-light.woff");
	font-weight: 100;
}
@font-face {
	font-family: "Open Sans";
	src: local("Open Sans regular"), url("/assets/fonts/opensans-regular.woff");
	font-weight: 400;
}
@font-face {
	font-family: "Open Sans";
	src: local("Open Sans semi bold"), url("/assets/fonts/opensans-semibold.woff");
	font-weight: 600;
}
@font-face {
	font-family: "Open Sans";
	src: local("Open Sans bold"), url("/assets/fonts/opensans-bold.woff");
	font-weight: 700;
}
@font-face {
	font-family: "Open Sans";
	src: local("Open Sans light"), url("/assets/fonts/opensans-light.woff");
	font-weight: 100;
}

html {
	height:100%
}
body {
	margin:0;
	padding:0;
	font-family: "Open Sans";
	font-size:14px;
	color:#000000;
	height:100%;
}
/*body.in {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:#fff url(images/bgin.jpg) repeat-x !important;
	height:100%;
}*/
/*body.default {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:#fff url(images/bgdefault.jpg) repeat-x !important;
	height:100%;
}*/
/*body.blank {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:none !important;
	background-color:#fff !important;
	height:100%;
}*/
/*@media only screen and (max-device-width: 1024px) {
	body {
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#666;
		background:#fff url(images/bg.jpg) repeat-x !important;
		height:100%;
	}
}*/
a {
	color: #0085ca;
}
label, input, select, option {
	font-family: "Open Sans";
}
select {
	background-color: #ffffff;
	border: 0px solid white;
	border-radius: 5px;
	padding: 0px;
	
}
#topBar {
	background-color: #f0f0f0;
	padding: 3px 0px;
	height: 45px;
}
#container {
	margin:0 auto;
	min-height:100%;
	position:relative;
}
#holder,
#holderMain{
	margin:0 auto;
	min-height:100%;
	padding-bottom:60px;   /* Height of the footer */
}
#holder {
	width: 1000px;
}
#holderMain {
	overflow: hidden;
}
.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}
label.error {
	font-size:9px;
	width: auto;
	display: block;
	color:#F00;
}
input {
	background:#fff;
	border-style:default;
}

.no {
	cursor:pointer;
	border:0px;
	font-size:24px;
	background-color:#C30;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 10px;
}
.red {
	color:#F00;
	font-size:12px;
	font-weight:bold;
}
a.pdf {
	display: inline-block;
	font-size: 12px;
	color:#9a3324;
	text-decoration:none;
	padding: 0px 20px 0px 40px;
	height:30px;
	background:url(images/pdf.png) no-repeat;
}
a.link {
	color:#9a3324;
	text-decoration:none;
	padding: 0px 20px 10px 30px;
	height:30px;
	background:url(images/link.png) no-repeat 0px 5px;
}
/*a.more{
	color:#C30;
	text-decoration:none;
	padding:5px 20px 10px 0px;
	height:50px;
}*/
.source-image {
	width: 100%;
	margin-top:0px;
	/*position: absolute;*/
	height: 0px;
	top: 0;
	left: 0;
	display: none;
}
.source-image-h {
  width: 100%;
	margin-top: 90px;
  /*position: absolute;*/
  top: 0;
  left: 0;
	display: none;
}
#addthis{
	
	float:right;
	padding-top:25px;
	margin-right:24px;
	clear:both;
}
#largemap{
	height:500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.more,
.buttonBig {
	display: inline-block;
	font-family: "Oswald";
	font-weight: lighter;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #9a3324;
	color: #ffffff;
	padding: 4px 20px;
}
.buttonBig {
	font-size: 15px;
	padding: 8px 20px;
}
a.buttonBig {
	background-image: url(images/external_page.png);
	background-repeat: no-repeat;
	background-position: 92% 45%;
	padding-right: 45px;
}
a.buttonDownload {
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	background-position: 92% 45%;
	padding-right: 45px;
}

/*=======================================================
HEADER
=======================================================*/

#header {
	position:relative;
	height:90px;
	width: inherit;
	margin: 0px auto;
	border-bottom: 1px solid #bbbbbb;
}
#headerHolder {
	width: 1000px;
	margin: 0px auto;
}
#logo a {
	position:absolute;
	z-index:99;
	float:left;
	display:block;
	width:215px;
	height:135px;
}
#tright {
	float:right;
	color:#fff;
	padding-right:0px;
	
	/* IE */
	*position:relative;
	*right:-105px;
	*width:330px;
}
#tright input[type="text"] {
	width:170px;
	height:16px;
	margin: 11px 15px 0px 0px;
	border: none;
	font-size:12px;
	background: url("images/search.png") no-repeat scroll 95% 50% #ffffff;
	color:#333;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
#tright .gobtn {
	position:relative;
	left:-8px;
	top:9px;
	/*IE */
	*position:relative;
	*top:4px;
	
}
#tright h2 {
	text-align:right;
	padding:0px;
	margin:0px;
	color:#f85917;
}
#headerCustomerLogin {
	margin: 6px 15% 0px 0px;
	float: right;
}
/*=======================================================
MAIN MENU
=======================================================*/
#menu {
	position: absolute;
	bottom: 10px;
	margin:0px 0px 0px 240px;
	font-family: "Oswald";
	font-weight: lighter;
	font-size: 16px;
}
.menu {
	list-style:none;
	margin: 0px;
}
.menu > li {
	display: inline-block;
	padding: 0px 7px;
}
.menu li a {
	font-weight: lighter;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.menu li a:hover,
.menu li a:active {
	color:#0085ca;
}

.menu > li + li {
	border-left: 1px solid #cbcbcb;
}


/*@media only screen and (max-device-width: 1024px) {
	.menu li a {
	float:left;
	font-size:11px;
	text-transform:uppercase;
	color: #1f1f1f;
	text-decoration:none;
	display:block;
	height:20px;
	font-stretch:condensed;
	text-decoration:none;
	padding:5px 3px 0px 3px;
	margin:0px 2px 0px 2px;

}
}*/
.menu .here a {
	font-weight: lighter;
	color:#009ada;
}
.menu li:hover a {
	font-weight: lighter;
	color:#009ada;
	text-shadow: none;
}
.menu li:hover div a {
	float:left;
	display:block;
	font-weight: lighter;
	text-transform:none;
	color:#333;
	background:none;
}
.menu li:hover div a:hover {
	font-weight: lighter;
	color:#009ada;
	background:none;
}
.menu li ul li a:hover {
	font-weight: lighter;
	color:#009ada;
	background:none;
}
/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
.menu li ul li a {
	font-weight:100;
	text-transform:none;
	color:#333;
	font-size:12px;
	position:relative;
	padding:6px;
	margin:0;
	float:left;
	text-align:left;
	width:180px;
	border-right:0px !important;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
/* Left & right aligned common styles */

.menu .dropdown_1column, .menu .dropdown_2columns, .menu .dropdown_3columns, .menu .dropdown_4columns, .menu .dropdown_5columns {
	margin:10px auto;
	left:-1021em;
	position:absolute;
	z-index:9999999999;
	background:#ffffff;
	border-top:none;
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
}
/* Drop Downs Sizes */

.menu .dropdown_1column {
	width: 180px;
}
/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column {
	left:0px;
	top:14px;
}
/* Columns Sizes */

.menu .col_1, .menu .col_2, .menu .col_3, .menu .col_4, .menu .col_5, .menu .col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
}
.menu .col_1 {
	width:250px;
	
}
.menu .col_2 {
	width:300px;
}
.menu .col_3 {
	width:455px;
}
.menu .col_4 {
	width:610px;
}
.menu .col_5 {
	width:765px;
}
.menu .col_6 {
	width:920px;
}

ul li:nth-of-type(2) .dropdown_1column {
	margin-left: 95px;
}
ul li:nth-of-type(3) .dropdown_1column {
	margin-left: 172px;
}
ul li:nth-of-type(4) .dropdown_1column {
	margin-left: 255px;
}
ul li:nth-of-type(5) .dropdown_1column {
	margin-left: 338px;
}
ul li:nth-of-type(6) .dropdown_1column {
	margin-left: 452px;
}
ul li:nth-of-type(7) .dropdown_1column {
	margin-left: 512px;
}
ul li:nth-of-type(8) .dropdown_1column {
	margin-left: 581px;
}
/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}
/*=======================================================
SIDE NAVIGATION
=======================================================*/
#sidemenu {
	position:relative;
	height:100%;
	padding:2px 0px 20px 0px;
}
#sidemenu_bg {
	position:absolute;
	z-index:0;
	width:214px;
	height:inherit;
	background:url(images/sidemenu.png) no-repeat;
	display: none;
}
#sidemenutitle {
	border-bottom: 1px solid #989898;
	font-family: "Oswald";
	font-weight: lighter;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 35px;
}
#accordionmenu{
	margin:10px 0px;
	padding:0px;
}
.accordion{
	position:relative;
	z-index:999;	
}
.accordion ul{
	margin:0;
	padding: 0px 0px 0px 30px;
	list-style:none;
}
.accordion li{
	margin: 0; 
	padding: 0; 
	border: none;
	list-style:none;
}
.accordion ul li  {
	margin:0px 0px;
	font-weight: normal; 
}
.accordion a {
	font-size:12px;
	padding:2px; 
	text-decoration:none; 
	display: block; 
	color: #6d6d70;
}
.accordion ul li.expand{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.accordion li.expand{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.accordion ul li.expand{
	font-weight:bold;
}
.accordion ul li.expand .active {
	font-weight:bold;
	color: #0085ca;
}
.accordion ul li ul li.expand .active{
	margin-left:-5px;
	padding:0px -5px;
	font-weight:normal;
}
/*
.accordion, .accordion li {
	margin: 0; 
	padding: 0; 
	border: none;
	list-style:none;
}
.accordion a {
	font-size:11px;
	padding: 5px 8px; 
	text-decoration:none; 
	display: block; 
	color: #fff;
}
.accordion ul {
	margin-left:0px;
}
.accordion ul a {

	font-weight: normal; 
}
.accordion ul li  {
	margin:0px 0px;
	padding:2px 0px 2px 0px; 
	font-weight: normal; 
}

.accordion li ul  {
	margin:0px 0px;
	padding: 5px; 
	font-weight: normal; 
}


.accordion a.parenton {
	color:#C00;
	font-weight:bold;
	padding:0px;
	margin:0;
}
*/

.accordion .active {
	font-weight: bold;
	color:#0085ca;
}

/*
.accordion li.expand{
	
	background-color:#530f0f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.accordion li ul li a {
	padding:0px; 
	font-weight: normal; 
}
.accordion a.dcjq-parent {
	font-size:11px;
	padding: 5px 0px; 
	text-decoration:none; 
	display: block; 
	color: #fff;
}
.accordion a.dcjq-parent:hover {
	background: #530f0f;
	color: #fff;
}
.accordion a.dcjq-parent.active {}
.accordion a:hover {
	background: #530f0f;
	color: #fff;
}

*/

/*

ul.sidemenu, ul.sidemenu ul {
	position:relative;
	z-index:999;
	list-style-type:none;
	margin: 0;
	padding:20px 0px;
	width:214px;
	font-size:12px;
}
ul.sidemenu a {
	display: block;
	text-decoration: none;
}
ul.sidemenu li {
}
ul.sidemenu li a, ul.sidemenu ul.sidemenu li a {
	color: #fff;
	padding: 5px 10px 0px 10px;
}
ul.sidemenu li a:hover, ul.sidemenu ul.sidemenu li a:hover {
	color: #fff;
	text-decoration:underline;
	padding: 5px 10px 0px 10px;
}
ul.sidemenu li ul li {
	background:#5d0c0c;
	padding: 0px;
	margin:0px;
}
ul.sidemenu li ul li a {
	font-size:11px;
	color: #fff;
	padding-left: 20px;
}
ul.sidemenu li ul li ul li a {
	background: none;
	color: #fff;
}
ul.sidemenu ul li ul li a {
	background: #560505;
	color: #000;
	padding-left: 30px;
}
ul.sidemenu li ul li a:hover, ul.sidemenu ul.sidemenu li ul li a:hover {
	color:#fff;
	background:url(images/bullet.png) 0px 2px no-repeat;
	padding-left: 20px;
}
ul.sidemenu li ul li ul li a:hover, ul.sidemenu li ul li ul li.active a {
	background: none;
	font-weight:bold;
	padding-left: 25px;
}
ul.sidemenu li ul li.active a {
	font-weight:bold;
	background:url(images/bullet.png) 0px 2px no-repeat;
	padding-left: 20px;
}
ul.sidemenu li ul li ul li.active a {
	padding-left: 20px;
	background:url(images/bullet.png) no-repeat;
}
ul.sidemenu ul.sidemenu li a:hover {
	border-left: 0;
	padding-left: 0.5em;
}
ul.sidemenu ul.sidemenu {
	background:#url(images/bullet.png) no-repeat;
}
ul.sidemenu a.active, ul.sidemenu a.active:hover {
	font-weight:bold;
	color:#d3332e;
	text-decoration: none;
	margin-bottom:-20px;
}
ul.sidemenu ul li a.active, ul.sidemenu ul li a.active:hover {
	text-decoration: none;
	background: #310303;
}
*/
/*=======================================================
FEATURED
=======================================================*/
#featured{
	/*height:526px;*/
}
#featured h1{
	padding:10px 0px 0px 20px;
	margin-left:50px;
	margin:0;
	font-size:60px;
	color:#009ada;
	
	text-transform:uppercase;
}
#featured h2{
	top:250px;
	padding:0px 0px 0px 20px;
	margin:0;
	width:850px;
	font-size:30px;
	color:#1f1f1f;
}
/*#taglineholder{
	z-index:9999;
	padding:10px;
	width:850px;
	height:180px;
	opacity:0.8;
filter:alpha(opacity=80);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background-color:#fff;
	
}*/
#homeCarouselBg {
	background-color: #f0f0f0;
	padding: 30px 0px;
}
.homeCarousel {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}
/*@media only screen and (max-device-width: 1024px) {
	.homeCarousel {
	float:left;
	width: 1000px;
	height:145px;
	position: relative;
	top:380px;
}
}*/
.homeCarousel .wrapper {
	display:inline-block;
	width: 800px; /*.infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	margin: 0px 20px 0px 100px;
	top: 0;
}
.homeCarousel ul a img {
	border: 5px solid #000;
}
.homeCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 20px 0px;
	
}
.homeCarousel ul li {
	display:block;
	float:left;
	width:250px;
	/*height:137px;*/
	padding: 0px 9px;
	background:url(images/box.png) no-repeat;
}
/*.homeCarousel ul li + li {
	margin-left: 15px;
}*/
.homeCarousel ul li .left {
	float:left;
}
.homeCarousel ul li .right {
	float:right;
	text-align:right;
}
.homeCarousel ul li h3 {
	font-family: "Oswald";
	font-weight: lighter;
	font-size:22px;
	margin:0;
	padding:0;
	color:#000000;
	text-transform:uppercase;
}
.homeCarousel ul li .text{
	padding: 10px 0px;
	font-size: 14px;
	line-height:25px;
}
/*.homeCarousel ul li .left{
	position:relative;
	z-index:9;
	bottom:-10px;
	right:0;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
.homeCarousel ul li .right .more{
	position:relative;
	z-index:9;
	bottom:-10px;
	left:-90px;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}*/


.homeCarousel ul li img {
	position:relative;
	z-index:0;
	display:block;
}
.homeCarousel .arrow {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: url(images/arrow.png) no-repeat 0 0;
	/*text-indent: -999px;*/
	position: absolute;
	left: 30px;
	top: 75px;
	cursor: pointer;
}
.homeCarousel .arrowf {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: url(images/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 75px;
	/*right:0;*/
	cursor: pointer;
}
.homeCarousel .forward {
	background-position: 0 0;
	/*right: -45px;
	top:35px;*/
}
.homeCarousel .back {
	background-position: -50px 0px;
}
/*=======================================================
HOME CONTENT
=======================================================*/
#homecontent {
	position:relative;
	margin:0px 0px;
	width: 1000px;
	margin: 0px auto;
}
/*@media only screen and (max-device-width: 1024px) {
	#homecontent {
	position:relative;
	margin:0px 0px;
	height:150px;
}
}*/
#sections {
	margin-top:30px;
}
/*@media only screen and (max-device-width: 1024px) {
	#sections {
	border-top: 1px solid #ddd;
	margin-top:0px;
}
}*/
#sections #section {
	float:left;
	width:299px;
	padding:0px 15px 0px 15px;
	font-size: 14px;
	line-height: 24px;
}
#sections #section #press{
	font-size:11px;
	padding-top:5px;
	padding:bottom:5px;
	border-bottom:1px solid #ccc;
}
#sections #section a, #sections #section img a{
	text-decoration:none;
	border:0;
}
/*#sections #section a:Hover{
	font-size:13px;
	font-weight:bold;
	color:#1f1f1f;
	text-decoration:none;
}*/
/*#sections #section a.more {
	width:98px;
	height:12px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#sections #section a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}*/

#sections #sectionlast {
	float:left;
	width:299px;
	padding:0px 15px 0px 15px
}
#sections #section h2, #sections #sectionlast h2 {
	font-family: "Oswald";
	font-weight: lighter;
	font-size:22px;
	text-transform:uppercase;
	color:#000000;
}
#sections #section a {
	font-family: "Oswald";
	font-weight: lighter;
	font-size: 16px;
}
#sectionlast  h3 {
	font-family: "Oswald";
	font-weight: 100;
	font-size:14px;
	line-height: 17px;
	color: #0085ca;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#sectionlast .tabcontent a.viewall{
	color:#069;
	text-decoration:none;
}
#homepartners {
	font-family: "Open Sans";
}
/*#homepartners a, #homepartners img a{
	display:block;
	border:none;
	color:#1f1f1f;
	text-decoration:none;
}*/
/*#homepartners a.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#homepartners a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}*/
#categoryexplore {
	font-family: "Open Sans";
	float:left;
	margin:5px;
	padding:5px;
	width:330px;
}
#categoryexplore h3 {
	font-family: "Oswald";
	font-weight: 100;
	font-size:14px;
	line-height: 17px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
	color: #0085ca;
}
#categoryexplore .c_image, #categoryexplore .c_image a {
	float:left;
	width:90px;
	height:62px;
	border:none;
	background-color:#ddd;
}
#categoryexplore .c_right {
	position:relative;
	float:left;
	width:160px;
	padding-left:10px;
	font-size:11px;
	line-height: 14px;
}categoryexplore .c_right a.moreleft {
	position:absolute;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#categoryexplore .c_right a:Hover.moreleft {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
#homelocations {
	font-family: "Open Sans";
	float:left;
	padding:5px 5px 15px 5px;
	width:140px;
	
}
/*#homelocations a.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#homelocations a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}*/
/*=======================================================
CONTENT STYLES
=======================================================*/
#content {
	
	width:100%;
	min-height:500px;
}
#content .left {
	float:left;
	width:214px;
}
#content .right {
	float:right;
	width:785px;
	
}
#mc{
	padding:0px 15px 0px 15px;
}
#mcontent {
	position:relative;
	margin:0px 10px 0px 10px;
	padding:20px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#mcontent p {
	line-height: 24px;
}
.childscontainer ul.thumbs li{
	padding:5px;
	display:block;
}
.childscontainer ul.thumbs li img{
	margin:5px;
	display:block;
}
#mcontent .left {
	float:left;
	width:395px;
	padding-right:20px;
	margin-top:20px;
}
#mcontent .left h2 {
	font-size:28px;
	color:#832827;
	text-transform:none;
	margin:0;
}
#mcontent .left ul {
	margin:10px 0px;
	padding:0;
	list-style-type: none;
}
#mcontent .left ul li {
	padding-left: 10px;
	text-indent: -10px;
}
#mcontent .left ul li::before {
	content: "\2022  ";
}
#mcontent .left ul li ul {
	margin: 0px 0px 0px 20px;
}
#mcontent .left ul li ul li:before {
	content: "\2027  ";
}
#mcontent .left a.chartlink{
	position: relative;
	display: block;
	color: white;
	width:300px;
	vertical-align: center;
}
#mcontent .left a.chartlink + a.chartlink {
	margin-top: 10px;
}
#mcontent .left .chart {
	position: relative;
}
#mcontent .left .chartlink span {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 10px);
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 21px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
	vertical-align: center;
}
/*#mcontent .left a:Hover.chartlink{
	display:block;
	padding:5px;
	margin-top:5px;
	width:320px;
	text-align:center;
	background:#007dae;
	text-decoration:none;
	color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}*/

#mcontent .right {
	float:left;
	width:310px;
	padding:5px;
	margin-top:20px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*background:#f2f2f2;*/
	
}

#content h2 {
	font-family: "Oswald";
	font-weight: lighter;
	font-size:46px;
	padding:0px;
	margin:0px 20px;
	color:#007dae;
	text-transform:uppercase;
}
#mcontent h3  {
	font-family: "Oswald";
	font-weight: lighter;
	font-size:30px;
	padding:0px;
	margin:0px;
	color:#7d1d1d;
}

#content hr {
	border:0px;
	height:1px;
	background-color:#efefef;
}
#content #sfilter table {
	background-color: #bbbbbb;
}
#content table {
	font-size:12px;
	color:#fff;
	padding:10px;
	background-color: #f0f0f0;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
}
#content table th {
	text-align:left;
	color:#115489;
	padding:10px;
	border:1px solid #e2eef8;
}
#content table tr {
	margin:10px;
	font-size:11px;
}
#content table td {
	margin: 0px;
	padding: 0px;
	color:#404042;
	margin:4px;
}
#content table tr.odd {
	margin:4px;
}
#content form table tr {
}
#content form table input,
#content form table textarea {
	margin-bottom: 8px;
}
#content form table textarea {
	border: 1px solid #bbbbbb;
}
#content form table img {
	margin: 0px 0px 10px 20px ;
}

#content form table input[type="submit"],
#mc_embed_signup input[type="submit"] {
	float: left;
	color:#fff;
	border:0;
	cursor:pointer;
	font-family: "Oswald";
	font-weight: lighter;
	margin: 0px 0px 0px 20px;
	padding: 7px;
	background:#9a3324;
	text-transform: uppercase;
}
#top {
	padding-top:0px;
	height:30px;
	z-index:999;
	width:inherit;
}
#pagetitle {
	float:left;
	width:600px;
}
#pagetitle h2 {
	margin-top:-20px;
}
#headerimage {
	position:relative;
}
#headerimage a{
	position:relative;
	display:block;
	width:757px;
	height:219px;
	border:0;
}
#content a.bigbutton{
	float:left;
	displau:block;
	width:200px;
	height:50px;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:30px 10px 10px 10px;
	margin:10px 60px;
	background: #9f1818 url(images/bigbutton.png) no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#content a:Hover.bigbutton{
	float:left;
	displau:block;
	width:200px;
	height:50px;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:30px 10px 10px 10px;
	margin:10px 60px;
	background-color: #007dae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#alocs{
	font-family: "Open Sans";
	font-size:11px;
	line-height:12px;	
	float:left;
	padding:10px;
	width:150px;
	height:250px;
	border:1px solid #ddd;
}
#alocs .title{
	font-size:16px;
	line-height: 18px;
	padding:5px;
	font-weight:bold;
	display:block;
	background-color:#ddd;
}
#alocs .linecard{
	float:left;
	display:block;
	width:40px;
	background:url(images/icons/icon_file.png) no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}
.linecard{
	float:left;
	display:block;
	width:40px;
	background:url(images/icons/icon_file.png) no-repeat;
	padding:1px 20px;
	color:#06C;
	text-decoration:none;
}
#alocs .contact{
	float:left;
	display:block;
	background:url(images/icons/icon_email.png) no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}
.contact{
	float:left;
	display:block;
	background:url(images/icons/icon_email.png) no-repeat;
	padding:1px 20px;
	color:#06C;
	text-decoration:none;
}
#alocs .website{
	float:left;
	display:block;
	background:url(images/icons/icon_web.png) no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}
.website{
	float:left;
	display:block;
	background:url(images/icons/icon_web.png) no-repeat;
	padding:1px 20px;
	color:#06C;
	text-decoration:none;
}
/*=======================================================
LANDING PAGES
=======================================================*/
#division a{
	float:left;
	display:block;
	width:356px;
	height:200px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_divisions.jpg) no-repeat;
}
#division a:Hover{
	float:left;
	display:block;
	width:356px;
	height:200px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -200px;
}
#division .image{
	width:313px;
	height:132px;
	margin:16px 22px;
	padding-bottom:5px;
}
#division .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#contactus a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#contactus a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#contactus .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#contactus .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#locations a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#locations a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#locations .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#locations .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#partsservice a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#partsservice a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#partsservice .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#partsservice .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#rental a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#rental a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#rental .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#rental .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#newsmedia a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	margin-bottom:30px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#newsmedia a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#newsmedia .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#newsmedia .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}


/*=======================================================
NEWS & MEDIA
=======================================================*/

/* PRIMARY */

#land_nm{
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#land_nm_item a{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
	border-right:1px solid #bbbbbb;
	text-align:center;
}
#land_nm_item a:Hover{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#069;
	text-decoration:none;
	border-right:1px solid #bbbbbb;
	text-align:center;
}
#land_nm_item.last a{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
	border-right:none;
	text-align:center;
}
#land_nm_item.last a:Hover{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#069;
	text-decoration:none;
	border-right:none;
	text-align:center;
}

#land_nm_item h2{
	font-size:16px;
	margin:10px 0px;
	
}

/* SECONDARY */

#land_nm_s_item{
	float:left;
	width:362px;
	margin:15px 5px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_nm_s_item .lt{
	float:left;
	width:166px;
	height:134px;
}
#land_nm_s_item .lt img{
	margin:6px 10px;
	border:5px solid #b1b1b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#land_nm_s_item .rt{
	float:left;
	width:191px;
	padding-top:15px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_nm_s_item .rt h2{
	color:#636363;
	font-size:24px;
	margin:0px;
	padding:0px;
}
#land_nm_s_item .rt .desc{
	height:50px;
}
#land_nm_s_item .rt hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_nm_s_item .rt .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_nm_s_item .rt .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

a.land_press{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	margin-right:25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_press.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a.land_contacts{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_contacts.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a:Hover.land_promotions{
	background: #9d352b url(images/icon_press.png) left no-repeat;;
}
a:Hover.land_contacts{
	background: #9d352b url(images/icon_contacts.png) left no-repeat;;
}

/*=======================================================
RENTAL
=======================================================*/

/* PRIMARY */

#land_rental_item{
	float:left;
	width:362px;
	margin:15px 5px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
	padding: 0px 0px 5px 0px;
}
#land_rental_item .lt{
	float:left;
	width:166px;
	height:134px;
}
#land_rental_item .lt img{
	margin:6px 10px;
	border:5px solid #b1b1b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#land_rental_item .rt{
	float:left;
	width:191px;
	padding-top:15px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_rental_item .rt h2{
	color:#1f1f1f;
	font-size:24px;
	margin:0px;
	padding:0px;
}
#land_rental_item .rt .desc{
	height:50px;
}
#land_rental_item .rt hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
/*#land_rental_item .rt .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_rental_item .rt .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}*/

/* SECONDARY */

#land_rental_s_item{
	float:left;
	width:215px;
	height: 300px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:10px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#c4c4c4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#c4c4c4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c4c4c4)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #c4c4c4); /* for firefox 3.6+ */
}
#land_rental_s_item a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_rental_s_item h2{
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:0px;
}
#land_rental_s_item h3{
	color: #1f1f1f;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#land_rental_s_item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
#land_rental_s_item .desc{
	/* height:70px; */
	height:10px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_rental_s_item .desc2{
	color:#1f1f1f;
	text-decoration:none;
}
#land_rental_s_item .price{
	font-family: "Oswald";
	font-weight: normal;
	font-size: 15px;
	color: #9a3324;
	text-decoration: none;
	padding-top: 15px;
}
#land_rental_s_item .quality{
	font-family: "Oswald";
	font-weight: normal;
	font-size: 12px;
	color: #2c7bad;
	text-decoration: none;
	padding-top: 0px;
}
#land_rental_s_item hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}

/*#land_rental_s_item .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_rental_s_item .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}*/

/* TERTIARY */

#land_rental_t{
	width:705px;
	margin-top:15px;
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#land_rental_t_item{
	float:left;
	width:340px;
	margin:5px;
	font-size:11px;
}
#land_rental_t_item a:Hover, #land_rental_t_item .rt a:Hover{
	color:#069;
}
#land_rental_t_item h2{
	font-size:20px;
	margin:0px;
	padding-bottom:10px;
}
#land_rental_t_item .lt{
	float:left;
	width:121px;
	padding-right:10px;
}
#land_rental_t_item .rt{
	float:left;
	color:#1f1f1f;
	width:200px;
}
a.land_promotions{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	margin-right:25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_promotions.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a.land_brands{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_brands.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a:Hover.land_promotions{
	background: #9d352b url(images/icon_promotions.png) left no-repeat;;
}
a:Hover.land_brands{
	background: #9d352b url(images/icon_brands.png) left no-repeat;;
}

/*=======================================================
PARTS & SERVICE
=======================================================*/

/* PRIMARY */

#land_ps_item{
	float:left;
	width:215px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:10px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_ps_item a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_ps_item h2{
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:0px;
}
#land_ps_item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
#land_ps_item .desc{
	height:70px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_ps_item hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_ps_item .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_ps_item .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

/* SECONDARY */

#land_ps_s{
	width:705px;
	margin-top:15px;
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#land_ps_s_item h2{
	font-size:20px;
	margin:0px;
	padding-bottom:10px;
}
#land_ps_s_item .lt{
	float:left;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
	width:470px;
}
#land_ps_s_item .rt{
	float:left;
	width:150px;
	margin-left:20px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_ps_s_item .rt img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



a.land_warranty{
	float:left;
	display:block;
	width:230px;
	height:10px;
	font-size:12px;
	padding:15px 60px;
	margin-right:25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_warranty.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a.land_bundles{
	float:left;
	display:block;
	width:230px;
	height:10px;
	font-size:12px;
	padding:15px 60px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_bundles.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a:Hover.land_warranty{
	background: #9d352b url(images/icon_warranty.png) left no-repeat;;
}
a:Hover.land_bundles{
	background: #9d352b url(images/icon_bundles.png) left no-repeat;;
}

/*=======================================================
CAREERS
=======================================================*/

/* PRIMARY */

#land_careers_item{
	float:left;
	width:352px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:5px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_careers_item a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_item h2{
	float:left;
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:5px 5px;
}
#land_careers_item img{
	margin-left:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
#land_careers_item hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_careers_item .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_careers_item .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

#land_careers_item_alt{
	float:left;
	width:342px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:5px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_careers_item_alt a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_item_alt h2{
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:0px;
}

#land_careers_item_alt .desc{
	height:133px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_item_alt hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_careers_item_alt .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_careers_item_alt .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}


/* SECONDARY */

#land_careers_s{
	width:705px;
	margin-top:15px;
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#land_careers_s_item{
	float:left;
	width:340px;
	margin:5px;
	font-size:11px;
}
#land_careers_s_item a:Hover, #land_careers_s_item .rt a:Hover{
	color:#069;
}
#land_careers_s h2{
	font-size:20px;
	margin:0px;
	padding:0px;
}

/* TERTIARY */

#land_careers_t_item{
	float:right;
	padding:10px;
	margin-right:10px;
	display:block;
	width:340px;
	height:40px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#land_careers_t_item a{
	padding:10px 0px;
	margin-right:10px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#land_careers_t_item a:Hover{
	padding:10px 0px;
	margin-right:10px;
	display:block;
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_t_item h2{
	color:#fff;
	font-size:20px;
	margin:0px;
	padding:0px;
}



/*=======================================================
PRODUCT/CATEGORY FINDER
=======================================================*/
#sr_prod_list{
	padding:10px;
}
#sr_prod_list.gray{
	background-color:#f8f8f8;
}
#sr_prod_list a{
	font-weight:bold;
	color:#0181b2;
	text-decoration:none;
}
#sr_prod_list a:Hover{
	font-weight:bold;
	color:#932619;
	text-decoration:underline;
}
#sr_prod_list a.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	margin-top:10px;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#sr_prod_list a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
/*=======================================================
CATEGORY
=======================================================*/
#equipf{
	float:left;
	width:360px;
}
#category {
	float:left;
	margin:5px;
	padding:5px;
	width:330px;
	height:150px;
}
#category h3 {
	font-size:18px;
	padding:0;
	margin:0;
}
#category .c_image {
	float:left;
	width:90px;
	height:62px;
	padding:5px;
	background-color:#ddd;
}
#category .c_right {
	position:relative;
	float:left;
	width:220px;
	padding-left:10px;
	font-size:11px;
}
#category .c_right a.more {
	margin-top: 10px;
}
/*#category .c_right a.more {
	position:absolute;
	bottom:-40px;
	right:0;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#category .c_right a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}*/

/*=======================================================
CATEGORY FULL
=======================================================*/
#categoryfull {
	margin:5px;
	padding:5px;
}
#categoryfull.gray {
	background-color:#efefef;
}
#categoryfull h3 {
	font-size:18px;
	padding:0;
	margin:0;
}
#categoryfull .p_image {
	float:left;
	width:150px;
	height:150px;
	padding:5px;
}
#categoryfull .p_right {
	position:relative;
	float:left;
	width:540px;
	padding-left:10px;
	font-size:11px;
}
#categoryfull .p_right a.more {
	float:left;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	margin:5px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#categoryfull .p_right a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
/*=======================================================
EQUIPMENT LIST
=======================================================*/
#equipmentlist{
	float:left;
	padding:5px;
}
#equipmentlist img{
	clear:both;
}
/*=======================================================
PARTNERS
=======================================================*/
#partners {
	margin:5px;
	padding:5px;
	min-height:190px;
}
#partners.gray {
	background-color:#efefef;
}
#partners h3 {
	font-size:18px;
	padding:0;
	margin:0;
}
#partners .p_image {
	float:left;
	width:150px;
	height:150px;
	padding:5px;
}
#partners .p_image a{
	border:none;
	text-decoration:none;
}
#partners .p_right {
	position:relative;
	float:left;
	width:540px;
	padding-left:10px;
	font-size:11px;
}
/*#partners .p_right a.more {
	position:absolute;
	bottom:-20px;
	left:10px;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#partners .p_right a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}*/
/*=======================================================
PARTS BY BRAND
=======================================================*/
a.popupbrand {
	color:#0181b2;
	text-decoration:none;
}
a:Hover.popupbrand {
	color:#b7321f;
	text-decoration:none;
}
#partsbybrand{
	padding:10px;
	margin:10px;
	width:420px;
}
#partsbybrand hr{
	height:1px;
	background-color:#CCC;
	border:0px;
}
#partsbybrand h2{
	font-size:29px;
	padding:0;
	margin:0;
}
#partsbybrand h3{
	font-size:22px;
	padding:0;
	margin:0px 0px 5px 0px;
}
#partsbybrand .wide{

}
#partsbybrand .left{
	float:left;
	width:100px;
}
#partsbybrand .logo{

}
#partsbybrand .right{
	float:left;
	width:300px;
	font-size:11px;
	padding:0px 5px;
}
#partsbybrand .right.normal{
	float:left;
	width:600px;
	font-size:11px;
	padding:0px 5px;
}
#partsbybrand .left .website{
	font-size:11px;
	display:block;
	background:url(images/icons/icon_web.png) 0px 4px no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}
/*----------------------------
NORMAL VIEW - NON-POPUP
----------------------------*/
#partsbybrandnormal{
	padding:10px;
	border:1px solid #efefef;
	background: #f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#partsbybrandnormal hr{
	height:1px;
	background-color:#CCC;
	border:0px;
}
#partsbybrandnormal .left{
	float:left;
	width:100px;
}
#partsbybrandnormal .right{
	float:left;
	width:550px;
	padding-left:20px;
	line-height:20px;
	background-color:none !important;
}
#partsbybrandnormal .left .website{
	font-size:11px;
	display:block;
	background:url(images/icons/icon_web.png) 0px 4px no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}

/*=======================================================
SIDEBAR FEATURED PRODUCTS
=======================================================*/
/*#featuredproducts {
	position:relative;
	z-index:9999999;
	margin:5px;
	padding:5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:#f2f2f2;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
	background: -moz-linear-gradient(top, #f2f2f2, #ffffff);
}*/
#featuredproducts h3 {
	color:#912d26;
	font-size:24px;
	padding:0;
	margin:0;
	text-align:center;
}
#moreinfo {
	position:relative;
	z-index:999;
}
#moreinfo h3 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size:24px;
	background-color: #f0f0f0;
	text-align: center;
	font-family: "Oswald";
	font-weight: lighter;
	font-size: 15px;
	text-transform: uppercase;
}
#InputName {
	display: none;
}
#moreinfo input[type="text"] {
	width:185px;
	border:1px solid #ccc;
	font-size:12px;
	background-color:#fff;
	color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
#moreinfo .textarea {
	width:170px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding: 5px;
}
#moreinfo .button {
	float:right;
	color:#fff;
	border:0;
	cursor:pointer;
	font-family: "Oswald";
	font-weight: lighter;
	margin: 0px auto;
	padding:5px 7px;
	background:#9a3324;
}
/*=======================================================
ACCORDION
=======================================================*/
#accordion {
	margin:0;
	padding:0;
	list-style:none;
}
.acc_list {

}
.acc_head, .acc_head_auto_open {
	font-family: "Oswald";
	font-weight: lighter;
	padding: 10px 0px 10px 10px;
	font-size:20px;
	color:#3b3b3b;
	cursor: pointer;
	position: relative;
	margin: 5px 0px 0px 0px;
  background-color: #d8d8d8;
	background-image: url("images/acc_off.png");
	background-position: 96% center;
	background-repeat: no-repeat;
}
.acc_body {
	display:none;
}
.acc_body {
  padding:10px;
	margin-bottom: 3px;
	background-color: #f0f0f0;
	font-size: 13px;
}
.acc_body strong {
	font-weight: bold;
}
.acc_body h3 {
	font-size: 18px !important;
}
.acc_body a.link{
	display: inline-block;
	color:#9a3324;
	text-decoration:none;
	padding:5px 20px 0px 40px;
	height:30px;
	background:url(images/link.png) no-repeat 0px 10px;
	margin-top: -10px;
}
.acc_body p {
	margin-left: 20px;
}
.acc_body p + p {
	margin-top: 20px;
}
.acc_body ul{
	margin:0;
	padding:0;
}
.acc_body li{
	list-style:none;
	line-height:24px;
}
.acc_body p.linkvcenter {
	height: 30px;
	vertical-align: middle;
	display: table;
}
.acc_body p.linkvcenter > a.link,
.acc_body p.linkvcenter > a.pdf {
	display: table-cell;
	line-height: 15px;
	vertical-align: middle;
}

/*=======================================================
GALLERY STUFF
=======================================================*/
.thumbscontainer li{
	float:left;
	display:block;
	padding:5px;
}
.thumbscontainer li a img{
	border:4px solid #fff;
}
.thumbscontainer li a:Hover img{
	border:4px solid #8f2b25;
}
#mc .childscontainer h3 {
	display:block;
	font-size:19px;
	float:none;
	text-align:center;
}
/*=======================================================
HOME TABS
=======================================================*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	
	border-bottom: 1px solid #999;
	
	-moz-border-radius: 5px 5px -5px 5px;
	-khtml-border-radius: 5px 5px -5px 5px;
	-webkit-border-radius: 5px 5px -5px 5px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0px 1px -1px 0px;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -2px;
	background-color: #000000;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	
}
ul.tabs li a {
	font-family: "Open Sans";
	text-decoration: none;
	font-weight: 800;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background-color: #0085ca;
}
html ul.tabs li.active {
	color:#000000;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom: 2px solid #fff;
}
html ul.tabs li.active a, html ul.tabs li.active a:hover {
	color:#666;
	background: #fff;
	border-bottom: 10px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
}

/*=================================================================
PAGINATION
=================================================================*/
#pagination{
	padding:10px;
}
#pagination.right{
	float:right;
}
#pagination a{
	color:#007fc4;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
}
#pagination .ditto_currentpage {
	color:#f7971c;
	font-weight:bold;
}
/*=======================================================
BREADCRUMBS
=======================================================*/
#breadcrumbs {
	position:relative;
	z-index:0;
	float:right;
	font-size:11px;
	margin-top:0px;
}
#breadcrumbs a {
	color:#C30;
	text-decoration:none;
}
#breadcrumbs .B_currentCrumb sup {
	display:none;
}
/*=================================================================
FOOTER
=================================================================*/
#footerh {
	margin:0 auto;
	background-color: #f0f0f0;
	font-family: "Open Sans";
	font-size: 12px;
	color: #6d6d70;
}
#footer {
	position:relative;
	bottom:0;
	width:100%;
	margin:0 auto;
}
#fh {
	margin:0 auto;
	width:950px;
	color:#000000;
	font-size:11px;
}
#globe {
	position:absolute;
	z-index:0;
	width:528px;
	height:300px;
	background:url(images/globe.png) no-repeat;
}
.footernav {
	float:left;
}
.footernav + .footernav {
	margin-left: 50px;
}
.footernav h2 a {
	font-family: "Oswald";
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 16px;
}
#fh ul {
	margin:0;
	padding:0;
}
#fh li {
	font-size:9px;
	list-style:none;
	line-height:14px;
}
#fh a {
	font-weight: lighter;
	color:#000000;
	text-decoration:none;
}
#fh a:hover {
	color:#09C;
	text-decoration:none;
}
#fbot{
	border-top:1px solid #bbbbbb;
	padding:10px;
	margin-top:30px;
}
#fleft{
	float:left;
}
#fleft a {
	padding: 0px 10px;
}
#fleft a + a,
#fleftSitemap {
	border-left: 1px solid #bbbbbb;
}
#fleftCopyright {
	padding: 0px 10px;
}
#fright{
	float:right;
}
#fright h2 {
	padding:5px 0px;
	margin:0px;
	float:left;
}
#fright a + a {
	margin-left: 10px;
}

/*=================================================================
A-Z LISTING
=================================================================*/

#a-z{
	position:relative;
	color:#ff;
	padding:5px 5px 5px 20px;
	margin-bottom:10px;
	background-color:#1f1f1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#a-z #results{
	position:relative;
	}
#a-z a{
	color:#fff;
	font-size:18px;
	padding:0px 2px;
	text-decoration:none;
}
#a-z a:Hover{
	color:#fff;
	font-size:18px;
	padding:0px 2px;
	text-decoration:underline;
}

#a-z a.viewall{
	position:absolute;
	top:-11px;
	right:10px;
	color:#fff;
	font-size:10px;
	padding:5px;
	text-decoration:none;
	background-color:#1f1f1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#a-z a.viewall_alt{
	position:absolute;
	top:450px;
	right:25px;
	color:#fff;
	font-size:10px;
	padding:5px;
	text-decoration:none;
	background-color:#1f1f1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.backtop{
	float:right;
	font-size:11px;
	padding:5px;
	color:#04aae8;
	text-decoration:none;
}
/*=================================================================
CAREERS MAP
=================================================================*/
#careersmap{
	width:735px;
	height:400px;
}
#careerlocs ul{
	list-style:none;
	margin:0;
	padding:0;
}
#careerlocs li{
	position:relative;
	display:block;
	font-size:11px;
	float:left;
	width:340px;
	height:150px;
	padding:5px;
	margin:5px;
	border:1px solid #ddd;
}
#careerlocs a{
	position:absolute;
	z-index:9;
	bottom:5px;
	right:5px;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}


/*=================================================================
SITEAMP
=================================================================*/
#sitemap ul li{
	font-weight:bold;
	color:#04aae8;
	text-decoration:none;
}
#sitemap ul li li a{
	font-weight:normal;
	color:#04aae8;
	text-decoration:none;
}
#sitemap ul li ul{
	font-weight:bold;
	color:#04aae8;
	text-decoration:none;
}

#sitemap a{
	color:#04aae8;
	text-decoration:none;
}






/*=================================================================
CALENDAR
=================================================================*/
table.month{
	width:100%;
    border:1px solid #fff;
    padding: 0;
    margin:20px auto;
}
#calendar table {
	width:100%;
    border:1px solid #fff;
    padding: 0;
    margin:20px auto;
    }

#calendar .navigation td, #calendar .monthnavigation{
    font-weight: bold;
    padding: 0 0 6px 0;
	text-shadow: #1f1f1f 0px 1px 2px;
	font-size: 18px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #0181b2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07a5ee', endColorstr='#0181b2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#07a5ee), to(#0181b2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #07a5ee,  #0181b2); /* for firefox 3.6+ */
    }
#calendar td.monthname {
    font-weight: bold;
    padding: 0 0 6px 0;
	text-shadow: #1f1f1f 0px 1px 2px;
	font-size: 18px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #0181b2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6321f', endColorstr='#7d1d1d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#b6321f), to(#7d1d1d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #b6321f,  #7d1d1d); /* for firefox 3.6+ */
    }	
#calendar .navigation td a{
	color:#fff;
}
#calendar td.monthnavigation,
#calendar td.monthname {
    text-align: center;
    }

#calendar tr {
    min-height: 80px;
    height: 80px;
    }

#calendar tr.navigation,
#calendar tr.dayname {
    height: auto;
    }
    
/* how days this month will look, make dates appear in top right */
#calendar td.monthday,
#calendar .event {
    background: #eee;
    color: #000;
    padding: 6px;
    margin: 0;
    text-align: right;
    vertical-align: top;
    border: 1px solid #fff;
    width: 13%;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    border-collapse: separate;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#calendar td.nomonthday {
    background: #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    }

#calendar tr.dayname td {
    text-align: center;
    background: #333;
    color: #fff;
    padding: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    }

#calendar a {
    text-decoration: none;
    }

#calendar a:hover {
    text-decoration: underline;
    }
        
#calendar .simplemodal {
    display: none;
    }

#calendar .eventcontent {
    text-align: left;
    padding-bottom: 6px;
    }

.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}

.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	color: #000000;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
.saturday a {
	color: #667171;
}

.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}



/*=================================================================
SOCIAl FEEDS
=================================================================*/
#float{
	float:left;
	width:360px;
}
.rssFeed {

}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody {

}
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow div {
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

.odd {
	background-color: #fff;
	}
.even {
	background-color: #fff;
	}

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}
/* TWITTER */
.twitterFeed
{
	
}
.twitterFeed a
{
	color: #000;
	font-weight: bold;
}
.twitterFeed a:hover, .twitterHeader a, .tweetName a { text-decoration: none; }
.twitterFeed a img { border: none; }
.twitterFeed img
{
	visibility:hidden;
	display:none;
	float: left;
	margin: 0 1em 1em 0;
}

.twitterHeader { padding: 0.2em 0; }
.twitterHeader span
{
	font-weight: bold;
	font-size: 2.2em;
}

.twitterBody
{
	clear: left;
}
.twitterBody ul { list-style: none; }
.twitterBody ul, .twitterRow, .twitterRow h4
{
	margin: 0;
	padding: 0;
}

.twitterRow { padding: 0.5em; }
.twitterRow p { }

.tweetName a, .tweetTime
{
	font-weight: bold;
	color: #444;
}
.tweetName
{
	float: left;
	font-size: 1.2em;
}
.tweetTime { text-align: right; }

/* YouTube */

#yt .video-item{
	width:150px;
	float:left;
	padding:5px 0px 5px 0px;
	
}
#yt .video-item .video-thumb{
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
#yt .video-info{
	line-height:12px;
}
#yt .video-count{
	position:relative;
	bottom:0;
}
#yt a.video-title{
	padding-top:5px;
	color:#a50000;
	text-decoration:none;
}
#yt .video-num-ratings{

	padding:0px 5px 0px 0px;
}
#yt .video-num-views{

	padding:0px 5px 0px 0px;
}
#yt .video a{
	color:#C30;
	text-decoration:none;
}


/*=================================================================
TIMELINE
=================================================================*/
#bgtimeline2{
	position:relative;
	width: 735px;
	height: 400px;
	background:url(images/bg_timeline.jpg) ;
}

#bgtimeline2 #grad_left,
#bgtimeline2 #grad_right {
	position:absolute;
	width: 100px;
	height: 400px;
	z-index:99999;
	top: 0px;
}
#bgtimeline2 #grad_left {
	left: 0px;
	background: url('images/grad_left.png') repeat-y;
}
#bgtimeline2 #grad_right {
	right: 0px;
	 background: url('images/grad_right.png') repeat-y;
}
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 9999999999999999px;
	height: 250px;
	font-size: 0.85em;
	margin:10px;
}

.history-scroll .jcarousel-clip-horizontal {
	 width: 750px;
	height: 400px;
}
.history-scroll .jcarousel-item {
	width: 750px;
	height: 400px;
	overflow: hidden;
	
}
.history-scroll .jcarousel-item li {
	width: 750px;
	height: 400px;
	list-style: none;
	overflow: hidden;
	float: left;
	margin-left:50px;
	
}
.history-scroll li img {
	color:#fff;
	float: left;
	margin:0px 0px;
	
}
.history-scroll li h1 {
	font-family: Georgia, serif;
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}
.history-scroll li p {
	color:#fff;
	font-size: 14px;
	margin-right: 100px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 1px 1px 2px;
}

/* NAVINGATION */
.navigation .jcarousel-clip {
    overflow: hidden;
	position:relative;
	
}
.navigation .jcarousel-item {
	float:left;
	display:block;
	color:#fff;
	font-size:20px;
	width:80px;
	height:30px;
	font-family: Georgia, serif;
	border-bottom:3px dotted #fff;
	
}
.navigation .jcarousel-item a{
	color:#fff;
	text-decoration:none;
	padding:0px 10px 0px 0px;
	background: url('images/dot.gif') right 12px no-repeat;
	
}
.navigation .highliht a{
	color:#ffcc00;
	background: url('images/dot.gif') right 12px no-repeat;
}

.navigation .jcarousel-item-horizontal {	
    margin-right: 10px;
}

.navigation .jcarousel-item-placeholder {
margin-left: 200px;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
#mycarousel-next,
#mycarousel-prev {
	position: absolute;
	z-index:99999999;
	top: 0;
	font-size: 70px;
	top: 250px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor:pointer;
}
#mycarousel-next:hover,
#mycarousel-prev:hover {
	background-position: 0 -38px;
}
#mycarousel-next{
	right: 12px;
	background-image: url('images/next.png');
}
#mycarousel-prev {
	left: 12px;
	background-image: url('images/prev.png');
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

.jcarousel-control {
	position:absolute;
	top:500px;
	width:750px;
	z-index:99999999999999999;
	margin: 0 auto;
	text-align: center;
}
.jcarousel-control a {
	font-size: .9em;
	text-decoration: none;
	padding: 4px 7px;
	margin: 0;
	color: #444;
	font-weight: bold;
}
.jcarousel-control a:focus, .jcarousel-control a:active {
	background:#fff;
}
.jcarousel-scroll {
	margin-top: 10px;
	text-align: center;
}

/* Map */
#maprefine select {
	margin-top: 10px;
}
.cluster {
	color: #FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	cursor: hand;
}
.cluster-1 {
	background-image:url(images/m1.png);
	line-height:53px;
	width: 53px;
	height: 52px;
	cursor: hand;
}
.cluster-2 {
	background-image:url(images/m2.png);
	line-height:53px;
	width: 56px;
	height: 55px;
	cursor: hand;
}
.cluster-3 {
	background-image:url(images/m3.png);
	line-height:66px;
	width: 66px;
	height: 65px;
	cursor: hand;
}

/* Home page Jssor carousel */
.jssorb21 {
	position: absolute;
	bottom: -390px;
	left: calc(50% - 455px);
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	background: url(images/slider_bullets.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}
.jssorb21 .av {
	background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(images/loading.png) center center no-repeat;
	overflow: hidden;
}

.jssora21l {
	background-position: -3px -33px;
}

.jssora21r {
	background-position: -63px -33px;
}

.jssora21l:hover {
	background-position: -123px -33px;
}

.jssora21r:hover {
	background-position: -183px -33px;
}

.jssora21ldn {
	background-position: -243px -33px;
}

.jssora21rdn {
	background-position: -303px -33px;
}

#slider {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 430px;
	overflow: hidden;
}

.slides {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1300px;
	height: 430px;
	overflow: hidden;
}

.slide .background {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.85);
	height: 100%;
	width: 310px;
	left: calc(50% - 490px);
	padding: 50px 40px 0px 40px;
	color: #000000;
}

.slide .background .title {
	font-family: "Oswald";
	font-weight: lighter;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 50px;
}

.slide .background .text {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}

/* Newsletter */
#mc_embed_signup label {
	display: inline-block;
	margin: 10px 0px 1px 0px;
	font-family: "Open Sans";
	font-size: 12px;
	width: 120px;
}
#mc_embed_signup input {
	border: 1px solid #cccccc;
	margin-right: 10px;
}
#mc_embed_signup ul {
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
#mc_embed_signup ul label {
	display: inline;
}
#mc_embed_signup .input-group {
	margin-top: 10px;
}

.mc-field-group ul li {
	display: inline-block;
	width: 300px;
}

#mc_embed_signup input[type="submit"] {
	margin: 10px 0px 0px 0px;
}
.acc_body a[href="http://www.sshyster.com"]{
  display: none;
}
.linecard {
	display: none !important;	
}
