/* CSS Document */

/* Layout elemnets included in this site are the work of the good folks at  http://www.bluerobot.com/web/layouts/layout1.html -- thank you. */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
	position: relative;
	z-index: 10;
	}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000em;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0em;
	padding: 2px;
	}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -12em;
	left: 3em; /*position where enlarged image should offset horizontally */
	}

body {
	min-width: 32em;      /* 2x LC width + RC width */
	background-color: #ebdeb2;
	background-image:url(../images/BG_Strip.jpg);
	layer-background-image:url(../images/BG_Strip.jpg);
	background-repeat: repeat-y;
	margin-top:0px;
	margin-left:0px;
	font-size: 1em;
	color:#FFFFFF;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#111;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0em 2em 3em 0em;
	line-height: 1.5em;
	padding:0px;
	text-indent:2em;
	}

a {
	text-decoration:none;
	color:  #555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

a:link {
	text-decoration:none;
	color: #555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
a:visited {
	text-decoration:none;
	color:	#555;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-weight:	bold;
	}
	
a:hover {
	text-decoration:none;
	color: blue;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-weight:	bold;
	}

li {
	line-height:	1;
	padding-bottom:.5em;
	}


	
#page {
	margin:		0 auto;
	width:		90%;
	overflow:	auto;
	}

#container {
	min-height: 30em;
	margin: 0;
	padding: 0;
	height: 30em;
	width: 38em;
	background-image:url(../images/body.jpg);
	background-repeat: no-repeat;
	}
		
#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

#header {
	margin-top:	0px; 
	margin-left:0px; 
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
	display:	block;
	height:		150px;
	width:		100%;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:150px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height:150px;}

#content {
	margin: 0em 0em 1em 10em;		/* top, right, bottom, left */
	padding: 1em;
	background-color:#FFFFFF;
	background:#FFFFFF;
	color:#000000;
	min-height: 30em;
	height: auto !important;
	height: 30em;		
	width:100%;
	clear:both;
	border-left:#000000 thin solid;
	border-bottom:#000000 thin solid;
	}
	
#spacer {
	clear:both;
	min-height:1em;
	height:1em;
	}

#menu {
	position:	absolute;
	top:		12em;
	left:		0em;
	width:		8em;
	display:	block;
	height: 	auto;
	padding:	0.3em;
	font:		Verdana, Arial, Helvetica, sans-serif;
	color:		#000;
	text-decoration:none;
	vertical-align:middle;
	line-height:1em;
	background:	transparent;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:8em;
	}
/* Again, "be nice to Opera 5". */
body>#menu {width:8em;}

/* ************************************************ */

/*********/
/* Boxes */
/*********/
div .boxes, div .boxesrt {
	margin:0px;
	margin-top:10px;
	padding:10px;
	border:2px outset #9E3700;
	width:inherit;
}

div .boxesrt {
	float:right;
	clear:left;
}

div .boxeslt {
	float:left;
}

div .right {
	float:right;
	}	
	
#menu A.button:link		{	
	display:		block;
	margin-left:	1em;
	margin-top:		.25em;
	margin-bottom:	.25em;
	width:			8em;
	padding: 	    .25em;
	text-decoration:none;
	border-top: 	#fff thin solid;
	border-left: 	#fff thin solid;
	border-right: 	#000 thin solid;
	border-bottom: 	#000 thin solid;
	font-weight:	bold;
	font-size:		85%;
	color:			black;
	}		
	
#menu A.button:active	{		
	display:		block;
	margin-left:	1em;
	margin-top:		.25em;
	margin-bottom:	.25em;
	width:			8em;
	padding: 	    .25em;
	text-decoration:none;		
	border-top: 	#f00 thin solid;
	border-left: 	#f00 thin solid;
	border-right: 	#fff thin solid;
	border-bottom: 	#fff thin solid;
	font-weight:	bold;
	font-size:		85%;
	color:			red;
	}
			
#menu A.button:visited	{
	display:		block;
	margin-left:	1em;
	margin-top:		.25em;
	margin-bottom:	.25em;
	width:			8em;
	padding: 	    .25em;
	border-top: 	#fff thin solid;
	border-left: 	#fff thin solid;
	border-right: 	#000 thin solid;
	border-bottom: 	#000 thin solid;
	text-decoration:none;
	font-weight:	bold;
	font-size:		85%;
	color:			black;
	}
	
#menu A.button:hover		{
	display:		block;
	margin-left:	1em;
	margin-top:		.25em;
	margin-bottom:	.25em;
	width:			8em;
	padding: 	    .25em;
	border-top:		#CCCCCC thin solid;
	border-left:	#CCCCCC thin solid;
	border-right:	#666666 thin solid;
	border-bottom:	#666666 thin solid;
	background: 	#B5C17D;
	text-decoration:none;
	font-weight:	bold;
	font-size:		85%;
	color:			white;
	}		

#brand {
	display:	block;
	float:		right;
	width:		90%;
	}

#footer {
	clear:both;
	display:block;
	width: 100%;
	padding:0.3em;
	left:0em;
 	margin-left:13em; 
	font-size:75%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
/*	background-image:url(../images/footer.gif); */
	color:#444;
	text-decoration:none;
	}
		
#footer a {
	text-decoration:none;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#footer a:link {
	text-decoration:none;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#footer a:visited {
	text-decoration:none;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#footer a:hover {
	text-decoration:none;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#footmenu {
	display:block;
	padding:.5em;
	background: #B5C17D;
	background-color: #B5C17D;
	width:100%;
	float:left;
	}

#logo {
	float:left;
	width:11em;
	margin: 0.25em;		/* top, right, bottom, left */
	color:#000000;
	text-shadow: #009966;
	}
.date {	
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	}
	
.by {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	}

.caption {
	color:#666666;
	font-style:italic;
	font-size:80%;
	}
		
.headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#999999;
	}

.frame {
	background:white;
	border: #000000 ridge;
	width:50%;
	float:right;
	clear:both;
	}

.left {
	float:left;
	}
		
.right {
	float:right;
	}	

.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
	z-index:100
	}

.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10
	}
	


/* CSS Document */

