body { font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
}

p { font: 12px/18px Arial, Helvetica, sans-serif;
color: #fff;}

h1 { font-size: 20px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	color: #bcbec0;
	 font-weight: bold;}

h2 { font-size: 16px;
line-height: 18px;

	padding: 0px;
	color: #fff;
	 font-weight: bold;}

h3 { font-size: 15px;
line-height: 17px;
color: #ccc;
	padding: 0px;

	 font-weight: bold;}

h4 { font-size: 12px; 
line-height: 14px;

	padding: 0px;
	color: #bcbec0;
	text-decoration: underline;
	 font-weight: bold;}

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

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}
li li {
	list-style-type: none;
	list-style-position: outside;
}
.imgborder { BORDER: #8fc7dc 1px solid;}

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

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color: #8d8d8d;
	background:#8d8d8d;
	height:1px;
	border:0;
	}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	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 */
/* Splash Begins */
#doctorsBox {
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	width: 745px;
	height: auto;
	color: #bcbec0;
	font: bold italic 20px/22px Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto;
	padding: 0px;
	width: 758px;
	height: auto;
	background: #5a7e90 url(assets/images/splash/splash_container_bg.jpg) repeat-x left top;
}
	#addressBox {
		position: absolute;
		margin: 15px 0px 0px 300px;
		padding: 0px;
		width: 320px;
		height: auto;
		color: #bcbec0;
		font: bold 13px/15px Arial, Helvetica, sans-serif;
	}
	#phoneBox {
		position: absolute;
		margin: 45px 0px 0px 300px;
		padding: 0px;
		width: 260px;
		height: auto;
		color: #88b5c7;
		font: bold 12px/14px Arial, Helvetica, sans-serif;
	}
	#sloganBox {
		position: absolute;
		margin: 80px 0px 0px 320px;
		padding: 0px;
		width: 175px;
		height: auto;
		color: #8fc7dc;
		font: bold italic 20px/22px Arial, Helvetica, sans-serif;
	}
	#animBox {
		float: right;
		margin: 0px;
		padding: 0px;
		width: 285px;
		height: 352px;
	}
	#textBox {

		margin: 0px 0px 0px 0px;
		padding: 260px 0px 0px 60px;
		_margin-top: 60px;
		*margin-top: 60px;
		width: 385px;
		height: auto;
	}
		#enterButton {
			margin: 60px 0px 0px 0px;
			font: bold 16px/30px Arial, Helvetica, sans-serif;
			color: #bcbec0;
		}
			#enterButton a {
				display: block;
				width: 80px;
				color: #bcbec0;
				font-weight: bold;
				text-decoration: none;
				font: bold 16px/30px Arial, Helvetica, sans-serif;
				text-align: center;
			}
			#enterButton a:hover {
				color: #000;
			}
	#credits {
		clear: both;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		width: auto;
		height: 26px;
		background: #265c77 url(assets/images/splash/splash_footer_bg.jpg) repeat-x left top;
		color: #bcbec0;
		font: 10px/21px Arial, Helvetica, sans-serif;
		text-align: center;
	}
		#credits a {
			color: #bcbec0;
			font: 10px/21px Arial, Helvetica, sans-serif;
		}
#footer {
	margin: 0 auto;
	padding: 0px;
	width: 758px;
	height: auto;
	text-align: center;
}
	#footer ul {
		margin: 0px;
		padding: 13px 0px 7px 0px;
		width: auto;
		height: auto;
		font: 12px/14px Arial, Helvetica, sans-serif;
		color: #666;
		text-align: center;
	}
		#footer li {
			margin: 0px 0px 0px 0px;
			padding: 0px;
			display: inline;
			list-style-type: none;
			list-style-position: outside;
		}
		#footer a {
			font: 12px/14px Arial, Helvetica, sans-serif;
			color: #666;
			text-decoration: none;
		}
		#footer a:hover {
			color: #fff;
		}
/* Splash Ends */