/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */

/* Font Families */

body { font-family: Arial, Helvetica, sans-serif; }


/* Text Colors */

body { color: #000; }


/* Text Size and Leading Classes */

#printArea 				{ font-size: 12px; line-height: 16px; }
#printArea .homehead 	{ font-size: 18px; line-height: 22px; }
#printArea .head		{ font-size: 21px; line-height: 22px; }
#printArea .subhead1 	{ font-size: 16px; line-height: 18px; }
#printArea .subhead2 	{ font-size: 14px; line-height: 16px; }
#printArea .intro 		{ font-size: 13px; line-height: 18px; }
#printArea .caption 	{ font-size: 11px; line-height: 15px; }
#printArea .none 		{ font-size: 12px; line-height: 16px; }


/* Additional Text Styling */

#printArea .homehead 	{ font-weight: bold; }
#printArea .head		{ color: #7d0511; text-transform: uppercase;}
#printArea .subhead1 	{ text-transform: uppercase; }
#printArea .subhead2 	{ }
#printArea .intro 		{ }
#printArea .caption 	{ font-style: italic; }


/* Link Colors */

a, a:link, a:visited 	{ color: #7d0511; text-decoration: underline; }
a:hover, a:active 		{ color: #FC191F; text-decoration: none; }


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }

/* Custom bullet list */
li.ybullet{
	list-style-image:url(/images/structure/y-bullet.gif);
}

p.ybullet {
    margin: 10px 0;
    padding: 0 0 0 30px;
    background: url(/images/structure/y-bullet.gif) 14px 5px no-repeat;
}


/* Image Placement */

img.imageleft {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #454746;
}

img.imageright {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 5px;
	border: 1px solid #454746;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}

.datatable td { padding: 7px 10px; border: 1px solid #000;}

.datatable .titlerow {
	background: #cac8c8;
	text-align: left;
	font-weight: bold;
	color: #000;
}

.datatable .row { background: #e7e7e7; }

.datatable .altrow { background: #fff; }




/* ===================================================================================== STYLES HOME PAGE */




/* ===================================================================================== STYLES FOR CONTENT PAGES */





/* ----- END OF TEMPLATE ----- */