/* Stylesheet: Lindsay Newton Modified On 2012-04-13 03:43:20 */
#main {
float: left;
}

body {
	background-color: #1D1D1D;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.title {
	font-size: 36px;
	color: #7D0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {text-align:left;margin:5px auto;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:75%;color:#000000;}


/* ---------------------------------------------------- MENUS ------------------------------------------------- */


#tabbed {
	float:left;
	line-height:normal;
	padding-top: 0px;
	padding-left: 0px;
	height: 19px;
}

#tabbed ul {	
	margin:0;
	padding:0px 0px 0;
	list-style:none;
}	

#tabbed li {
	display:inline;
	height: 19px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#tabbed li a {
	float:left;
	margin:0;
	padding:12px 12px 12px 12px;
	text-decoration:none;
	color: #000000;
	font-size: 12px;
		font-weight: bold;
}	
	
#tabbed li a:hover {
background: #EDCCCC;
color: #000000;
		font-weight: bold;
}

#tabbed li a.menuactive {
background: #EDCCCC;
color: #000000;
font-weight: bold;

}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* =============GENERAL INFO ============ */

.menu { height:30px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ============= TOP LEVEL ============ */

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000000; height:30px; border:0px solid #000; border-width:0px 0 0px 0px; padding:3px 8px 4px 8px; line-height:35px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#EDCCCC;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#EDCCCC;}



/* ============ SECOND LEVEL ========== */


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#EDCCCC;}
.menu ul ul :hover > a.drop {background:#EDCCCC;}

/* style the second level links */
.menu ul ul a {background:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
 .menu ul ul a:visited {height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:0; width:149px;border-top:1px solid #000;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* ============= THIRD LEVEL =========== */

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFFFFF;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#EDCCCC;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul ul {visibility:hidden;position:absolute;height:0;top:50px;left:0; width:149px;border-top:1px solid #000;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* ============= THIRD LEVEL =========== */

/* style the third level background */
.menu ul ul ul ul a, .menu ul ul ul a:visited {background:#FFFFFF;}

/* style the third level hover */
.menu ul ul ul ul a:hover {background:#EDCCCC;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul ul ul {visibility:hidden;position:absolute;height:0;top:50px;left:0; width:149px;border-top:1px solid #000;}

/* position the third level flyout menu */
.menu ul ul ul ul {left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}




/* ----------------------------------------------- IMAGE GALLERY -------------------------------------------- */

/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 25px 10px 80px 25px; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
width: 110; /* Image width*/
		height: 110px; /* Image height*/
                
	}

li.thumb {
list-style-type:none;
list-style: none;
}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
               vertical-align: middle;		
               max-width: 140px;
               max-height: 140px;
		display: inline;
		padding: 0px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 0px solid #eee; /* Borders of photo frame */

		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		border-left: 0px solid #eee;
		text-decoration: none;
	}
	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}
	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}
	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}
	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}
	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		
		/* display: none;  if you do not want to display this text */
	}
	.bigPic img{ /* Big Image settings */
		
 max-width: 620px;  /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: center;
		align: center;
horizontal-align: 50%;
	}
	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}
	.thumbcb {
		margin: 2.5em 0em 2.5em 7em; /* Space between images */
		height: 220px; /* Image height*/
list-style-type:none;
		float: left;
                
	}
.thumbcbinner {

		padding: 10;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: center;
width: 200; /* Image width*/
border: 1px solid #000;
list-style-type:none;
height: 220px;

                
	}
.thumbcbpic {
height: 100px;
                
	}

.thumbotherpic {
height: 130px;
                
	}
	.thumbcb ul{
padding: 10;
list-style-type:none;
                
	}
	.thumbcb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
               vertical-align: middle;		
               max-width: 140px;
               max-height: 140px;
		display: inline;
		padding: 10px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 0px solid #eee; /* Borders of photo frame */

		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		border-left: 0px solid #eee;
		text-decoration: none;
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 160px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}