@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #586059;
	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: #000000;
}
.twoColFixRt #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C5C891;
	background-image:url(images/RSW_background.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt #navigation { 
	margin: 0 175px 0 0;
	padding: 0;
}
.twoColFixRt #logolayer { 
	margin: 0 175px 0 0;
	padding: 0;
}
.twoColFixRt #mainContent { 
	margin: 0 175px 0 0;
	padding: 0;
}
.twoColFixRt #textbox { 
	margin-right: 360px;
	margin-left: 142px;
}
.twoColFixRt #subnav { 
	margin: 0 15px 0 0;
	padding: 0;
	width: 127px;
	float: left;

}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	font-size: 12px;
	color: #000000;
}
.contact {
	font-size: 11px;
	color: #FFFFFF;
	margin:0;
	padding:0;
	width: 280px;
}
.main {
	font-size: 11px;
	line-height: 150%;
	color: #FFFFFF;
}
.main a:link, .main a:visited {
	color: #FFFFFF;
}
.main a:hover {
	color: #C5C891;
}


.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}
.dropdown a:link, .dropdown a:visited {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	line-height: 120%;
	padding: 4px;	
	text-align: center;
}
.dropdown a:hover {
	color: #F37B0A;
	background-color:#FFFFFF;	
	text-decoration: none;
}




.twoColFixRt #footie {
	position:relative;
	background-color: #333333;
	height: 27px;
	width: 985px;
	z-index: 20;
	padding: 10px 0 0 15px;
	font-size: 11px;
	color:#CCCCCC;
}
.twoColFixRt #footie a:link, .twoColFixRt #footie a:visited {
	color:#CCCCCC;
}
.twoColFixRt #footie a:hover {
	color:#ffffff;
}

.twoColFixRt #sidebar1 {
	position: relative;
	float: right;
	width: 175px;
	height: 100%; 
	background: #C5C891;
	padding: 0;
	z-index: 30;
}

.keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFB77B;
	padding-top: 5px;
	padding-left: 15px;
	line-height: 150%;
	text-align: right;
}


/* LAVALAMP EFFECT */
#lavaLampVertical {
position: relative;
width: 149px;
background-color:#C5C891;
padding: 0;
margin: 0;
overflow: hidden;
background-image:url(lavalamp/images/side_bknd.jpg);
background-repeat: repeat-y;
}
#lavaLampVertical li {
list-style: none;
height: 120px;
width: 122px;
display:block;
}
#lavaLampVertical li.backLava {
border-right: 27px solid #000000;
z-index: 8;
position: absolute;
}
#lavaLampVertical li a {
text-decoration: none;
outline: none;
text-align: left;
padding: 0;
z-index: 10;
display: inline;
position: relative;
overflow: hidden;
margin: auto 0;
}


[if IE 5]>
 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRt #sidebar1 { width: 175px; }
<![endif][if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRt #sidebar1 { padding-top: 0; }
.twoColFixRt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
