/*  
Theme Name: Flo
Theme URI: www.buckspct.nhs.uk
Description: New template for Florence Nightingale Hospice Charity 
Version: 1
Author: BSS Web Services Team
Author URI: www.bucksss.org.uk

*/

#accesskeys {display: none;}

* {padding: 0em;margin: 0em;}

body{background: #F7F7F7; padding: 30px 0px 30px 0px;}

body,input {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
p	{
	line-height: 1.6em;
	margin: 0 0 1em 0;
	text-align: left;
	}

a	{
	color: #0066CC;
	text-decoration: underline;
	}

a:hover {text-decoration: none;}

h2 {
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 15px;
	color:#666666;
	}

h3 {
	font-size: 1.5em; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#666666;
	margin-bottom: 15px;
        font-weight: normal;}
	
h4 {font-size: 1.2em;}

p img 	{border: none;	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
        border: 1px solid #DBDBDB;
	}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
        border: 1px solid #DBDBDB;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.support {
        padding: 0;
	margin: 0;
        border: none;
}

#page {
        position: relative;
	width: 780px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	margin: 0px auto 0px;
	padding:8px;
	}

#header {
        position: relative;
	width: 780px;
	height: 150px;
	background: url(images/mast.jpg) no-repeat top center;
        margin: 0px;
	padding:0px;
	}

#headercontent {
	position: absolute;
	margin: 18px 20px 0px 20px;
	height:60px;
	}

#headercontent h1 {
		visibility: hidden;
		font-size: 1em;
		}

#headercontent h2 {
	font-size: 18px;
	color: #000;
	font-weight:bolder;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	}
		

#menu {
	position: relative;
	background: #6A6A6A;
	height: 34px;
	width: 780px;
	padding: 0;
	}

#menus ul { list-style: none; line-height: 0em; height: 34px; padding: 0;}

#menus li {
	float:left;
	display:block;
        color:#fff;
	}

#menus li a {text-decoration:none;}
#menus li:hover {text-decoration:underline;}

#menus li.current_page_item a, #menus li.current_page_ancestor a {
   	background: url(images/tab-l.png) no-repeat left bottom;
        color:#000;
        padding-left: 10px;
        text-decoration:none;
        }

#menus li.current_page_item, #menus li.current_page_ancestor {
	background: url(images/tab.png) no-repeat right bottom;
        color:#000;
        padding-right: 0px; 
        }

#menus li.current_page_item a:link, #menus li.current_page_ancestor a:link, 
#menus li.current_page_item a:visited, #menus li.current_page_ancestor a:visited,
#menus li.current_page_item a:hover, #menus li.current_page_ancestor a:hover,
#menus li.current_page_item a:active, #menus li.current_page_ancestor a:active {
   	color:#000;      
        }

#menus a, #menus a:link, #menus a:visited, #menus a:hover  {
	margin: 0px;
	padding:10px 10px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#submenu {
	position: relative;
	width: 780px;
        height:60px;
        background: url(images/subm.png) repeat-x;
        padding-top:5px;
	}

#submenu ul {list-style: none;}

#submenu li {
	float:left;
	list-style:none;
	}

#submenu a, #submenu a:link #submenu a:visited {
	margin: 0px;
	padding:10px 10px;
	font-weight:bold;
	color:#000;
        text-decoration:none;
	}

#submenu a:hover, #submenu a:active {text-decoration:underline;}

/* ===== SEARCH ===== */

#searchsubmit {
        width: 19px;
        height: 21px;
        padding-top: 0px;
        margin-right:20px;
        border: 0;
        background: #ff6600;
        color: #fff;
        text-indent: -1000em;
        cursor: pointer; /* hand-shaped cursor */
        cursor: hand; /* for IE 5.x */
        }

#s     {
	padding:2px;
	font-size:1.0em;
	width:100px;
        background: #fff;
        border: 1px solid #000;
	}	


#content {padding-left: 10px; float:left; width: 500px}

#content ol {
      line-height: 1.5em;
      margin: 0px 0px 0px 30px; 
      padding: 10px 0px 10px 0px;
      }

#content ol li {
      line-height: 1.5em;
      margin: 0px 0px 0px 30px; 
      padding: 0px 0px 5px 0px;
      }

#content ul {
      list-style-type: square; 
      margin: 0px 0px 0px 30px; 
      padding: 0px 0px 0px 0px;
      width: 500px;
      }

#content ul li {
      line-height: 1.5em;
      list-style-type: square;
      margin: 0px 0px 0px 30px;
      padding: 0px 0px 5px 0px;
      }


#column {padding-right: 10px; float:right; width:200px;}


#footer {
	bottom: 0;
	height: 110px;
	clear: both;
	width: 780px;
	background: url(images/ft.jpg) no-repeat bottom center;
	}
	
#reg {
	text-align:center;
	font-size: 0.8em;
	padding-top: 90px;
        }	