* { padding: 0; margin: 0; }

body {
	background: #B0E0E6 url(images/patternb.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	text-align: center;
	color: #696969;
}

div#container {
	width: 1024px;
	margin: 0 auto;
	background: #ffffff;
	border-right: none;
	border-left: none;
	text-align: left;
}

div#header {
	width: auto;
	height: 200px;
	background: #ffffff url(images/boyne_banner.jpg);
	border-bottom: none;
	padding: 0 0 0 30px;
	text-align: left;
}

div#navigation {
 	width: auto;
	height: 30px;
	border-bottom: #FFFFFF 1px solid;
	background: #5495CB;
	padding: 0 20px 0 0;
	text-align: right;
	line-height: 30px;
}

div#maincontainer {
	width: 1024px;
	border-top: #5495CB 5px solid;
	border-bottom: #5495CB 1px solid;	
}

div#sidebar {
	width: 320px;
	float: left;
	padding: 20px 0 20px 0;
	text-align: left;
}

div#content {
	width: 653px;
	border: none;
	float: right;
	border-left: #5495CB 1px solid;
	padding: 20px 20px 0px 30px;
	text-align: left;
}

div#footer {
	width: auto;
	height: 35px;
	border-top: #FFFFFF 3px solid;
	border-top-style: double;
	background: #5495CB;
	padding: 3px 5px 0 5px;
	text-align: center;
	clear: both;
	line-height: 35px;
}
/* Smaller red italic text - e.g for appointment */
.style1 {
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	font-size: 15px;
}
/* Header title - taking care of your health */
.style2 {
	font-weight: normal;
	color: #FFFFFF;
}
/* Grey text between horizontal bars - e.g call 041...*/
.style3 {
	font-weight: normal;
	font-size: 14px;
	color: #696969;
}
/* Footer text - copyright etc */
.style4 {
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;  
}
/* Large red italic text in content */
.style5 {
	position: relative; 
	right: 15px;
	font-style: normal;
	font-weight: normal;
	color: #9d000b;
	font-size: 20px;  
}
/* bars between links in horizontal navigation */
.style6 {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 15px;  
}
/* Horizontal navigation links */
#menulist3 {
	list-style: none;
	font-weight: normal;
}

#menulist3 a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#menulist3 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#menulist3 a:hover {
	color: #FF0000;
	text-decoration:none;
}
/* Text above and below therapies links */
#menulist2 {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
	text-align: left;
}

#menulist2 li {
	padding-left: 10px;
	padding-top: none;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0.5em;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
	color: #5495CB;
}
/* Therapies navigation links */
#menulist {
	margin-left: 25px;
	padding-left: 0;
	padding-bottom: 60px;
	list-style: none;
	text-align: left;
}

#menulist li {
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/pattern.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
}

#menulist a:link {
	color: #778899;
	text-decoration:none;
}

#menulist a:visited {
	color: #778899;
	text-decoration:none;
}

#menulist a:hover {
	color: #FF0000;
	text-decoration:none;
}

/* styling for email link in the therapies section*/
.therapieslink a:link {
	color: #696969;
	text-decoration:none;
}
.therapieslink a:visited {
	color: #696969;
	text-decoration:none;
}
.therapieslink a:hover {
	color: #FF0000;
	text-decoration:none;
}
/* styling for email link and sorca link in the footer */
.footerlink a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.footerlink a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footerlink a:hover {
	color: #FF0000;
	text-decoration:none;
}
/* Thumbnail pictures */
.thumbnail {
	float: left;
	width: 140px;
	border: none;
	margin: 0 0px 0px 0;
	padding: 1px;
}

.clearboth { 
	clear: both; 
}




















