@charset "UTF-8";
/* --- Stylesheet for proscoe.ca --- */

/* this section sets  up the colours, fonts, and blockquote formats */

body {
	margin: 0px;
	color: #68876f;
	font-size: 12px;
	font-family: Arial, Verdana, Univers;
	background-color: #68876f;
}


h1 { color: #11280c; font-size: 16px; font-weight: normal; margin: 3px 0px 25px 0px; }
h2 { color: #c4cfc0; font-size: 16px; font-weight: normal; margin: 0px 0px 0px 0px; }
h3 { color: #11280c; font-size: 14px; font-weight: normal; margin: 0px 0px 0px 0px; }

.contentright h2 {color: #11280c;}

.contentright p {color: #68876f;
				 padding: 0px;
				 }

blockquote {
	margin-right: 15px;
	margin-left: 15px;
}

.li  {
	color: #68876f;
	list-style-type: square;
	list-style-position: inside;
	letter-spacing: normal;
	text-indent: 20px;
	display: list-item;
	left: 20px;
	line-height: 18px;
	
}


a  {color: #11280c;
	text-decoration: none;
}
a:visited  { color: #11280c; }
a:hover    { color: #6c4a7a; }

/* This is the repeating image across the top */

.topBanner {
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	background-image: url(../images/top_image.jpg)
}	

/* This is the main container for the page */

.container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #c4cfc0;
}

/* Banner Area */

.bannerArea {
	width: 908px;
	height: 85px;
	background-image: url(../images/shadow_bar.jpg);
	background-repeat: repeat-x;
}

.bannerNav {
	margin-left: 15px;
	margin-top: 35px;
	color: #68876f;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 10px 0px 0px;
	#margin-left: 20px;	/* for IE */
}

.bannerNav a{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #11280c;
	text-decoration: none;
}

.bannerNav a:visited {color: #68876f;
}

.bannerNav a:hover{color: #6c4a7a;
}

.toplogo {
	margin-left: 0px;
	padding-top: 10px;
	float:left;
}

/* The actual navigation bar in this area is a server side include*/
.navigationArea {
	width: 908px;
	border-bottom: solid;
	border-color: #68876f;
	border-width: 1px;
}

/* CONTENT AREA - this is everything below the banner and above the footer */

.contentArea {
	width: 908px;
	padding-top: 30px;
	padding-bottom: 20px;
} 
	.contentleft {
	width: 550px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}


/* NEW PATIENT FORMS - the styles below reshape the content left div on the intake_a and intake_p pages*/

.container .contentArea #intake_page {
	float: left;
	width: 700px;
	
}

/* This formats the blockquote under the map and the address text on the contact us page. */

.contentleft blockquote #map {
	border: thin solid #11280c;	
}

.contentright {
	width: 270px;
	float: left;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

/* this section formats the fee schedule table on naturopathy page*/

.contentleft #fees {
	border: none;
	padding: 0px;
}
.contentleft #fees caption {
	font-weight: bold;
	
}

/* FOOTER AREA - this formats the footer areas */

.footerArea {
	width: 908px;
	height: 88px;

}

.footernav {
	padding-top: 10px;
	padding-right: 32px;
	float: right;
	color: #11280c;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
	
.footernav: a {
	color: #68876f;
	text-decoration: none;
}

.footernav a:hover {
	color: #6c4a7a;
	text-decoration: none;
}

.copyright {
	border-top: solid;
	border-color: #68876f;
	border-width: 1px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #68876f;
	font-size: 12px;

}

