/* Layout Stylesheet */ 

/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	background:#FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/background.gif');
}

#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	/*margin-left:250px;*/
	margin-bottom:-52px;
	/*color: #ffffff;
	
	background-image:url(images/admin_cont_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
    */
}
* html #outer{height:100%;margin-left:247px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background:#253e68;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	background-image: url(images/admin_hdr_bg.gif);
	background-repeat: repeat-x;
}
#user_acc_box{
	position:relative;
	top: 6px;
	right: 10px;
	float: right;
	width:376px;
	height:64px;
	overflow:hidden;
	color: #FFFFFF;
	background-image: url(images/admin_user_acc_bg.gif);
	background-repeat: repeat-none;
	z-index: 500;
	font-size: 10px;
}
.useraccbox_txt {
	line-height: 100%;
	float: left;
	width:258px;
	height:31px; 
	margin-left: 18px; 
	margin-top: 27px; 
	padding-left: 6px;
	padding-top: 5px;
	background: url('images/admin_user_acc_subbg.gif') no-repeat; 
	.margin-top: 27px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:245px;
	float:left;
	margin-left: auto;
	.margin-left:-247px;/*must be 1px less than width otherwise won't push footer down */
	margin-top:82px;/*needed to make room for header*/
	padding-top: -82px;
	left:1px;/* line things up exactly*/
	color: #000000;
	min-height: 100%;
	/*
	background-color: #cdd2dc;
	border: 1px dashed #444444;
    */
	}
* html #left {margin-right:-3px}/* three pixel jog*/
#left {padding-left:5px;padding-right:0px}


#footer {
	width:100%;
	clear:both;
	height:30px;
    padding-top: 20px;
	font-size: 10px;
	background-image: url(images/admin_ftr_bg.gif);
	background-repeat: repeat-x;	
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #253e68;
	color: #ffffff;
	text-align:center;
	position:absolute;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	.height: 52px;/* for ie7 */
	.margin-top:52px;
}
#clearheader{height:82px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
* html #centrecontent {
    /*margin-left:10px;
    margin-right: 1px;
    padding-left: 10px;
    
    padding-bottom: 15px;
    border: 1px dashed #444444;
    background:#ffffff;*/
    padding-right: 10px;
  }

.clear{
		clear:both;
	}

/*-- Menu styles set below --*/
    #slidedown_menu  {
        margin-top: 10px;
        margin-bottom: 20px;

    }
	#slidedown_menu li {
		list-style-type:none;
		position:relative;
	}
	#slidedown_menu ul {
		margin:0px;
		padding:0px;
		position:relative;
	}
	#slidedown_menu div {
		margin:0px;
		padding:0px;
	}
	#slidedown_menu a {
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:225px;
		padding-left:2px;		
	}
	#slidedown_menu a:hover {
	    background-color: #cdd2dc;			
	}
	#slidedown_menu a:selected {
	    background-color: #cdd2dc;			
	}

	#slidedown_menu .slMenuItem_depth1 {
		margin-top:1px;
		border:1px solid #000000;
		font-weight:bold;
		background-color:#253e68;
		color: #FFFFFF;
	}	
	#slidedown_menu .slMenuItem_depth2 {	
		margin-top:1px;
		width: 223px;
		border:1px solid #7f7f7f;
		background-color:#d8dce4;
		color: #253e68;
		padding-left:5px;
	}	
	#slidedown_menu .slMenuItem_depth3 {
		margin-top:1px;
		width: 221px;
		font-style:italic;
		border:1px solid #BfBfBf;
		background-color:#dfe2e8;
		color:blue;
		padding-left:10px;
	}	
	#slidedown_menu .slMenuItem_depth4 {
		margin-top:1px;
		width: 219px;
		border:1px solid #d9d9d9;
		background-color:#eef0f3;
		color:red;
		padding-left:15px;
	}	
	#slidedown_menu .slMenuItem_depth5 {	
		margin-top:1px;
		padding-left:20px;
	}
	
	#slidedown_menu .slideMenuDiv1 ul {
		padding:1px;
	}
	#slidedown_menu .slideMenuDiv2 ul {
		padding:1px;
	}
	#slidedown_menu .slideMenuDiv3 ul {
		padding:1px;
	}
	#slidedown_menu .slMenuItem_depth4 ul {
		padding:1px;
	}