* {margin:0;
		padding:0;
		}

body { font-family: Arial, Helvetica, sans-serif;
		background: #fff url(assets/images/bgrepeat.jpg) repeat-x fixed;
		}

p { font-size: 12px;
	line-height: 18px;
	margin-bottom:10px;}

h1 { font-size: 24px;
	 font-weight: bold;
	 color:#00366E;
	 font-family:"Times New Roman", Times, serif;
	 margin-bottom:10px;
}

h2 { font-size: 16px;
	 font-weight: bold;
	 color: #333;
	 margin:5px;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#406A93;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#039;}

a:hover { text-decoration: underline;
	color:#666;}

li { font-size: 12px;
	 line-height: 14px;}

ul {margin-left:20px;
}

.imgborder { BORDER: #333 1px solid;
	margin:5px;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left: 1px solid #000;}
			  
.box {width:143px;
		background: none;
		color:#fff;
		font:bold "Times New Roman", Times, serif;
		text-transform: uppercase;
		text-align:center;
		margin:0;
		padding:6px 0;
		}
	.box a {
		font: bold Arial, Helvetica, sans-serif;
		color: #000;
	}
.box2 {width:125px;
		background-color:#7a7a7a;
		color:#fff;
		font:bold "Times New Roman", Times, serif;
		text-transform: uppercase;
		text-align:center;
		margin:0;
		padding:3px 0;
		}
.box2 a {text-decoration:none;
	}
.box2 a:hover {text-decoration:none;
	}
		
.care {color:#B61434;
	font-size:18px;
	font-style:italic;
	text-align:left;
	_text-align:center; /*only IE recognizes _*/
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
table.services p {margin:0;
}			  
hr {color:#000;
	background:#000;
	height:1px;
	border:0;}
			  
/* Custom Forms -- Just change the colors */

/* old

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
	width: 175px;
	height: 15px;
	padding-left: 10px;
}

*/
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 175px;
	height: 20px;
	padding-left: 10px;
}
.fields option {
	padding-left: 10px;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #fff;
	border-left-color: #fff;
	padding: 0.25em;
	background-color: #000099;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */

/* DIV IDS */

#center {margin-left:auto;
margin-right:auto;
width:760px;
}

#wrapper {width:766px;
		border: solid 2px #FFF;
		background-color:#FFF;
		float:left;
		}
		
#header {background: purple url(assets/images/header2.jpg) no-repeat;
		width:766px;
		height: 97px;
		float:left;
		}
		
#flashHeader {width:766px;
		height:	157px;
		float:left;
		background:url(assets/images/animation.jpg) no-repeat;
		}
		
#nav {width:766px;
		height:21px;
		float:left;
		background-color:#FFF;
		border-bottom: #000 double;
		text-align:center;
		border-right:1px solid #000;
		}
		
#nav ul {list-style-type:none;
		width: 765px;
		margin-left:0;
		}		
		
#nav li {
		float:left;
		line-height:21px;
		border-left:1px solid #000;
		padding:0px;
		}
		
#nav a {
		display:block;
		color:#00356B;
		padding:0px 7px 0px 8px; /*sets the spacing between the lis for the top horizontal nav*/
		}
#nav li.last a {
	/*padding: 0px 6px 0px 7px;*/
	}
		
#nav a:hover {
		display:block;
		color:#FFF;
		background-color:#00356B;
		text-decoration:none;
		}
		
#content {width:744px;
		background: #FFF url(assets/images/contentrepeat.jpg) repeat-y;
		float:left;
		}
		
#leftColumn {width:125px;
		float:left;
		padding-top: 20px;
		}
		
#leftColumn h2{background: url(assets/images/servicesheader.jpg) no-repeat;
		height:47px;
		line-height:47px;
		width:125px;
		text-align:center;
		margin:0;
		padding-top:5px;}	
		
#leftColumn ul{
		margin-top:10px;
		width:125px;
		margin-left:0;
		}
		
#leftColumn li {display:block;
		border-top:1px #FFF solid;
		border-bottom:1px #FFF solid;
		padding:0;
		width:125px;
		}
		
#leftColumn a {display:block;
		line-height:25px;
		color:#FFF;
		padding-left:10px;
		}
		
#leftColumn a:hover {display:block;
		line-height:25px;
		color: #406A93;
		background-color:#FFF;
		text-decoration:none;
		}
		
		
#rightColumn {width:145px;
		float:right;
		}
		
#centerColumn {width: 440px;
		float:left;
		padding:15px;

		}
		
#footer {width:766px;
		float:left;
		background:#113859 url(assets/images/footer.jpg) bottom left no-repeat;
		padding-top:24px; /*ok to delete if elongated*/
		border-top: #FFF solid 2px;
		color:#898989;
		}
		
#footer a {text-decoration:underline;
		color:#898989;
		}		
		
#phone {width:auto;
		margin: 0;
		padding: 11px 29px 0 0;
		/*left:540px;
		top:10px;*/
		color:#000;
		float: right;
		height: auto;
		font: bold italic 18px/20px "Times New Roman", Times, serif;
		}
#emergency {width:auto;
		margin: 0;
		padding: 1px 60px 0 0;
		/*left:540px;
		top:10px;*/
		color:red;
		float: right;
		clear: right;
		height: auto;
		font: bold 12px/14px "Times New Roman", Times, serif;
		text-align: center;
		}
		
#doctors {width:auto;
		margin: 0;
		padding: 10px 0 0 90px;
		height: auto;
		clear: both;
		/*left:90px;
		top:19px;*/
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:14px;
		line-height: 16px;
		}
		
#leftBox {margin:100px 0 100px 0;
		width:125px;
		background:url(assets/images/leftcolumn.jpg) repeat-x;
		height:83px; /*ok to adjust or nix if elongating*/
		border-top: #fff double;
		border-bottom: #fff double;
		text-align:center;
		color:#FFF;
		line-height:20px;
		font-weight:bold;
		padding-top:10px;
		background-color:#002c59;
		float:left;
		}
		
#address {
	margin: 0;
	padding: 9px 0 0 0;
	height:auto;
	width: auto;
	color:#000;
	font-weight:bold;
	letter-spacing:0px;
	line-height: 12px;
	float: right;
	display: block;
	clear: both;
	}
	
#address ul {
	width: auto;
	height: auto;
	text-align: right;
	list-style-type:none;
	margin:0;
	padding: 0;
	line-height: 12px;
}
	
#address li {display: inline;
			width: auto;
			margin:0;
			padding:0 10px;
			line-height: 12px;
			height: auto;
			}
			
#links {float:left;
clear:both;
padding-top:30px;
text-align:center;
background: #FFF url(assets/images/contentrepeat.jpg) repeat-y;
}
#links table {
	margin-left:140px;
	text-align:center;
}
			
/*END IDS*/


#toplinks {
	margin: 0;
	padding: 0;
	height: auto;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: white;
}
#toplinks a {
	text-decoration: none;
	color: white;
}


img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}