*
{
	padding: 0px;
	margin: 0px;
	font-family: Helvetica,Arial,sans-serif;
}

li
{
	list-style-position: inside;
	margin-left: 30px;
}

h6
{
	font-size: 12px;
	margin-bottom: 5px;
}

body
{
	background-color: #dfdfdf;
	font-size: 11px;
}


a, a:visited, a:active
{
	color: #000000;
}
a:hover
{
	color: #64901e;
}

p
{
	margin-bottom:20px;
}

.DivPlaner
{
	height: 1px;
	clear: both;
}


.Notice
{
	background-color: #FDEBAE;
	border-radius: 10px;
	border: 1px solid #E6C555;
	color: #9E660D;
	padding: 10px;
	margin-bottom: 10px;
}

.Notice .Icon
{
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-image: url( './images/sprites.png' );
	background-repeat: no-repeat;
	background-position: 0px -218px;
}

.Notice .Message
{
	padding-top: 6px;
	margin-left: 36px;
}

.Post
{
	margin-bottom: 10px;
}

.Post .Body
{

}

.Post .Header
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 0px;
	background-image: url( './images/sprites.png' );
	background-repeat: repeat-x;
	background-position: 0px -160px;
	height: 30px;
}

.Post .Header h1
{
	padding-top: 6px;
	padding-left: 6px;
	font-size: 14px;
}

.Post .Header h1 a
{
	color: #ffffff;
	font-family: Courier New;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	margin-top: -15px;
}

.Post .Info
{
	padding: 3px;
	background-color: #cfcfcf;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
}

.Post .Info h6
{
	font-size: 11px;
}

.Post .Content
{
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	line-height: 18px;
	background-color: #efefef;
	font-size: 14px;
}

.Post .ShareOptions
{
	padding-top: 4px;
	padding-left: 6px;
	height: 24px;
	background-image: url( './images/sprites.png' );
	background-repeat: repeat-x;
	background-position: 0px -190px;
	border: 1px solid #8f8f8f;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Header area */
#HeaderContainer
{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 70px;
	background-repeat: repeat-x;
	background-image: url( './images/sprites.png' );
	background-position: 0px -70px;
}

#HeaderFramer
{
	width: 940px;
	height: 70px;

	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#Logo
{
	float: left;
	width: 178px;
	height: 50px;
	padding-top: 20px;
	background-image: url('./images/sprites.png');
	background-repeat: no-repeat;
}

#Logo span
{
	display: block;
	visibility: hidden;
	width: 128px;
	height: 25px;
}

#TopNav
{
	color: #ffffff;
	float: right;
	padding-top: 28px;
}

#TopNav li
{
	float: left;
	list-style-position: inside;
	margin-left: 10px;
}

#TopNav li a
{
	text-decoration: none;
	color: #ffffff;
}

#TopNav li a:hover
{
	color: #64901e;
}

/* Main content area */
#MainContainer
{
	margin-top: 70px;
	background-image: url('./images/maincontainerbg.png');
	background-repeat: repeat-x;
}

#MainFramer
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
	background-image: url('./images/mainframerbg.png');
	background-repeat: repeat-x;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#LeftNav
{
	float: left;
	width: 178px;
	background-color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#LeftNav h6
{
	height: 16px;
	background-image: url('./images/sprites.png');
	background-repeat: repeat-x;
	background-position: 0px -140px;
	font-size: 13px;
	margin: 5px;
	padding: 2px;
	padding-left: 10px;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#LeftNav li
{
	padding: 4px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 5px;
	list-style-position: inside;
}

#MainContent
{
	float: right;
	width: 750px;
}

/* Footer area */

#FooterFramer
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-bottom: 10px;
	text-align: center;
}


.FourOhFour
{
	background-image: url( './images/404-bat-braden.jpg' );
	width: 750px;
	height: 423px;
	background-repeat: no-repeat;
	padding-top: 423px;
	font-size: 24px;
	text-align: center;	
}

.Button
{
	font-weight: bold;
	border: 0px;
	background-color: #4d4d4d;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.Button:hover
{
	background-color: #64901e;
}

.Button a
{
	color: #ffffff;
	text-decoration: none;
}

.ReadMore
{
	float: right;
	display: block;
	margin-top: 10px;
}


/* Lightbox Stuff */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

