@charset "utf-8";
/* CSS Document */

	/*************************************************************/
	/*MAIN STYLES*/
	/*************************************************************/
	.websiteMainTable{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		width:1100px;
		/*border: 2px solid red;*/
		margin-left:auto; 
		margin-right:auto;
		background-color:white;
	}	
	body.main {
		text-align:center;
		background-color: white;		
	}	
	.mainFalveyHeader{
		/*border:2px solid navy;*/
		background-color:white;
		height:200px;
	}
	.mainFalveyFooter{
		/*border:2px solid navy;*/
		/*background-color:#3F4C7C;*/
		background-image:url(../images/FalveyWebsite_GradientBackground.jpg);
		height:50px;
		color:white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.backToTop{
		font-size:14px;
		font-weight:bold;
		color:white;
	}	

	/*************************************************************/
	
	/*************************************************************/
	/*SPECIALTY MENU STYLES*/
	/*************************************************************/
	.specialtyMenu{
		width:100%;	
		/*background-color: #3F4C7C;*/
	}	
	.specialtyMenuOptions{
		border:4px groove #C0C0C0;
		text-align:center;
		color:silver;
		width:16%;
		/*background-color:#3F4C7C;*/
		 cursor: pointer; 
		 cursor: hand; 
	}
	.specialtyMenuBackground{
		background-color:white;
	}
	.buttonText{
		font-family:"Times New Roman", Times, serif;
		font-size:15px;
		font-weight:bold;
	}	
	.specialtyHeaderMenu{
		/*border:2px solid navy;*/
	}
	.specialtyHeaderMenu_Options{
		text-align:right;
		color:black;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:13px;
		text-decoration:underline;
		height:25px;
		white-space:nowrap;
		cursor: pointer; 
		cursor: hand; 
	}
	
	/*************************************************************/
	
	
	
	/*************************************************************/
	/*SUB SPECIALTY SECTION */
	/*************************************************************/
	.subSpecialtyMain{
		/*border:2px solid maroon;*/
		width:1100;
	}	
	.subSpecialtyTable{
		width:650px;		
		/*border-left:1px solid white;*/
		
	}
	.subSpecialtyOpeningWords{
		font-size:30px;
		color:black;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
	}
	.subSpecialtyOpeningParagraph{
		color:black;
		font-weight:bold;
	}
	.subSpecialtyParagraph{
		color:black;
		font-size:12px;
	}
	.subSpecialtyCategory{
		width:65%;
		/*border:2px solid green;*/
		vertical-align:top;
	}
	.subSpecialtyQuote{
		width:35%;
		/*border:2px solid brown;*/
		vertical-align:top;
	}
	.subSpecialtyQuote_Wording{		
		color:black;
		font-size:25px;
		font-weight:bold;
		text-align:center;
		font-family:"Times New Roman", Times, serif;
		/*background-image:url(../../../images/FalveyWebsite_roundedRec_Purple.jpg);
		background-repeat:no-repeat;*/
	}
	.subSpecialtyQuote_Wording_Inner{
		font-size:15px;
		width:310px;
	}
	/*************************************************************/
	
	
	/*************************************************************/
	/*TABS SECTION*/
	/*************************************************************/
	.tabDisplay{
		text-align:center;
		height:35px;
		width:140px;
		background-repeat:no-repeat;
		vertical-align:middle;			
		cursor: pointer; 
		cursor: hand;
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		color:black;
		font-size:15px;
	}	
	
	.tabRows{
		border-bottom:2px solid black;
	}
	/*************************************************************/
	
	#FalveyHeader{
		display:none;
	}
	
