/* CSS Document */
/* Created By: Ryan Cunningham */
/* River City Studio */


/* Header Styles */
#header {
	margin: 0px 0px;
	background-color: #FF1E00;
	border-bottom: 1.7em solid #000000;
	overflow: hidden;
	height: 9.3em;
}



/* End Header Styles */

/* Content Styles */
#content {
	background-color: #6B8896;
}

#content img {
	float: left;
	width: 48.4em;
}

#content_body {
	float: right;
	width: 31.6em;
}

#content_body h2 {
	margin: 1em 0px 2.0em 1em;
	padding: 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: .8em;
}

#content_body ul {
	margin: 0px 0px 0px 3em;
	padding: 0px 0px;
	font-size: 13px;
	width: 30%;
	list-style: none;
	list-style-position: outside;
	letter-spacing: 1px;
}

#content_body ul li {
	margin: 0px 0px 1em 0px;
}

#content_body ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#content_body ul li a:hover {
	text-decoration: underline;
}

/* End Content Styles */

/* Footer Styles */
#footer {
	clear: both;
	margin: 0px 0px;
	background-color: #F1B034;
	width: 100%;
	height: 9.3em;
	overflow: hidden;
	
}

#footer a {
	display: block;
	float: left;
}

#footer_bodeLogo {
	margin: 0em 1em;
	padding: 0em 0em;
	background: url(../_img/Bode_Technology_logo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 20em;
	height: 100%;
}

#footer_globalLogo {
	margin: 0em 1em;
	padding: 0em 0em;
	background: url(../_img/GlobalOptions_logo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 13em;
	height: 100%;
}

#footer em {
	position: absolute;
	top: -200em;
}

/* End Footer Styles */