﻿/* CSS layout */
#container {
	border: 1px #079f3a solid;
	width: 975px;
	background: #FFFFFF;
	padding: 0;
	margin: 0 auto;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;

}


#page_content {
	padding: 20px 50px 20px 50px;
}



#footer {
	background-color: #FFFFFF;
	color: #28156f;
	font-size: .80em;
	margin: 0px;
	padding: .3em 1em;
	clear: both;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
}




a:link
{
	color: #0000FF;text-decoration:none; font-size:10pt  
}
a:visited
{
	color: #0000FF;text-decoration:none; font-size:10pt; 
} 
a:active 
{
	color: #0000FF;text-decoration:none; font-size:10pt;
}
a:hover      
{ 
	color: #0000FF;text-decoration:underline; font-size:10pt;
}

body
{
	font-family: sans-serif;
	margin-bottom: 0;
	background-color: #ffc;
	color: #333333;
	font-size: 10pt;
	margin-top: 10px;
}

h1 
{
	font-family: sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #28156f;
	font-size: 24pt;
}

h2 
{
	font-family: sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #079f3a;
	font-size: 18pt;
}

h3 
{
	font-family: sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #07953a;
	font-size: 14pt;
}

h4
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #00a2bb;
	font-size: 12pt;
}

h5
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #00a2bb;
	font-size: 10pt;
}

h6
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #28156f;
	font-size: 8pt;
}


p
{ 
	color: #333333; font-size:10pt; margin-top:0; margin-bottom:0; font-family:sans-serif
}

.mediumpara {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}
.smallpara {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* Credits: Stu Nicholls */
/* URL: http://www.stunicholls.com/menu/skeleton/skeleton.css */

#nav, 
#nav ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	font: 10px, sans-serif;
	border: 1px solid #000;
	border-color: #079f3a #079f3a #079f3a #079f3a;
	border-width: 1px 2px 2px 1px;
	background: #fff;
	position: relative;
	z-index: 200;
	font-weight: bold;
}
#nav {height:25px; padding:0;}

#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a {display:block; float:left; color:#079f3a; margin:0 20px 0 40px; height:25px; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300;}
#nav li:hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color:#06c;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:underline; color:#06c;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#079f3a;}




#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 206px;	/* IE 5.x */
		width/* */:/**/200px;	/* Other browsers */
		width: /**/200px;
		
		/* CSS HACK */
		height: 206px;	/* IE 5.x */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
		
		background-color:#FFF;
		border:3px solid #FFF;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:200px;
		height:200px;
		background-color:#FFF		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}
