/* @override http://www.haynesdental.co.uk/css/print.css */

/* @override http://www.haynesdental.co.uk/css/layout.css */


/* @group main stuff */
/* SITE SPECIFIC LAYOUT */
*
{
	margin: 0px;
	padding: 0px;
}

html
{
	margin-bottom: 1px;
	height: 100%;
}

body
{
	text-align: center;
	height: 100%;
	color: #000;
	background: none;
}

.noprint
{
	visibility:hidden;
	line-height:1px;
	height:1px;
	width:1px;
	display:none;
}

h1,h2,h3,h4,h5,h6
{
	color:#000;
	font-weight:bold;
}



img { }

/* HEADER */
div#header
{
	display: block;
	text-align: left;
	width: 835px;
	overflow: none;
	padding: 5px 0 0 0;
	font-size: 200%;
}

div#branding
{

	background: none;
	width: 393px;
	position: relative;
	left: 0px;
	float: left;
}

div#main
{
	width: 835px;
	height: auto !important;
	margin: 0 auto;
	margin-bottom: 2em;
	text-align: left;
	overflow: hidden;
	clear: left;
	z-index:-1;
}

div#mainMin
{
	height: auto !important;
	margin-left: 10px;
	margin-right: 10px;
}

.wrapper
{
	width: 835px;
	height: auto !important;
	margin: 0 auto ;
	/* the bottom margin is the negative value of the footer's height */
	position: relative;
}

.popupWrapper
{
	width: 640px;
	height: auto !important;
	margin: 0px auto ;
	/* the bottom margin is the negative value of the footer's height */
	position: relative;
	text-align: left;
}

.footer, .push
{
	height: 35px;
	/* .push must be the same height as .footer */
	position: relative;
}

.footer
{
	width: 835px;
	text-align: left;
	position: relative;
	margin: 0px auto;
}

.popup { width: 640px; }
.popupText { text-align: left; }

.footer ul
{
	padding-top: 10px;
	padding-bottom: 0px;
	width: 100%;
}

.footer p { font-size: 1em; }

.footer li
{
	padding-left: 10px;
	padding-right: 25px;
	text-align: center;
}

.footer li.info
{
	font-size: 10px;
}

.footer a
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

.footer a:hover,
.footer a:active { text-decoration: underline; }
.footer a:link,
.footer a:visited { }

ul
{
	list-style: none;
	margin-top: 1em;
}

ul li { list-style: none; }

ul  li a,
ul.subnav li a:link,
ul.subnav li a:visited,
ul.subnav li a:active
{
	text-decoration: none;
	font-weight: bold;
}

ul li a:hover { text-decoration: underline; }
ul li strong { padding: 0 0 0 12px; }

ul.subnav li strong a,
ul.subnav li strong a:link,
ul.subnav li strong a:visited,
ul.subnav li strong a:active
{
	color: white;
	background-color: black;
}

/* END UL.SUBNAV */
/*** Hiding ***/
.hidden
{
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
}

hr#horRule
{
	margin: 1em 0em;
	border: none;
}

/* @end */
/* @group company branding */
/*******************************  Company branding ****************************** */
.company
{
	font-size: 2em;
	line-height: 1em;
}

.strapline
{
	font-size: 1.3em;
	text-align: left;
	display: block;
}

#contactUs
{
	width: 170px;
	float: right;
	margin-top: 12px;
	color: #2ec9b4;
	font-size: 16px;
}

#contactUs ul
{
	margin: 0;
	padding: 0;
	width: 170px;
	height: 100px;
	overflow: hidden;
}

#contactUs ul li
{
	margin: 0;
	padding: 0px 4px;
	float: left;
	width: 100%;
}

#contactUs ul li:hover { background: #dcfffb; }

#contactUs ul li a
{
	color: #000;
	font-weight: normal;
}

#contactUs ul li a:hover,


#contactUs ul li a:visited
{
	font-weight: normal;
	text-decoration: none;
}

#contactUs ul li a span
{
	display: block;
	width: 26px;
	height: 24px;
	background: transparent url(../i/icons/contactCyan.png) 0 0;
	margin: 1px;
	margin-right: 10px;
}

#contactUs ul li a span.iconPhone { background-position: -3px 0; }
#contactUs ul li a span.iconFax { background-position: -3px 28px; }
#contactUs ul li a span.iconContact { background-position: -3px 93px; }
#contactUs ul li a span.iconLocation { background-position: -3px 61px; }
p.error { color: red; }
input#text.highlight,
textarea#textarea.highlight { border: 1px solid #f00; }

div input#sendButton
{
	margin-left: 8em;
	width: 60px;
	padding: 2px 4px;
}

span.btn
{
	display: block;
	width: 26px;
	height: 16px;
	background: transparent url../i/icons/siteIcons.png) 0 0;
	margin: 1px;
	margin-right: 10px;
	padding: 0px;
}

.mailme,
.callme,
.faxme
{
	display: block;
	width: 26px;
	height: 16px;
	margin: 1px 1px 1px 5px;
	background: url(../i/icons/siteIcons.png) -88px -9px;
	position: relative;
	float: left;
	text-indent: -5000px;
}

