@charset "UTF-8";
/* CSS Document */
html, body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	color: #000000;
	font-size:12px;
}

#container {
	width:955px;
	background-image:url(images/lo-main_07.gif);
	background-repeat:repeat-y;
	background-position:top right;
	background-color:white;
	margin:0 auto;
}

#content {
	width:955px;
}

#content.noFoot {
	padding-bottom:0;
	background:none;
}

#spFooter {
	width:721px;
	height:97px;
	overflow:hidden;
	text-align:center;
	background:url(/images/lo-footer-bg.jpg) no-repeat;
	color:white;
}

#spFooter h3 {
	margin-top:38px;
	padding-top:0;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}

#header {
	width:955px;
	background-image:url(images/lo-main_02.jpg);
	background-position:top right;
	float:right;
	background-repeat:no-repeat;
	height:110px;
}

#header img {
	float:left;
}

#mainWrapper {
	width:955px;
}

#rightCol {
	color:#FFFFFF;
	float:right;
	width:234px;	
}

#rightCol h2 {
	font-size:14px;
	margin:25px 16px 0px 16px;
}

#rightCol p {
	font-size:12px;
	text-align:left;
	line-height: 15px;
	text-decoration: none;
	padding:0 20px 0 20px;
}

#rightCol img {
	margin:8px auto;
}

#rightCol a, #rightCol a:link, #rightCol a:Active, #rightCol a:visited { color:#FFB52D; text-decoration:none; }
#rightCol a:hover { text-decoration:underline; }

#rightColImage {
	position:relative;
	width:154px;
	margin:0 auto;
}

#rightColImage img {
	position:absolute;
	
}

#mainContent {
	background:url(/images/dropshadow.gif) repeat-x top left;
	float:left;
	width:721px;
	padding-top:15px;
}

#mainContent p {
	padding:0 40px 0px 40px;
	font-size:12px;
	line-height:16px;
	margin:0;
}

#mainContent h1 {
	clear:left;
	padding-top:15px;
	padding-left:40px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	margin:0;
	padding-bottom:0;
	
}

#mainImage { 
	float:right;
	margin:0 0 0px 40px;
	
}

#mainImage.padBottom {
	padding-bottom:25px;
}

#nav {
	font-size:12px;
	width:300px;
	display: block;
	float:left;
}

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0 40px;
}

#nav li {
	padding:10px 0;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	clear:left;
	width:120px;
}

#nav li.right {
	text-align:right;
	float:right;
	clear:right;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	background-image:url(images/lo-nav-dot.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
	display:block;
	height:13px;
	padding-top:2px;
	padding-left:24px;
}

#nav .right a, #nav .right a:link, .right #nav a:active, #nav .right a:visited, #nav .right a:hover {
	background-position:center right;
	padding-left:0; 
	padding-right:24px;
}

#nav a:hover {
	background-image:url(images/lo-nav-dot-on.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

