/*
This div is applies to the greed bar at the top of the page
*/
#header 
{
	
	background:url(Background.png); 
	
}

#navigation 
{
	float: left; 
	width: 20%;
	background : #98FB98;
}

/*
This code applies to the picture at the bottom left hand corner of the page
*/
#sign
{
	width:100%;
	height:auto;
}

/*
This code applies the relevant styles to an un-oredered list
*/
li{
	color:black;
	list-style-type:none;
}



/*
The right div cointains the surgery adress and telephone number
*/
#right 
{
	float:right;
	width: 14%;
	background:#98FB98;
}

/*
This code applies to the picture at the top right hand corner of the page
*/
#logo
{
	width:100%;
	height:auto;
}


/*
this piece of code applies to the paragraph adress
*/
#adress
{
	text-align:center;
	font-family:Andalus;
	background:#98FB98;
	font-size:1.125em;
}

/*
This is the main title of the page
*/
#title 
{
	height:15%;
	width :55%;
	
	
}


#subheading 
{
	background:#98FB98;
	width:60%;
	height:6%;
	font-family:Andalus;
}


/*
This is the main body of the text
*/
#mainbody 
{
	
	padding-top:1%;
	padding-left:1%;
	height: 80%;
		
}

#testimonial
{
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	Width:60%;
	background:#98FB98;

}

#testimonial1
{
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	bottom:10px;
	Width:60%;
	background:#98FB98;

}

/*
This image appears on the index page only
*/
#waitingRoom
{
	float:right;
	margin-right:5%;
	padding-left:1%;
	padding-right:1%;
	width: auto;
	height: auto;
}	

/*
Refers to the bottom of the page
*/
#footer 	
{
	word-spacing: 20px;
	float:left;
	width: 100%;
	background : #98FB98;
	text-align:center;
	font-family:Andalus;
}

#validation
{
	float:left;
	width: 100%;
}

/*
This heading appears at the top of the page
*/
h1{
	text-align:center;
	font-size:2em;
	font-family:Andalus;

}
/*
This header appears at the top of the navigation bar
*/
h3{
	text-align:center;
	font-family:Andalus;
}

a:link    {color:black} /*the link will always appear black at first sight*/
a:visited {color:purple} /*The link will turn purple once visited*/
a:active  {color:red} /* The link will turn red when active*/
a:hover   {color:blue} /*when the mouse rools over the hyperlink the image turns blue*/

/*
This piece of code sets the styling for the unordered list nav
*/
#nav{
	position:relative; 
	right:15px;
	text-align:left;
	font-size:1em;
	font-family:Andalus;
	text-decoration:none;
	list-style-type:none;
}

/*
This code refers to the unordered list sub
*/

#sub
{
	position:relative; 
	right:20px;
	list-style-type:none;
}

p.p{
	font-size:1.125em;
	font-family:Arial;
	text-align:left;

}

p.p1{
	font-size:1.125em;
	font-family:Arial;
	text-align:left;
	font-style:italic;
	
}


ul.list { font-size:1.125em; font-family:Arial; }	

li.bulletpoints{list-style-type:square; margin-left:20%; margin-right:20%; margin-bottom:2%;}

td.tabletext{; font-size:1.125em; font-family:Arial;}
