/* hide from ie5 mac \*/
html {height: 100%; margin:0; padding:0;}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	
	/*background-image:url(/images_gui/bgTileWide.png);*/
	background-repeat: repeat;
	background-position: center top;
}

body {margin:0; padding:0; font-family:etc;
    /*background: #fff url('vertCenterTile_wide.png') center repeat;*/
    margin-left:1px} <= for IE

    html>body {margin:0} <= for other browsers

body#bodyArea {
	height: 100%;
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img		{
	border: 0;
	display: block;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

.hide h1{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

/* BEGIN LAYOUT CODE */

#container {
	width:751px;/* 750px */
	margin: auto;
	padding:0;
	height: 100%;
	text-align: left;
	/*background-image:url(vTile_orange.png); <---------------------  AREA MARKER */
	background-repeat: repeat-y;
	background-position: left top;
}

#subContainer {

}

#navArea {
	width: 169px;
	/*height: 100%;*/
	height: 600px;
	float:right;
	clear:left;
	padding:0px;
	margin:auto;
	float: right;
	clear: left;
	/*background-color:#666699;*/
}

#headerArea {
	width: 581px;
	height: 160px;
	padding:0px;
	margin:auto;
	float:right;/*float:left;*/
	/*background-color: #E86B11; <---------------------  AREA MARKER */
	background-image: url(/images_gui/header.png);
	background-repeat: no-repeat;
	background-position: left top;	

}

#contentArea {
	width: 581px;
	padding:0px;
	margin:auto;
	float:right; /* float:left; */
	/*background-image:  url(areaTitle_orange.png); <---------------------  AREA MARKER */
	background-repeat: no-repeat;
	background-position: right top;

}





#footerArea {
	width: 591px;/* 581px*/
	height: 190px;
	padding: 0px;
	margin:auto;
	float:left; /* float:left; */
	clear:both; /* undefined */
	/*background-image: url(footer_orange.png); <---------------------  AREA MARKER */
	background-repeat: no-repeat;
	/*background-position: left top; left top;*/
	background-position: 2px top;
}

#copyArea {
	padding:0;
	margin-top: 41px;
	width: 420px;
	float: right;
}

#bodyText {
	padding:10px;
	padding-top:0;
	padding-right: 15px;
}

/*  FOOTER SETTINGS ************************/

#footerLinks{
	margin-left: 161px;
	width: 410px;
	margin-bottom: 0px;
}

#footerLinks ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	dislplay: block;
	float:left;
	clear: right;
}

#footerLinks li {
	padding-left: 10px;
	width: 120px;
}

#footerLinks a:link {
	color: #333333;
	text-decoration: none;
}
#footerLinks a:visited {
	text-decoration: none;
	color: #333333;
}
#footerLinks a:hover {
	text-decoration: underline;
	color: #333333;
}
#footerLinks a:active {
	text-decoration: none;
	color: #333333;
}


#footerLinks li.first {
	
}

#footerLinks li.middle {
	
}

#footerLinks li.last {
	
}


#footerLinks ul {
	margin-top:3px;
	height: 20px;
}

#footerText {
	width: 390px;
	padding: 0px;
	margin:0px;
	margin-left: 170px;
}


/*  SUBSPECIALTY SETTINGS ************************/

#specialtyNav {
}

#specialtyNav ul 	{
	padding: 0;
	margin: 0;
}
	
#specialtyNav ul li, #specialtyNav ol li 	{
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#specialtyNav ul li	{
	list-style: none;
	display:block;
	background: url(/images_gui/subSpecialtyLinkBG.png) no-repeat left bottom;
	padding-left: 10px;
}

#specialtyNav ul li.last {
	background: url(/images_gui/subSpecialtyLinkBG.png) no-repeat left bottom;
	padding-bottom: 25px;
	margin-bottom: 15px;
	}
	
#specialtyNav a:link {
	color: #333333;
	text-decoration: none;
}
#specialtyNav a:visited {
	text-decoration: none;
	color: #333333;
}
#specialtyNav a:hover {
	text-decoration: underline;
	color: #333333;
}
#specialtyNav a:active {
	text-decoration: none;
	color: #333333;
}

#swarmObj{
	margin-left:1px;
}


/*  TAB AREA ****************************/

#tabArea {
	height:430px;
	margin-top: 15px;
}

#tabArea ul 	{
	padding: 0;
	margin: 0;
}
	
#tabArea ul li, #tabArea ol li 	{
	line-height: 0px;
	margin: 0;
	padding: 0;
	height:50px;
	font-size: 0px;
}

#tabArea ul li	{
	list-style: none;
	display:block;
	margin: 0;
	margin-bottom: 2px;
}

#tabArea ul li.last	{
	margin: 0;
	}
	
#tabArea ul li.first	{
	margin: 0;
	}
	
