/* 
STYLE SHEET FOR BEDFORDHILLFAMILYPRACTICE WEB SITE
Created by: Eugene Aliphon
URL:		www.aliphon.com
Version:	1.0
Date:		16 August 2006

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. forms
	7. tables
	8. hacks

Notes:

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

body {
	background-color: #003366;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:76%;
	color: #FFFFFF;
	text-align: center;
}
#content a {
	text-decoration: none;
	color:#FF6600;
}
#content a:link {

}
#content a:visited {
}

#content a:hover {
	background-color: #FF6600;
	color:#FFFFFF;
}
		
#content a:active {
   color: #333333;
}
/*  --------- 2. structure  --------- */
		
#pageWrapper {
	top:0;
	left:0;
	padding: 5px;
	width:100%;
	height:auto;
	min-height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
	
html>body #pageWrapper {
    height: auto;
}	

.blankDiv {
	clear:both;
	height:auto;
}

/*=============================================================================================*/	
/*	Header	*/
/*=============================================================================================*/	
#top {
	top:0;
	left:0;
	width:auto;
	margin-right:10px;
	position:relative;
	z-index:99;
	background-color:#6699FF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:4px;
}
	#siteName {
		width:100%;
		position:relative;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		padding-top: 10px;
	}			
	
		#logo {
			width:60px;
			height:60px;
			left:0px;
			position:absolute;
			font-size:0.1em;
			display:none;
			visibility: visible;
		}
/*=============================================================================================*/		


/*=============================================================================================*/		
/* Menu Wrapper */
/*=============================================================================================*/		
#navWrapper
{
	top:88px;
	left:5px;
	width: 168px;
	float: left;
	clear:none;	
	position:absolute;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:4px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #333;
	background-color: #90BADE;	
	z-index: 20;
	text-align:center;
}

.menuHeadings {
	top:0;
	position:relative;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;
	color:#FFFFFF;
	margin-right:0;
	background-color:#003366;
}

#navWrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navWrapper li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#navWrapper li a {
	display: block;
	text-align:left;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #6699FF;
	color: #003464;
	text-decoration: none;
}

html>body #navWrapper li a { width: auto; }

#navWrapper li a:hover
{
	background-color: #1958b7;
	color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFDD;
	border-left-color: #2586d7;
}

#navWrapper a em {
	font-style: normal;
	text-decoration: underline;
}

/* Fix for access key functions in IE */
.ie_fix a { text-decoration:none;}


/*=============================================================================================*/		
/* Content Wrapper */
/*=============================================================================================*/		
#contentWrapper {
	top:0;
	right:0;
	clear:none;
	position:relative;
	padding: 3px;
	z-index: 10;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:4px;
	min-height: 100%;
	
	margin-left: 180px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
	#content {
/*		font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;*/
		font-family:"Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:1.1em;
		text-align:justify;
		color:#000000;
		background-color:#F9F2F2;
		position: relative;
		width:auto;
		height:auto;
		padding: 10px;
	}
	#content:after { 
		display: block;
		height: 0; 
		clear: both; 
	}
	#content h1 {
	border:1px solid #FFAC75;
	color:#000099;
	padding:2px;
	text-align:center;
	margin-bottom:10px;
	background-color: #FFE4CA;
	font-weight: bold;
	font-size:1.8em;
	font-family:"Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	}

	#link {
	font-size:1em;
	font-style:normal;
	font-weight:580;
	color: #965703;
	text-decoration:none;
	}	
	
		#link:hover {
			font-size:1em;
			font-style:normal;
			font-weight:500;
			color: #333;			
			border-bottom:1px solid #666666;
			background-color: #BBCAEE;
			text-decoration:none;
		}
		
	#surgeryImg {
		margin-left:0;
		margin-top:5px;
		margin-bottom:5px;
		margin-right:8px;
		float: left;
		width:360px;		
		overflow:hidden;
		position:relative;
	}
	
	#rssRight {
		text-align:right;
		margin-right:0;
		height:1%;
		float:right;
		clear:none;
	}

