@charset "utf-8";
/* CSS Document */

body
	{
	background-image:url(images/tile_background.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	}
	
.wrapper
	{
	width:790px;
	margin:auto;
	position:relative;
	margin-top:50px;
	background-color:#FFF;
	z-index:0;
	}
	
ul.services
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
ul.services li
	{
	line-height:24px;
	background-image:url(images/dots.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	text-indent:25px;
	}
	
ul.services li a
	{
	text-decoration:none;
	color:#666;
	}
	
ul.services li a:hover
	{
	text-decoration: underline;
	color:#000099;
	}
	
	
h1
	{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#095d7b;
	}	
	
h2 a
	{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#146481;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
	}

h2 a:hover
	{
	text-decoration:underline;
	}

p, ol	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	}
	
.more a
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003399;
	text-decoration:none;
	width:100px;
	margin-left:315px;
	}
	
.more a:hover
	{
	text-decoration:underline;
	}
	
.clear
	{
	clear:both;
	}
	
.copyright
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	width:790px;
	margin:auto;
	padding-top:10px;
	font-weight:bold;
	position:relative;
	}

#seal
	{
	position:absolute;
	left:700px;
	top:300px;
	height:146px;
	width:161px;
	z-index:3;
	}
	
ul.menu
	{
	width: 392px;
	height: 55px;
	position:absolute;
	left:325px;
	top:4px;
	z-index:5;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
ul.menu li
	{
	display:inline;
	float:left;
	text-align:center;
	}

ul.menu a
	{
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	display:block;
	text-decoration:none;
	width:98px;
	padding-top:37px;
	padding-bottom:6px;
	}

ul.menu a:hover
	{
	background-image:url(images/beige_grad2.gif);
	background-repeat:repeat-x;
	}
	
.left_grad
	{
	background-image:url(images/left_grad.jpg);
	background-repeat:repeat-y;
	width:8px;
	}
	
.right_grad
	{
	background-image:url(images/right_grad.jpg);
	background-repeat:repeat-y;
	width:8px;
	}
	
.facilities
	{
	width:100%;
	height:450px;
	background-image:url(images/facilities_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
.testimonials
	{
	width:100%;
	height:900px;
	background-image:url(images/testimonial3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
h3
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a35b3;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}

.mailto
	{
	color:#666;
	}	

.map 
	{
	float:left; 
	width:140px; 
	height:20px; 
	margin-top:410px; 
	margin-left:-130px; 
	}
	
.map a
	{
	display:block;
	text-decoration:none;
	}
	
.hide
	{
	visibility:hidden;
	}
	
label
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:bold;
	}
	
input
	{
	width:200px;
	border:1px solid #ccc;
	margin-top:15px;
	}
	
.submit
	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:80px;
	height:25px;
	margin-left:13px;
	border:1px solid #ccc;
	}
	
.services_page
	{
	width:100%;
	height:1500px;
	background-image:url(images/services_background.jpg);
	background-repeat:no-repeat;
	}