/****** SITEWIDE STYLES ******/

html{
	font-size:100%;
	}	


body{
	font-size:1em;
/*	background:url(../images/background.png) repeat top left; */
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:0;
	text-align:center;
	}
	
a{
	cursor:pointer;
	outline:none;
	}
	
	a img{
	border:0;
	}
	
	a:link, a:visited, a:active{
		color: #000000;
		text-decoration: underline;
		}

	a:hover {
		text-decoration: underline;
		color: #007BC5;
		}
		
		/* RED TEXT FOR BROCHURE LINKS */
	
		a.red:link{
			color:#FF0000;
			}
		
		a.red:visited {
			text-decoration: none;
			color: #FF0000;
			}
		a.red:hover{
			text-decoration: none;
			color: #0000FF;
			}
			
		a.red:active{
			text-decoration: none;
			color: #FF0000;
			}
	
h1{
	font-size:1.125em;
	line-height:1em;
	margin:1em;
	font-weight:300;
	}
	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.750em;
	line-height:1.25em;
	text-indent:1em;	
	}
	
	p img{
		float:left;
		margin:0 .50em .50em 0;
		border:1px solid black;
		}
		
ul.norm{
	list-style-type:none;
	}
		
ul.norm li{
	font-size:.80em;
	line-height:1em;
	padding-bottom:1em;
	list-style-image:url(../images/ul_paw.gif);
	}
	
	ul.norm li ul{
		font-size:1.3em;
		margin-top:10px;
		}
	
.style1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
	
.style2{
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.style3{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.style4{
	color: #2089CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
.style5{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
.style7{
	font-size: 24px
	}
	
.style8{
	color: #2089CA;
	font-size: .80em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.style9 {
	font-size: .80em
	}
.style10 {
	font-size: 16px
	}

.style11 {
	color: #FF0000;
	font-weight: bold;
	}
	
.style13 {
	font-family: Arial, Helvetica, sans-serif; font-size: .80em;
	}
	
.aligncenter{
	text-align:center;
	}
	
/****** PAGE STRUCTURE ******/

#wrap{
	width:1000px;
	padding-top:10px;
	background:transparent;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
	
#left{
	width:252px;
	float:left;
	text-align:center;
	}
	
	/****** MAIN MENU STYLES ******/

	#mainNav{
	width:748px;
	float:left;
	padding-top:.315em;
	}
	
	* html #mainNav{
		clear:both;
		}
	
	#mainNav ul{
		list-style-type:none;
		padding:0;
		margin:0;
		}
		
	#mainNav li{
		float:left;
		margin-right:0.126em;
		}
		
		#mainNav li a{
			background-color:#ACC3E4;
			font-size:.756em;
			height:2em;
			line-height:2em;
			padding:0 0.315em 0 .315em;
			display:block;
			color:#000;
			font-weight:bold;
			text-decoration:none;
			text-align:center;
			}
			
			#mainNav li a:hover{
				color: #2089CA;
				}
				
		#mainNav li ul{
			display:none;
			clear:both;
			width:10em; /* Width for Opera */
			}

			#mainNav li:hover ul{
				display:block;
				position:absolute;
				margin:0;
				padding:0;
				}
				
			#mainNav li ul li a{
				color:#4A4747;
				background-color:#ACC3E4 !important;
				}
				
			#mainNav li:hover li a{
			width:10em;
			clear:both;
			text-align:left;
			text-indent:.5em;
			}
			
	/****** STICKY MENU STYLES ******/

	#home #m1 #home-button, #emergency #m1 #emergency-button, #ophthalmology #m1 #ophthalmology-button, #ophthalmology #m1 #specialist-button, #payments #m1 #payments-button, #doctors #m1 #doctors-button, #doctors #m1 #about-button, #staff #m1 #staff-button, #staff #m1 #about-button, #management #m1 #management-button, #management #m1 #about-button, #links #m1 #links-button, #referrals #m1 #referrals-button, #referral-form #m1 #referrals-button, #history #m1 #history-button, #history #m1 #about-button, #tour #m1 #tour-button, #tour #m1 #about-button{
		color:#2089CA;
		background:#C8D8EF;
		}
	
#right{
	width: 748px;
	float:left;
	padding-bottom:.63em;
	}
	
	* html #right{
		clear:both;
		}
	
		#content{
			width:710px;
			min-height:440px;
			background-color:#C8D8EF;
			border-top:0.063em solid #C8D8EF;
			padding:.50em;
			float:left;
			}
			
			.dr_box, .dr_box2{
				overflow:hidden;
				padding:0.063em 0.315em 0.063em 0.315em;
				font-family: Arial, Helvetica, sans-serif;
				}
			.dr_box{
				background-color:#DEE4EC;
				}
				
				#content div.dr_box img, #content div.dr_box2 img{
					width:100px;
					height:auto;
						}
						
#footer{
	padding-top:5px;
	text-align:center;
	font-size:.65em;
	clear:both;
	}
	
/****** REFERRAL FORM STYLES ******/

form ul{
	list-style-type:none;
	}
	
form fieldset{
	width:98%;
	border:1px solid black;
	padding:0;
	margin:0;
	margin-bottom:10px;
	padding:10px 0 10px 10px;
	}
	
form#patient-referral-form legend{
	font-weight:bold;
	color: #2089CA;
	}
	
form#patient-referral-form label{
	text-decoration:none;
	font-weight:bold;
	}
	
form#patient-referral-form textarea, form#patient-referral-form input{
	margin-bottom:10px;
	}


form#patient-referral-form textarea:focus, form#patient-referral-form input:focus{
		background-color:#EBEBEC;
		color: #2089CA;
		}
	
	
form#patient-referral-form ul#referTypes{
	float:left;
	padding:10px 0 10px 0;
	margin-left:100px;
	}
	
	form#patient-referral-form ul#referTypes li{
		display:block;
		float:left;
		width:200px;
		padding:0 0 5px 0;
		font-weight:bold;
		}
		
form#patient-referral-form ul#doctors{
	margin-left:13px;
	}
	
	form#patient-referral-form ul#doctors li{
		display:inline;
		float:left;
		width:250px;
		}

	dl{
	margin:0;
	margin-bottom:10px;
	}

	dd{
	text-indent:25px;
	width:250px;
	font-weight:normal;
	}

	dd.referral-type{
	text-indent:0;
	font-weight:bold;
	}

	label{
	position: relative;
	top:-3px;
	text-decoration:underline;
	}
	
/****** IMAGE GALLERY (TOUR) STYLES ******/

#loadarea{
	width:490px;
	height:auto;
	text-align:center;
	margin-top:3px;
	border: 1px solid black;
	float:left;
	}
	
	#loadarea img{
		width:490px;
		height:auto;
		}
	
table#thumbnails{
	width:180px;
	float:right;
	}
	
	table#thumbnails  a img{
		border:1px solid #000;
		}
		
		table#thumbnails a:hover img{
			border:1px solid #2089CA;
			}
	