/*=============================================================================================*/		
/* Services */
/*=============================================================================================*/		
#tocWrapper {
	top:0;
	width:100%;
	position:relative;

	margin-bottom:30px;
	border:#000099 1px solid;
	background-color:#90BADE;
}

#tocWrapper ul {
	list-style:none;
}

#tocWrapper li {
	margin:2px;
}

#tocWrapper li a {
	width:100%;
	padding:2px;
	color:#000000;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	text-align:center;
	background-color:#6699FF;
	display:block;
	text-decoration:none;
}

html>body #tocWrapper li a {
	width:auto;
}

#tocWrapper li a:hover {
	background-color:#000099;
}

.svc {
	border:3px solid #003366;
	background-color:#FFEFDF;
}

.svcHEAD {
	background-color:#003366;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:7px;
}

.svcTEXT {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
}

.svcTEXT table {
	border-collapse:collapse;
}

.svcTEXT td {
	border:2px solid #666666;
	padding:4px;
}

.svcTEXT li {
	list-style:inside;
	list-style-type:square;
}


.topage {
	text-align:center;
	padding:10px;
}

/*=============================================================================================*/		
/* Footer */
/*=============================================================================================*/		
#footWrapper {
	left:0;
	width:auto;
	position:absolute;
	margin:5px;
	margin-bottom:0;
	margin-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#6699FF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:4px;
	vertical-align:middle;
	clear:both;
	visibility:hidden;
}
	#footer {
		width:auto;
		text-align:center;
		left:0;
		position:relative;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
		color:#000000;
	}

#footWrapper a {
	color:#000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

#footWrapper a:hover {
	color:#FFFFFF;
	background-color:#000066;
}

/* =============================================================================================*/
.separator {
	clear: both;
	height: 0;
}

/* ---------- 3. links and navigation ---------- */

.skiplink {
	display:none;
}


/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
}

h1 {
}

h2 {
}

h3 {
}
		
h4 {
}

p {
}

ul {
	list-style-type: none;
}

/* ---------- 5. images ---------- */

a img {
	border:0;
}

/* -------------6. Forms ----------------*/
.formBtnDiv{
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
	vertical-align:middle;
}

.formBtn {
	padding:5px;
	border:#0066CC 1px solid;
	background-color:#A4D1FF;	
}

input.formBtn:hover {
	background-color:#007EBB;
	color:#FFFFFF;
}

#feedbackForm fieldset{
	top:0;
	width:500px;
	height:auto;
/* ---Fixes IE fieldset background color overlap --- */
	position:relative;
/*---------------------------------------------------*/		
	padding:8px;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	border:#0033CC 1px solid;
	background-color:#DDF0FF;
}

#feedbackForm legend {
/* ---Fixes IE fieldset background color overlap --- */
	top: -0.8em; 
	left: 0.5em;
	position:absolute;
/*---------------------------------------------------*/	
	padding:3px;
	padding-left:9px;
	padding-right:9px;
	border:#000099 1px solid;
	background-color:#A4D1FF;
	color:#666666;
}

#feedbackForm label {
	top:0;
	width:160px;
	padding-left:10px;
	display:table-caption;
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
}

#feedbackForm label,input, select, textarea {
	margin-top:10px;
}
		
/* ---------- 7. tables ---------- */
.table_1 {
	top:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:30px;
	border:1px solid #3300CC;
	caption-side:top;
	display:table;
}

.table_1 caption {
	background-color:#3399FF;
	border:#000066 1px solid;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2em;
	font-weight:bold;
	display:table-caption;
	border-collapse:collapse;
}

.table_1 th {
	background-color:#666666;
	color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:2px;
	padding:6px;	
	font-size: 1em;
	border:1px solid #999999;
	border-top:none;
	border-collapse:collapse;
}

.table_1 td {
	text-align:left;
	color:#333366;
	padding:5px;
	overflow:visible;
	height:auto;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}

.table_1 tr.even td {
	background-color:#C6E2FF;
	overflow:visible;
	height:auto;		
}

.table_1 tr.odd td {
	background-color:#F8F1F1;
	overflow:visible;
	height:auto;	
}


/* ------8. hacks -------*/


