body	{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: Black;
	font-size: 10px;
	scrollbar-face-color: #D3E4ED;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font: 14px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font: 14px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 10px 0px 20px;
	padding: 0px;
	color: #000000;
}
h1 {
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}
ul {
	font: 14px/22px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	list-style-type: disc;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
/* ----------------- HEADER ----------------- */
#header {
	width: 750px;
	height: 137px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/layout_01.jpg);
	float: left;
}


/* ----------------- FOOTER ----------------- */

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #333366;
	font: normal 9px Verdana, Arial;
	clear: both;
}

div#footer {
	width: 750px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #002156;
	clear: both;
	float: left;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.border {
	border: 1px solid #000000;
}

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

 /*  Middle & Navigation - Vertical */

div#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/layout.jpg);
	position: relative;
}

div#services {
	margin: 0px;
	padding: 0px 5px 5px;
	float:left;
	position: absolute;
	color: #000000;
	left: 349px;
	top: 190px;
	width: 244px;
}

div#coupon {
	margin: auto;
	padding: 0px 5px 5px;
	background-color:#FFFFCC;
	color: #000000;
	left: 349px;
	top: 190px;
	width: 80px;
	border:medium dashed #6600FF;
	font: 14px/22px "Trebuchet MS", Verdana, Arial, sans-serif;
}

div#content {
	margin: 0px;
	float:left;
	color: #000000;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #002156;
	border-right-color: #002156;
	border-bottom-color: #002156;
	border-left-color: #002156;
	padding-top: 0px;
	width: 744px;
	clear: left;
	text-align: left;
	font: 14px/22px "Trebuchet MS", Verdana, Arial, sans-serif;
}
div#address {
	color: #FFFFFF; font: normal 11px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
}
p#contactinfo { 
	font: normal 12px/15px; margin-top:-30px;
}
#left {
	width: 280px;
	margin: 0px;
	float: left;
	background-color:#999999;
	text-align: center;
	color: #FFFFFF;
}

#left p {
	padding-left: 10px;
	text-align:left;
	color: #FFFFFF;
}
#right {
	width: 425px;
	margin: 0px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

