
/*
PLACE ALL DEFAULT BEHAVIOR FOR STANDARD HTML CONTROLS HERE IE. BODY, UL, A, etc.
*/
	body
	{
		width: 800px;
		margin: 0 auto;
		font-family: Tahoma, Arial, verdana;
		background-color: #EEEEEE;
	}
	a
	{
		color: #004173;
	}	
	a:visited
	{
		color: #5A7994;
	}
	#PageTitle
	{
		text-align:center;
		font-weight:bold;
		font-size: 14pt;
		margin-bottom:10px;
	}

/*------------------------------------------------------------------------------------------------
- MASTER PAGE CSS -
-------------------------------------------------------------------------------------------------*/
	#masterPage
	{
		width: 800px;
		background-color: #FFFFFF;
		float: left;
		border-right: dimgray 5px double;
		border-left: dimgray 5px double;
		border-bottom: dimgray 5px double;
		font-family: Tahoma, Arial, verdana;
		font-size: 10pt;
	}
	#masterHeader
	{
		float: left;
		width: 100%;
		clear: both;
		font-size: 16pt;
		margin-top: 10px;
		border-bottom: black 1px solid;
	}
	#masterSidebar
	{
		float: left;
		width: 175px;
		padding-top: 3px;
		padding-bottom: 130px;
		background-color: #D8E3EB;
		border-right: gray 1px solid;
	}
	#masterContent
	{
		margin-left: 11px;
		margin-right: 5px;
		margin-top: 5px;
		width: 603px;
		float: left;
	}
	#masterFooter
	{
		width: 100%;
		clear: both;
		float: left;
	}

/*------------------------------------------------------------------------------------------------
- HEADER CSS -
-------------------------------------------------------------------------------------------------*/
	#Header
	{
		float: left;
		width: 100%;
		clear: both;
		margin: 0;
	}
	#HomeImage
	{
	   float: left;
	   padding-left:25px;
	   padding-right:10px;
	}
	#HomeImage img
	{
	   border: none;     
	}
	#HomeTitle
	{
		float:left;
		margin-top: 5px;
		text-align:center;
	}
	#HeaderLogoBar
	{
		float: left;
		width: 100%;
		clear: both;
		font-style: italic;
		font-size: 14pt;
		text-align: center;
		padding-bottom:3px;
	}
	
/*------------------------------------------------------------------------------------------------
- SIDEBAR CSS -
-------------------------------------------------------------------------------------------------*/
	#sidebarControl
	{
		font-family: Microsoft Sans Serif, Tahoma, Arial;
		font-size: 10.5pt;
		line-height: 2.0;
		min-height:425px;
	}
	#sidebarControl ul
	{
		margin-left: 3px;
		padding-left: 3px;
	}
	#sidebarControl li
	{
		font-weight:bold;
		text-align:left;
		white-space:nowrap;
		padding-left: 3px;
		list-style:none;
	}
	#sidebarControl #indent li
	{
		line-height: 1.5;
		font-size:8pt;
		list-style:none;
	}
	#sidebarControl a
	{
		text-decoration:none;
	}
	#sidebarControl a:hover
	{
		color: Black;
		font-weight: 600;
	}
	
/*------------------------------------------------------------------------------------------------
- FOOTER CSS -
-------------------------------------------------------------------------------------------------*/
	#Footer
	{
		border-top: solid 1px black;
		width: 100%;
		float:left;
	}
	#Footer #Phone
	{
		float: left;
		width: 200px;
		padding-left: 5px;
		font-weight:bold;
	}
	#Footer #Directions
	{
		float: left;
		width: 250;
		text-align: center;
	}
	#Footer #Description
	{
		float: right;
		padding-right: 5px;
	}
	#Footer #Description li
	{
		list-style-position:inside;
		list-style-type:disc;
	}
/*------------------------------------------------------------------------------------------------
- Default.aspx CSS -
-------------------------------------------------------------------------------------------------*/
	#DefaultPage #Images
	{
		float:left;
		width:100%;
	}
	#DefaultPage #DefaultText
	{
		letter-spacing:1.5px;
		font-family:Tahoma;
		font-size:10.5pt;
	}
	#DefaultPage #DefaultText li
	{
		list-style: none;
	}
/*------------------------------------------------------------------------------------------------
- OurDoctors.aspx CSS -
-------------------------------------------------------------------------------------------------*/
	#DrDiv #Title
	{
		float: left;
		width: 100%;
		font-size: 14pt;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
	}
	#DrDiv #Headshot
	{
		float: left;
		width: 175px;
		border-right: gray 3px groove;
		border-top: gray 3px groove;
		border-left: gray 3px groove;
		border-bottom: gray 3px groove;
		border-collapse:inherit;
		position:relative;
		left: -5px;
	}
	#DrDiv #Detail
	{
		float:left;
		width: auto; 
		padding-left: 5px;
	}
	#DrDiv #Description
	{
		float:left;
		width:100%;
		padding-top:5px;
	}
/*------------------------------------------------------------------------------------------------
- OurStaff.aspx CSS -
-------------------------------------------------------------------------------------------------*/
	#StaffDiv #Title
	{
		float: left;
		width: 100%;
		font-size: 14pt;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
	}
	#StaffDiv #Photo
	{
		float: left;
		width: 175px;
		border-right: gray 3px groove;
		border-top: gray 3px groove;
		border-left: gray 3px groove;
		border-bottom: gray 3px groove;
	}
	#StaffDiv #Detail
	{
		float:left;
		width: auto; 
		padding-left: 5px;
	}
	#StaffDiv #Description
	{
		float:left;
		width:100%;
		padding-top:5px;
	}
/*------------------------------------------------------------------------------------------------
- PatientForms.aspx CSS -
-------------------------------------------------------------------------------------------------*/
	#PatientFormList li
	{
		list-style-type:none;
	}
/*------------------------------------------------------------------------------------------------
- Insurance.aspx CSS -
-------------------------------------------------------------------------------------------------*/
#InsuranceDiv #empty
{
	padding-bottom:2px;
	border-collapse:collapse;
}
#InsuranceDiv #DrName
{
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-top:solid 1px black;
	padding:2px;
	border-collapse:collapse;
	text-align:center;
}
#InsuranceDiv #Dr
{
	border:solid 1px black;
	border-collapse:collapse;
	text-align:center;
	width:25px;
}
#InsuranceDiv #Plan
{
	border-bottom:solid 1px black;
	border-left:solid 1px black;
	border-collapse:collapse;
	text-align:left;
}

/*------------------------------------------------------------------------------------------------
- OurServices.aspx CSS -
-------------------------------------------------------------------------------------------------*/
	#OurServices
	{
		float:left;
		width:100%;
	}
	#OurServices #Spine
	{
		float: left;
		width: 50%;
		border-bottom: silver 2px solid;
		margin-top: 15px;
	}
	#OurServices #Sports
	{
		float:left;
		width:49.9%;
		border-bottom: silver 2px solid;
		margin-top: 15px;
	}
	#OurServices #Adult
	{
		float:left;
		width:50%;
		border-bottom: silver 2px solid;
		margin-top: 15px;
	}
	#OurServices #Trauma
	{
		float:left;
		width:49.9%;
		border-bottom: silver 2px solid;
		margin-top: 15px;
	}
	#OurServices #Arthroscopy
	{
		float:left;
		width:50%;
		margin-top: 15px;
	}
	#OurServices #Work
	{
		float:left;
		width:49.9%;
		margin-top: 15px;
	}
	#OurServices label
	{
		font-size:11pt;
		font-weight:bold;
	}