/* Layout related Styles on every page */
body {
	background-color: #003E72;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	float: left;
	width: 792px;
	border: 6px solid #FFFFFF;
	background-color: #FFFFFF;
}
#menu {
	float: right;
	margin-top: -30px;
	z-index: 1;
	position: relative;
	width: 630px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#home_content {
	float: left;
	width: 792px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
}
#footer {
	height: 23px;
	width: 792px;
	float: left;
	background-color: #0365BC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 7px;
}

/* home page only styles */
#call_to_action {
	background-color: #C9DFF1;
	float: left;
	height: 126px;
	width: 784px;
	margin-bottom: 6px;
	padding: 4px;
}
#featured_clinic {
	float: left;
	height: 123px;
	width: 341px;
	background-image: url(graphics/featured_clinic_bg.gif);
}
#clinic_pic {
	float: left;
	height: 108px;
	width: 99px;
	padding-left: 42px;
	padding-top: 8px;
	padding-right: 8px;
}
#clinic_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 160px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}
#people {
	float: left;
	height: 122px;
	width: 434px;
	border: 2px solid #086ABE;
	margin-left: 5px;
}
#header {
	float: left;
	height: 232px;
	width: 792px;
	display: block;
}
#people img {
	height: 122px;
	width: 434px;
	margin-top: -19px;
	float: left;
}
#submenu {
	width: 400px;
	position: relative;
	z-index: 2;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003D6E;
}
#submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003D6E;
	text-decoration: none;
}
#submenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1067B7;
	text-decoration: none;
}
.announcement {
	font-weight: bold;
	color: #003E72;
	background-color: #EDDB8F;
	width: 115px;
	float: right;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	height: auto;
	margin-left: 8px;
}
.announcement a{
	font-weight: bold;
	color: #003E72;
}
.announcement a:hover{
	font-weight: bold;
	color: #0265BB;
}

/* Sitewide text and picture formatting */
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #003E72;
}
.imager {
	float: right;
	height: auto;
	width: auto;
	margin-right: 12px;
	margin-bottom: 25px;
	padding: 5px;
	border: 2px solid #003E72;
}
.imagel {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pagetitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #003E72;
}
a {
	color: #003E72;
}

/* interior page styles only */
#interior_header {
	float: left;
	height: 151px;
	width: 792px;
	display: block;
}
#content {
	float: left;
	width: 780px;
	height: auto;
	padding-top: 12px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
}
.col_r {
	float: right;
	width: 350px;
	margin-left: 25px;
	height: 1000px;
	display: block;
}
.col_l {
	float: left;
	width: 350px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.row {
	float: left;
	height: auto;
	width: 97%;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-color: #CCCCCC;
}
#footer a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bluediv {
	background-color: #99C2E4;
	padding: 7px;
	float: left;
	height: auto;
	width: auto;
}
.image_rightaligned {
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #003E72;
}
.image_leftaligned {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	border: 1px solid #003E72;
}
