HTML {
	background-color: #e5e5e5;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 6px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 3px;
}
H4 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
P, UL, OL, LI, DL, DT, DD {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #000;
	margin: 0px;
}
DL {
	margin-top: 0px;
	margin-bottom: 17px;
}
DT {
	margin-top: 12px;
	font-weight: bold;
}
DD {
	margin-top: 6px;
	padding: 0px 0px 0px 12px;
	background-image: url(images/bullet.png);
	background-position: 2px 6px;
	background-repeat: no-repeat;	
}
P,TABLE {
	margin-top: 0px;
	margin-bottom: 17px;
}
UL {
	margin-top: 6px;
	margin-bottom: 17px;
}
LI {
	padding: 0px;
	margin-bottom: 6px;
}

.smalltext {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}
.gap {
	margin-right: 20px;
}

HR {
	height: 1px;
	background-color: #dadbc6;
	border: none;
	margin: 23px 0px 23px 0px;
}


/* links */
a:link,a:visited {
	color: #0072bc;
	text-decoration: none;
}
a:hover,a:visited.hover {
	color: #0072bc;
	text-decoration: underline;
}
.currentpage a:link,.currentpage a:visited,.currentpage a:hover,.currentpage a:visited.hover {
	color: #000;
}


/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/* Container */
div#Container {
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 15px;
}

/* Sections */
div#Header,div#Navigation,div#Content,div#Footer {
	width: 980px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
}

/* Header Elements */
div#Header {
	height: 95px;
}
div#HeaderLogo {
	position: absolute;
	top: 15px;
	left: 10px;
}
div#HeaderSearch {
	position: relative;
	float: right;
	margin: 15px 15px 0px 0px;
	text-align: right;
}
div#HeaderContact {
	position: relative;
	float: right;
	margin: 15px 10px 0px 0px;
	border-left: 1px solid #cccccc;
	padding-left: 15px;
}
#Header H2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 0px;
}
#Header H3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 2px;
}
#Header P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 4px;
	color: #555555;
}
#Header TABLE {
	margin-bottom: 5px;
}

/* Navigation Elements */
div#Navigation {
	height: 40px;
	z-index: 10;
}
div#Nav {
	position: absolute;
	width: 970px;
	top: 0px;
	left: 10px;
	height: 40px;
}
.NavItem {
	position: relative;
	float: left;
}

/* Menu Positioning */
div#Menu {
	position: absolute;
	top: 38px;
	left: 10px;
}
.NavMenu {
	display: none;
	background-color: #F7F7F1;
	border-top: 2px solid #aaad8e;
	border-left: 2px solid #aaad8e;
	border-right: 2px solid #aaad8e;
	border-bottom: 2px solid #aaad8e;
}
#menu_ent_adult,#menu_ent_pediatric,#menu_audiology,#menu_services,#menu_about {
	position: absolute;
	width: 200px;
}
#menu_ent_adult {
	left: 135px;
}
#menu_ent_pediatric {
	left: 270px;
}
#menu_audiology {
	left: 405px;
}
#menu_services {
	left: 540px;
}
#menu_about {
	left: 690px;
}

/* SidebarNav Positioning */
div#SidebarNav {
	position: relative;
	float: right;
	width: 200px;
	margin: 40px 10px 40px 0px;
}
div.SidebarNavMenu {
	background-image: url(images/leftmenu_background.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding-bottom: 1px;
}
div.SidebarNavItem {
	background-image: url(images/leftmenu_background.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding-bottom: 1px;
}

/* Menu and SidebarNav Menus */
div#Menu h2,div#SidebarNav h2,div#Menu dt,div#SidebarNav dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #000;
}
div#SidebarNav p,div#Menu dd,div#SidebarNav dd {
	font-size: 14px;
	line-height: 17px;
}
div#Menu h2,div#SidebarNav h2 {
	margin: 0px;
	padding: 10px 10px 3px 10px;
}
div#Menu h2 {
	display: block;
}
div#SidebarNav h2 {
	background-image: url(images/leftmenu_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#SidebarNav h3 {
	margin: 0px 10px 7px 10px;
	padding: 0px;
}
div#SidebarNav h4 {
	margin: 0px 10px 7px 10px;
	padding: 0px;
}
div#SidebarNav p {
	margin: 0px 10px 7px 10px;
	padding: 0px;
}
div#Menu dl,div#SidebarNav dl {
	margin: 0px 10px 7px 10px;
	padding: 0px;
}

div#Menu dt,div#SidebarNav dt {
	padding: 10px 0px 3px 0px;
	margin-top: 0px;
}