a:hover span.mailme { background-position: -88px -9px; }
a:hover span.callme { background-position: -88px -9px; }
a:hover span.faxme { background-position: -88px -9px; }
.mailme { background-position: -88px -9px; }
.callme { background-position: -173px -7px; }
.faxme { background-position: -200px -9px; }
span.btn.Phone { background-position: -3px 0; }
span.btn.Contact { background: url(../i/icons/siteIcons.png) -88px -9px; }
span.btn.Location { background-position: -3px 26px; }
ul.contactNumbers li { margin-left: 0em; }

ul.contactNumbers li.indentShort
{
	margin-left: 0em;
	position: relative;
}

#contactUs span
{
	width: 100%;
	float: left;
	font-size: 1.3em;
	margin: 0.5em;
}

/* @end */
/* @group lightflows branding */
/* lightflows stuff */
#lightflows
{
	background: url(../i/lightflows/brandTab.jpg) no-repeat -1px -1px;
	opacity: 0.1;
	display: block;
	text-align: left;
	padding-left: 23px;
	padding-top: 8px;
	height: 20px;
	position: relative;
	left: -18px;
	font-size: 11px;
	color: #ccc;
	width: 100%;
	margin-top: -10px;
	visibility: hidden;
}

#lightflows a,
#lightflows a:link,
#lightflows a:visited,
#lightflows :active
{
	font-size: 13px;
	font-family: "Trebuchet MS", Arial;
	text-decoration: none;
}

#lightflows a:hover
{
	background: 0 -10px;
	text-decoration: none;
}

/* @end */
/* @group layouts */
/***************************** General Layout and styling ******************************/
/* 2 Column */
#leftColumn
{
	width: 835px;
	display: block;
	background: white;
	float: left;
	margin:0px;
	padding:0px;
}

#leftColumn div:first-child+div { margin-top: 0; }

#rightColumn
{
	width: 0px;
	float: right;
	display: block;
	background:red;
	visibility:hidden;
}

.sidePanel
{
	text-align: left;
	margin: 0em 8px 8px 0em;
	padding: 0em 0em 0em 0em;
	background: #dcfcf9 url(../i/background/images/sideBarBody.jpg) no-repeat;
}

.sidePanel li { margin: 5px; }
.sidePanelContent { font-size: 90%; }

.sidePanelContent a
{
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	width: 95%;
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
	border-color: #b7fff5;
}

.sidePanelContent a h2 { text-align: left; }
.sidePanelContent li { margin: 5px; }

.mainSectionTop
{
	height: 8px;
	background: white url(../i/background/mainSectionTop.jpg) no-repeat;
}

.cornerRightFoot
{
	float: right;
	width: 100px;
	height: 8px;
	display: block;
	background: white url(../i/background/mainSectionFoot.jpg) no-repeat right;
	text-indent: -5000px;
}

.cornerRightTop
{
	float: right;
	width: 100px;
	height: 8px;
	display: block;
	background: white url(../i/background/mainSectionTop.jpg) no-repeat right;
	text-indent: -5000px;
}

.mainSectionFoot
{
	height: 8px;
	margin-top: 8px;
	background: white url(../i/background/mainSectionFoot.jpg) no-repeat;
}

.sidePanel h1
{
	text-align: center;
	padding: 8px 0em 8px 0em;
	font-size: 1.0em;
	color: white;
	background: #2ec9b4 url(../i/background/images/sideBearHead.jpg);
}

.sidePanelFooter
{
	background: white url(../i/background/images/sideBarBottom.jpg) 0 0px;
	margin: 0 0 0 0;
	padding: 0;
	padding-top: 10px;
}

