@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	width: 960px;
	margin: auto; 
	padding: 0px;
	text-align: center; 
	color: #000000;
}
#core {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#core a {
	text-decoration: none;
}

#mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
}

#mainContent h1 {
	color: #4169A3;
	font: 18px Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	text-indent: -9999px;
}
#mainContent h2 {
	color: #4169A3;
	font: 17px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
#mainContent h3 {
	color: #4169A3;
	font: 13px Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

#mainContent .newpatient {
	margin: 0 auto;
	background: #4169A3;
	width: 480px;
	height: 100px;
	text-align: center;
	color: #FFF;
	font: 15px Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
}

.leftupper {
	padding: 0 5px 0 0;
}


#headstate h1 {
	color: #4169A3;
	font: 18px Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	text-align: center;
	
	}

.rightdoc  {
	padding: 0px 0px 0px 40px;
	color: #1b55b5;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

.rightaddy{
	padding: 0px 0px 0px 40px;
	color: #000000;
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

/*  Top Nav Bar  */

#nav ul {		
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0px;
	height: 30px;
	width: 960px;
	background-color: #4169A3;
	}
		#nav li {
		float: left;
		width: auto;
		margin: auto;
		background-color: #4169A3;
		padding:0px;
		height: auto;
		list-style: none;
		position: relative;
		font: 13px Century Gothic, Helvetica, sans-serif;
		font-weight:normal;
		border-right: 1px solid white;
		}
			#nav a {
			display: block;
			margin: 0px;
			padding: 6px 11px 4px 11px;
			background-color: #4169A3;
			height: 20px;
			color: #FFFFFF;
			text-decoration:none;
			}
			#nav a:hover{
			clear: both;
			background-color: #80B2E2;
			color: #FFFFFF;
			text-decoration: none;
		}
		#nav li.last  {
			border-right: none;
		}
		#nav li ul {
			clear: both;
			font: 11px Century Gothic, Helvetica, sans-serif;
			font-weight: bold;
			display:none;
			background: none;
		}
		#nav li.drop a:hover {
			clear:both;
			background: #80B2E2;
		}
		#nav li.drop:hover ul {
			clear:both;
			font: 11px Century Gothic, Helvetica, sans-serif;
			font-weight: bold;
			display:block;
			background: none;
			position:absolute;
			top:0;
			left:0;
			margin:30px 0 0 -1px;
			padding:0px;
			width: auto;
		}
			#nav li.drop ul li {
				display: block;
				clear:both;
				font: 12px Century Gothic, Helvetica, sans-serif;
				font-weight: bold;
				background:#7A8596;
				padding:0;
				width:200px;
				height: 21px;
				border-bottom: 1px solid white;
				border-left: 1px solid white;
			}
			#nav li.drop ul li a {
				display: block;
				clear:both;
				background:none;
				padding: 1px 0 0 0;
			}
			#nav li.drop ul li a:hover {
				display: block;
				clear:both;
				padding: 1px 0 0 0;
				background-color: #80B2E2;
			}
			
/*  Footer Nav  */

.wrap1 {
	min-width: 30em;
}
ul#footmenu {
	display: table;
	margin: 0 auto;
	padding: 0;
	font: 12px Century Gothic, Helvetica, sans-serif;
}
#footmenu li {
	margin: 0;
	padding: 4px 0 6px 0;
	list-style-type: none;
}
#footmenu a {
	padding: 0 8px;
	border-left: 1px solid #999;
}
#footmenu .first {
	padding-left: 0;
	border-left: 0 none;
}
#footmenu a {
	color: #000;
	text-decoration: underline;
}
#footmenu li, #footmenu a {
	float: left;
}

/* Front Tiles */
.frontTiles {
vertical-align: top;
text-align: left;
font: 12px Verdana, Geneva, sans-serif;
color: #000;
padding: 4px;
margin: 0;
}

.tileshead {
font: 17px Century Gothic, Helvetica, sans-serif;
color: #4169A3;
font-weight: bold;
text-align: center;
}