body {
	padding:0;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;  
}
body, html {
	height:100%;
	}
#wrap { 
	width:960px; 
	position:relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 0 -4em;
}

#inner-wrap {
padding-bottom:80px;
}
#left {
	float:left;
	width:180px;
	text-align:center;
}
#main {
	position:relative;
	margin-left:180px;
	padding-left: 20px;
} 
#logo {
	background-image: url(../images/lcfs_logo.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 155px;
	float: left;
	cursor:hand;

}
#nav {
	float: left;
	width: 480px;
	margin-top: 20px;
}
#flashHeader {
	width:752px;
	float: left;
	margin-top: 5px;
}
#bodyInfo {
	float: right;
	width: 750px;
	text-align: left;
}
#footer {
	width: 760px;
	margin-top: 50px;
	margin-bottom: 20px;
	color:#02458d;
	margin-left: 180px;
}
 .footer, .push {
 	clear:both;
     height: 4em;
 }
#footer a {
	text-decoration:none;
	font-weight:bold;
	color:#02458d;
	font-size:11px;
	
	}
#footer a:hover{
	text-decoration:underline;
	
	}
#sideBar {
	float: right;
	width: 230px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	top: -30px;
	position: relative;
	text-align: left;
}
#fostercare {
	position:absolute;
	width:109px;
	height:115px;
	z-index:6;
	left: 23px;
	top: 7px;
}
#residentialcare {
	position:absolute;
	width:127px;
	height:115px;
	z-index:5;
	left: 37px;
	top: 106px;
}
#familypreservation {
	position:absolute;
	width:129px;
	height:115px;
	z-index:4;
	left: 14px;
	top: 204px;
}
#adoptionservice {
	position:absolute;
	width:76px;
	height:115px;
	z-index:3;
	left: 37px;
	top: 310px;
}
#teenparent {
	position:absolute;
	width:167px;
	height:115px;
	z-index:2;
	left: 11px;
	top: 413px;
}
#location { 
	position:absolute;
	width:167px;
	height:212px;
	z-index:1; 
	left: 0px;
	top: 498px;
	background-image:url(../images/mistate.png);
	background-repeat:no-repeat;
}
#contact {
	float:right;
	margin-top: 15px;
	color:#02458d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 120px;
	}
#contact a {
	text-decoration:none; 
	padding: 0px 0px 3px 0px ;
	color:#02458d;
	}
#contact a:hover {
	border-bottom: solid 3px #02458d;
	}
	
 .indexPodBorder {
	border: 2px solid #a44c0e;
	padding: 10px;
}
 .indexPodBorderFirst {
	background-image: url(../images/podGrad.png);
	background-repeat:no-repeat;
}
.indexPodTitleBot {
	position: relative;
	font-size: 14px;
	color: #124f95;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 14px;
	clear: both;
	display: inline;
	bottom: -20px;
	text-align:left;
	right: -67px;
	direction:ltr;
}
.indexPodTitleTop {
	position: relative;
	top: 5px;
	font-size: 14px;
	color: #124f95;
	font-weight: bold;
	height: 14px;
	clear: both;
	display: inline;
	left: 5px;
	white-space: nowrap;
	background-image: url(../images/titleBG.png);
	background-repeat: repeat-x;
}
.indexPod {
	margin-bottom: 8px;
}
.indexPodData {
	position: relative;
	top: 0px;
}


#left ul {
list-style: none; /* Remove the bullets */
margin: 0;
padding: 0;
text-align:left;
 /* Menu width */
}
#left ul li {
display: block; /* Make a menu item a block (height 100%, width 100%) */
height:100%;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there is no margin between the menu items */
}
#left ul li a{

color:#FFFFFF;
line-height:20px;
display:block; /* When rollover the menu item, the whole item will be seen as link. */
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
#left ul li a:hover {
padding:0;
}
#left ul ul {
position: absolute;
top: 0;
display:none; /* Display nothing when not 'hovered' */
}
#left ul li ul li{
filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
border-bottom: solid 1px #757575;
line-height:20px;

width:150px;
background-color:#02458d;}
#left ul li ul li a{
text-decoration: none;
padding:0 8px 0 8px;
	}
#left ul li ul li a:hover{
padding:0 8px 0 8px;
	background-color:#FFFFFF;
	color:#02458d !important;  
	}
#left ul li:hover ul{
display: block; /* Make sure the submenu is displayed as blocks as well. */
left:130px; /* Your menu width. The submenu appears there, when you hover a menu item. */ }
#teenparent ul li ul li{
	margin-left:38px;
	top:20px;
	
	}
	
#familypreservation ul li ul li{
	margin-left:35px;
	top:30px;
}
#fostercare ul li ul li{
	margin-left:27px;
	top:10px;
}
#residentialcare ul li ul li{
	margin-left:12px;
	top:10px;
}
 body { behavior:url("csshover.htc"); }
#location h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}
.inputBox {
	background-image: url(../images/inputBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	height: 16px;
}
#go {
	background-image: url(../images/submit.png);
	width: 80px;
}

#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

