/*  hack for pngs in IE6*/
.logo IMG, .imageFrame IMG {
	/* check any image if it is a PNG and fix transparency */
	/* NOTE: pngbehavior does not work on background images, it should only be used on <img> */
	_behavior: url("/global/scripts/HTCLibrary/pngbehavior.htc");
}
/*	end */
* {
	font-family: Arial, Helvetica, sans-serif;
}

HTML {
	height: 100%;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
	font-size: 82%;
	color: #000000;
}

.clearAll {
	display: block;
	float: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}
.bgStyle{
	background:#657B8F url(/img/pageBgr.gif) repeat-x top left;
}

/* HEADINGS ------------------------------------------------------ */
H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin:0;
}
H2 {
	font-size: 1.4em;
	font-weight: bold;
}
H3{
	font-size: 1.3em;
	font-weight:bold;
}
H4{
	font-size: 1.15em;
	color:#7ea360;
	font-weight:bold;
}
HR{
	color:#E0E9D9;
	background-color:#E0E9D9;
	border:0;
	clear:both;
	float:none;
	height:1px;
}
A {color:#003399;}
A:hover, .green{color:#7EA360;}

/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/*	HEADER	*/
.header {
	clear:both;
	width:960px;
	height:164px;
	position:absolute;
	top:26px;
	overflow:hidden;
}
.logo{
	position:relative;
	margin:0;
	padding:5px 0 0 38px;
	overflow:hidden;
	height:107px;
	_height:106px;
}
.pageTitle{
	background:#7ea360;
	color:#FFFFFF;
	margin:0 0 0 0;
	padding:0;
	height:95px;
}
.pageTitle H1 {padding:30px 0 0 40px;}
.leftTitle{float:left; width:625px;}
.rightTitle{float:left; width:300px; padding:25px 0 0 0; color:#e0e8d9;}
.parentTitle{position:absolute; padding:17px 0 0 40px; color:#e0e8d9; font-weight:bold;}
.footer, .imageFrame, .menu{position:relative;}
.imageFrame{
	margin:0;
	padding:0;
	clear:both;
}

/*	UL STYLE	*/
.content UL{
	list-style-type:none;
}
.content LI {
	background:url(/img/li.gif) no-repeat center left;
	padding:5px 0 5px 20px;
}

/*	CONTENT	*/
.content {
	background:#FFFFFF url(/img/contentBg.gif) repeat-y;
	clear:both;
	margin:0;
	padding:0;
	_float:left;
	_width:960px;
}
.leftColumn{
	float:left; 
	width:500px;
	padding:25px 0 30px 40px;
	margin:0;
}
.rightColumn{
	float:right; 
	width:350px;
	padding:0px 0 30px 30px;
	margin:0;
}
.rightColumn IMG {
	margin:0 0 0 -30px;
}

.white{
	background-color:#FFFFFF;
	margin:0 0 0 -30px;
	padding:20px 30px;
}
.white p{
	margin:3px 0;
}
.white a{
	color:#003399;
}
.contentImageWithCaption{
	float:left;
	margin:0 0 0 -25px;
	_margin:0 0 0 -10px;
	padding:0 15px 15px 0;
	color:#657b8f;
}
.contentImageWithCaption IMG{
	clear:both;
	display:block;
	padding-bottom:5px;
}

/* THIN RIGHT COLUMN	*/
.thinRight .content{
	background:#FFFFFF url(/img/contentThinRightBg.gif) repeat-y;
	clear:both;
	margin:0;
	padding:0;
}
.thinRight .leftColumn{
	float:left; 
	width:675px;
	padding:25px 0 30px 40px;
	margin:0;
}
.thinRight .rightColumn{
	float:right; 
	width:207px;
	padding:15px 0 0 20px;
	margin:0;
}
/*	FULL WIDTH	*/
.fullWidth .content{
	background-image:none;
	background-color:#FFFFFF;
}
.fullWidth .leftColumn{
	float:left; 
	width:890px;
	padding:25px 0 30px 40px;
	margin:0;
}

/* RIGHT COLUMN SUBNAV*/
ul.rightNav{
	list-style-type:none;
	margin:0 -30px 0 -20px;
	padding:0;
}
ul.rightNav A:hover{
	color:#7ea360; 
}
ul.rightNav li{
	background-image:none;
	padding:5px 0 5px 20px;
}
ul.rightNav li.maps_directions_and_parking{
	border-bottom:1px solid #e0e8d9;
	padding-bottom:15px;
	margin-bottom:5px;
	background: url(/img/li_arrow.gif) 4px 9px no-repeat scroll;
}

/*	FOOTER	*/
.footer {
	clear: both;
	background-color:#000000;
	width:920px;
	color:#FFFFFF;
	height:29px;
	font-size:.9em;
	padding:15px 0 0 40px;
}

/* NAVIGATION */
.topLink {
	float:right;
	padding:5px 15px 5px 0;
	color:#9fa7ab;
	height:15px;
	margin:0;
}
.topLink A{color:#123d6e;}
.pathNav {
	clear:both;
	padding-left:40px;
	margin:0;
}
.pathNav a, .pathNav a:hover{
	color:#FFFFFF;
}
.menu {
	clear:both;
	width:960px;
	height:34px;
	margin:0;
	padding:0 0 0 0;
	background:url(/img/menuBg.png);
	overflow:hidden;
	/*IE6*/
	_background: none !important;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menuBg.png', sizingMethod='image');
}
.nav{
	position:relative;
	float:left;
	margin:-34px 0 0 0;
	width:960px;
}
.nav ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 30px;
}
.nav li {
	display: block;
	float: left;
	margin: 0;
	padding:0;
	font-weight: bold;
}
.nav li.last, .nav li.nav_patient_information{float:right; text-align:right;}
.nav li a{
	display:block;
	color:#003399;
	padding: 8px 10px 10px 10px;
	margin:0px 0 0 0;
	height:16px;
	_height:auto;
}
.nav li a:hover,
.nav li a.SELECTED,
.nav li a.OPENED{
	color:#e0e8d9;
	text-decoration:none;
	background-color:#7ea360;
	padding: 8px 10px 10px 10px;
	margin:0px 0 0 0;
	height:16px;
	_height:auto;
}

/*	TABBED NAVIGATION	*/
.tabs{
	clear:both;
	background-color:#7ea360;
	float:left;
	width:930px;
	margin:-6px 0 0 0;
	height:25px;
	padding:0 0 1px 30px;
	_padding:0 0 0px 30px;
}
.tabs ul{
	list-style-type:none;
	height:25px;
	margin:0;
	padding:0;
}
.tabs li{
	display: block;
	float: left;
	margin: 0;
	padding:0;
	font-weight: bold;
	background:none;
	font-size:.9em; 
	height:25px;
}
.tabs li a{
	display:block;
	color:#003399;
	padding: 4px 10px 7px 10px;
	margin:0px 1px 0 0;
	background-color:#E0E8D9;
	font-weight:normal; 
	height:15px;
	_height:auto;
}
.tabs li a:hover,
.tabs li a.SELECTED{
	color:#7EA360;
	text-decoration:none;
	background-color:#FFFFFF;
	height:15px;
	_height:auto;
}

/*	CURRICULUM PAGE	*/
.classLength{
	font-size:2em;
	color:#7EA360;
	font-weight:bold;
	float:left;
	width:150px;
	margin:10px 40px 10px -10px;
	text-align:right;
}
.classDescription{
	float:left;
	margin:5px 0 0 0;
}
.classDescription h2{
	margin:0;
}

/*	FACULTY PAGE	*/
.imageLeft{float:left; width:200px; margin:20px 0;}
.textRight{float:left; width:450px; margin:20px 0;}
.textRight h2, .textRight h4{ margin:0;}

ul.faculty_list {
	list-style-type:none;
	padding:0;
	margin:10px 0;
}
ul.faculty_list li {
	background:none;
	padding:5px 0;
}
ul.faculty_list li ul {
	list-style-type:none;
	padding:5px 0 0 0;
	margin:0;
}
ul.faculty_list li ul li {
	background:url(/img/li.gif) 5px 8px no-repeat;
	padding:5px 0 0 25px;
}

/*	PATIENT INFORMATION PAGE	*/
.columnLeft{
	float:left; 
	width:440px; 
	background-color:#e0e8d9; 
	margin-right:10px;
}
.columnRight{
	float:left; 
	width:440px; 
	background-color:#e0e8d9;
}
.columnText{
	padding:5px 20px;
	height:200px;
}

/*	LIFE IN AUSTIN PAGE*/
.page_life_in_austin .rightColumn IMG {margin:0 0 0 0px;}
.page_life_in_austin .rightColumn H2 {margin-bottom:0;}



/*	Yahoo! Weather Styles	*/
.weather{margin:10px 0;}
.weatherImage{
	float:left;
	margin:0px 20px 0 0;
}
.temp{
	font-weight:bold;
	font-size:1.8em;
}
.low{
	padding:0 0 0 20px;
}
.text{
	font-size:1.35em;
	clear:both;
}
.wide{
	width:100px;
	display:inline-block;
}
/*	INSURANCE PAGE	*/
h2.insurance_accepted {
	color:#7ea360;
	border-bottom: 1px solid #7ea360;
	padding-bottom: 0.2em;
	padding-left: 5px;
	margin: 0pt 1px 0pt 1px;
}
.odd td{
	background-color: #f5f5f5;
}