div#Menu dd,div#SidebarNav dd {
	padding: 1px 0px 3px 10px;
	margin-top: 0px;
	background-image: url(images/arrow_off.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

div#Menu dd.currentpage,div#SidebarNav dd.currentpage {
	background-image: url(images/arrow_on.png);
}


/* Footer Elements */
div#Footer {
	clear: both;
	position: relative;
	width: 100%;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
	padding: 15px 0px 0px 0px;
	text-align: center;
}
div#FooterNav,div#Copyright {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 10px 15px 10px;
}
.FooterItem {
	position: relative;
	float: left;
}
.FooterGap {
	margin-right: 40px;
}
div#Footer H3 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #777;
}
div#Footer P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2px;
	color: #777;
}
div#Footer a:link,div#Footer a:visited {
	color: #777;
	text-decoration: none;
}
div#Footer a:hover,div#Footer a:visited.hover {
	color: #777;
	text-decoration: underline;
}
div#Copyright a:link,div#Copyright a:visited {
	text-decoration: underline;
}



/* Content Elements */
div#ContentMain {
	position: relative;
	float: left;
	width: 700px;
	margin: 40px 0px 20px 35px;
}
div#ContentWide {
	position: relative;
	float: left;
	width: 960px;
	margin: 40px 0px 20px 10px;
}
div#ContentWideRight {
	position: relative;
	float: right;
	width: 760px;
	margin: 40px 10px 20px 0px;
}
.ContentLeft {
	position: relative;
	float: left;
	width: 365px;
}
.ContentRight {
	position: relative;
	float: right;
	width: 365px;
}
.ContentRightItem {
	position: relative;
	float: right;
	width: 200px;
	background-color: #eff0e8;
	margin: 0px 0px 10px 20px;
	padding: 15px 15px 15px 15px;
}
.column {
	position: relative;
	float: left;
	width: 200px;
}
.column2 {
	position: relative;
	float: left;
	width: 325px;
}
.gap {
	margin-right: 25px;
}



/* Home Page Elements */
div#Intro {
	position: relative;
	height: 360px;
	width: 960px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(images/tejas_intro_background.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#IntroImages {
	position: absolute;
	top: 0px;
	right: 0px;
}
.IntroImage {
	position: absolute;
	top: 0px;
	right: 0px;	
}
div#IntroText {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 420px;
}
div#IntroText h1 {
	color: #9fa374;
	font-size: 30px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div#IntroText h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div#IntroText p {
	color: #363636;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div#IntroText a:link,div#IntroText a:visited,div#IntroText a:hover,div#IntroText a:visited.hover {
	font-weight: bold;
}

div#Stories {
	position: relative;
	width: 960px;
	margin-left: 10px;
	margin-top: 30px;
}
#Story1,#Story2,#Story3,#Story4 {
	position: relative;
	float: left;
	width: 239px;
}
#Story1,#Story2,#Story3 {
	border-right: 1px solid #dadbc6;
}
#Stories h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0px 20px 0px 20px;
}
#Stories h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}
#Stories p {
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px 20px 0px 20px;
	color: #363636;
}
#Stories h1 a:link,#Stories h1 a:visited {
	color: #000;
}
#Stories h1 a:hover,#Stories h1 a:visited.hover {
	color: #0072bc;
}
.storiesImage {
	margin: 0px 0px 0px 0px;
	border: none;
}


/* Contact */
#Contact {
}
.contactdescription {
	width: 150px;
	text-align: right;
}
.contactfield {
	width: 300px;
}
.contactsubmit {
	text-align: center;
}
.contactnormal {
	width: 250px;
	border: 1px solid #999999;
	background-color: #f2f2f2;
	padding: 2px;
	margin: 2px 0px 7px 10px;
}
.searchtext {
	width: 120px;
	border: 1px solid #c2c5a6;
	background-color: #ffffff;
	padding: 3px;
	color: #555555;
	font-size: 12px;
}


/* Forms */
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	cursor: hand;
}
.required {
	background-color: #FFFFCC;
}



div#ContactMap {
	margin: 0px 0px 20px 0px;
	border: 1px solid #aaad8e;
	padding: 1px 1px 0px 1px;
	background-color: #FFF;
	font-size: 11px;
}
.contactHeader {
	color: #999;
	padding: 1px 10px 10px 0px;
	font-size: 12px;
	line-height: 15px;
}
.DrImage {
	position: relative;
	float: right;
	margin: 0px 0px 20px 20px;
	border: 1px solid #999;
	padding: 1px;
	background-color: #FFF;
}
.StaffImage {
	margin: 0px 15px 5px 0px;
	border: 1px solid #999;
	padding: 1px;
	background-color: #FFF;
}
.StaffTitle {
	font-size: 16px;
}
