/*	CSS Document for Honiton Osteopaths
	Created by steve@lazymouse.co.uk
*/

/* site colors

info panel : #e9f3d5

arrows : #516625

headings : #a2cc4b

sidebar : #deeff6

info panel headings : #58819b

*/

/*--------------------------------
        GLOBAL
---------------------------------*/

body {
	text-align: center;
	font-size: 67.5%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:  #fff;
}

/*--------------------------------
        LAYOUT
---------------------------------*/

#container {
	position: relative;
	margin:  0 auto;
	text-align: center;
	width:  760px;
}

#header {
	width: 760px;
	height:  159px;
	background: url(../images/header2.gif) no-repeat;
	margin-bottom: 10px;
}

#infopanel {
	float:  left;
	width: 293px;
	height: 278px;
	background-color: #e9f3d5;
	font-family: "century gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#banner001 {
	float: left;
	width: 456px;
	height: 278px;
	background: url(../images/banner-014.jpg);
	margin-left: 8px;
}

#banner002 {
	float: left;
	width: 456px;
	height: 278px;
	background: url(../images/banner-012.jpg);
	margin-left: 8px;
}

#banner003 {
	float: left;
	width: 456px;
	height: 278px;
	background: url(../images/banner-010.jpg);
	margin-left: 8px;
}

#banner004 {
	float: left;
	width: 456px;
	height: 278px;
	background: url(../images/banner-006.jpg);
	margin-left: 8px;
}

#banner005 {
	float: left;
	width: 456px;
	height: 278px;
	background: url(../images/banner-009.jpg);
	margin-left: 8px;
}

#banner006 {
	float: left;
	width: 456px;
	height: 278px;
	background: url(../images/banner-003.jpg);
	margin-left: 8px;
}

#content {
	float:  left;
	width: 510px;
	text-align: left;
	}

#contentwide {
	float:  left;
	width: 680px;
	text-align: left;
	}

#sidebar {
	float: right;
	width:  229px;
	margin-top: 20px;
	background-color: #fff;
	font-size: 1.2em;
}


.box {
	width: 229px;
	background: #deeff6 url(../images/panel-bottom.gif) no-repeat left bottom;
	text-align: left;
	}

.box h2 {
	background: #deeff6 url(../images/panel-top.gif) no-repeat left top;
	padding: 0px 20px 0 20px;
	text-indent:  -9999px;
}

.box p {
	padding:  0 20px 10px 20px;
}

#map {
	width: 500px;
	height: 500px;
	margin-top: 40px;
	}


#clear {
	clear: both;
}

.clearboth {
	clear: both;
	}

#footer {
	width: 760px;
	height: 60px;
	background: #fff url(../images/footer.gif) no-repeat;
}

/*--------------------------------
        TITLES
---------------------------------*/

h1 {
	font-family: "century gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight:  normal;
	color: #a2cc4b;
	padding-left:  30px;
	margin-left: 10px;
	line-height:  1.8;
}

h2 {
	font-family: "century gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:  normal;
	color: #58819b;
	margin-bottom: -30px;
}


h3 {
	font-family: "century gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:  normal;
	color: #58819b;
	padding: 5px 20px 0 30px;
	margin-left:  15px;
}

h4 {
	font-family: "century gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:  normal;
	color: #58819b;
	padding-left: 30px;
	margin-bottom: -30px;
}


.section {
	background: url(../images/title-folder.gif) no-repeat left center;
	}

.question {
	background: url(../images/title-question1.gif) no-repeat left center;
	}

.news {
	background: url(../images/title-news.gif) no-repeat left center;
	}

.contact {
	background: url(../images/title-speak.gif) no-repeat left center;
	}

.contactus {
	background: url(../images/title-contact.gif) no-repeat left center;
	}

.heading1 {
	background: url(../images/title-arrow.gif) no-repeat left center;
	}

.who {
	background: url(../images/title-people.gif) no-repeat left center;
	}

.whotitle {
	background: url(../images/title-who.gif) no-repeat left center;
	}

.up {
	background: url(../images/up.gif) no-repeat left center;
	padding-left: 20px;
	}



/*--------------------------------
        TEXT STYLES
---------------------------------*/

#content, #contentwide {
	font-size: 1.3em;
	line-height: 2.4;
}

#sidebar {
	font-size: 1.1em;
	line-height: 1.8;
	color:  #58819b;
}

.box {
	font-size: 1.1em;
	line-height: 1.8;
	color:  #58819b;
}

#footer {
	font-size: 1.2em;
	line-height: 1.8;
}

.highlight {
	font-style: italic;
	font-weight:  bold;
	color: #58819b;
}


/*--------------------------------
       PANEL ARROWS
---------------------------------*/

#infopanel h1 {
	font-size: 1.4em;
	font-weight:  normal;
	color: #a2cc4b;
	background: url(../images/arrowmore.gif) no-repeat left center;
	margin-left: 20px;
	padding-left:  4px;
	padding-top:  0;
	padding-bottom:  3px;
	line-height:  2.0;
}

#infopanel h2 {
	padding-left: 20px;
	padding-top: 10px;
	color: #516625;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	}

/*--------------------------------
      LISTS
---------------------------------*/



#sidebar ul {
	list-style-type: square;
	
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	list-style: none;
	text-decoration: none;
	color: #666;
	background: none;
	}

#sidebar ul li a:hover, #sidebar ul li a:active {
	text-decoration: none;
	color: #000;
	background: none;
	}

#infopanel ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: none;
	}
	
#infopanel ul a {
	display: block;
	padding: 4px;
	width: 246px;
	height:  39px;
	line-height: 45px;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	background: url(../images/arrowmore.gif) no-repeat left bottom;
	}

#infopanel ul a:hover {
	color: #000;
	
	background: url(../images/arrowmore-over.gif) no-repeat left bottom;
}

/*--------------------------------
      LINKS
---------------------------------*/

a:link, a:visited {
	color: #58819b;
	padding: 0 0.1em;
}

a:hover, a:active {
	color: #fff;
	background: #58819b;
	text-decoration: none;
}



#sidebar a:link, #sidebar a:visited {
	color: #333;
	text-decoration: underline;
}

#sidebar a:hover, #sidebar a:active {
	color: #fff;
	text-decoration: underline;
}


#navcontainer {
	width: 760px;
	height: 42px;
	font-size: 1.1em;
	margin-bottom: 10px;
	}

#navcontainer ul {
	width: 760px;
	height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navcontainer ul li {
	float: left;
	}

#navcontainer ul a {
	font-family: "century gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.1em;
	line-height: 3.6em;
	display: block;
	width: 126px;
	height: 42px;
	padding: 0;
	background: url(../images/navbutton.gif) no-repeat;
	text-decoration: none;
	border: none;
	text-align: center;
	}


#navcontainer a:hover {
	line-height: 3.0em;
	background-image: url(../images/navbuttonover.gif);
	}

#navcontainer li a#current {
	line-height: 3.0em;
	background-image: url(../images/navbuttonover.gif);
	}

/*--------------------------------
        IMAGES
---------------------------------*/

.imageposition1 {
	float: left;
	padding: 5px;
	margin: 20px 20px 10px 0;
	border: 1px solid #58819b;
	background: #deeff6;
	}

.imageposition2 {
	padding: 5px;
	margin: 20px 20px 10px 0;
	border: 1px solid #58819b;
	background: #deeff6;
	}

 .thumbnail {
	float: left;
	width: 137px;
	margin: 10px;
	padding: 3px;
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
	color: #427db6;
	border: 1px solid #58819b;
	background: #deeff6;
	}

