﻿* { margin: 0; padding: 0; }

html
{
	background-color: #d4e5f5;
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	padding-bottom: 40px;
}

.hr hr { display: none; }
.hr { height: 1px; overflow: hidden; border-top: solid 1px #ccc; margin: 15px 0 15px 0; }

#LayoutHolder
{
	width: 840px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

h1
{
	height: 110px;
	width: 630px;
	float: left;
	background: transparent url(Assets/PanelLogo.gif) no-repeat left top;
	text-indent: -2000px;
	overflow: hidden;
	margin-bottom: 10px;
}

#NewsletterSignup
{
	height: 110px;
	width: 200px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	background: transparent url(Assets/SignUpNewsletterPanel.gif) no-repeat left top;
}

#Menu
{
	width: 840px;
	display: block;
	clear: left;
	height: 40px;
	overflow: hidden;
	background: transparent url(Assets/MenuBar.gif) no-repeat left top;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 100%;
}

#Menu li
{
	display: block;
	float: left;
	vertical-align: middle;
	height: 40px;
	background: transparent url(Assets/MenuDivider.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}

#Menu li.First { background: none; }

#Menu li a:link,
#Menu li a:active,
#Menu li a:visited
{
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0 0 0 2px;
}

#Menu li a:hover,
#Menu li a.Active
{
	color: #ff0;
	background: transparent url(Assets/MenuBar.gif) no-repeat -10px bottom;
}

#ContentHolder
{
	float: left;
	width: 630px;
	overflow: hidden;
}

p, li, address
{
	font-size: 90%;
	color: #666;
	margin-bottom: 1em;
	font-style: normal;
}

li { margin: 0 0 0.5em 2em; }
ul { margin-bottom: 1em; }

p a:link,
p a:active,
p a:visited { color: #0585b2; text-decoration: none; }
p a:hover { text-decoration: underline; }

p.DownloadLink
{
	line-height: 38px;
	height: 38px;
	padding-left: 39px;
	background: transparent url(Assets/DownloadFile.gif) no-repeat left 50%;
}

h3
{
	font-weight: normal;
	color: #163f4e;
	margin-bottom: 10px;
}

#Banner
{
	height: 70px;
	background: transparent url(Assets/PanelSmallImage.jpg) no-repeat left top;
	margin-bottom: 10px;
}

.ContentBox
{
	background: transparent url(Assets/PanelBackgroundTopCap.gif) no-repeat left top;
	padding: 7px 0 0 0;
	margin-bottom: 10px;
	width: 630px;	
}

.ContentBox .Inner
{
	background: #fff url(Assets/PanelBackgroundBottomCap.gif) no-repeat left bottom;
	padding: 13px 20px 20px 20px;
	overflow: hidden;
	width: 590px;
}

#ContentHolder .ContentBox h2.Graphic
{
	width: 590px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-indent: -2000px;
	border-bottom: solid 1px #00acd4;
	margin-bottom: 15px;
}
.Home h2.Graphic { background-image: url(Assets/PageTitleHome.gif); }
.AboutUs h2.Graphic { background-image: url(Assets/PageTitleAboutUs.gif); }
.Symptoms h2.Graphic,
h2.Symptoms { background-image: url(Assets/PageTitleSymptoms.gif); }
.Services h2.Graphic { background-image: url(Assets/PageTitleServices.gif); }
.News h2.Graphic,
h2.News { background-image: url(Assets/PageTitleNews.gif); }
.Workshops h2.Graphic { background-image: url(Assets/PageTitleWorkshops.gif); }
.Faq h2.Graphic { background-image: url(Assets/PageTitleFaq.gif); }
h2.Links { background-image: url(Assets/PageTitleLinks.gif); }
h2.Resources { background-image: url(Assets/PageTitleResources.gif); margin-top: 20px; }
h2.ContactUs { background-image: url(Assets/PageTitleContactUs.gif); }

#HomePageGraphic { margin-bottom: 10px; }
#HomePageIntro .Inner { height: 185px; background-position: left 211px; }

.ContentSection { width: 590px; overflow: hidden; }

.ContentSection .Image { float: left; width: 147px; }
.ContentSection .Image img { border: solid 1px #ccc; padding: 3px; }
.ContentSection .Content { float: left; width: 423px; margin-left: 20px; }

.HighlightPanel
{
	padding: 7px 0 0 0;
	margin-bottom: 20px;
	width: 590px;
	background: transparent url(Assets/PanelHighliteTopCap.gif) no-repeat left top;
}

.ContentSection .HighlightPanel
{
	width: 423px;
	background-image: url(Assets/PanelHighliteTopCap423px.gif);
}

.HighlightPanel .Inner
{
	background: #163f4e url(Assets/PanelHighliteBottomCap.gif) no-repeat left bottom;
	padding: 8px 20px 5px 20px;
	overflow: hidden;
	width: 550px;
}

.ContentSection .HighlightPanel .Inner
{
	width: 383px;
	background-image: url(Assets/PanelHighliteBottomCap423px.gif);
}

.HighlightPanel p { color: #ff0; }

.HighlightPanel ul { list-style-type: none; margin: 0; padding: 0; }

.HighlightPanel ul li
{
	background: transparent url(Assets/ArrowWhite.png) no-repeat left 50%;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
}

.HighlightPanel ul li a:link,
.HighlightPanel ul li a:active,
.HighlightPanel ul li a:visited { color: #00acd4; text-decoration: none; }
.HighlightPanel ul li a:hover { color: #ff0; text-decoration: none; }

.Toc .Column1,
.Toc .Column2 { display: block; float: left; width: 275px; overflow: hidden; }

.ContactDetails
{
	width: 590px;
	overflow: hidden;
}

.ContactDetails .Details
{
	width: 300px;
	float: left;
}

.ContactDetails .Map
{
	width: 290px;
	float: left;
}

#SidebarHolder
{
	margin-left: 10px;
	float: left;
	width: 200px;
	overflow: hidden;
}

#SideMenu
{
	margin: 0 0 10px 0;
	padding: 0;
}

#SideMenu h2
{
	background: transparent url(Assets/SideMenuTopCap.gif) no-repeat left top;
	line-height: 35px;
	height: 40px;
	overflow: hidden;
	vertical-align: middle;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}

#SideMenu .Inner
{
	background: #0585b2 url(Assets/SideMenuBottomCap.gif) no-repeat left bottom;
	height: 240px;
	padding: 15px 0px 5px 0px;
	overflow: hidden;
}

#SideMenu ul { list-style-type: none; margin: 0; padding: 0; }

#SideMenu ul li
{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	overflow: hidden;
}

#SideMenu ul li a:link,
#SideMenu ul li a:active,
#SideMenu ul li a:visited
{
	color: #fff;
	text-decoration: none;
	display: block;
	background: transparent url(Assets/ArrowBlue.png) no-repeat 15px 50%;
	margin: 0 0 0 0;
	padding: 0 5px 0 35px;
	height: 28px;
	vertical-align: middle;
}
#SideMenu ul li a:hover { color: #ff0; text-decoration: none; background-color: #2195bc; }

#LatestNews
{
}

#LatestNews h2
{
	background: transparent url(Assets/NewsMenuTopCap.gif) no-repeat left top;
	line-height: 35px;
	height: 40px;
	overflow: hidden;
	vertical-align: middle;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}

#LatestNews .Inner
{
	height: 165px;
	padding: 10px;
	background: #fff url(Assets/NewsMenuBottomCap.gif) no-repeat left bottom;
}

#LatestNews h3
{
	font-size: 90%;
	color: #000;
	font-weight: normal;
}

#ContactUsBlock
{
	height: 200px;
	background: transparent url(Assets/PanelAdvert.gif) no-repeat left top;
	margin-bottom: 10px;
}

#ContactUsBlock p { margin: 0; padding: 0; }

#ContactUsBlock p a:link,
#ContactUsBlock p a:active,
#ContactUsBlock p a:visited { display: block; height: 200px; width: 200px; }

#Footer
{
	clear: left;
	width: 840px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	background: transparent url(Assets/Footer.gif) no-repeat left top;
	color: #fff;
	font-size: 75%;
}

#Footer a:link,
#Footer a:active,
#Footer a:visited { color: #fff; text-decoration: none; }
#Footer a:hover { text-decoration: underline; }