@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:#7E81AA;
	}	
	body.main {
		text-align:center;
		/*background-color: #50619C; /*#7E81AA*/
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#50619C', EndColorStr='#FFFFFF');

	}	
	.mainFalveyHeader{
		/*border:2px solid navy;*/
		background-color:#3F4C7C;
		height:200px;
	}
	.mainFalveyFooter{
		/*border:2px solid navy;*/
		/*background-color:#3F4C7C;*/
		background-image:url(../images/FalveyWebsite_GradientBackground.jpg);
		/*background-repeat: no-repeat;*/
		height:100%;
		width:1100;
		color:white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.backToTop{
		font-size:14px;
		font-weight:bold;
		color:#003366;
	}	

	/*************************************************************/
	
	/*************************************************************/
	/*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:#3F4C7C;
	}
	.buttonText{
		font-family:"Trajan Pro";
		font-size:15px;
		font-weight:bold;
	}	
	.specialtyHeaderMenu{
		/*border:2px solid navy;*/
	}
	.specialtyHeaderMenu_Options{
		text-align:right;
		color:white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:13px;
		text-decoration:none;
		height:25px;
		white-space:nowrap;
		cursor: pointer; 
		cursor: hand;
		z-index:1;
	}
	
	/*************************************************************/
	
	
	
	/*************************************************************/
	/*SUB SPECIALTY SECTION */
	/*************************************************************/
	.subSpecialtyMain{
		/*border:2px solid maroon;*/
		width:1100;
	}	
	.subSpecialtyTable{
		width:650px;
		background-color:white;	
		border-bottom:7px groove #3F4C7C;
		border-right:7px groove #3F4C7C;
		/*border-left:5px groove white;
		border-right:5px outset white;*/
	}
	.subSpecialtyOpeningWords{
		font-size:30px;
		color:#3F4C7C;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
	}
	.subSpecialtyOpeningParagraph{
		color:white;
		font-weight:bold;
	}
	.subSpecialtyParagraph{
		color:#003366;
		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:white;
		font-size:25px;
		font-weight:bold;
		text-align:center;
		font-family:"Trajan Pro";
		/*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: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		color:#3F4C7C;
		font-size:15px;
	}	
	
	.tabRows{
		border-bottom:2px solid white;
	}
	/*************************************************************/
	
	.FalveyHeader{
		position:relative;left:2000px;
	}
	