#tabArea a:link {
	color: #333333;
	text-decoration: none;
	margin: 0;
}
#tabArea a:visited {
	text-decoration: none;
	color: #333333;
}
#tabArea a:hover {
	text-decoration: underline;
	color: #333333;
}
#tabArea a:active {
	text-decoration: none;
	color: #333333;
}

#tabArea ul li {
}


/* ********************************
	Link List 
******************************** */


/* 888888888888888888888888888888888 */
#linkList{
	width: 158px;
	font-size: 11px;
	margin-top: 41px;
	margin-left:1px;
	padding: 0px;
	float: left;
	clear: right;
}

#lselect {

}

#linkList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#linkList li a	{
}

#linkList li:hover {
}

#lselect a {
}

#lselect ul li a.c {
	display: inline;
	text-transform: none;
}

#lselect li  {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	padding-left:10px;
	display: block;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #CCC;
	background: url(/images_gui/LinkBG.png) no-repeat left top;
}

#lselect li.activeLink {
	background: url(/images_gui/LinkBGactive.png) no-repeat left top;
	/* font-weight: bold; */
}

#lselect li.activeLink a {
}

#lselect a:link {
	color: #333333;
	text-decoration: none;
}

#lselect a:visited {
	text-decoration: none;
	color: #333333;
}

#lselect a:hover {
	text-decoration: underline;
	color: #333333;
}

#lselect a:active {
	text-decoration: none;
	color: #333333;
}

#lselect ul li ul li {
	padding-left: 10px;
	width: 138px;/*width: 138px;*/
	border-bottom:none;
	background-image:none;
	
	color: #333333;
	font-weight: normal;
}

#lselect ul li ul li a:link{
	color: #333333;
	font-weight: normal;
}


/* DOC PROFILE STYLES */
.team_member {
	font-weight:bold; 
	display: block;
	margin:0px;
	padding:0px;
	
}
.team_member_description {
	font-style:italic;
	font-size: .9em;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	padding-left: 3px;
	display: block;
	
}

.team_member_description br {
	display:none;
}

.team_member br {
	display:none;
}

.docTitle {
	font-weight:bold;
	font-size:14px;
}

.docImage {
	border: 1px solid black;
	margin-bottom:15px;
	
}

#docEducationArea {
	
	list-style: none;
	width:150px;
	/*float:right;
	clear:right;*/
	margin:0;
	margin-left: 7px;
	margin-bottom: 7px;
}

#docEducationArea ul{
	list-style: none;
}

#docEducationArea li{

	list-style: none;
	padding:3px;
	margin:0;
	background-color:#CCCCCC;
	border-bottom:2px solid white;
	width:145px;
}

.docEdTitle {
	font-weight:bold;
	font-weight:bold;
	font-size:12px;
}

.qualification {
	font-weight:bold; 
	font-size:10px;
	display: block;
	margin:0px;
	padding:0px;
	
}
.qualification_description {
	font-style:italic;
	font-size: .9em;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	padding-left: 3px;
	display: block;
	
}

.qualification_description br {
	display:none;
}

.qualification br {
	display:none;
}


#docEducationArea { 
	margin-left: 30px; 
	
	width:150px;
	float:right;
	/*clear:right;*/
	margin:0;
	margin-left: 7px;
	margin-bottom: 7px;
}

#docEducationArea ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#docEducationArea li { 
margin: 0 0 1px 0; 
display: block;
padding: 3px 5px;
width: 140px;

background-color:#EDEDED;

}


/* patient center specific styles */

.form-item input.form-text,
.form-item textarea.textarea,
.description {
/*width: 95%;*/
padding: 0;
}
.form-item select {
width: auto;
}
.box .form-item select {
font-size: 1em;
}
.user-login-block .form-item input {
width: auto;
}

table {
font-size: 1em;
letter-spacing: 0em;
}
th { letter-spacing: normal ! important; }
table strong { letter-spacing: normal ! important; }
.node table {
font-size: 1em;
letter-spacing: normal;
}

#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#searchform #s {
width: 100px;
padding: 2px;
margin: 0;
}

#searchform #searchsubmit {
padding: 1px;
margin: 0;
}

.side-content-images
{
float:right;
clear:left;
padding-top: 16px;
padding-left: 5px;
padding-bottom: 5px;
}

#doctable td{
font-size: .8em;
font-style:oblique;
padding-bottom: 12px;
}
				
/* SITEMAP STYLING */
.sitemap li a{
font-size: 1.1em;
font-weight:bold;
padding-top: 15px;
}	

.sitemap li li a{
font-size: .9em;
font-weight:normal;
padding-top: inherit;
}	

.sitemap ul {
padding-bottom: 10px;
}

h5{
font-size: 12px;
	font-weight: bold;
	color: #2D2D2D;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

.staff-image, .staff-image-first
{

border: 1px solid gray;
}

.staff-image-first
{

}

td .team_member_description {
	margin-bottom: 15px;
	
}

td br
{
diplay: inline;
}