﻿body {
	background: url('images/background.jpg') repeat scroll left top;
	padding-top: 0px;
	margin-top: 0px;
	font-family: verdana, arial;
}

a img {
	border: none;
}

#pageArea {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	
}
#header {
	position: relative;
	width: 100%;
	height: 93px;
	background-color: white;
}

#companyLogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 93px;
	width: 457px;
}

#companyMenu {
	position: absolute;
	right: 0px;
	margin-right: 10px;
	padding: 0px;
	float: right;
	width: 210px;
	height: 93px;
}

#companyMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 0px;
}

#companyMenu ul li {
	display: inline;
}

#companyMenu ul li a{
	text-decoration: none;
	font-family: verdana, arial;
	color: black;
	font-size: 10pt;

}


#headerPic {
	margin-left: 458px;
	padding: 0px;
	position: relative;
	width: 139px;
	height: 93px;
}

#menu {
	width: 100%;
	height: 33px;
	position: relative;
	background: url('images/menu.jpg') repeat-x;
	font-family: verdana, arial;
	font-size: 10pt;
}

#menu ul {
	margin: 0px auto 0px auto;
	height: 33px;
		padding-left: 5px;
	padding-right: 5px;
	list-style: none;
}

#menu ul li {

	padding-top: 5px;
	display: block;
	float: left;
}

#menu ul li a {
float:left;
	color: white;
	text-decoration: none;
	padding:0 0 0 10px;
}

#menu ul li a:hover {
	color: white;
	text-decoration: underline;
}

#menu ul li a.active {
	background: #29527B url(images/menu_on_left.jpg) no-repeat top left;
	position: relative;	
	margin-left: 10px;
	top: 0px;

	color: white;
	font-weight: bold;
	text-decoration: none;
	_width:20px; /*IE6 Hack*/
}

#menu ul li a.active span {
	display:block;
	padding:0 10px 0 0;
	width:auto;
	position: relative;
	top: 0px;
	background:#29527B url(images/menu_on_right.jpg) no-repeat top right;
	height:28px;
}

#subMenu {
	position: relative;
	width: 100%;
	height: 21px;
	background-color: #29527B;
}

#divider {
	position: relative;
	background-color: white;
	width: 100%;
	height: 1px;
}

#blueDivider {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #29527B;
	width: 18.35%;
	height: 1px;
	right: 0px;
}

#contentArea {
	position: relative;
	width: 100%;
	min-height: 420px;
	/*background: url('images/content_background.jpg') repeat-y;*/
	background-color: #29527B;
	margin: 0px;
	padding: 0px;	

}

#leftColumn {
	float: left;
	width: 152px;
	background-color: white;
	
}

#leftTextContainer {
	padding: 10px;
	font-size: 12pt;
}

#leftTextContainer p {
	margin-top: 0px;
}

#middleColumn {

	/*margin-left: 155px;*/
	margin-right: 15%;
	min-height: 420px;
	background-color: white;
	padding: 10px;
	width: 80%;
}

#middleColumn p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#rightColumn {
	float: right;
	width: 17%;
	background-color: #29527B;
	font-size: 10pt;
	_position: absolute; /*IE6 Hack*/
	_right: 0px; /*IE6 Hack*/
}

#footer {
	padding: 0px;
	margin: 0px;
	position: relative;
	background: url('images/footer.jpg') repeat-x;
	bottom: 0px;
	width: 100%;
	height: 32px;
}

#footerText {
	padding-top: 3px;
	color: white;
	text-align: center;
	font-family: verdana, arial;
	font-size: 8pt;
}

#footerText a {
	color: white;
}

#footerText a:hover {
	color: red;
}

#printArea {
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	background-color: white;
	width: 800px;
}

.sideDropShadow {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: -10px;
	background: url('images/dropShadow_side.png') repeat-y;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.bottomDropShadow {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 100%;
	background: url('images/dropShadow_bottom.png') repeat-x;
	
}
.bottomLeftDropShadow {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: -9px;
	width: 9px;
	height: 14px;
	background: url('images/dropShadow_bottom_left.png');
}
.bottomRightDropShadow {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: -9px;
	width: 9px;
	height: 14px;
	background: url('images/dropShadow_bottom_right.png');
}
.picOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

.testimonial {
	background-color: #D0D0D0;
	padding: 5px;
	text-align: center;
	max-width: 80%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.specials {
	background-color: white;
	padding: 5px;
	text-align: center;
	max-width: 80%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

.centered {
	text-align: center;
}

.blue {
	color: navy;
}

.red {
	color: red;
}

.black {
	color: black;
}

.green {
	color: teal;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.highlight {
	background-color: yellow;
}

.greyBack {
	position: relative;
	padding: 5px;
	background-color: #D0D0D0;
	margin-bottom: 20px;
}

.blueBack {
	position: relative;
	padding: 5px;
	background-color: #66CCFF;
	margin-bottom: 20px;
	border: 1px solid black;
}

.lightBlueBack {
	background-color: #A6CAF0;
}

.dataTable {
	width: 100%;
	border-collapse: collapse;
	background-color: #D0D0D0;
}

.dataTable td {
	border: 1px solid black;
}

.dataTable th {
	border: 1px solid black;
}

.whiteTable {
	width: 100%;
}

.blueTable {
	width: 100%;
	border-collapse: collapse;	
}

.blueTable td {
	border: 1px solid black;
	background-color: #A6CAF0;
}

.blueTable th {
	border: 1px solid black;
	background-color: #6699CC;
}

.articleTable
{
	font-size: 10pt;
}

.faq {
	margin-bottom: 5px;
}
.faqDiv {
	margin-left: 15px;
	margin-bottom: 5px;
	display: none;
}

.paraList li {
	margin-bottom: 10px;
}

.form {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.orderform {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border: 1px solid black;
	border-collapse: collapse;
}

.orderform td {
	border: 1px solid black;
}

.leftColumn {
	text-align: right;
}

.rightColumn {
	text-align: left;
}

.textBox {
	width: 230px;
}

.subTable {
	width: 100%;
}

.form .leftColumn {
	width: 150px;
}

.orderform .leftColumn {
	width: auto;
}

.smallText {
	font-size: 8pt;
}

.smallTextbox {
	width: 25px;
}

@media print {
  body { 
 	background-image: none;
  }
}