/* CSS Global Document */

/*			Copyright 2004
			Clear Pixel Design
			http://www.clearpixeldesign.com
			css@clearpixeldesign.com
*/

/*			Questions about our CSS?
			Just ask for help with CSS at
			http://www.sitepoint.com/forums/
			and you'll get the answers you need.
*/

/*			-----------------------------------
			Global Styles
			-----------------------------------
*/
body		
			{
			background-color: #FFFFFF;
			margin: 0px 0px 0px 0px;
			}
h1			
			{
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: bold;
			font-size: 11px;
			color: #755237;
			letter-spacing: 1px;
			display:inline;
			}

h2			
			{
			font-family: Verdana, Arial, Verdana, Sans-Serif;
			font-weight: bold;
			font-size: 10px;
			color: #FFFFFF;
			letter-spacing: 1px;
			display:inline;
			}



/*			--------------------------------
			Cell and Table formatting
			--------------------------------
*/

.header		
			{
			background-color: #FFFFFF;
			padding: 0px 8px 8px 8px;
			}

.pagetitle		
			{
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: bold;
			font-size: 10px;
			color: #5B8C33;
			letter-spacing: 1px;
			display:inline;
			}

.main		
			{
			border: 1px Solid #765129;
			border-width: 1px 1px 1px 1px;
			background-color: #000000;
			}

.mainbodyhome		
			{
			padding: 20px 20px 2px 20px;
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #FFFFFF;
			line-height: 16px;
			text-align: left;
			}

.innernews		
			{
			padding: 5px 5px 5px 15px;
			background-color: #5D3414;
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #FFFFFF;
			line-height: 16px;
			text-align: left;
			}
			
.innernewsGroups		
			{
			padding: 5px 5px 5px 15px;
			background-color: #878989;
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #FFFFFF;
			line-height: 16px;
			text-align: left;
			}

.mainbody		
			{
			padding: 20px 20px 2px 20px;
			background-color: #FFFFFF;
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #5D3414;
			line-height: 16px;
			text-align: left;
			vertical-align:top;
			}
			
.mainbodyGroups		
			{
			padding: 20px 20px 2px 20px;
			background-color: #FFFFFF;
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #878989;
			line-height: 16px;
			text-align: left;
			vertical-align:top;
			}

.fieldlabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
			
.form		
			{
			background-color: #FFFFFF;
			padding: 1px 1px 1px 1px;
			}
			
.events		
			{
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			background-color: #f1f1f1;
			padding: 7px 7px 7px 7px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #222222;
			line-height: 18px;
			text-align: left;
			}
			
.menu		
			{
			padding: 10px 10px 10px 10px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #000000;
			line-height: 18px;
			text-align: left;
			background: url(/_images/bg_menus.gif) repeat-y;
			}

.emailbox	
			{
			padding: 5px 5px 5px 5px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #000000;
			line-height: 10px;
			text-align: left;
			}

.contactform	
			{
			padding: 2px 2px 2px 2px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #000000;
			line-height: 9px;
			text-align: left;
			}

.sidebar		
			{
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			background-color: #f1f1f1;
			padding: 5px 5px 5px 5px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #222222;
			line-height: 18px;
			text-align: left;
			}

.formfields		
			{
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			background-color: #FBFBFB;
			padding: 4px 4px 4px 4px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #222222;
			line-height: 18px;
			text-align: left;
			}




/*			--------------------------------
			Text and Link formatting
			--------------------------------
*/


