/* CSS Document */

/* ------------------------------
global styles
------------------------------ */

body
{
	margin: 0;
	padding: 0;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background: #ddd url(img_39.gif) repeat 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #FFFF00; }
a:visited { color: #FFFF00; }
a:focus { color: #FFFFFF; }
a:hover { color: #FFFFFF; }
a:active { color: #FFFF00; }
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	color: #FFFF00;
	font: 140% Verdana, Arial, Helvetica, sans-serif;
}

h2 a { text-decoration: none; }

h3
{
	color: #FFFFFF;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------------------
container styles
------------------------------ */

#container
{
	margin: 1em auto;
	width: 850px;
	text-align: left;
	background-color: #000000;
}

/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 50px;
	width: 100%;
	position: relative;
	background: url(header.jpg) no-repeat 0 0;
	background-color: #000000;
	margin-left: 20px;
}

#header h1
{
	position: absolute;
	left: -500em;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 845px;
	text-align: right;
	padding-bottom: 10px;
	height: 200px;
}

#skipmenu img
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 306px;
	text-align: left;
	line-height: 200px;
	padding-left: 20px;
}

#skipmenu a
{
	color: #555;
	text-decoration: none;
}

/* ------------------------------
mainnav styles
------------------------------ */

#mainnav
{
	background: #9FA41D;
	color: #FFFFFF;
	padding: 2px 0;
	margin-bottom: 22px;
	background-color: #000000;
	border-bottom-color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#mainnav ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

#mainnav li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #FFFF00;
}

#mainnav li a
{
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #FFFF00;
	background-color: #272900;
	display: inherit;
}

/* ------------------------------
menu styles
------------------------------ */

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #FFFF00;
	padding-left: 15px;
}

#menu img
{
	padding-bottom: 10px;
} 

#menu ul
{
	margin: 1em 0;
	padding: 0;
}

#menu ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

/* ------------------------------
contents styles
------------------------------ */

#contents
{
	float: left;
	width: 630px;
	margin: 0 0 0 20px;
	background-color: #000000;
	color: #FFFFFF;
}

#contents p {
	line-height: 165%;
	color: #FFFFFF;
	font-size: small;
	text-align: justify;
	padding-top: 10px;
	margin-right: 20px;
}

.blogentry {
	background-color: #000000;
}

.blogentry ul
{
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.blogentry li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 7px;
}

.imagefloat
{
	float: left;
	padding: 2px;
	margin: 0 0 10px 10px;
	padding-right: 50px;
}

.leftbodyimg {
	float: left;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: #FFFFFF;
	text-align: left;
	font-size: 80%;
	padding: 5px;
	border-top-color: #FFFF00;
	border-top-width: 1px;
	background-color: #000000;
	border-top-style: solid;
}

/* ------------------------------
image galley styles
------------------------------ */

#dhtmlgoodies_slideshow{
		width:820px;	/* Total width of slideshow */
	}
	
	#previewPane{
		margin-right:40px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;	
		
		/* CSS HACK */
		height: 420px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:580px;		
		float:left;			
	}
	
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 406px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/390px;	/* Other browsers */
		height: /**/390px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		border-left:1px solid #FFFF00;	/* Yellow border */		
		padding:1px;	/* A little space between the black border and the content inside */
		padding-left: 30px
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:300px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
			/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #000000;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #FFFF00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #000000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #FFFF00;
}

#navcontainer ul li a:hover
{
background-color: #000000;
color: #FFFF00;
}
