/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */
/* ----- iCreate requires these to be classes not IDs ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/*an empty style always required for sites using iCreate*/}


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





/*
=========================
STYLES FOR HOME PAGE ONLY 
=========================
*/

.heading1 {
font-size:15px;
font-weight:bold;
}
.headingnew {
font-size:14px;
font-weight:bold;
}

.borderlightgrey {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.heading2 {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #666666;
}
.bold {
	font-weight: bold;
}
.borderinterior {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #509090;
	float: right;
	margin-left: 10px;
}

.borderinteriorleft {
	margin-bottom: 25px;
	padding-bottom: 4px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #a9d800;
	float: left;
	margin-right: 15px;
}
.subnav1 {
	background-color: #76a8a8;
	color: #666666;
	padding-left:7px;
}
.subnav2 {
	background-color: #629b9b;
	color: #666666;
	padding-left:20px;
}
.subnav1on {
	background-color: #ffffff;
	color: #666666;
	padding-left:7px;
}
.subnav2on {
	background-color: #ffffff;
	color: #666666;
	padding-left:20px;
}
.subnav1on a {
	color:#333333;
}
.subnav2on a {
	color:#333333;
}