A.topnavlink				{ color: #666666; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; }
A.topnavlink:link			{ color: #666666; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; }
A.topnavlink:active			{ color: #666666; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; }
A.topnavlink:visited		{ color: #666666; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; }
A.topnavlink:hover			{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; }

.bottomnav
			{
			border: 1px Solid #90908B;
			border-width: 1px 0px 1px 0px;
			background: url(/_images/bg-stripes.gif);
			padding: 1px 4px 1px 0px;
			font-family: Verdana, Arial, Sans-serif;
			font-weight: normal;
			font-size: 9px;
			color: #555555;
			line-height: 16px;
			text-align: right;
			}
			
			A.bottomlink			{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 1px dotted #AA0000; }
			A.bottomlink:link		{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 1px dotted #AA0000; }
			A.bottomlink:active		{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 1px dotted #AA0000; }
			A.bottomlink:visited	{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 0px; }
			A.bottomlink:hover		{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 0px; }
			
A.green { COLOR:#FFFFFF;FONT-FAMILY:Verdana, Arial;FONT-SIZE:10px; text-decoration: none; font-weight: bold}
A.green:active { COLOR:#FFFFFF;FONT-FAMILY:Verdana, Arial;FONT-SIZE:10px; text-decoration: none; font-weight: bold}
A.green:link { COLOR:#FFFFFF;FONT-FAMILY:Verdana, Arial;FONT-SIZE:10px; ; text-decoration: none; font-weight: bold}
A.green:visited { COLOR:#FFFFFF;FONT-FAMILY:Verdana, Arial;FONT-SIZE:10px; ; text-decoration: none ; font-weight: bold}
A.green:hover { COLOR:#FFFFFF;FONT-FAMILY:Verdana, Arial;FONT-SIZE:10px; text-decoration: underline; font-weight: bold}
			
.style1			    { color: #5D3414; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1			{ color: #5D3414; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:link		{ color: #5D3414; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:active	    { color: #5D3414; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:visited	{ color: #5D3414; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:hover		{ color: #73A3D0; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}

/*
.projectlink		
*/
			A.projectlink			{ color: #81B13E; font: normal 10px Arial, Verdana, Sans-serif; text-decoration: none; border-bottom: 1px Dotted #81B13E; }
			A.projectlink:link		{ color: #81B13E; font: normal 10px Arial, Verdana, Sans-serif; text-decoration: none; border-bottom: 1px Dotted #81B13E; }
			A.projectlink:active	{ color: #81B13E; font: normal 10px Arial, Verdana, Sans-serif; text-decoration: none; border-bottom: 1px Dotted #81B13E; }
			A.projectlink:visited	{ color: #81B13E; font: normal 10px Arial, Verdana, Sans-serif; text-decoration: none; border-bottom: 0px; }
			A.projectlink:hover		{ color: #81B13E; font: normal 10px Arial, Verdana, Sans-serif; text-decoration: none; border-bottom: 0px; }		

.quote
			{
			padding: 0px 15px 0px 15px;
			font-style: oblique;
			color: #777777;
			display: block;
			text-indent: -4px;
			}

.quotename
			{
			padding: 0px 15px 0px 0px;
			text-align: right;
			font-weight: bold;
			font-style: oblique;
			color: #555555;
			display: block;
			}
/*			
.botnav
*/		
.botnav
			{
			padding: 5px 5px 5px 5px;
			font-family: Verdana, Arial, Sans-serif;
			font-weight: normal;
			font-size: 9px;
			color: #6A5B4B;
			line-height: 14px;
			text-align: left;
			}
A. { COLOR:#AC9684;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: none; font-weight: normal}
A:link { COLOR:#AC9684;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: underline; font-weight: normal}
A:active { COLOR:#AC9684;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: underline; font-weight: normal}
A:visited { COLOR:#AC9684;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: none;font-weight: normal}
A:hover { COLOR:#AC9684;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: none; font-weight: normal}

A.homelinks { COLOR:#FFFFFF;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; text-decoration: none; font-weight: normal; border-bottom: 1px Dotted #FFFFFF; }
A.homelinks:link { COLOR:#FFFFFF;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; text-decoration: none; font-weight: normal; border-bottom: 1px Dotted #FFFFFF; }
A.homelinks:active { COLOR:#FFFFFF;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; text-decoration: none; font-weight: normal; border-bottom: 1px Dotted #FFFFFF; }
A.homelinks:visited { COLOR:#FFFFFF;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; text-decoration: none;font-weight: normal; border-bottom: 1px Dotted #FFFFFF; }
A.homelinks:hover { COLOR:#FFFFFF;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; text-decoration: none; font-weight: normal; border-bottom: 0px; }

A.innernewslink			{ color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: underline;}
A.innernewslink:link		{ color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: underline;}
A.innernewslink:active	    { color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: underline;}
A.innernewslink:visited	{ color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: underline;}
A.innernewslink:hover		{ color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}

#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(/images/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(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/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 */
	}	
	

#footerscroll{
	width: 200px;
	float: left;
}

/*			-----------------------------------
			CPD Added Styles for Homepage
			-----------------------------------
*/
#body{
	width:818px;
	height: 669px;
	margin:0 auto;
	padding:0;
}
#blueborder{
	border: 9px solid #adc5e6;
	padding: 9px 9px 9px 9px;
	margin: 0 auto;
	height: 633px;
}
#left{
	float: left;
	width: 461;
	margin-right: 9px;
}
#right{
	float: left;
	width: 312;
	margin: 0;
}
#leftHome{
	margin: 0px 0 0px 0px;
	width:461px;
	height:633px;
	text-decoration:none;
	display:block;
	background-image:url(/_images/img_home-left.jpg);
	background-position:461px 0;
}
#leftHome:hover,#logo-link:active	{ background-position:0 0; }
#rightHome{
	margin: 0px 0 0px 0px;
	width:311px;
	height:633px;
	text-decoration:none;
	display:block;
	background-image:url(/_images/img_home-right.jpg);
	background-position:311px 0;
}
#rightHome:hover,#logo-link:active	{ background-position:0 0; }