@charset "utf-8";
a:link {color: #000;}
a:visited {color: #000;}
a:active {color: #000;
  		outline:none;}
a:hover {color: #F00;}
a {text-decoration: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}

#logoDiv {
	position:absolute;
	width:167px;
	height:102px;
	z-index:3;
	left: 18px;
	top: 80px;
	margin-left:10%;
}

#mainNav {
	position:absolute;
	width:158px;
	height:233px;
	z-index:2;
	left: 23px;
	top: 319px;
	background-image: url(../media/mainNav/gradientback.png);
	background-repeat: repeat-x;
	margin-left:10%;
}
#keyline {
	width:100%;
	height:1px;
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#homecontainerDiv {
	position:absolute;
	width:850px;
	height:600px;
	z-index:0;
	margin-left:10%;
}
#homeFooter {
	position:absolute;
	width:811px;
	height:26px;
	z-index:11;
	left: 20px;
	top: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000;
	margin-left:10%;
}
#mainContainer {
	position:absolute;
	width:575px;
	height:472px;
	z-index:12;
	left: 227px;
	top: 78px;
	margin-left:10%;
}

#twitter_div {
	position:absolute;
	width:285px;
	height:146px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	left: 548px;
	top: 241px;
	margin-left:10%;
}
#weatherDiv {
	position:absolute;
	width:294px;
	height:140px;
	z-index:4;
	left: 545px;
	top: 90px;
	margin-left:10%;
}
#clinicsContainer {
	width:575px;
	height:500px;
	overflow: auto;
}

/*-----------------------------Begin styling for tabs and panes-------------------------------------------------*/
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(../media/tabs.png) no-repeat -652px 0;
	font-size:12px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 111px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	left:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling, sets the style, size and location for the panes */
div.panes div {
	display:none;
	height:550px;
	width: 575px;
	overflow: auto;
	font-size:14px;
	position:relative;
	left: 0px;
	background-image: url(../media/tabfolderback.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	line-height: 5px;
	margin-bottom: 5px;
}
.inlineHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
