/* Elements */
BODY {
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-image: url("/images/Stylesheets/body_bg.jpg");
	background-repeat: repeat-y;
}

/* Classes */
.Header {
	background-image: url("/images/Stylesheets/header_background.gif");
	background-repeat: repeat-x;
	height: 191px;
}
.TopHeader {
	background-image: url("/images/Stylesheets/header_notext.jpg");
	background-repeat: no-repeat;
	height: 191px;
}
.TopHeader .DoctorNames {
	position: relative;
	top: 10px;
	text-align: center;
	width: 100%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
}
.TopHeader .SiteTitle {
	position: relative;
	top: 43px;
	left: 168px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #000000;
	letter-spacing: 4px;
}
.Container {
	clear: both;
	display: inline;
}
.LeftColumn {
	width: 304px;
	height: 360px;
	vertical-align: top;
	text-align: right;
	float: left;
}
.CenterColumn {
	width: 455px;
	height: 100%;
	padding: 10px 0px 0px 10px;
	vertical-align: top;
	float: left;
}
.LeftHeader {
	background-image: url("/images/Stylesheets/top02.jpg");
	background-repeat: no-repeat;
	width: 304px;
	height: 52px;
}
.Menu {
	width: 304px;
	text-align: right;
}
.Menu ul {
	list-style-type: none;
	padding: 3px 8px 20px 2px;
	margin: 0px 0px 0px 0px;
}
.Menu ul li {
	width: 100%;
	text-align: right;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #DDDEE0;
}
.Menu ul li.firstitem {
	border-top: 0px;
}
.Menu ul li a {	
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0E0E0E;
}
.Menu ul li a img {
	border: 0px;
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
}
.Menu ul li a:hover, .Menu ul li a.uber {
	color: #F05F11;
}
.QuickLinks {
	width: 304px;
	text-align: right;
}
.QuickLinksText {
	display: none;
}
.QuickLinks img {
	padding-right: 15px;
}
.QuickLinks ul {
	list-style-image: url("/images/Stylesheets/arrow1.gif");
	text-align: left;
	padding: 20px 0px 20px 75px;
	margin: 0px 0px 0px 0px;
}
.QuickLinks ul li {
	padding-left: 10px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
.QuickLinks ul li a {
	font-weight: bold;
	color: #666666;
}
.QuickLinks ul li a:hover {
	color: #F05F11;
}
.PageTitle {
	disabled-color: #265648;
	color: #008800;
	font-family: Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	vertical-align: middle;
}
.PageTitle img {
	vertical-align: middle;
}
.Content {
	width: 430px;
	color: #000;
	font-size: 180%;
	padding: 26px 0px 26px 0px;
}
.Content .Bold {
	font-weight: bold;
}
.Content .Center {
	text-align: center;
}
.Content .TopPadding {
	padding-top: 10px;
}
.Content .BottomPadding {
	padding-bottom: 10px;
}
.Content .Line {
	display: block;
}
.Content .AboutUsEntry .Name {
	font-weight: bold;
	padding-top: 15px;
}
.Content .AboutUsEntry img {
	float: left;
}
.Footer {
	clear: both;
	display: block;
	background-color: #E3F4FF;
	width: 100%;
}
.FooterLeft {
	color: #658DA7;
	font-weight: bold;
	font-size: 100%;
	width: 275px;
	float: left;
	padding-left: 29px;
}
.FooterLeft span {
	padding-right: 5px;
	float: left;
}
.FooterLeft .Copyright {
	width: 41px;
}
.FooterLeft .SiteName {
	color: #F05F11;
	width: 175px;
}
.FooterLeft .RightsReserved {
	width: 113px;
}
.FooterLeft .TermsConditions {
	width: 120px;
}
.FooterLeft .PrivacyStatement {
	width: 115px;
}

.FooterRight {
	background-image: url("/images/Stylesheets/bottom01.gif");
	background-repeat: no-repeat;
	width: 463px;
	height: 57px;
	float: left;
}
.FooterBottom {
	clear: both;
	width: 100%;
	height: 22px;
	background-color: #95C6B6;
}

.text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

/*
@media print {
	.LeftColumn {
		display: none;
	}
	.CenterColumn {
		display: none;
	}
}
*/
