@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #002700;
	color: #C8D5C8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

td {
	text-align:left;
}

a {
	color: #FFCC00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

label {
	cursor:pointer;
}

button {
	cursor:pointer;
	border:1px solid #5d665d;
	background-color:#C1C1C1;
	color: #FFF;
}

input {
	
}

img {
	border: none;
}

#navigationContainer {
	width: 100%;
	position:absolute;
	top: 5px;
	height:28px;
	z-index:9;
	float:right;
}

#mainNavigationContainer {
	padding-top: 50px;
	text-align: right;
	white-space: nowrap;
	margin-right:25px;
	float:right;
	font-size: 12px;
	background-color: #002700;
}

.mainNavigationItemContainer {
	float: left;
}
.mainNavigationItemContainer a {
	color: #FDFEFD;
	text-decoration:none;
	padding: 3px;
	display:block;
}

.mainNavigationItemContainerHover {
	float: left;
	background-color: #FFF;
}

.mainNavigationItemContainerHover a {
	color: #002700;
	text-decoration:none;
	padding: 3px;
	display:block;
}

.mainNavigationItemSeperator {
	float: left;
	padding: 3px;
	color: #135701;
}

#userPreferencesContainer {
	top: 0px;
	right: 30px;
	position:absolute;
	background-image:url(/i/textSize.gif);
    background-repeat:no-repeat;
	color: #000;
	padding-bottom:5px;
    padding-right:5px;
    padding-left:5px;
	z-index:99;
    height:25px;
}

#userPreferencesContainer a {
	color: #002700;
}

#userPreferencesContainer a:hover {
	color: #6F5900;
}

