/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* specifying 100% html & body forces vertical scrollbar and prevents
   horizontal shift between short/long pages - Mozilla/Opera browsers */
body, html {height: 100%;}
body {
	/* all pages have default white background with black text */
	background: #fff;  
	color: #000;
	
	/* Verdana designed for computer screens - reduces eye strain */
	font: 1.0em Arial, Helvetica, sans-serif;
	line-height:1.2em;

	/* set NALD Standard; centers in browsers except IE5/Win */
	margin: 0px;
	padding: 0px;
	}

/* prevents border from being added to linked images - 
   note vertical-align: baseline; (default value) causes
   Mozilla to display unwanted hover effect on linked images */
a img {
	border: none;}

/* removes browser added quotation marks to <q> tag
   authors should add quotation marks manually in documents */
q:before, q:after {content: "";}

/* force inactive vertical scroll bar - Mozilla/Opera browsers */
html {overflow:scroll;}

a:link, a:visited, a:hover {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr
{
	border-top: 1px solid #cccccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 115%;
 color: #369531;
 margin-left: -10px;
}

h3{
 font-size: 110%;
 color: #3EA938;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/*** TEXT-DECORATION **************************************************/
.bold {font-weight: bold;}
.italic {font-style: italic;}
.notbold {font-weight: normal;}
.nounderline {text-decoration: none;}
.underline {text-decoration: underline;}
.flashing {text-decoration: blink;}
/*** END TEXT-DECORATION ***/

.black {color:#000000;}

.blue {color:#004A8F;}
.bluemedium {color: #0066FF;}

.bookmarktop
{
	font-size: 90%;
}


.borderblack
{
	border: 1px solid #000000;
	padding: 5px;
	margin: 0 5px 0 5px;
}

.center {text-align: center;}
.cooperblack {font-family: Cooper Black, Cooper Std, Georgia, Times New Roman, Times, serif;}
.fdl { font-family:"Kristen ITC", "Comic Sans MS"; color:#60C; font-size: 1.3em; font-weight:lighter;}
.font20pt {font-size: 20pt;}
.green {color: #369531;}

/*** LISTS ****/

linospace, .linospace li
{
	margin-bottom: 0px;
	margin-top: 0px;
}

lismspace, .lismspace li
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.lispacing li
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.linomargin li {margin-left: -20px;}

/*** END LISTS ****/

.large {font-size: large;}
.medium {font-size: medium;}
.nospace
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.purple {color:#663399;}

.red {color: #cc0000;}

.smspace
{
	margin-bottom: 5px;
	margin-top: 5px;
}
.small {font-size: small;}
.smaller {font-size: smaller;}

.spacing
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.top
{
	font-size: 85%;
}

.xlarge {font-size: x-large;}
.xsmall {font-size: x-small;}
.images_padding { padding:5px;}

.fld
{font-family: Verdana, Arial, Helvetica, sans-serif; color: #D90000;}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
}

.medialists
	{font-size: 84%;}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: inline;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.box200l
{
	width: 200px;
	float: left;
	border: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin-right: 10px;
}

.box300l
{
	width: 300px;
	float: left;
	border: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin-right: 10px;
}

.box300r
{
	width: 300px;
	float: right;
	border: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin-left: 10px;
}

.box330r
{
	width: 330px;
	float: right;
	border: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin-left: 10px;
}

.box430r
{
	width: 430px;
	float: right;
	border: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin-left: 10px;
}

.box650container
{
	width: 650px;
	border: 0px;
	padding: 0px;
}

.feature{
	padding: 0px 0px 7px 10px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
}

.feature img{
	padding: 10px;
	margin: 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 6px 0px 0px 6px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	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;}
#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;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.address
{
	width: 95%;
	float: center;
	text-align: center;
}

/************** #events styles **************/

.events
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	color: #D90000;
}

.eventbox
{
	border: 1px dashed #D90000;
	padding: 8px;
	background-color: #F2F2F2;
	width: 230px;
	float: right;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: .92em;
	font-weight: bold;
	margin-right: 120px;
}

.centred
{
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

.dates
{
	font-weight: bold;
	font-size: 110%;
	color: #01388B;
}

.special
{
	font-weight: bold;
	font-size: 110%;
}