/* CSS Document */


	
/*  ===================================================  
 	===================================================  
	
	Description: Halifax text style sheet 
	Author: Sean Kabanuk
	Release date: 9/19/08  
	Designer approved: Sean Kabanuk
	Date approved: 9/19/08   
	Revision History:	Revised By		Revised On:
						Sean Kabanuk	9/19/08
						
  	=================================================== 
  	===================================================  */




/*  ===================================================  
  	DEFINES SEARCH STYLES
  	===================================================  */


.searchHeader {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px 10px 0px 40px;
	color: #a30d1d;
	float: left;
	}
	
.TopicCenterDDL {
	margin: 3px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
.siteSearchForm {
	margin: 0px;
	padding: 0px;
	}
	
.searchField {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.searchButton {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	font-size: 10px;
	}
	
	

	
/*  ===================================================  
  	DEFINES CONTENT STYLES
  	===================================================  */

	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #a30d1d;
	line-height: 18px;
	margin-top: 0px;
	} /* Defines section head */		
	
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #1f171f;
	line-height: 20px;
	margin: 10px 0px 0px 0px;
	} /* Defines page head */
	
h2.home {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #a30d1d;
	line-height: 20px;
	margin: 10px 0px 0px 0px;
	} /* Defines page head */

	
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #a30d1d;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-style: italic;
	} /* Defines underhead */
	
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #a30d1d;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	} /* Defines subhead */


h5 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #a30d1d;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	} /* Defines health tool header */
	
h6 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #a30d1d;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	} /* Defines featured service headline for home page */
	
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	line-height: 18px;
	}		
	
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #b31125;
	text-decoration: none;
	line-height: 16px;
	}
	
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #b31125;
	text-decoration: underline;
	line-height: 16px;
	}
	
ul { 
	margin: 0px 10px 0px 37px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	line-height: 13px;
	}
	
ol { 
	margin: 0px 10px 0px 37px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	line-height: 13px;
	}

li {
	padding-top: 7px;
	color: #000;
	padding: 5px 0px 3px 0px;
	}

li a {
	padding: 0px;
	text-decoration: none;
	color: #b31125;
	}

li a:hover {
	color: #b31125;
	text-decoration: underline;
	} 
		
.bodysubtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000;
	line-height: 16px;
	}

.servicetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	text-decoration: none;
	line-height: 16px;
	margin: 2px 0px 2px 0px;
	}
	
.servicetext a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #b31125;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	
.servicetext a:hover {
	color: #b31125;
	text-decoration: underline;
	}
	
.servicetextindent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	line-height: 16px;
	text-indent: 15px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	
.servicetextindent a {
	color: #b31125;
	text-decoration: none;
	}
	
.servicetextindent a:hover {
	color: #b31125;
	text-decoration: underline;
	}
	
.servicetextindentmore {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	line-height: 16px;
	text-indent: 30px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	
.servicetextindentmore a {
	color: #b31125;
	text-decoration: none;
	}
	
.servicetextindentmore a:hover {
	color: #b31125;
	text-decoration: underline;
	}

/*  ===================================================  
  	DEFINES FOOTER STYLES
  	===================================================  */



.footerCopyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	padding: 25px 0px 0px 3px;
	color: #a30d1d;
	}
	
.footerLegal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	padding: 25px 10px 0px 5px;
	color: #a30d1d;
	}
	
.footerLegal a {
	color: #a30d1d;
	font-size: 10px;
	text-decoration: none;
	}	
	
.footerLegal a:hover {
	text-decoration: underline;
	font-size: 10px;
	}
	

	

/*  ===================================================  
  	DEFINES MISCELLANEOUS ITEMS
  	===================================================  */

.noTopMargin {
	margin-top: 0px;
	}

.noBottomMargin {
	margin-bottom: 0px;
	}
	
