/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 100%;
}
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
 	margin: 0px 0px .75em;
	padding: 0px;
	
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px 0px .75em;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px 0px 0.75em;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: #333333;
 margin: 0px 0px 0.5em;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 75%;
 color: #334d55;
 margin: 0px;
 padding: 0px 0px .75em;
}

ul{
	list-style-type: disc;
	margin: 0px;
	padding: 0em 0px .75em 20px;
	list-style-position: outside;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Assets/Images/Img/Bannerbackground.gif);
	background-repeat: no-repeat;
}

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
	clear: left;
}
#content{
	float: left;
	width: 55%;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 2px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 5px 0px 5px 10px;
	font-size: 80%;
	margin-bottom: 20px;
	}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px;
	margin: 0px;
	border: 2px solid #ffcc66;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: left;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 3px;
	width: 100%;
	margin-top: 10px;

}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-decoration: none;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFcc66;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #CCFFFF;
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 5px 0px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/
#headlines{
	float:right;
	width: 22%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 5px 10px;	
	background-color: #FFFFFF;
	font-size: 80%;
}
#headlines ul {
	list-style: square url(../none) inside;
	margin: 0;
	padding: 0;
}
#headlines img {
	border: 2px solid #FFcc66;
}
#listcontent img {
	border: 2px solid #FFcc66;
}		
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#headilnes li {
	border-bottom: 1px solid #EEE;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/* fix for browsers that don't need the hack */
html>body #headlines li {border-bottom: none;}
#headlines a {
	float:none;
	padding-right: 0px;
	text-decoration: underline;
}
#mastnav {
	background-color: #ccffff;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mastnav2 {
	background-color: #FFFFCC;
	width: 33%;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 2px;
	height: 23px;
}
#mastnav1 {
	background-color: #CCFFFF;
	width: 33%;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	top: 0px;
	padding-top: 2px;
	height: 23px;
}
#mastnav3 {
	background-color: #ccffff;
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 2px;
	height: 23px;
}

#featureimg {

	float: left;
	padding: 10px 10px 5px 0px;
	margin: 0px;
}
#PageContent {

	float: left;
  width: 55%;
}
#listcontent {

	float: left;
 	width: 75%;
}
.listindex {
	padding: 15px 0px 5px 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: decimal;
	list-style-position: inside;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	overflow: auto;
	height: 150px;
}
.listindex li {
	list-style-type: decimal;
	list-style-position: inside;
}
.linkindex {
	padding: 15px 0px 0px 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: decimal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
	margin-bottom: 10px;
}

.listdescription {
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
#CalenderNav {
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
.monthnav {
	background-color: #FFFFCC;
	width: 8%;
	text-align: center;
	float: left;
}
.monthnav2 {
	background-color: #FFCC66;
	width: 7%;
	text-align: center;
	float: left;
}
.nextyearnav {

	background-color: #CCFFFF;
	width: 8%;
	text-align: center;
	float: right;
}
#calendercontent {


	float: left;
  width: 78%;
}
#thisyearnav {
	text-align: center;
	font-weight: bold;
}
.month {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.month p {

	padding: 0px 0px 10px 0px;
}
#contactteam {
	float:right;
	width: 30%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 5px 5px;
	background-color: #FFFFFF;
	font-size: 80%;
	list-style-type: none;
}


#contactcontent {
	float: left;
 	width: 40%;
}
.contactdetails {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	margin-bottom: 10px;
}
#contactimg {
	float: none;
	padding: 10px 10px 10px 0px;
	margin: 0px;
	height: 100px;
	width: 150px;
	left: auto;
	right: auto;
	background-position: center;
}
#contactteam li {
	list-style-type: none;
	list-style-position: inside;
}
#globalnav a:link, a:visited {
	text-decoration: none;
}
#masthead a:link, 
#masthead a:visited {
	text-decoration: none;
}
.listdescription a:link, a:visited {
	text-decoration: underline;

}
.linkcontent {
	width: 75%;
	float: left;
	padding: 10px 0px 0px;
	position: relative;
}
.linkdescription {
	margin-left: 5px;
	clear: both;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
}
.contactdetails img {

	float: none;
	padding: 0px;
	margin: 0px;
	border: 2px solid #ffcc66;
}
#navbarimg {
	position: relative;
	height: 200px;
	width: 160px;
	float: left;
	clear: none;
}
#wrapper {
	width: 100%;
}
#monthscontent {
	overflow: auto;
	height: 500px;
	width: 100%;
	float: left;
}
.gallerycontent {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	position: relative;
	width: 70%;
}
.galleryimg {
	width: 25%;
	padding-bottom: 30px;
	padding-left: 20px;
	float: left;
}
#contentprivacy {
	float: left;
	width: 70%;
	padding-left: 30px;
}
.newsimg {
	float: none;
}
#breakingnews {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFCC;
	padding-right: 5px;
	padding-left: 5px;
}
.halloween {
	background-image: url(../Assets/Images/Img/Halloween.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 129px;
	width: 150px;
}
.jobcontent {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 60%;
	font-size: 80%;
}
