/*--------------------------------------------------------------------
							Image Styles
----------------------------------------------------------------------

These are styles that are to be placed in a separate style sheet */

.photo_justify_left	{	float: left; border: 2px solid #b4b4b4; margin: 0 10px 10px 0px; 	}
.photo_justify_right	{	float: right; border: 2px solid #b4b4b4; margin: 0 0 10px 10px;	}

.icon	{	border: 2px solid #120019; margin: 10px 10px 10px 14px; 	}
.icon_justify_right {	float: right; border: 2px solid #120019; margin: 0 0 10px 10px;  	}
.icon_justify_left {	float: left; border: 2px solid #120019; margin: 0 10px 10px 0;  	}

.image_caption	{	padding: 0 10px; margin: 0; text-align: right; color: #b4b4b4; font-style: italic; font-size: 9px; font-family: Verdana; 	}

/*--------------------------------------------------------------------
							Link Styles
---------------------------------------------------------------------- */

a {	text-decoration: none; border-bottom: 1px dotted; color: #500001;	}
a:visited {	text-decoration: none; border-bottom: none; color: #999;	}
a:visited:hover	{	background-color: transparent; border-bottom: 1px dotted #09495D;	}	
a:hover {	text-decoration: none; color: #cb6f14;	}
/* images wrapped in an anchor with a class of image won't have that weird hover */

/*--------------------------------------------------------------------
							Paragraph Styles
---------------------------------------------------------------------- */

p {	padding: 0; margin: 0.5em 0; text-align: left;	}

blockquote {	margin: 0.8em; 	}

/*--------------------------------------------------------------------
							Header Styles
---------------------------------------------------------------------- */

/* h1's are pretty much the main page title */

h1 {	font-family: "Times New Roman";  font-style: normal; padding: 0 0 0.3em 0; font-size: 200%; text-transform: capitalize; color: #500001; margin: 5px 0; border-bottom: 1px dotted #999999; 	}

/* h2's are the subheads in the main articles */

h2 {	font-family: Arial; padding: 15px 0 5px 0; font-size: 135%; font-style: normal; font-weight: bold; color: #333; margin: 0 0 8px 0; text-transform: capitalize;	}

/* h3's are for Sub-Sections, and are all hidden or replaced by an image - 
Search, Archives, Footer, are a few examples */

h3 {	font-family: Arial; font-style: italic; padding: 0; margin: 0; font-size: 110%; color: #999; font-weight: bold;  	}

/* h4's and h5's are also article subhead treatments, for sections
of less importance (and thus, lower in the heirarchy) */

h4 {	padding: 3px 0 3px 0; font-size: 100%; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 15px 0;	}
h5 {	padding: 5px 0 5px 0; font-size: 95%; font-weight: bold; letter-spacing: 1px; text-transform: capitalize; margin: 12px 0 0 0;	}

/* -----------------------------------------------------------------
                GLOBAL STYLES - TYPE SELECTORS
--------------------------------------------------------------------

These are default styles that every page needs to inherit */

.image:hover {	text-decoration: none; background-color: #fff; color: #000;	}

/* ---------------------------------------------------------------
				Formatting for the list of links 
				appearing on the section homepages
------------------------------------------------------------------ */

.dir_list ul	{	list-style: square;	}
.dir_list ul li	{	margin: 0; padding: 0.3em; font-size: 14px;  	}
.dir_list ul li a	{	color: #500001; 	}

.ditto_archiveLinks	{	text-align: center;	}