/* -------------------------------------------------------------- 
	
	content-design.css	
	* Styles for content-level markup
	
-------------------------------------------------------------- */

			.content { }

				/* Styles for Content Area */
				#contentArea { }

					#contentArea h1 {
						padding: 0 0 18px 0;
						font-size: 1.6em;
						font-weight: bold;
						color: #D11041;
						}

					#contentArea h2 {
						padding-bottom: 10px;
						font-size: 1.4em;
						font-weight: bold;
					}

					#contentArea h3 {
						padding-bottom: 6px;
						font-size: 1.2em;
						font-weight: bold;
					}

					#contentArea h4 {
						font-size: 1.2em;
						font-weight: bold;
					}

					#contentArea p {
						padding: 0 0 17px 0;
						font-size: 1.2em;
						line-height: 17px;
						}

						#contentArea p.leadin {
							padding: 0 0 21px 0;
							font-size: 1.6em;
							line-height: 22px;
						}
	
					#contentArea strong {
						font-weight: bold;
					}
						
					#contentArea a {
						color: #3A3A3A;
						text-decoration: none;
						}
						
						#contentArea a:hover {
							color: #D11041;
							text-decoration: underline;
						}

					#contentArea ul {
						margin: 0 0 17px 24px;
						padding: 0 0 17px 0;
						list-style: square;
						}

						#contentArea li {
							padding: 0 0 6px 0;
							font-size: 1.2em;
							line-height: 17px;
							}



				/* Styles for Focus Areas */
				#focusAreas { }
					
					#focusAreas a {
						color: #000;
						}
						
						#focusAreas a:hover {
							color: #D11041;
						}
					
					#focusAreas li {
						list-style: none;
					}
					
					#focusAreas ul { 
						margin: 0;
						padding: 0;
						list-style: none;
						}
						
						#focusAreas ul li { padding-bottom: 5px; border-bottom: 1px solid #ececec; margin-bottom: 15px; }
						
						#focusAreas ul li ul {
							margin: 0;
							padding: 0;
						    }
						
						    #focusAreas ul li ul li { margin: 0 0 5px 0; border: none; padding: 0 0 5px 0; }
						
						#focusAreas ul li h2 { font-size: 18px; color: #474747; padding-bottom: 9px; font-weight: normal; }








/* Design Styles for Form Elements, Sitemaps, Rollover Menus, Icons
-------------------------------------------------------------- */
	
	/* Template for Icons (see icon PNGs in the img/interface directory  */
	.iconName {
		padding: 2px 0 2px 24px;
		background: url(../../img/interface/icon_Icon_Name.gif) top left no-repeat;
	}
	
	
/* Sitemap
-------------------------------------------------------------- */

	#siteMap { }
	
		#siteMap ul { }
		
			#siteMap ul li { }
		
			#siteMap ul a { }
		
				#siteMap li ul ul { }

					#siteMap li ul li { }
				
					#siteMap li ul a { }


