/*****************************************************************
Harris Hospice STYLESHEET - Layout

Author: Mark Edwards

Created: 10/7/08

Last updated: 11/08/08 by Soeren Aarlev

Copied from St Christophers CSS - Nick Downes

Copyright ASP Multimedia Ltd. 

www.aspevents.net

*****************************************************************/

/*****************************************************************************
BASICS
*****************************************************************************/
html {
padding:0;
margin:0;
}
a img {
	border:none;
}

body {
     text-align: center; /* Centers the layout in IE*/
	background-color: #fff;
     	margin: 0 0 30px 0; 
	padding: 0;
	margin: 0 auto;
	 
	 
}
/*****************************************************************************
HEADER
*****************************************************************************/

#header {
	width:100%;
	background:url(../g/2009/template/header_bg.gif) repeat-x;
	height:207px;
}

#header_content {
	width:1024px;
	height:207px;
	margin:0 auto;
	text-align:center;
	padding:0;
}

#header_left{
	width:841px;
	height:172px;
	float: left;
}

#header_right {
	width:183px;
	height:92px;
	float: left;
	padding-top:80px;
}

#newsflash {
	height:35px;
	width:1024px;
	background:url(../g/2009/template/newsbar_bg.gif) no-repeat;
    	clear:both;
	padding:10px 0 0 0;
	margin:0;
	text-align:left;
	
}
             
/*****************************************************************************
CONTENT
*****************************************************************************/


#PageBody_DIV {
	width: 100%;
	margin:0 auto; 
	text-align:center;
}

.column {  
	float: left;
}

#content_wrapper {
	text-align:center;
	width:1012px;
	margin: 0 auto; 
	border-left:1px solid #BBBCBC;
	border-right:1px solid #BBBCBC;
	
}
	
#curve_top {
	background:url(../g/2009/template/curve_top.gif) no-repeat;
	width:1014px;
	height:14px;
	text-align:center;
	margin: 0 auto; 
}	
	
#marquee {
	display: none;
}


#col_left  {
	width:185px;

}

#col_left_content {
	width:175px;
	margin-left:8px;
}

#col_mid {
	width:574px;
	background-color:#fff;	
	text-align:left;
	
}

#col_mid_content {
	width:542px;
	padding-left:16px;
	padding-right:16px;
	}

#col_right{
	width:253px;
	
}

#col_right_content {
	width:243px;
	padding-right:9px;
}	
	

#curve_bottom {
	background:url(../g/2009/template/curve_bottom.gif) no-repeat;
	width:1014px;
	height:14px;
	text-align:center;
	margin: 0 auto; 
}

.clear {
	clear:both;
}

#col_right_upr{
	background:url(../g/2009/template/pbr_top_bg.gif) no-repeat;
	width:243px;
	height:2px;
	padding:0;
	margin:0;
	overflow:hidden;
}

#col_right_mid{
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	width:241px;
}

#col_right_lwr{
	background:url(../g/2009/template/pbr_btm_bg.gif) no-repeat;
	width:243px;
	height:3px;
}		

/*****************************************************************************
FOOTER
*****************************************************************************/
#footer {
    background:url(../g/2009/template/footer_bg.gif) repeat-x;
	width:100%;
	height:94px;
	clear:both; 
	position:relative;
	text-align:center;
}

#footer_content {
	width:1024px;
	text-align:left;
	margin:0 auto;
	padding:0;
}

.footeritems {
	padding:0;
	margin:0px 5px 5px 5px;
	width:500px;
}

.footeritems li  {
    	display:inline;  
    	list-style-type:none; 
	line-height:50px;
	padding:0;
	margin:0 5px 0 5px;
}

.footeritems li a{
    	display:inline;  
    	list-style-type:none; 
	line-height:50px;
	padding:0;
	margin:0 5px 0 5px;
}


/*****************************************************************************
NAVIGATION
*****************************************************************************/
#menu { /* Menu container */
     width:175px;  
	 position:relative;
	 padding:0;
	margin:0;
}

