/* ---------- CONTENT PAGE STYLES ---------- */
h2, h3, h4, p, hr, a, blockquote, form, address {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

/* ----- Breadcrumb Trail ----- */

#content div.breadcrumb p {
	font-size: 0.8em;
	padding: 0;
	margin: 15px 0 12px 0;
	}

/* ----- Main Typography and Styles for Content ----- */

#content h1 {
	font-size: 0.9em;
	margin: 10px 0 10px;
	padding: 10px;
	font-weight: normal;
	background: #fff url(../images/section_header_bg.png) top left;
	border: 1px solid #ccc;
	/** CWCC-19 - styling fix **/
	/*padding : 0px 0px 10px 0px;
	margin : 0px 0px 0px 0px;*/
}

#content h2 {
	font-weight: normal;
	font-size: 1.6em;
	color: #241773;
	padding: 5px 10px 0.5em 10px;
	/** CWCC-19 - styling fix **/
	/*padding : 0px 0px 0.5em 0px;*/
	
}

#content h3 {
	font-weight: bold;
	font-size: 1em;
	color: #241773;
	padding: 10px 10px 0.5em 10px;
	/** CWCC-19 - styling fix **/
	/*padding : 0px 0px 0.5em 0px;*/
}

#content h4 {
	
}

#content p.right {
	float: right;
	}

#content p.right img {
	
}

#content p {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 0 10px 1em 10px;
	color: #333;
	}

#content ul {
	/*margin: 0 30px 1em 30px;*/
	/*(list-style:url(../images/bullet_grey_ball.gif);)*/
}

#content li {
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 0 10px 0px 5px;
	color: #333;
	}

/* ----- Content page Sub Menu (right hand side) ----- */

div.sub_menu {

}

div.sub_menu ul.related {
	margin: 0 10px 0px 20px;
	font-size: 0.85em;
	}

div.sub_menu ul.related li {
	font-weight: normal;
	line-height: 1.3em;
	padding: 0 0 7px 5px;
	list-style:url(../images/bullet_grey_ball.gif);
	list-style-position: outside;
	}

/* ----- Styles for the Gallery Template ----- */

div.gallery_row {
	width: 100%;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #ccc;
	}

div.gallery_frame {
	width: 33%;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
	}

#content div.gallery_frame img {
	width: 146px;
	max-height: 200px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
	}

#content div.gallery_frame p.gallery_caption {
	width: 150px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#content div.download {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}	


#content div.download p.left img {
	margin: 0 10px 50px 0;
	}

#content div.download p.download_link {
	font-weight: bold;
	font-size: 1em;
	}

#content ul.section_links li {
	/*font-size: 1em;*/
}

#content div.download {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}	


#content div.download p.left img {
	margin: 0 10px 50px 0;
	}

#content div.download p.download_link {
	font-weight: bold;
	font-size: 1em;
	}
