/* CSS Document */


	
/*  ===================================================  
 	===================================================  
	
	Description: Jackson imaging center structure style sheet 
	Author: Katelin Schwarck
	Release date: 9/10/08   
	Designer approved: Katelin Schwarck
	Date approved: 9/10/08  
	Revision History:	Revised By			Revised On:
						Sean Kabanuk		7/17/07
						Sean Kabanuk		7/21/08    
						Katelin Schwarck	9/10/08
						
  	=================================================== 
  	===================================================  */




/*  ===================================================  
  	DEFINES SEARCH STYLES
  	===================================================  */


.searchHeader {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 3px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	color: #fff;
	float: left;
	}
	
.TopicCenterDDL {
	margin: 3px 0px 10px 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9px;
	}
	
.siteSearchForm {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.searchField {
	margin: 0px 0px 6px 15px;
	padding: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	}
	
.searchButton {
	margin: 0px 0px 6px 3px;
	padding: 0px;
	font-size: 10px;
	}
	
	

/*  ===================================================  
  	DEFINES HOMEPAGE STYLES
  	===================================================  */
	
.home h1 {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #644215;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 25px 0px 25px;
	} /* defines home page header style */
	
.home p {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #352208;
	line-height: 18px;
	margin: 5px 25px 5px 25px;
	} /* defines home body text style */
	
.home a {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4e5910;
	text-decoration: none;
	line-height: 16px;
	}
	
.home a:hover{
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4e5910;
	text-decoration: underline;
	line-height: 16px;
	}
	
.home ul { 
	margin: 0px 10px 0px 37px;
	padding: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4e5910;
	line-height: 13px;
	}

.home li {
	padding-top: 7px;
	color: #4e5910;
	padding: 5px 0px 3px 0px;
	font-size: 10px;
	}

.home li a {
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #4e5910;
	font-size: 10px;
	}

.home li a:hover {
	color: #4e5910;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	} 
	
/*  ===================================================  
  	DEFINES CONTENT STYLES
  	===================================================  */


#sectionHeader h1 {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #4e5910;
	font-weight: normal;
	margin: 5px 0px 8px 25px;
	}
	
h1 {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #644215;
	font-weight: bold;
	line-height: 18px;
	margin: 30px 20px 0px 20px;
	}		
	
h2 {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4e5910;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 20px 0px 20px;
	}
	
h3 {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4e5910;
	line-height: 16px;
	margin: 10px 20px 0px 20px;
	font-weight: bold;
	}


p {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #352208;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	}		
	
a {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4e5910;
	text-decoration: none;
	line-height: 16px;
	}
	
a:hover {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4e5910;
	text-decoration: underline;
	line-height: 16px;
	}
	
ul { 
	margin: 0px 10px 0px 37px;
	padding: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #352208;
	line-height: 13px;
	}

li {
	padding-top: 7px;
	font-size: 11px;
	color: #352208;
	padding: 5px 0px 3px 0px;
	}

li a {
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #4e5910;
	}

li a:hover {
	color: #4e5910;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	} 
		
.bodysubtext {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #352208;
	line-height: 16px;
	}

.servicetext {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #352208;
	text-decoration: none;
	line-height: 16px;
	margin: 2px 0px 2px 0px;
	}
	
.servicetext a {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4e5910;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	
.servicetext a:hover {
	color: #4e5910;
	text-decoration: underline;
	font-weight: bold;
	}
	
.servicetextindent {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #352208;
	line-height: 16px;
	text-indent: 15px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	
.servicetextindent a {
	color: #4e5910;
	text-decoration: none;
	font-weight: bold;
	}
	
.servicetextindent a:hover {
	color: #4e5910;
	text-decoration: underline;
	font-weight: bold;
	}
	
.servicetextindentmore {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #352208;
	line-height: 16px;
	text-indent: 30px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	
.servicetextindentmore a {
	color: #4e5910;
	text-decoration: none;
	font-weight: bold;
	}
	
.servicetextindentmore a:hover {
	color: #4e5910;
	text-decoration: underline;
	font-weight: bold;
	}

/*  ===================================================  
  	DEFINES FOOTER STYLES
  	===================================================  */



.footerCopyright {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	height: 16px;
	padding: 4px 0px 2px 0px;
	color: #4e5910;
	}
	
.footerLegal {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	/* font-weight: bold; */
	height: 16px;
	padding: 4px 0px 2px 5px;
	color: #4e5910;
	}
	
.footerLegal a {
	color: #4e5910;
	text-decoration: none;
	}	
	
.footerLegal a:hover {
	text-decoration: underline;
	}
	

	

/*  ===================================================  
  	DEFINES MISCELLANEOUS ITEMS
  	===================================================  */



	
