@charset "utf-8";
/* CSS Document */

#navigationContainer 	{POSITION:absolute;Z-INDEX:200;}
#dropDownMenu 			{POSITION:absolute;Z-INDEX:100;}

/* Page Styles ********************* */

body
{
	background-image: url('images/headerBg.jpg');
	background-repeat: repeat-x;
	background-position: top; 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4e4d4d;
}

p
{
	padding-bottom: 15px;
	text-align: justify;
}

/* Disable Image borders ****************************** */

img
{
	border: none;
}

/* **************************************************** */

a,a:link,a:visited,a:active
{
	text-decoration: none;
	color: #335fa1;
}

a:hover
{
	color: #b87013;
}

a.boldLink,a.boldLink:link,a.boldLink:visited,a.boldLink:active
{
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

a.boldLink:hover
{
	color: #b87013;
}

/* Header Styles ************************* */

.mainContainer
{
	margin:0px auto;
	position:relative;
	width: 1100px;
}

.headerContainer
{
	height: 179px;
}

.headerLogoContainer
{
	padding: 10px 0px 0px 60px;
}

/* Navigation Styles ************************* */

#headerNavContainer
{
	height:45px;
	margin: 1px auto;
	position:relative;
	width:100%;
}

#headerNavContainer #navLink1, 
#headerNavContainer #navLink2, 
#headerNavContainer #navLink3, 
#headerNavContainer #navLink4, 
#headerNavContainer #navLink5, 
#headerNavContainer #navLink6, 
#headerNavContainer #navLink7
{
	float:left;
	padding: 5px 0px 15px 0px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	font-weight: bold;
	background-image: url('images/navDivider.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

#headerNavContainer #navSearchBox
{
	float:left;
	padding: 5px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	font-weight: bold;
}

.navSearchBoxLabel
{
	padding: 12px 5px 6px 15px;
}

.navSearchTextbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	height: 15px;
	padding: 3px;
	border: solid 1px #aaaaaa;
}

.navMenuTabContainer
{
	padding-left: 10px;
}

.navTabMain
{
	padding: 12px 25px 6px 25px;
}

.navTabMainHover
{
	padding: 12px 25px 6px 25px;
	color: #24476e;
	cursor: pointer;
	
}

/* ***********************************************************/

/* Navigation Menu Section ****************************************/


.linkMenuContent
{
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	width: 220px;

}

.linkMenuItem
{
	padding: 7px 25px 7px 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.linkMenuItemHover
{
	padding: 7px 25px 7px 27px;
	background-color: #d2deec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}
	
a.menuLinkText,a.menuLinkText:link,a.menuLinkText:visited,a.menuLinkText:active, a.menuLinkText:hover
{
	width: 210px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #333333;
}


/* ***********************************************************/

/* Main Content ****************************** */

.mainContentContainer
{
	padding: 30px 0px 20px 0px;
}

.contentColumn
{
	border-left: solid 1px #c4c4c4;
	padding: 0px 20px 0px 20px;
}

.contentColumnNoLeftDivider
{
	padding: 0px 20px 0px 20px;
}

.articleTitle
{
	font-size: 24px;
	color: #000000;
	padding: 0px 0px 27px 20px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
}

.articleSubTitle
{
	color: #a04513;
	font-weight: bold;
	padding-bottom: 10px;
}

.articleContainer
{
	
}

.articleText
{
	padding-bottom: 20px;
	text-align: justify;
}

.policyAreasContainer
{
	width: 100%;
	padding: 20px 0px 20px 55px;
}

.policyAreasTitle
{
	font-size: 20px;
	color: #000000;
	padding-bottom: 15px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
}

.policyAreasTitleSmall
{
	padding-left: 40px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #000000;
}

.eventsSubTitle
{
	color: #305101;
	font-weight: bold;
	padding-bottom: 10px;
}

.adsImage
{
	background-image: url('images/smallAdsImageBg.jpg');
	background-repeat: no-repeat;
	padding: 6px;
	width: 114px;
	height: 62px;
}

.pageImage
{
	background-image: url('images/pageImageBg.jpg');
	background-repeat: no-repeat;
	padding: 6px;
	width: 219px;
	height: 262px;
}

/* Calendar **************************** */

.calendarContainer
{
	border: solid 1px #bebebe;
	margin: 0px;
}

.calendarHeaderYear
{
	background-color: #d2deec;
	padding: 7px 10px;
	font-weight: bold;
}

.calendarHeaderMonth
{
	background-color: #EFEFEF;
	padding: 7px 10px;
	font-weight: bold;
}

.calendarDetailContainer
{
	background-color: #FFFFFF;
	padding: 15px 15px 15px 25px; 
}

/* Footer Styles ********************* */

.footerContainer
{
	border-top: solid 1px #a2b6cd;
	background-color: #d2deec;
	padding-top: 15px;
	height: 325px;
}

.footerContentContainer
{
	margin:0px auto;
	position:relative;
	width: 972px;
	padding-bottom: 50px;
}

.footerImage
{
	background-image: url('images/footerImageBg.jpg');
	background-repeat: no-repeat;
	padding: 6px;
	width: 222px;
	height: 106px;
}

.footerColumn
{
	border-left: solid 1px #9ebfd8;
	padding: 0px 15px 0px 15px;
	color: #43556a;
}

.footerColumnNoDivider
{
	padding-right: 15px;
	color: #43556a;
}
















