/* _____________________________________ 

	Stylesheet for Bramley Clinic
By Sorrel Hoare, www.turtledesigns.co.uk
	Copyright 2008 K.L. Beckwith

 _____________________________________ */

/* _____________________________________ 

			General Styles

 _____________________________________ */


* { margin: 0; padding: 0; }

body {
	background:url(../images/body_bg.gif) 0 0 repeat;
	font: normal 62.5%/1.25 Arial, Helvetica, sans-serif;
	}
	
body p {
	font: 1.2em Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

body a:hover {
	color: #666666;
	}
	
h3 {
	font: bold 1.625em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
h4 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #1F431F;
	}

h5 {
	font: italic 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}

.auralOnly {
	position: absolute;
	text-indent: -1000px;
	overflow: hidden;
	}
	
.right {
	float:right;
	}
	
.left {
	float: left;
	}
	
br {
	clear: both;
	}

#maincontainer {
	margin: 0 auto;
	width: 790px;
	border: 2px solid #fff;
	position: relative;
	background: #FFF url(../images/maincontainer_bg.gif) top left repeat-y;
	}
	
.blackbar {
	background: #000;
	height: 30px;
	}
.blackbar h2 {
	color: #FFFFFF;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	width: 190px;
	text-align: center;
	padding-top: 6px;
	}
	
.mailto {
	display: block;
	width: 15px;
	height: 9px;
	background:url(../images/mail.png) 0 0 no-repeat;
	margin: 5px auto;
	}
	
.mailto:hover {
	background:url(../images/mail_hover.png) 0 0 no-repeat;
	}

/*_________________________________

				Header
___________________________________*/

#header {
	background: url(../images/hdr_bg.gif) bottom left repeat-x;
	height: 60px;
	position: relative;
	color: #fff;
	padding:40px 20px 0 20px;
	}
	
#header h1 {
	background: transparent url(../images/logo_bramleyclinic.png) 0 0 no-repeat;
	width: 203px;
	height: 37px;
	position: absolute;
	top: 40px;
	left: 20px;
	}
	
#header p {
	float: right;
	text-align: right;
	font-size: 1.25em;
	line-height: 1.5em;
	}

/* _____________________________________ 

			Top Navigation
 _____________________________________ */	
 
#topnavigation {
	position: absolute;
	top: -24px;
	left: 0;
	width: 606px;
	text-align: center;
	}

#topnavigation ul {
	list-style-type: none;
	}
	
#topnavigation ul li {
	display: inline;
	}
	
#topnavigation ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	font: 1.2em Arial, Helvetica, sans-serif;
	}
	
#topnavigation ul li a:hover, #topnavigation ul li a.current {
	color: #666;
	}

/* _____________________________________ 

			Left Column
 _____________________________________ */

.leftcol {
	float: left;
	width: 184px;
	background: #DDDDDD;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	}
	
.leftcol p {
	text-align: center;
	color: #333;
	margin-top: 30px;
	}
	
/* _____________________________________ 

			Side Navigation
 _____________________________________ */
	
#sidenavigation ul li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	}
	
#sidenavigation ul li a {
	text-decoration: none;
	color: #000;
	height: 20px;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	}
	
#sidenavigation ul li a:hover, #sidenavigation ul li a.current {
	color:#666666;
	background:url(../images/sidenav_bg.gif) right repeat-y;
	}
	
/* _____________________________________ 

		Right Column/Content Area
 _____________________________________ */
	

.rightcol {
	float: left;
	width: 606px;
	background: #FFFFFF;
	position: relative;
	}
	
#banner img {
	float: left;
	border-left: 2px solid #fff;
	}
	
#banner {
	position: absolute;
	top: 0;
	}
	
#content {
	padding: 200px 20px 20px;
	}
	
#content p, #content ul {
	margin-bottom: 1em;
	font: 1.2em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
#content ul {
	list-style-type: square;
	padding-left: 40px;
	}
	
#content br {
	clear: none;
	}
	
#content a {
	color: #1F431F;
	text-decoration:none;
	}
	
#content a:hover {
	color: #666;
	}
	
#news {
	width: 365px;
	}

.featurebox {
	float: right;
	height: 70px;
	width: 170px;
	padding: 10px;
	background: #1F431F url(../images/hdr_bg.gif) bottom left repeat-x;
	color:#FFFFFF;
	}
	
#content .featurebox a {
	color: #397739;	
	}
	
#content .featurebox a:hover {
	color: #666;	
	}
	
#contactbox h4 {
	background: url(../images/hdr_contactbox.png) 0 0 no-repeat;
	width: 122px;
	height: 23px;	
	}
	
#formbox {
	height: auto;
	width: 250px;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	}

#formbox label {
	width: 80px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	}

#formbox label, #formbox input {
	float: left;
	}

#formbox input, #formbox textarea {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	}
	
#formbox input.submit {
	background: #ddd;
	width: auto;
	padding: 0 4px;
	border: 2px solid white;
	}

/* _____________________________________ 

				Footer
 _____________________________________ */

#footer {
	clear:both;
	border-top: 1px solid #DDD;
	padding: 10px 10px 10px 200px;
	}
	
#footer a img {
	border-left: 1px solid #ddd;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	
#footer p, #footer ul li a {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

#footer ul li {
	display: inline;
 	list-style-type: none;	
	padding: 0 10px;
	border-right: 1px solid #DDD;
	}
	
#footer ul li.first {
	padding: 0 10px 0 0;
	}

#footer ul li.last {
	border-right: none;
	}
	
#footer a {
	color: #999999;
	} 