.subMenuContainer {
	background-color: #e6e5ba;
	border-right: 2px solid #002700;
	border-bottom: 2px solid #002700;
	border-left: 1px solid #b9cab9;
	position:absolute;
	top: 71px;
	z-index: 9;
	right: 23px;
	padding: 5px 5px 10px 5px;
	min-width: 380px;
	width:auto;
	background-image:url(../i/bg-sub-menu.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.subMenuContainerColumn {
	margin-right: 20px;
	float: left;
	display: inline;
}

a.tier2Link {
	font-size:11px;
	display: block;
	color: #002700;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #777;
}

a.tier2Link:hover {
	color: #707070;
	text-decoration:underline;
}

.tier3Link {
	display: block;
	color: #707070;
	text-decoration: none;
	text-align:left;
	margin-left: 15px;
	background-image: url(../i/subNavBullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size:10px;
}

.tier3Link:hover {
	color: #002700;
	text-decoration:underline;
}

.subMenuContainerColumnSeperator {
	border-bottom: 1px solid #CCCCCC;
	margin: 5px;
}

#headerLogoBottom {
	position:absolute;
	top:78px;
	left:35px;
	behavior:url(/css/HTC/iepngfix.htc);
	z-index:2;
}

.headerContainer {
	background-color: #A0C2A7;
	width: 100%;
	border-top: 1px solid #ECE4C6;
	border-bottom: 1px solid #ECE4C6;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top center;
	position:absolute;
	top: 78px;
	z-index: 1;
}

.homeFlashContainer {
	background-color: #FFF;
	width: 100%;
	border-top: 1px solid #ECE4C6;
	border-bottom: 1px solid #ECE4C6;
	height: 266px;
	position:absolute;
	top: 78px;
	z-index: 1;
}

.centerColumn {
	font-size:11px;
}

.centerColumn2 {
	font-size:11px;
}

.homeCenterColumnTopContainer {	/* overlapping top of center column */
	width: 100%;
	top: 331px;
	position:absolute;
	z-index: 2;
}

.centerColumnTopContainer {	/* overlapping top of center column */
	width: 100%;
	top: 265px;
	position:absolute;
	z-index: 2;
}

.centerColumnTop {	/* overlapping top of center column */
	background-color: #002700;
	border-bottom: none;
	border-top: 1px solid #ECE4C6;
	border-left: 1px solid #ECE4C6;
	border-right: 1px solid #ECE4C6;
	height: 15px;
	margin-left: 298px;
	margin-right: 297px;
}

.centerColumnTop2 { /* 2 column mode */
	background-color: #002700;
	border-bottom: none;
	border-top: 1px solid #ECE4C6;
	border-left: 1px solid #ECE4C6;
	border-right: 1px solid #ECE4C6;
	height: 15px;
	margin-left: 298px;
	margin-right: 25px;
}

.leftColumn {
	width: 245px;
	height: 500px;
	left: 23px;
	background-image: url(../i/bg-left-column.gif);
	background-repeat: no-repeat;
	padding: 18px 18px 25px 18px;
	position: absolute;
	top:280px;
}

.homeLeftColumn {
	width: 245px;
	height: 500px;
	left: 23px;
	background-image: url(../i/bg-left-column.gif);
	background-repeat: no-repeat;
	padding: 18px 18px 25px 18px;
	position: absolute;
	top: 346px;
}

.homeCenterColumnContainer {
	width: 100%;
	top: 346px;
	position:absolute;
	line-height: 20px;
	font-size:larger;
}

.centerColumnContainer {
	width: 100%;
	top: 280px;
	position:absolute;
	line-height: 20px;
	font-size:larger;
}

.centerColumn {
	margin-left: 297px;
	margin-right: 297px;
	height: 600px;
	padding: 10px 18px 10px 22px;
	background-image: url(../i/bg-center-column.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.centerColumn2 { /* 2 column mode */
	margin-left: 297px;
	margin-right: 25px;
	height: 600px;
	padding: 10px 18px 10px 22px;
	background-image: url(../i/bg-center-column.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.homeRightColumn {
	top:346px;
	height: 500px;
	width: 236px;
	right:25px;
	position: absolute;
	padding: 18px;
	background-image: url(../i/bg-right-column.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.rightColumn {
	top:280px;
	height: 500px;
	width: 236px;
	right:25px;
	position: absolute;
	padding: 18px;
	background-image: url(../i/bg-right-column.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size:11px;
	line-height:18px;
}


#rightColumnBorder {
	top:280px;
	right: 25px;
	position:absolute;
}

#homeRightColumnBorder {
	top:300px;
	right: 25px;
	position:absolute;
}

.rightColumnExitLink {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #859b84;
	border-top: 1px solid #859b84;
	text-transform: uppercase;
	color: #C4C4C4;
	padding: 2px 2px 2px 15px;
	background-image: url(../i/arrow-column-link-off.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.rightColumnExitLink:hover {
	color:#FFF;
	background-image: url(../i/arrow-column-link-on.gif);
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

/* bottom yellow border */
.centerColumnTitle {
	background-image: url(../i/bg-center-column-title.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	z-index:99;
}

.rightColumnTitleLink {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #E9EBE8;
}

.rightColumnTitleLink:hover {
	text-decoration: none;
	color: #8E8D8D;
}

#addressFooter {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:30px;
}

.textFooter {
	color: #c4c4c4;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#footerLinks {
	text-align:center;
	padding: 5px;
}
#footerLinks a {
	color: #8E8D8D;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footerLinks a:hover {
	color: #FFFFFF;
}

#doctorHighlightTitle {
	color:#002700;
	text-align:center;
	font-weight: bold;
	font-size:15px;
}

#doctorHighlightTitle {
	color:#002700;
	text-align:center;
	font-weight: bold;
	font-size:14px;
}

#doctorHighlightContent {
	background-color:#FFF;
	color:#535353;
	width:234px;
	font-size: 11px;
}

h1 {
	font-size:21px;
	color:#ffcc00;
	font-family:"Times New Roman",Georgia;
	font-weight: normal;
}

.headerWithLine {
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
}

.errorMessage {
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
	color: #333333;
	padding: 5px;
}

.successMessage {
	background-color: #FFF8CB;
	border: 1px solid #DFD983;
	color: #333333;
	padding: 5px;
}

.noticeMessage {
	background-color: #FFF8CB;
	border: 1px solid #DFD983;
	color: #333333;
	padding: 5px;
}

.largeButton {
	width:150px;
	border:1px solid #5d665d;
	padding:8px;
	background-color:#C1C1C1;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}

.formElementError {
	border: 2px solid #FF0000;
}

.directoryItemContainer {
	padding: 10px 0px 20px 0px;
	line-height: 22px;
	color: #FFF;
}

.directoryName {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
}

.directoryName:hover {
	color: #CCC;
	text-decoration: none;
}

.directoryTitle {
	color: #FFCC00;
	font-style: italic;
	text-decoration: none;
	font-size: larger;
}

.directoryItemLabel {
	font-weight: bold;
	text-transform: uppercase;
}

.directoryImage {
	border: 2px solid #bcbbbb;
	margin: 5px;
}

.directorySearchMatch {
	color: #FFCC00;
	font-weight: bold;
}

/*Used in Search.html search results*/
.keyword {font-style:italic; color:#FFCC00;}
a .keyword {font-style:italic; color:#C8D5C8;}

.val {display:none;visibility:hidden;} 