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


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




/* ===================================================================================== STYLES HOME PAGE */
.infoBox .heading,
.infoBoxCalendar .heading,
.infoBoxWeather .heading
{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	color: #333333;
	border-bottom: 1px solid #dadada;
}

#contentLeft .floatleft 
{
	float: left;
	border: 1px solid #bfbfbf;
	margin-right: 5px;
	margin-bottom: 10px;
}

#contentLeft .floatright 
{
	float: right;
	border: 1px solid #bfbfbf;
	margin-left: 5px;
	margin-bottom: 10px;
}

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

#contentInt .heading, 
#contentInt_wide .heading 
{
	/*
	float: left;
	margin: 0;
	padding: 0;
	*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #696969;
	/*display: inline;*/
}

#contentInt .subheading,
#contentInt_wide .subheading
{
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
	color: #527aa7;
	text-transform: uppercase;
}

#contentInt .floatleft,
#contentInt_wide .floatleft
{
	float: left;
	border: 3px solid #dfdfdf;
	margin-right: 20px;
	margin-bottom: 20px;
}

#contentInt .floatright,
#contentInt_wide .floatright
{
	float: right;
	border: 3px solid #dfdfdf;
	margin-left: 20px;
	margin-bottom: 20px;
}

#printArea h1 {
	color: #696969;
    	font-size: 13px;
    	font-weight: bold;
    	line-height: 1;
    	text-transform: uppercase;
}

#printArea h2 {
    color: #527AA7;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

#printArea h3 {
    color: #527AA7;
    font-size: 13px;
}

#printArea h4 {
    color: #527AA7;
    font-size: 13px;
}

#printArea h5 {
    color: #527AA7;
    font-size: 13px;
}

#printArea h5 {
    color: #527AA7;
    font-size: 13px;
}

#printArea h6 {
    color: #527AA7;
    font-size: 13px;
}


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