/* wrapper and area classes for overall layout */
#wrapper{
background: url(site_images/site_bg_red.gif) repeat 0px 0px; 
}
#wrapper-left{
background: url(site_images/corner_red.jpg) no-repeat 0px 0px; 
}
#wrapper-footer{
background: #6D1B41;
}


/* END wrapper and area classes for overall layout */

/**********STANDARDS ********************/

h1 {
	color: #6D1B41;
	border-bottom: 1px solid #6D1B41;
}
h2 {
	color: #6D1B41;
}
#nav-primary ul li ul{
	background: url(/site_images/nav_bg_red.jpg) no-repeat 0px 3px;
}
/********** THIRD LEVEL NAV *********/
#nav-thirdlevel ul{
	border-right: 1px solid #9ea9c4;
}	
#nav-thirdlevel ul li  a{
	color: #6D1B41;
	}
	
#nav-thirdlevel ul li a:link{
	color: #6D1B41;
	}
#nav-thirdlevel ul li a:visited{
	color: #6D1B41;
	}
#nav-thirdlevel ul li a:hover{
	color: #6D1B41;
	}
#nav-thirdlevel ul li a:active{
	color: #6D1B41;
	}


/********* MAIN CONTENT *******/
#sectionname{
	color: #6D1B41;
}

/*****END MAIN CONTENT ************/


/*********  SITE SPECIFIC HEADER & UTILITY LINKS *****************/
#utilities{
	background: url(/site_images/right_corner_red.jpg) no-repeat 0px 0px; 

	}

#main-area{
	border-right: 1px solid #6D1B41;
}

.contactline{
	border-bottom: 1px solid #6D1B41;
	}
	
h2.styleguidelines{
	background-color: #6D1B41;
}		
