body {
	background-image: url(images/background_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	background-color: #E4ECE9;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #8BAEA1;
	font-weight: normal;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
h2, h3 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #8BAEA1;
	font-weight: bold;
}

/*** BACKGROUND STYLES ***/

#Background-Banner-Rpt {
	position:absolute;
	border-top: solid 29px #EEF3F1;
	width:100%;
	height: 144px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color: #AAC4BA;
	background-repeat: repeat-x;
	background-position: left top;
}
#Background-Banner {
	position: absolute;
	width: 100%;
	height: 173px;
	z-index: 2;
	left: 0px;
	top: 0px;
	background-image: url(images/background_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Logo {
	position: absolute;
	width: 100%;
	height: 272px;
	z-index: 3;
	left: 0px; 
	top: 29px;
	text-align: right;
}

/*** GENERAL STYLES ***/

a:hover {
	color: #FF9900;
}
.nav-tab {
	background-image: url(images/nav_tab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #D7E3DE;
}
.light-links {
	color: #D7E3DE;
	text-decoration: none;
}
.no-underline {
	text-decoration: none;
}

/*** PAGE LAYOUT ***/

#HomeEtc {
	position: absolute;
	width: 200px;
	z-index: 100;
	left: 95px;
	top: 7px;
}
#content {
	position: relative;
	padding: 15px 15px 15px 95px;
	margin-top: 225px;
	float: left;
	background-color: #ffffff;
	position: relative;
	border-top: 2px solid #8BAEA1;
	border-bottom: 2px solid #8BAEA1;
	margin-bottom: 100px;
	width: 1;
}
#content-thumbs {
	position: relative;
	float: left;
	width: 100px;
}
.content-thumbs {
	padding-right: 10px;
	margin: 0px 10px 10px 0px;
	border-right: #8BAEA1 1px solid;
}
.content-main {
	padding-left: 10px;
	margin: 0 0 10px 10px;
}
#content-thumbs img {
	display: block;
	border-top: 4px solid #8BAEA1;
	border-bottom: 4px solid #8BAEA1;
	margin: 10px 0px;
}
#content-img {
	position: relative;
	float: right;
	height: 400px;
	width: 400px;
	background-image: url(images/background_content_pic.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: -15px -15px 0px 0px;
}
#content-img img {
	margin: 0px 0px 100px 100px;
}
#content ul {
	position: relative;
	left: 20px;
	list-style-type: circle;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	padding-bottom: 5px;
}
#content p {
	margin-top: 7px;
	margin-bottom: 7px;
}
#content-underline {
	position: relative;
	background-image: url(images/background_bottom.gif);
	background-repeat: repeat-y;
	width: 100%;
	background-color: #AAC4BA;
	clear: both;
}

/*** MENU STYLES ***/

#navigation {
	position: absolute;
	z-index: 10;
	left: 90px;
	top: 207px;
	height: 20px;
}
#navigation ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation ul li img {
	border: 0px;
	vertical-align: middle;
	margin-right: 4px;
}
#navigation ul li, #navigation ul li ul li {
	position: relative;
	display: block;
	float: left;
	color: #ffffff;
	background-color: #8BAEA1;
}
#navigation ul li {
	width: 120px;
	padding: 2px 1px 4px 1px;
	margin: 0 0 0 2px;
}
#navigation ul li ul li {
	width: 240px;
	padding: 0;
	margin: 1px 1px 0 1px;
}
#navigation ul li ul li a, #navigation ul li ul li.indent_heading {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 238px;
	height: 16px;
	padding: 1px;
	color: #ffffff;
}
#navigation ul li a:hover {
	color: #8BAEA1;
	background-color: #EEF3F1;
}
#navigation ul li ul {
	position: absolute;
	top: 16px;
	left: -2000em;
	background-color: #ffffff;
	padding: 0px 1px 1px 1px;
	margin: 0px;
}
#navigation ul li ul li {
}
#navigation ul li ul li.indent_heading {
	background-image: url(images/drop_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	color: #8BAEA1;
	background-color: #ffffff;
}
#navigation ul li ul li.indent a {
	padding-left: 15px;
	width: 223px;
}
#navigation ul li:hover ul, #navigation ul li.sfhover ul {
	left: auto;
}
.spacer {
	position: relative;
	clear: both;
	height: 0;
	line-height: 0;
}

/* OTHER MISC STYLES */

input, textarea {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	width: 150px;
}
input.no_margin {
	width: 20px;
}
textarea {
	width: 250px;
	height: 75px;
}
.send {
	font-weight: bold;
	width: 75px;
}
#col-left {
	float: left;
	margin-right: 30px;
	width: 245px;
}
#col-right {
	float: left;
	width: 245px;
}
#customer {
	background-color: #E4ECE9;
	padding: 4px;
	border-top: 4px solid #96B6A9;
	border-bottom: 4px solid #96B6A9;
	margin-bottom: 15px;
}
#customer img {
	margin: 0px 4px 4px 0px;
	border: 1px solid #96B6A9;
}
#article {
	position: relative;
	border: 2px solid #E4ECE9;
	margin: 0px 0px 15px 0px;
	padding: 4px;
	width: 400px;
}
#article h2 {
	background-color: #E4ECE9;
	color: #96B6A9;
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	margin: -4px;
	font-weight: normal;
	font-size: 140%;
	width: 408px;
}
.img-float-left {
	float: left;
	border: 1px solid #96B6A9;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
marquee {
	width: 400px;
	border: 1px solid #96B6A9;
}
marquee a {
	color: #000000;
	text-decoration: none;
}
marquee p {
	display: inline;
	padding: 2px 35px;
}
