/* Odiham Cottage Hospital */
/* Updated 30 July */


/* @group Elements */

html,body {
	background:#e1f3fd url(http://www.odihamcottagehospital.org.uk/images/template_elements/background.jpg) repeat-x;
	min-height:110%;
	/* Might need this:text-align:center; */
}

h1 {
	color:#0063b0;
	font-size:22px;
	margin:0 0 25px 0;
}

h2 {
	color:#0063b0;
	font-size:18px;
	margin:18px 0;
}

p {
	color:#3b89c4;
	font-size:15px;
	margin:0 0 25px 0;
	line-height:125%;
}

.last {
	margin:0 0 0 0;	
}

strong {
	font-weight:bold;
}

a {
	color:#3b89c4;
	text-decoration:underline;
}

a:link {}

a:visited {}

a:hover {}

hr {
	color:#3b89c4;
	margin:0 0 20px 0;
}

/* @end */

/* @group Layout */

#wrapper {
	background-color:#e1f3fd;
	margin:0 auto;
	min-height:100%;
	padding:0 0 0 9px;
	overflow:hidden;
	width:844px;
}

#header {
	background:url(http://www.odihamcottagehospital.org.uk/images/template_elements/header.jpg) no-repeat 0% 0%;
	border-bottom:1px solid #0066b1;
	float:left;
	height:154px;
	margin-top:40px;
	width:836px;
}

#header img.right {
	float:right;
}

#navigation {
	float:left;
	margin:5px 0 0 0;
	width:836px;
}

#body {
	background:#fff url(http://www.odihamcottagehospital.org.uk/images/template_elements/body_header.gif) no-repeat 0% 0%;
	clear:left;
	float:left;
	margin:6px 0 0 0;
	padding:28px;
	min-height:368px;
	width:497px;
}

#body_footer {
	background:#fff url(http://www.odihamcottagehospital.org.uk/images/template_elements/body_footer.gif) no-repeat 0% 100%;
	clear:left;
	float:left;
	margin:0 0 50px 0;
	width:553px;
}

#image {
	float:right;
	margin:6px 9px 0 0;
	width:277px;	
}

/* @end */

/* @group Navigation Styles */

#navigation ul {}

#navigation li {
	background:#87bcde url(http://www.odihamcottagehospital.org.uk/images/template_elements/navigation_button.gif) no-repeat 0% 0%;
	color:#0061af;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:35px;
	list-style:none;
	margin:0 1px 0 0;
	padding:0 0 0 0;
	text-align:center;
	text-transform:uppercase;
	width:104px;
}

#navigation li.shorter {
	background:#87bcde url(http://www.odihamcottagehospital.org.uk/images/template_elements/navigation_button_shorter.gif) no-repeat 0% 0%;
	width:100px;
}

#navigation li:hover {
	color:#fff;
	background:#87bcde url(http://www.odihamcottagehospital.org.uk/images/template_elements/navigation_button_hover.gif) no-repeat 0% 0%;
}

#navigation li.shorter:hover {
	background:#87bcde url(http://www.odihamcottagehospital.org.uk/images/template_elements/navigation_button_shorter_hover.gif) no-repeat 0% 0%;
}

#navigation a {
	color:#005fae;
	display:block;
	height:25px;
	padding:10px 0 0 0;
	text-decoration:none;
}

#navigation li a:hover {
	color:#fff;
}

/* @end */

/* @group Drop-down menu */

#sddm {
	margin:0;
	padding:0;
	z-index:30;
}

#sddm div {
	background:#fff url(http://www.odihamcottagehospital.org.uk/images/template_elements/menu_background.gif) no-repeat 0% 0%;
	height:58px;
	margin:-5px 0 0 0;
	padding:5px 0;
	position:absolute;
	visibility:hidden;
	width:136px;
}

#sddm li.menu {
	color:#fff;
}

#sddm div a {
	color: #2875DE;
	display: block;
	font: 11px arial;
	height:15px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
}

#sddm div a:hover {
	background: #0066b1;
	color: #FFF;
}

/* @end */

/* @group Body classes */

h2.visiting {
	color:#0063b0;
	font-size:18px;
	margin:0;
}

/* @end */

