@charset "UTF-8";
/*
-----------------------------------------------------------------------------------------
Standard Pages - Global Layout Structure inside of Master Div #left_column
-------------------------------------------------------------------------------------- */
#left_content {		/* container for left image & caption */
	position: relative;
	top:55px;
	left: 0px;
	width:277px;
	height:100%;
	margin: 0 auto;
	z-index:1;
	overflow:hidden;
}

#left_content img{		/* styling for standard left image */
	margin: 0px 0px 10px 0px;
	border:1px solid #808080;
}

#left_content h4{		/* styling for standard left image captions */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
.title_italic {	/* used for titles not dates in left image captions */
	font-style: italic;
}
/*
-----------------------------------------------------------------------------------------
Standard Pages - Global Layout Structure inside of Master Div #right_column
-------------------------------------------------------------------------------------- */
#textblocks {		/* container for repeating blocks of text on the right of each standard page */
	position: absolute;
	left: 0px;
	top: 55px;
	margin: 0px;
	padding: 0px;
}

#singleblock {		/* styles for individual repeating blocks of text inside of #textblocks */
	display:block;
	left: 0px;
	top: 0px;
	width: 485px;
	margin: 0px;
	padding: 0px 0px 17px 0px;
}
#right_content h3 {		/* these white subheads can be turned on or off via template properties by changing ID in h3 tags, see next rule below */
	width: 485px;
	margin: -5px 0px 5px 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#right_content h3.hide_subheads {		/* see rule above */
	display:none
}
/*
-----------------------------------------------------------------------------------------
Standard Pages - secondary header for right header navigation & text inside of #right_content
-------------------------------------------------------------------------------------- */
.orange_dividers_on {		/* use template properties to turn orange text dividers ON */
	border-bottom: 1px solid #c83;
}
.orange_dividers_off {		/* use template properties to turn orange text dividers OFF */
	border:none;
}
