@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
a:link {
	color: #00FFFF;
	text-decoration: none;
}
#mainContent h4 {
	color: #00FFFF;
	margin-bottom: -20px;
	margin-left: 20px;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container  {
	width: 886px;
	text-align: left;
	background-image: url(../image-files/logo.png);
	background-repeat: no-repeat;
	height: 647px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
} 
#topNav  {
	margin-left: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	position: absolute;
	display: none;
} 
#topNav a:link {
	color: #ED1921;
}
#topNav a:hover {
	text-decoration: underline;
}
#topNav  p {
	font-size: 1em;
	margin-top: 55px;
	margin-left: 20px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: none; /* since this element is floated, a width must be given */
	width: 170px;
	position: absolute;
	margin-left: 20px;
	padding: 0px;
	left: 0px;
	top: 200px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	text-decoration: none;
	list-style-type: none;
	font-size: .9em;
	line-height: 2em;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#sidebar1  li a {
	text-decoration: none;
	color: #00FFFF;
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00FFFF;
}
#sidebar1  a:hover {
	color: #EEEEEE;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sidebar2  {
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: 0px;
	position: absolute;
	left: 850px;
	margin: 0px;
	width: 200px;
	height: 700px;
	float: right;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF9999;
	background-image: url(../image-files/quote_up.gif);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	width: 200px;
}
#mainContent  {
	margin-top: 50px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 100;
	padding-left: 30px;
	width: 600px;
	top: 50px;
	position: relative;
} 
#mainContent p {
	padding-right: 20px;
	padding-left: 35px;
}
#mainContent h1 {
}
#homeContent  ul {
	margin: 0px;
	width: 600px;
	list-style-type: none;
	padding: 0px;
}
#homeContent  li {
	float: left;
	width: 200px;
	padding: 0px;
}
#mainContent ul {
	margin-left: 20px;
}
#mainContent li {
	margin-bottom: 10px;
}
#mainContent a {
	color: #00FFFF;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent h3 {
}
#footer {
	text-align: center;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#footer  p  {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 100;
	margin-bottom: 0;
	margin-left: 200px;
	font-size: 0.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tableFooter {
	font-size: .8em;
}
#caption {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#caption h1 {
	font-size: 1em;
	font-weight: bold;
}
#sidebar1 .current {
	color: #BBBBBB;
}
#contactForm {
	background-color: #DDDDDD;
	width: 500px;
	color: #111111;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 35px;
	font-size: .9em;
}
.email {
	font-size: .8em;
}
