/* HTML/Body */

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 90%;
	line-height: 1.4em;
	color: #000000;
	text-align: center;
	background-color: #779ADF;

}

h3 {
	font-size: 14px;
	color: #000052;
}

h4 {
	font-size: 14px;
	text-decoration: underline;
	color: #3276FF;
}

/* Links */

a
{
	color: #3276FF;
	text-decoration: underline;
	border: none;
}

a:hover
{
	text-decoration: none;
}

#gallery {
	background: #D6E5FF;
	width: 655px;
	margin: 0 0 15px 50px;
}

#gallery img {
	border: 1px solid white;
	margin: 10px 5px;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

input.check
{
	border: 0px;
}

/* Tables */

table
{
	font-size: 100%;
}

/* Wrappers */

#wrapper
{
	width: 960px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
	margin-top: 0px;
	-moz-box-sizing: border-box;
	border: 1px solid #000052;
}

#container
{
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 8px;
}

/* Headers */

h1
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 121px;
	background: url(images/logo_topbar.gif) no-repeat top left;
}

h1 span
{
	display: none;
}

/* Menu */

#menu
{
	height: 75%;
	position: absolute;
	top: 121px;
	left: 0px;
	width: 140px;
}

#menu .home
{
	height: 100%;
	background: url(images/sidebar_homepage.jpg) no-repeat bottom left;
}

#menu .cath
{
	height: 100%;
	background: url(images/sidebar_aboutcatherine.jpg) no-repeat bottom left;
}

#menu .alex
{
	height: 100%;
	background: url(images/sidebar_aboutalex.jpg) no-repeat bottom left;
}

#menu .conditions
{
	height: 100%;
	background: url(images/sidebar_conditions.jpg) no-repeat bottom left;
}

#menu .sportsinjuries
{
	height: 100%;
	background: url(images/sidebar_sportsinjuriesrun.jpg) no-repeat bottom left;
}

#menu .prices
{
	height: 100%;
	background: url(images/sidebar_prices.jpg) no-repeat bottom left;
}

#menu .location
{
	height: 100%;
	background: url(images/sidebar_location.jpg) no-repeat bottom left;
}

#menu .clinic
{
	height: 100%;
	background: url(images/sidebar_insideclinic.jpg) no-repeat bottom left;
}


#menu .contactus
{
	height: 100%;
	background: url(images/sidebar_contactus.jpg) no-repeat bottom left;
}

#menu a
{
	display: block;
	width: 140px;
	height: 22px;
	background: url(images/off_button.gif) no-repeat;
	-moz-box-sizing: border-box;
	padding: 1px 0px 0px 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 0.8em;
	text-decoration: none;
}

#menu a:hover
{
	background: url(images/on_button.gif) no-repeat top left;
}

/* News */

div.news-item {
	border-bottom: 1px solid #d1d1d1;
	padding: 15px;
}

div.news-item p {
	padding: 0;
	margin: 0;
}

/* Content */

#content
{
	display: block;
	-moz-box-sizing: border-box;
	padding: 0px 5px 0px 150px;
	min-height: 400px;
}

h2 {
    color: #000080;
    text-align: right;
    font-size: 1.6em;
    font-weight: normal;
    margin: 10px 6px 25px;
    padding: 0px 0px 7px 0px;
    border-bottom: 1px solid #4080FF;
}

.bold
{
	font-weight: bold;
	color: #000052;
}

#classes-link {
	background: #d6e5ff;
	padding: 15px;
	-moz-border-radius: 5px;
	margin: 0 0 40px 30px;
	width: 700px;
}

#classes-link a {
	color: #000052;
	font-weight: bold;
}

#classes-link img {
	float: right;
	margin: -7px 0 0 0;
}

div#classes {
	padding: 5px 0;
}

table#classes {
	margin: 15px 0 40px 125px;
}

table#classes td {
	border: 1px solid #fff;
	background: #d6e5ff;
	padding: 7px 65px 7px 10px;
	-moz-border-radius: 5px;
}


div#new-services {
	border-top: 1px solid #aeaeae;
	padding-top: 5px;
	margin-top: 20px;
}

.align-right {
    float: right;
    padding-left: 1em;
    margin-left: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #4080ff;
}

/* Footer */

#footer
{
	-moz-box-sizing: border-box;
	padding: 15px 5px 0px 150px;
	text-align: center;
	font-size: 0.95em;
	background: #fff;
}

#address {
	float: left;
	width: 620px;
}

#bflink
{
	margin-top: 8px;
	text-align: right;
	font-size: 0.8em;
	float: right;
	width: 175px;
}

#bflink a
{
	color: #000000;
	text-decoration: none;
}

#bflink a:hover
{
	text-decoration: underline;
}

#ft-links {
	float: left;
	width: 175px;
}

#networks {
	float: right;
}

#networks p {
	float: left;
	margin: 7px 12px 0 0;
	font-style: italic;
}

/* Contact Form */

form#contactform {
	margin: 2em auto;
	width: 40em;
}
	
form#contactform fieldset {
	width: 36em;
	border: none;
	padding-bottom: 1em;
}
	
form#contactform legend {
	border: 1px solid #999;
	padding: 0.2em 0.8em;
	font-weight: bold;
}
	
form#contactform label {
	font-weight: bold;
	text-align: right;
	padding: 0 0.8em 0 0;
	margin-top: 0.3em;
	width: 9em;
	display: block;
	float: left;
}
	
form#contactform p.leftspacing {
	margin-left: 9em;
}
	
form#contactform input, form#contactform textarea {
	margin-top: 0.5em;
	width: 24.3em;
	border: 1px solid silver;
	padding: 5px;
}
	
form#contactform input:hover, form#contactform textarea:hover {
	border-color: gray;
}
	
form#contactform input:focus, form#contactform textarea:focus {
	border-color: black;
}
	
form#contactform textarea {
	width: 20.6em;
}
	
form#contactform button {
	float: right;
	margin-top: 1em;
	margin-right: 3.5em;
	width: 7.7em;
}
#homepage-img {
	margin: 0 0 10px 0;
}
/* MAP */

#map {
	width: 500px;
	height: 400px;
	margin: 0 auto 20px;
}



/* Misc */

/* >> CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;visibility:hidden;}.clearfix:after{clear:both;}.clearfix{zoom:1;}
