.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clr{clear:both;visibility:hidden;}
.rel{position:relative;}
.abs{position:absolute;}
.hide{display:none;}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background: #f2f4f0 url('../images/clinic_bg.jpg') no-repeat top center;
	font-family: Arial, sans-serif;
}

body * {
	margin: 0;
	padding: 0;
}

pre {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #600 !important;
}

ul {
	list-style: none;
}

img {
	border: none;
}

p {
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.copy p {
	margin-bottom: 0.9em;
}

#bg {
	background: transparent url('../images/header_bg.jpg') repeat-x top left;
}

#container {
	width: 970px;
	margin: 0 auto;
}

#header {

}

#top {
	height: 79px;
	position: relative;
}

#logo {
	margin: 0;
	float: left; 
	display: inline; 
	background: url('../images/logo.jpg') no-repeat;
	width: 365px;
	height: 78px;
	text-indent: -9999px;
}

#logo a {
	display: block; 
	position: relative; 
	width: 365px;
	height: 78px;
	text-indent: -9999px;
	overflow: hidden;
}

#loginform {
	position: absolute;
	left: 404px;
	top: 35px;
	width: 550px;
}

#loginform label {
	font-size: 1.2em;
	font-weight: bold;
	color: #f2f4f0;
	margin-right: 10px;
}

#loginform input {
	vertical-align: top;
	margin-right: 10px;
}

#username, #password {
	width: 138px;
	background: url('../images/input_bg.jpg') no-repeat top left;
	border: none;
	padding: 1px 4px;
	margin-top: -2px;
}

#loginbtn {
	position: relative;
	top: -8px;
}

#content {
	width: 940px;
	margin: 0 auto;
}

#content2 {
	background: transparent url('../images/grey.gif') repeat-y 712px 44px;
}

#polaroids {
	position: relative;
	height: 470px;
}

#career_opp {
	position: absolute;
	top: 0px;
	right: 0px;
}

#oshawa_clinic {
	position: absolute;
	top: 28px;
	left: 319px;
}

#taunton_clinic {
	position: absolute;
	top: 48px;
	left: 599px;
}

#courtice_clinic {
	position: absolute;
	top: 45px;
	left: 38px;
}

#enterbtn {
	position: absolute;
	top: 415px;
	left: 385px;
}

.dotted_rule, .clearing_rule {
	background: transparent url('../images/dots_bg.gif') repeat-x top left;
	height: 2px;
}

.rulemargin1 {
	margin: 0 0 23px;	
}

.rulemargin2 {
	margin: 23px 0 0 !important;
}

.clearing_rule {
	clear: both;
}


#intro {
	position: relative;
	float: left;
	width: 520px;
	margin-left: 52px;
	display: inline;
}

#news {
	position: relative;
	width: 330px;
	float: right;
	padding-left: 18px;
	border-left: 1px solid #58595b;
}


#welcometxt {
	font-size: 22px;
	width: 450px;
	margin: 0;
	color:	#58595b;
}

#whatsnewtxt {
	font-size: 22px;
	width: 200px;
	margin: 0;
	color:	#58595b;
}

.paragraph p {
	font-size: 1.2em;
	color: #58595b;
	margin: 0 0 1.4em 0; 
}

.paragraph a {
	color: #6196de;
	font-weight: bold;
	text-decoration: none;
}

.paragraph a:hover {
	text-decoration: underline;
}

.newsitem {
	padding-top: 16px;
	border-top: 1px solid #58595b;
	margin-top: 18px;
}

.newsitem.first {
	padding: 0;
	border: none;
	margin: 0;
}

.newsitem h3 {
	color: #6196de;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 0.25em 0;
}

.newsitem p {
	color: #58595b;
	font-size: 1.2em;
	margin: 0;
}

.newsitem p a {
	color: #58595b;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	margin-top: 16px;
}

#footer p {
	color: #58595b;
	font-size: 1.2em;
}

#footer span {
	word-spacing: 8px;
}

#footer a {
	color: #58595b;
	text-decoration: none;
}

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

#footer img {
	vertical-align: middle;
	margin-left: 10px;
}

#citruslogo {
	float: right;
}

#citruslogo img {
	vertical-align: top;
	margin-top: -6px;
}


/* STUFF FOR INTERIOR PAGES */

#interior_head {
	height: 42px;
	position: relative;
}

#flashnav {
	height: 400px;
	width: 204px;
	float: left;
}

#interior {
	width: 490px;
	padding-right: 16px;
	padding-left: 10px;
	float: left;
	color: #58595b;	
}

#interior p {
	margin-top: 16px;
	font-size: 1.2em;
}

#interior p.first {
	margin-top: 0px;
}

#interior a {
	color: #6196de;
	font-weight: bold;
	text-decoration: none;
}


#interior h1.title {
	font-size: 2.2em;
	color: #58595b;
}

#interior h2.title {
	font-size: 1.8em;
	color: #6196de;
	margin: 0 0 8px;
}

#interior h3.title {
	font-size: 1.8em;
	color: #58595b;
	margin: 25px 0 0px;
}

#interior ul.list { list-style-type: disc; padding-left: 20px; margin-bottom: 15px; }


#rightside {
	width: 238px;
	padding: 0px 0px 0px 10px;
	float: right;
}


#rightside h1.title {
	font-size: 1.6em;
	color: #58595b;
	margin-bottom: 10px;
}

#rightside p {
	font-size: 1.2em;
	color: #58595b;
}

#rightside a {
	color: #6196de;
	font-weight: bold;
	text-decoration: none;
}

div.clinic_image {
	position: relative;
	height: 117px;
}

.mapContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 512px;
	padding: 12px;
	background: #fff;	
	border: 1px solid #6195de;
	z-index: 90210;
}

.map {
	width: 512px;
	height: 384px;
	margin: 0 auto;
}

.mapContainer button {
	float: right;
}

.breadcrumbs {
	font-size: 1.2em !important;
	color: #6196de !important;
	margin-top: 0 !important;
}

.breadcrumbs li {
	display: inline;
	margin-right: 4px;
}

.breadcrumbs li a {
	color: #6196de !important;
	font-weight: normal !important;
}
