/* Tags
---------------------------------------------- */
html, htm, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #14243D;
}
h1 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #8F936E;
	font: 20px/22px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #4D6071;
	font: bold italic 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #9A9E7B;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}

/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
		height: auto;
		min-height: 100%;
		_height: 100%;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
}
	#container {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
	}
		#header {
			margin: 0px;
			padding: 0px;
			width: auto;
			height: 281px;
		}
			#logo {
				position: absolute;
				margin: 53px 0px 0px 51px;
				padding: 0px;
				width: auto;
				height: auto;
			}
			#addressPhone {
				margin: 0px auto;
				padding: 0px;
				width: 860px;
				height: auto;
				font: 11px/18px Arial, Helvetica, sans-serif;
				letter-spacing: 2px;
			}
				#addressPhone span {
					float: right;
				}
			#banner {
				margin: 0px;
				padding: 20px 0px 0px 38px;
				width: auto;
				height: auto;
			}
		#leftCol {
			float: left;
			margin: 0px;
			padding: 0px 0px 184px 64px;
			width: 131px;
			height: auto;
		}
			#nav {
				margin: 0px;
				padding: 0px;
				width: auto;
				height: auto;
			}
				#nav li {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
					list-style: none outside none;
				}
					#nav a {
						display: block;
						margin: 0px;
						padding: 4px 8px 4px 12px;
						width: 111px;
						height: auto;
						color: #000;
						font: 14px/16px Arial, Helvetica, sans-serif;
					}
					#nav a:hover {
						background-color: #BABCA6;
						text-decoration: none;
					}
			#sidebar {
				margin: 0px;
				padding: 20px 5px 0px 10px;
				width: auto;
				height: auto;
				color: #2C4B7D;
				font: 11px/18px Arial, Helvetica, sans-serif;
			}
		#rightCol {
			margin: 0px 0px 0px 225px;
			padding: 0px 0px 200px 0px;
			width: 615px;
			height: auto;
		}
		#clear {
			clear: left;
			margin: 0px;
			padding: 0px;
			width: auto;
			height: 0px;
			font-size: 0px;
			line-height: 0px;
		}
	#footer {
		position: absolute;
		bottom: 0px;
		margin: 0px;
		padding: 0px;
		width: 900px;
		height: 184px;
		background: transparent url(assets/images/footer_bg.jpg) no-repeat left bottom;
	}
/*		#bottomPics  {
	position: absolute;
	margin: 20px 0px 0px 311px;
	padding: 0px;
	height: auto;
	list-style:none;
	left: -15px;
	width: 493px;
	top: -20px;
			
		}
		
		#bottompics ul{
		display:inline;
		}
		
#bottomPics ul li{
display:inline;

}
		#Pics a {border:none; display:block; height:139px; width:139px; overflow:hidden; }
		#Pics a:hover{ display:block; text-indent:-139px; }*/
		
	
/* BottomPic Images
-------------------------------------------- */ 
	#footer .bottomPics {
		display: block;
		position: absolute;
		margin: 20px 0px 0px 0px;
		padding: 0px;
		width: 139px;
		height: 139px;
	}
		#footer .bottomPics:hover {
			background-position: -139px top;
			text-decoration:none;
		}
		#reOrder {
			left: 483px;
			background: transparent url(assets/photos/bottomPics/1.gif) no-repeat left top;
		}
		#newPatient {
		left: 653px;
			background: transparent url(assets/photos/bottomPics/2.gif) no-repeat left top;
		}
		#makeAppointment {
		left: 311px;
			background: transparent url(assets/photos/bottomPics/3.gif) no-repeat left top;
		}
/* -------------------------------------------- */ 	
		
		
		
		
		#inline ul li
{
display:inline;
padding-right:5px;
}

#sideImg

{
float:right;
border:2px solid black;
margin-left:10px;
}

#toplinks {
	text-align: center;
	
}
#toplinks a {
	text-decoration: none;
	color: white;
}
