/* CSS Document Global Elements Developed for Ohio County Hospital ver 414*/
*	{margin:0; padding:0; }
body  
	{ 
	font-family: Arial, Helvetica, Sans-serif;  
	text-align:left;
	font-size:13px; 
	background: #292929 url(../images/OCH_SiteBG.jpg) repeat-x top; 
	scrollbar-base-color: #e1d4c3;
	scrollbar-arrow-color: #756148;
	scrollbar-3dlight-color: #d7bf9d;
	scrollbar-darkshadow-color: #d7bf9d;
	scrollbar-face-color: #e1d4c3;
	scrollbar-highlight-color: #d7bf9d;
	scrollbar-shadow-color: #d7bf9d;
	scrollbar-track-color: #e1d4c3;
	}
	
	img
	{ }

/* CSS Elements ------------------------------------------------------------------------------------------------------ */
#wrapper 
	{
	width:975px; 
	height:779px; 
	margin:0 auto; 
	padding:0px; 
	overflow:hidden; 
	background: #333 url(../images/background.jpg) no-repeat top; 
	}

#contentWrapper 
	{
	width:947px; 
	height:540px; 
	overflow:hidden; 
	margin:0 0 0 13px; 
	}

/*Header ------------------------------------------------------------------------------------------------------ */
#header 
	{ 
	width:948px; 
	height:90px; 
	overflow:hidden; 
	margin:0 0 0 13px; 
	}
	
#siteLogo 
	{
	width:332px; 
	height:80px; 
	margin:24px 0 0 7px; 
	overflow:hidden; 
	float:left; 
	}

#tabContainer 
	{ 
	width:594px; 
	height:14px; 
	overflow:hidden; 
	margin:54px 0 0 0; 
	float:left; 
	}

#tabContainer .tabText 
	{ 
	width:170px; 
	height:14px; 
	float:right; 
	font-size:14px; 
	font-weight:bold;
	text-align:center; 
	}
	
#tabContainer .tabText a 
	{
	text-decoration:none;  
	color:#FFF; 
	}

#pageHeadline 
	{ 
	width:469px; 
	height:23px; 
	overflow:hidden; 
	margin:7px 0 0 12px; 
	}

/* Navigation  ------------------------------------------------------------------------------------------------------ */
#navContainer 
	{ 
	width:214px; 
	height:525x; 
	overflow:hidden; 
	float:left; 
	}

#nav 
	{ 
	height:450px; 
	}

/*<style>
	#withoutBullets { margin-left:5px; margin-top:5px; }
	#withoutBullets ul { list-style:none; margin:0; padding:0; text-align:left; }
	#withoutBullets li a { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; }
	#withoutBullets2, #withoutBullets3, #withoutBullets4, #withoutBullets5 { margin-left:5px; }
	#withoutBullets2 ul, #withoutBullets3 ul, #withoutBullets4 ul, #withoutBullets5 ul { list-style:none; margin:0; padding:0; text-align:left; }
	#withoutBullets2 li a, #withoutBullets3 li a, #withoutBullets4 li a, #withoutBullets5 li a { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; }
	#withBullets, #withBullets2, #withBullets3, #withBullets4 { margin-left:13px; margin-top:5px; margin-bottom:5px; }
	#withBullets ul, #withBullets2 ul, #withBullets3 ul, #withBullets4 ul { list-style:none; margin:0; padding:0; text-align:left; }
	<!---#withBullets ul, #withBullets2 ul { list-style:disc outside; color:darkred; list-style-type:disc !important; margin:0; padding:0; text-align:left; }--->
	#withBullets li a, #withBullets2 li a, #withBullets3 li a, #withBullets4 li a { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:black; }
	#navSub {color:#333; line-height: 14px; }
</style>
*/


#bulletNavContainer 
	{ 
	width:212px; 
	overflow:hidden; 
	margin:45px 0  5px 0; 
	}
	
.bulletNavItem 
	{ 
	width:212px; 
	height:37px; 
	margin:0 0 5px 0; 
	}

/*Content ------------------------------------------------------------------------------------------------------ */
#contentContainer 
	{ 
	width:732px; 
	height:540px; 
	overflow:hidden; 
	float:left; 
	}

#content
	{  
	}


/*Headings elements  ------------------------------------------------------------------------------------------------------ */
h1 { font-family: Arial, Helvetica, Sans-serif; font-size: 16px; color: #333; margin:10px 0 12px 0; } /*26px*/
h2 { font-family: Arial, Helvetica, Sans-serif; font-size: 14px; color: #5f0018; margin:0px 0 0px 0; } /*24px*/
h3 { font-family: Arial, Helvetica, Sans-serif; font-size: 14px; color: #000; margin:0px 0 0px 0; } /*24px*/



/* Paragraphs elements  ------------------------------------------------------------------------------------------------------ */
p 
	{
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 13px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	} /*22px*/

#content p 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

/* Anchor elements  ------------------------------------------------------------------------------------------------------ */
a 
	{ color:#fff; 	text-decoration: none; }
a:link { text-decoration:none; color:#333;}
a:visited { text-decoration:none; color:#333;}
a:hover { text-decoration:none; color:#333; }
a:active {	text-decoration:none; color:#333; }

/*List elements  ------------------------------------------------------------------------------------------------------ */
#content ul
	{
	color: #000;
	margin: 0 0 0 5px;
	padding: 0;
	}
	
#content li
{margin: 1px 10px 1px 18px;
list-style-type: square; }	

/* Form elements   ------------------------------------------------------------------------------------------------------ */
input {font-size:14px; color: #333;}

/* CSS Classes      ------------------------------------------------------------------------------------------------------ */
.BodyTextNormCharcoal_10 
	{
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 10px; 	
	font-weight: normal;
	line-height: 10px; 
	color: #333;  
	}

.PageGuideTextBurgundyBold 
	{ 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 14px; 	
	font-weight: 800;
	line-height: 14px; 
	color: #5f0018;  
	}

.PageGuideTextBurgundy 
	{ 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 14ps; 	
	font-weight: normal;
	line-height: 14px; 
	color: #5f0018;  
	}

.PageGuideTextCharcoalBold 
	{ 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 14px; 	
	font-weight: 800;
	line-height: 14px; 
	color: #333;  
	}	 

.PageGuideTextCharcoal 
	{ 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 14px; 	
	font-weight: normal;
	line-height: 14px; 
	color: #333;  
	}

.FieldLabel 
	{ 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 12px; 	
	font-weight: bold;
	line-height: 14px; 
	color: #5f0018;  
	}
.DateFieldFormatC 
	{ 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 9px; 	
	font-weight: normal;
	color:#666;  
	}	
#DateFieldFormatE
	{ 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 9px; 	
	font-weight: normal;
	color:#666;  
	width:100px;
	float:left;
	}

/*Footer elements  ------------------------------------------------------------------------------------------------------ */
#footerWrapper { width:947px; height:70px; overflow:hidden; margin:22px 0 0 13px; }
	#footer { width:696px; height:70px; margin:2px 0 0 3px; font-size:.9em; color:white; float:left; } 
	#footerMiddle { width:106px; height:70px; margin:1px 0 0 0; float:left; }
	#footerRight { width:140px; height:70px; margin:1px 0 0 0; float:left; }
/* Misc */
#ErrorHandlers { text-align:center;  }
/*.noBullets{ list-style:none; }*/
