@import 'reset.css';
@import 'recycle.css';
/*@import 'slideshow.css';*/

body {
	background: #dbdbdb;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4b4b4b;
	padding: 8px 0;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1c385f;
	font-size: 1.7em;
}

h1 {
	
}

h3.team {
	font-size: 1.1em;
	color: #433d3d;
}

.headings {
	font-weight: bold;
	color: #1c385f;
	font-size: 16px;
}

.borderBottom {
	border-bottom: 1px dotted #1e2427;
	padding: 0 0 15px 0;
	margin-bottom: 10px;
}

.borderTop {
	border-top: 1px dotted #1e2427;
	padding: 15px 0;
}

.noBorder {
	border: none;
}

.bigText {
	font-size: 1.2em;
}

.biggerText {
	font-size: 1.4em;
}

.clear {
	clear: both;
}
.space {
	width: 850px;
	height: 20px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #c4161c;
}
.black {
	color: #000;
}

.white {
	color: #fff;
}

img.titleImg {
	margin: 0 0 10px 15px;
}

img.grayTools {
	margin: 2px 0 0 15px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #397573;;
	text-decoration: none;
	/*background: url('../images/linkArrow.png') no-repeat right center;*/
	padding-right: 14px;
}

a:hover {
	color: #3da19d;
}

a.noBg {
	background: none;
	padding: 0;
}

a.close {
	position: absolute;
	right: -10px;
	top: -10px;
}

.error_list ul {
	color: #fff116;
	list-style: disc;
	margin: 10px 0 10px 20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

ul.bodyList {
	font-family: Arial, Helvetica, sans-serif;
	list-style: square;
	margin-left: 15px;
	color: #1c385f;
}

ul.bodyList li {
	padding: 4px 0;
}

/*****************************/

#shadowWrap {
	width: 970px;
	margin: 0 auto;
	background: url('../images/bg-slice.png') repeat-y;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 10001;
	width: 288px;
	height: 200px;
}

.slideshow1 {
	width: 950px;
	height: 230px;
}

.slideshow1_noSlide {
	width: 950px;
	height: 301px;
}

#content {
	width: 950px;
	min-height: 100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.mainContent {
	padding: 20px 15px 10px 15px;
	min-height: 100px;
	position: relative;
}

.contentLeft {
	width: 500px;
	min-height: 100px;
}

.contentRight {
	width: 350px;
	min-height: 100px;
	margin-left: 20px;
}

.grayBar {
	min-height: 34px;
	background: #5c5c5c;
	padding: 5px 15px;
	margin: 15px 0;
}

.grayBar p {
	color: #fff;
}

#homeTab {
	width: 342px;
	height: 265px;
	position: absolute;
	right: 63px;
	top: 38px;
}

#homeTab img {
	
}

.quote {
	padding: 15px;
	background: #1c385f;
	width: 300px;
}

.quote p {
	color: #fff;
	font-family: Georgia, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	padding: 0;
}

p.quoteDate {
	font-size: 14px;
	padding-top: 10px;
}

.topVidLeft { float: left; width: 450px; }
.topVidRight { float: right; width: 425px; margin-top: 8px;}
.botVidRight { float: right; width: 450px; }
.botVidLeft { float: left; width: 425px; margin-top: 30px;}

/********** DELIVERY *************/

.iconBox {
	width: 279px;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.iconBoxTop {
	width: 279px;
	height: 37px;
}

.iconBoxTopLeft {
	width: 15px;
	height: 37px;
	background: url('../images/iconBoxTopLeft.jpg') no-repeat;
}

.iconBoxTopRight {
	width: 15px;
	height: 37px;
	background: url('../images/iconBoxTopRight.jpg') no-repeat;
}

.iconBoxTopContent {
	height: 37px;
	width: 249px;
	text-align: center;
	background: url('../images/iconBoxTopSlice.jpg') repeat-x;
}

.iconBoxTopContent p {
	color: #fff;
	font-size: 14px;
	padding: 8px 0 0 0;
}

.iconBoxContent p {
	color: #000;
	padding: 0;
}

.iconLeft {
	width: 101px;
	margin-left: 10px;
	margin-top: 10px;
}

.iconRight {
	width: 153px;
	margin-left: 10px;
	margin-top: 10px;
}

.iconBoxBtns {
	height: 20px;
	text-align: left;
	margin: 5px 0;
}

.iconBoxBottom {
	width: 279px;
	height: 14px;
	background: url('../images/iconBottom.jpg') no-repeat;
}

.iconBoxBtns li {
	display: inline;
	font-size: 11px;
	padding: 0 5px;
}

.iconBoxBtns li a {
	padding: 0;
	padding: 3px 10px;
	border: 2px solid #5f5f5f;
	color: #fff;
	background: #8f8f8f;
}

.iconBoxBtns li a:hover {
	color: #e7e7e7;
	background: #616161;
}

.iconBoxBtns li.last a {
	padding: 3px 30px;
}

.delText p {
	color: #fff;
	padding: 10px 0 0 33px;
	font-size: 16px;
}

/********** MAIN NAV *******************/

.nav {
	height: 30px;
	width: 950px;
	background: url('../images/bg-nav.png');
	position: absolute;
	z-index: 1000;
	text-align: right;
}

.nav ul {
	margin-top: 5px;
}

.nav li {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	display: inline;
	padding: 0 11px;
	background: url('../images/bg-arrow.png') no-repeat left 7px;
}

.nav li.last {
	border: none;
}

.nav a {
	text-decoration: none;
	color: #c5c5c5;
	font-size: 14px;
	font-weight: bold;
}

.nav a:hover {
	color: #fff;
}

/*****************************/

.contactBox {
	width: 400px;
	background: #436ca5;
	padding: 15px;
	margin: 0 auto;
}

.contactBox p {
	color: white;
}


/********** FOOTER *******************/

.footerBottom {
	width: 970px;
	margin: 0 auto;
	height: 15px;
	background: url('../images/bg-footer.png') no-repeat;
}

.footer {
	padding: 5px 0 0 15px;
}

.footer p {
	padding: 0 0 6px 0;
	font-size: 11px;
}

.footerLeft{ float: left; width: 76%;}
.footerRight { float: right; width: 20%; text-align: right;}

.footerRight li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footerRight li:first-child { border: none;}

.footerRight li a {
	text-decoration: none;
	color: #686868;
	border: none;
	padding: 0;
}

.footerRight li a:hover {
	text-decoration: underline;
}

li.last {
	border: none;
}

/********************/

.medium {
	width: 97%;
}

input {
	color: #292929;
	padding: 3px;
	font-size: 14px;
	background: #c8c8c8;
	border: 1px solid #465157;
	font-family: Arial, Helvetica, sans-serif;
}

form p {
	font-family: Arial, Helvetica, sans-serif;
	color: #1e2427;
	font-size: 13px;
	padding: 10px 0 2px 0px;
}

/*******************/

textarea {
	width: 97%;
	height: 90px;
	background: #c8c8c8;
	border: 1px solid #465157;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
	padding: 3px;
}

/********************/

#formBtn {
	text-align: center;
	margin-top: 15px;
}

#formBtn input {
	border: none;
	background: none;
}

.checkbox p label {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #404040;
}

/**********************/

ul.legal {
	color: #1e2427;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: disc;
	margin-left: 30px;
}

ul.legal li {
	line-height: 14px;
	padding: 5px 0;
}

ol.legal {
	color: #1e2427;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
}

ol.legal li {
	line-height: 14px;
	padding: 5px 0;
}