#menu ul {
	padding:0;
	margin:0;
}

.mainmenuitems li {
     list-style-type:none;
	 text-align:left;
	 
	
}

.mainmenuitems li a {
    background:url(../g/2009/template/menu_off.gif) no-repeat;
     width:159px;
	 height:29px;
	 line-height:25px;
	 padding:0 0 0 16px; 
	 margin-bottom:3px;
	 display:block; 
	
 
}


#menu li.menu_on a { /* had to target the DIV as well here cause otherwise it picked up attributes frim the UL class (.mainmenuitems)*/
     background:url(../g/2009/template/menu_on.gif) no-repeat;
	  width:159px;
      height:29px;
	  line-height:25px;
	 padding:0 0 0 16px;
	 display:block;
	 margin:0!important;

 }
 

 #submenu {
 width:175px;
position:relative;
 background:url(../g/2009/template/submenu_bg.gif) bottom no-repeat;
 margin-bottom:7px;
 padding:0;
 
 }


.submenuitems li a {
     margin:0;
	 height:11px!important;
	 line-height:11px!important;
     background:none!important;
	 list-style-type:none;
	 text-align:left;
	 padding:2px 0 2px 15px!important; /* Space between submenu items and left side of submenu*/
    display:block;
}






/*****************************************************************************
PANELS
*****************************************************************************/


.panel_1 {
	margin-bottom:5px;
}

.paneltitle_1 {
	background:url(../g/2009/template/panel_fade.gif) repeat-x;
     	text-align:left;
     	padding:10px 3px 3px 3px;
	margin-bottom:5px;
     	
}

.panelbody_1 {
     	text-align:left;
	
}

.panel_2 {
	margin-bottom:5px;
}

.paneltitle_2 {
	text-align:left;
     	padding:0;
	margin-bottom:5px;
     	
}

.panelbody_2 {
     	text-align:left;
	
}

.panel_3 {
	margin-bottom:5px;
	background:url(../g/2009/template/search_back.jpg) no-repeat;
	padding 0px;
	height:62px;
	min-height:62px;
	
}

.paneltitle_3 {
	text-align:left;
     	padding:5px 0 5px 5px;
	margin-bottom:5px;
     	
}

.panelbody_3 {
     	text-align:left;
	padding:0 0 0 5px;	
	height:30px;

}

.panel_4 {
	width:600px;
	margin:0px 0 0px 120px;
	padding 0px;
	height:20px;
	min-height:20px;
	
	
}

.panelbody_4 {
     	text-align:left;
	padding:0 0 0 5px;	

}

.panel_3 input {
	width:120px;
	margin:0 px;
}


/*****************************************************************************
SHEETS
*****************************************************************************/

h1 {
	width:0px;
	height:0px;
	min-height:0px;
	overflow:hidden;
	margin:0;
	padding:0;
}

	


h2 {
	margin:0;
}
	
.t {	background: url(../g/2009/template/sheet_dot.gif) 0 0 repeat-x; width: 100%;
}
.b {	background: url(../g/2009/template/sheet_dot.gif) 0 100% repeat-x;
}
.l {	background: url(../g/2009/template/sheet_dot.gif) 0 0 repeat-y;
}
.r {	background: url(../g/2009/template/sheet_dot.gif)  100% 0 repeat-y;
}
.bl {	background: url(../g/2009/template/sheet_bl.gif) 0 100% no-repeat;
}
.br {	background: url(../g/2009/template/sheet_br.gif) 100% 100% no-repeat;
}
.tl {	background: url(../g/2009/template/sheet_tl.gif) 0 0 no-repeat;
}
.tr {	background: url(../g/2009/template/sheet_tr.gif) 100% 0 no-repeat; padding:10px;
} 
.bg {	background: url(../g/2009/template/sheet_bg.gif) bottom repeat-x;
} 

 .space{
	height:10px;
	width:10px;
	}
