/* General */

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

body {
	font-family: helvetica;
	background-color: #00704d;
}

a img { border: 0; }
a:hover img { border: 0; }
a:visited img { border: 0; }

/* Header Section */


#header {
	background-image: url('img/headerBG.png');
	background-position: top;
	background-repeat: repeat-x;

	height: 108px;
}

#headerContainer {
	overflow: auto;
}

#headerLogo { 
	margin: 19px 0px 19px 20px;
	width: 291px; 
}

#headerLogo img { 
	border: 0px;
}

#headerRight {
	margin: 12px 0px 0px 0px;
}

.tapiola {
	position: relative;
	right: -4px;
}



/* Upper Content Section */

#contentUpper {
	background: #ffffff;
}

#contentUpperContainer {
	overflow: hidden;
	margin: 0px auto;
	width: 860px;
	padding: 30px 20px;
}



/* Lower Content Section */

#contentLower {
	background-color: #E4E4E4;
	background-image: url('img/lowerContentGradient.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

#contentLowerClinics, #contentLowerNotifications {
	overflow: hidden;
	margin: 0px auto;
	width: 860px;
}

#contentLowerClinics {
	padding: 30px 20px 20px 20px;	
}

#contentLowerNotifications {
	padding: 0px 20px 100px 20px;
	background: url('img/catTop.png') no-repeat left bottom;
}



/* Clinic Boxes*/

.clinic {
	width: 260px;
	font-family: georgia;
	color: #333333;
}

.clinic a:link, .clinic a:visited, .clinic a:active {
	border: 0px;
	color: #333333;
	text-decoration: none;
}

.green a:link, .green a:visited, .green a:active {
	color: #006746;
}

.gray a:link, .gray a:visited, .gray a:active {
	color: #999999;
}

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

.clinic h1, .clinic h2, .clinic h3 {
	font-weight: normal;
}

.clinic h2 {
	font-size: 1.1em;
	font-style: italic;
	color: #999999;
	line-height: 1em;

}

.clinic h3 {
	font-size: 1.8em;
	color: #006746;

}

.clinic p {
	margin-top: 5px;
	position: relative;
	top: +4px;
}

.button {
	margin-top: 10px;
	position: relative;
	left: -2px;
	border: 0px;
}

.longtop {
	margin-top: 66px;
}



/* Notifications */

.notification {
	padding: 6px 7px;
	overflow: hidden;
	color: #ffffff;
}

.noteText {
	font-size: 13px;
}

.noteDate {
	font-weight: bold;
	font-size: 14px;
}

.noteLink {
	font-size: 12px;
}

.notification a:link, .notification a:visited, .notification a:active {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 3px;
}

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

.news li {
	height:25px; 
	width:830px; 
	padding:5px 10px 0 10px; 
	clear: both; 
	list-style-type: none; 
	color: #ffffff; 
	background-color:#c0005c; 
	margin-bottom:10px; 
	text-align:left;
}

.news li a { color: #ffffff; }


/* Footer Section*/

#footer {
	background-image: url('img/footerBG.png');
	background-position: top;
	background-repeat: repeat-x;
}

#footerContainer {
	width: 770px;
	margin: 0px auto;
	background: url('img/catBottom.png') no-repeat left top;
	padding: 20px 20px 20px 110px;
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
}

#footerContactDetails {
	padding-bottom: 20px;
	overflow: hidden;
}

.contactDetails {
	color: #ffffff;
	margin-right: 40px;
}

.contactTopic {
	font-weight: bold;
}

.pricelisting {
	color: #ffffff;
	padding-bottom: 20px;
}

.description {
	color: #c8e7de;
}



/* Attributes */

.center {
	width: 900px;
	margin: 0px auto;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#specialInfoContainer {

	line-height: 1.3em;
	color: #424242;
	
	overflow: hidden;
	margin: 0px auto;
	width: 660px;
}

#specialInfoContainer h3 {
	padding-bottom: 0.5em;	
}

#specialInfoContainer p {
	font-size: 90%;	
}

#specialInfo {

	background-color: #FCFFB1;
	text-align: center;

	padding: 0.5em;
	border: 1px solid #C8C8C8;
	margin-right: 7em;
}