/***********************************************/
/* 2col_leftNav3.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	/*background-color: #37B1EC; */
	background-color: #585858;
	border-width:thin;
	border-color:#000000;
	margin-top: 10px;
	margin-bottom: 0px;
}

.content {
width: 100%;
padding-left:15px;
font-family: Verdana, Arial, Helvetica, sans-serif; /*font-family: 'Trebuchet MS',verdana; */
background-color: #69C44A; /*fills the colour gap between the feature box and grey photo box*/
font-size:15px;
}

.greyborder {
	border: 1px solid #cccccc; align: center; width: 80%; }
	
.style1 {font-size: 14%}
.style2 {font-size: medium; color: #F1E90C; font-weight: bold; } /* WHITE#FFFFFF */
.style10 {color: #000000; font-size: medium; }
.style11 {font-size: medium; color: #000000; }
.style12 {font-size: 13px; color: #000000; }
.style13 {color: #FF0000} /* RED */
.style14 {font-size: medium; color: #FF0000; }
.style15 {color: #000000}
.style16 {font-size: 15px} /* BLACK */
.style17 {color: #FF0000; font-weight: bold; }
.style18 {font-size: small}

.style21 {color: #FFFFFF; font-weight: bold; }

.style22 {color: #000000; font-size: large; font-weight: bold; }
.style24 {color: #FFFFFF}

.style26 {font-size: 14px}
.style27 {font-size: 14px}
.style28 {color: #f1e51d; font-weight: bold; }

/*--------------------------------------------*/

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	margin-top: 30px; /*This adjusts the top of the page*/
	margin-bottom: 30px; /*This adjusts the bottom of the page*/

}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	 
}
a img {border: none;}

a:hover {
	text-decoration: underline; font-weight :bold; color: #FFFFFF;

}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 120%;
 color: #99251F;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #cccccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color:#69C44A ; /* background to content#6CFC56*/

}


/***********************************************/
/*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: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px; /* this adjusts the border around the pictures*/
	font-size: 80%;
	background-color: #69C44A; /* background to content*/
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	
	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: 0;
	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;
		width: 100%;
		width: auto;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	width: 100%;
	width: auto;
}


/*********** .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;
}

/*NOTE FROM NICK - The following code is for the two-tone blue navigation links*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 97%;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.homeLink a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
width: auto;
padding: 3px 0px;
padding-left: 10px;
padding-right:10px;
text-decoration: none;
}
.homeLink {
width: 100%;
background-color:#ffffff;
height:40px;
}
.footer{
width: 100%;
background-color:#99251F;
height:60px;
}


.homeLink a:hover{
background: white url(images/glossyback2.gif) repeat-x bottom left;
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
width: 97%;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

 
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
/*width: 140px;*/
width: 97%;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

/* LIGHTBOX text follows:*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0066CC;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: white;
color:#0066CC;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#0066CC;
color:white;
text-decoration: none;
}

.leftImages {
width: 275px;
/* height: 187px;*/
border: 1;
border-color:#000000;
float: left;
padding: 0px 0px 0px 0px;
padding-bottom:20px;
margin: 0 5px 5px 0;
}
.leftImagesColumn {
background-color:#CCCCCC;
padding-right:2px;
padding-left:5px;
padding-top: 5px;
}

/* Footer */
#footer-wrap {
}

#footer {
	margin: 0 auto;
	/* padding: 20px 0 10px 0; */
	background: #;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 16px;
}

#legal {
	clear: both;
	padding-top: 0px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #00CC00;
}
