body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-image: url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-color:#000;
	font-family:Arial;
}

#content
{
	width:830px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header 
{
	width:100%;
	height:125px;

}

#main
{
	height:100%;
	min-height:800px;
	width:820px;
	background-color:#f0ebdb;
	padding-left:10px;
}

#logo
{
	float:left;
	width:150px;
	padding-left:10px;
}

#rightside
{
	float:right;
	width:650px;
	text-align:right;
	color:#fff;
	font-size:10pt;
	padding-top:10px;
}

#rightside input[type="text"]
{
    font-family: Arial, Sans-Serif;
    font-size: 7pt;
    margin-bottom: 5px;
    display: block;
    padding: 1px;
    border: solid 1px #85b1de;
    width: 100px;
}

#rightside img
{
	padding-left: 30px;
	padding-top:10px;
}

#navi
{
	background-image: url('../images/navbg.png');


	font-family:Arial;
	width:100%;
	height:55px;
}

#mainleft
{

	height:100%;
	min-height:800px;
}
#mainright
{

	float:right;
}




.frontpage
{
	background-image: url("http://warnerdata.com/slcod/images/front-page-content.png");
	background-repeat: no-repeat;
	width:260px;
	text-align:left;
}

.frontpage h2
{
	font-size:12pt;
	color:#fff;
	padding-left:10px;
	padding-top:10px;
}

.frontpage p
{
	padding-left:10px;
}

.frontpage a:link,a:visited
{
	color:#729dc3;
}

.takeaction
{
	height:275px;
	width:263px;
	background-image:url("../images/take-action.png");
	background-repeat: no-repeat;
	margin-top:-10px;
}

.slcdp
{
	width:263px;
height:1000px;
	margin-top:10px;
}

.sidebg
{
	background-image:url("../images/side-bg.png");
	background-repeat: repeat-y;
	height:350px;
}
.slcdpupdates
{
	width:100%;
	background-image:url("../images/Updates.png");
	background-repeat: no-repeat;
	height:200px;
}	

.cal
{
	width:100%;
	background-image:url("../images/events.png");
	background-repeat: no-repeat;
	height:315px;
	padding-top:10px;
	text-align:center;
}

.bottomslcdp
{
	width:100%;
	background-image:url("../images/bottom-menu.png");
	background-repeat: no-repeat;
	height:20px;
}	

#redbar
{
	width:100%;
	height:10px;
	background-color:#de2516;
	margin-top:10px;
}	

#footer
{	
	width:100%;
	height:50px;
	background-color:#376390;
}

.contentheading
{
	text-align:left;
	padding-top:10px;
}

.contentpaneopen {
	text-align:left;
}

#fullcontent
{
  max-width:550px;
  width: expression(this.width > 550 ? 550: true);
	float:left;
}

#fullcontent img
{
  max-width:550px;
  width: expression(this.width > 550 ? 550: true);
}

.fpss-outer-container
{
	padding-top:10px;
}

#suckerfish, #suckerfish ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

	width:auto;


	height:50px;

	font-size:12pt;
	font-weight:bold;

	font-family:Arial,sans-serif;
	

}
#suckerfish .item1
{
	margin-left:20px;
}
#suckerfish a {

	display:block;
	padding:12px 15px 0 15px;
	height:50px;
	color:#fff;
	text-decoration:none;


	z-index:5;
}

#suckerfish li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#suckerfish li ul { /* second-level lists */
	position: absolute;
 	width: 250px;

	float:left;
	color:#fff;
	text-decoration:none;
	margin-top:-15px;
	background-color:#838485;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:1;
}

#suckerfish li ul li 
{
	background-color:#838485;
	width:250px;

	height:48px;
}
#suckerfish li a:hover {
background: url("../images/hoverbg.png") repeat-X top right;
}
 
#suckerfish li:hover {
background: url("../images/hoverbg.png") repeat-X top right;
}
#suckerfish li:hover ul, #suckerfish li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.frontpage contentheading
{
	margin-top:-20px;
}

.contentpaneopen .small, .createdate
{
	font-size:8pt;
}

.contentheading, h2, h1
{
	font-weight:bold;
	font-size:14pt;
}

.takeaction ul
{
list-style: none; 
margin-left:-20px;
}
.takeaction a
{
	color:#000;

}

.takeaction ul li
{
	padding-top:23px;
}

.takeaction .item19
{
	padding-top:50px;
}