div.newsItem
{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

div.newsItem p
{
	font-size: 10px;
	padding: 0px;
	margin: 0;
}

ol li div.article div.newsItem a
{
	text-align: right;
	padding: 0;
}

ol li div.article div.newsItem h2 { font-size: 12px; }

div.section
{
	margin: 1em 0em 1em 0em;
	border-bottom: 1px solid;
	border-color: #c8fff7;
	clear: left;
}

div.section.contact ul li
{
	font-size: 120%;
	line-height: 16px;
	padding: 2px;
}

div.contents { margin: 1em 1em 0em 1em; }

div.sectionTop
{
	border-color: #c8fff7;
}

div.sectionTop h1 { }

h1.pageName
{
	position: relative;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1em;
	color: black;
}

div.section.last
{
	margin: 1em 1em 0em 1em;
	padding-bottom: 1em;
}

.half
{
	float: left;
	width: 48%;
	margin-right: 1em;
}

.halfThin
{
	float: left;
	width: 45%;
	margin-right: 1em;
}

.half.indent
{
	margin-left: 2em;
	width: 44%;
}

div.section.indent { margin-left: 2em; }

.service
{
	margin: 0;
	padding: 0;
}

.service .articleThumb
{
	float: left;
	padding-right: 1em;
	margin: 0px 10px 10px 0px;
	padding: 0.5em;
	border: 4px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.half_force_right
{
	float: right;
	width: 49%;
}

.half_right
{
	float: left;
	width: 49%;
}

.half.center { text-align: center; }

.articleThumb
{
	float: left;
	padding-right: 1em;
	margin: 0px 10px 20px 0px;
	padding: 0.5em;
	border: 4px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.articleLink
{
	margin-left: 15em;
	text-decoration: none;
}

a:hover.articleLink { color: #2ec9b4; }

span.flash img
{
	margin: 0px 30px 5px 40px;
	padding: 1em;
	border: 8px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

span.flash.right
{
	float: right;
	clear: right;
	width: 300px;
}

span.flash h3
{
	font-size: 12px;
	margin: 0px 30px 5px 40px;
}

h3.labelRight
{
	font-size: 12px;
	margin: 0px 145px 5px 40px;
	float: right;
	clear: right;
}

span.flash img.spaceTop { margin-top: 20px; }
span.flash img.noPad { padding: 0px; }

/* @end */
/* home page */
ul.services { }

ul.services li
{
	position: relative;
	width: 47%;
	float: left;
	height: 120px;
	padding: 5px 5px 5px 0px;
	margin: 0px 10px 0px 0px;
	border-top: 1px solid #dcfcf9;
}

ul.services li a.more
{
	position: absolute;
	bottom: 1px;
	right: 1px;
	text-decoration: underline;
}

/* @group meet the team */
ul.dentist
{
	background: #eef;
	float: left;
	padding: 0.5em;
}

ul.dentist li
{
	display: block;
	margin: 0.25em;
	width: 46%;
	float: left;
	padding: .5em;
	background: white;
}

ul.dentist li text { }

ul.dentist li img
{
	padding: 0.5em 0em;
	padding-right: 70%;
	float: left;
	background: #defff7;
}

/* @end */
/* @group My Group */
a.iconLink span
{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../i/icons/siteIcons.png) no-repeat -3px -3px;
	margin-right: 5px;
}

a:hover span { background-position: -30px -3px; }
a:active span { background-position: -60px -3px; }

/* @end */
/* @group Contact Page */
div#map
{
	padding-bottom: 1em;
	width: 600px;
	margin: 0px 0px;
}

div#map a { margin-left: 10px; }

div#map iframe
{
	border: 8px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* @end */
/* @group surgery */
ul.openHours { width: 15em; }

ul.openHours li span
{
	width: 6em;
	display: block;
	float: left;
	padding-right: 1em;
	font-weight: bold;
	color: #444;
}

ul.openHoursPad { }
.h2TopPad { height: 1em; }

ul.openHoursPad li
{
	margin-bottom: 2em;
	line-height: 1.6em;
}

.red { color: red; }
ul.bulletList { list-style-type: disc; }

ul.bulletList li
{
	list-style-type: disc;
	list-style-position: inside;
}

/* @end */
span.emphasize { color: red; }
span.quotee { font-style: italic; }

ul.references li
{
	list-style-type: decimal;
	list-style-position: inside;
	font-family: sans-serif;
	font-size: 11px;
}

ul.bullet li
{
	list-style-type: disc;
	list-style-position: inside;
}

/* fees */
#fees ul
{
	border-bottom: 1px solid;
	border-color: #888;
	padding-bottom: 1.5em;
}

#fees ul li { padding-bottom: 0.0em; }

#fees ul li.item
{
	width: 60%;
	float: left;
}

#fees  ul li.price
{
	text-align: right;
	margin-right: 3em;
}

/* team */
img.mt-image-left
{
	border: 8px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin: 0px 8px 8px 0px;
}

img.mt-image-right
{
	border: 8px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: right;
	margin: 0px 8px 8px 10px;
	clear: right;
}

div.bio
{
	float: left;
	width: 100%;
	margin: 0.25em 0em;
	padding: 0.25em 0em;
	border-bottom: 1px solid #d5fff9;
}

div.bio h3 { margin-bottom: 0.25em; }

div.profession
{
	float: left;
	width: 100%;
}

div.profession h2
{
	color: #333;
	text-transform: uppercase;
}

div.welcome
{
	font-size: 14px;
	float: left;
}

div.entryNav
{
	text-transform: uppercase;
	text-align: right;
	margin: 15px 0px;
	font-size: 10px;
	background: #d5fff9;
	padding: 3px;
	
}

img.imgRight
{
	float: right;
	margin: 0px 0px 5px 10px;
	border: 8px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

img.imgLeft
{
	float: left;
	margin: 0px 0px 5px 10px;
	border: 8px solid #d5fff9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* adlist */
ul#adlist li { text-align: center; }

ul#adlist li p img
{
	width: 110px;
	border: 2px solid #d5fff9;
	padding: 2px;
	margin: 0px auto;
}

div#fees ul.noBorder { border-bottom: 0px solid #fff; }


#navMain,
#navMain *
{
	height: 1px;
	padding:0px;
	visibility:hidden;
	display:none;
}

