@charset "UTF-8";
body  {
	font: 10pt Helvetica, Arial, sans-serif;
	line-height: 1.5;
	background: #6798c1;
	margin: 0;
	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: #618CAE;
}
h1 {
	color: #1366ae;
	line-height: 1.20;
}
a:visited, a:link {
	color: #763f04;
	text-decoration: none;
}
a:hover {
	color: #ece4da;
	background-color: #1366ae;
	text-decoration: underline;
}
.twoColFixRtHdr #container { 
	width: 1024px;
	background: #6697c1 url(images/jake_elwood_header.gif) no-repeat;
	background-position: 0 0px;
	margin: 0 auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: url(images/jake_elwood_header.gif) no-repeat; 
	padding: 0;
	margin: 0;
} 
.twoColFixRtHdr #header img {
	border: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 475px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 35px 30px 50px 0;
}
.twoColFixRtHdr #mainContent {
	padding: 20px 20px 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 600px;
	background: url(images/jake_elwood_bg.gif) repeat-y;
} 
.twoColFixRtHdr #flashContent {
	margin: 0; 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6697c1 url(images/jake_elwood_footer.gif) no-repeat; 
	position:relative;
	height:80px;
} 
.twoColFixRtHdr #footerhome { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6697c1; 
	position:relative;
	height:50px;
}

.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;
}
#center {
	position:absolute;
	top:0;
	width:95%;
}
div.row span.left {
	float: left;
	text-align: left;
	width: 49%;
	color: #FFFFFF;
}

div.row span.right {
	float: right;
	text-align: right;
	width: 49%;
	color: #FFFFFF;
}
div.spacer {
	height:25%;
	clear: both;
}
.bold {
	font: bolder;
	color: #f7941d;
}
.boldital {
	font:Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #333333;
}
#navlist {
	list-style-type: none;
	width: 1000px;
	height:48px;
	padding:0;
	margin: 0;
	border-collapse:collapse;
}
#navlist li {
	float: right;
}
#navlist img {
	display: block;
	border: none;
}

li {
	font:Arial, Helvetica, sans-serif;
	color:#EDECE4;
}
#footertable {
	color: #ECE4DA;
}
#footertable a {
	color: #FFFFFF;
}
#footertable a:hover, a:visited {
	color: #273058;
}

