body
{
	background-color: #F2F385;
/*	background-image: url(images/bg.gif); */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#nav
{
	width: 680px;
	height: 25px;
	border-bottom: 1px solid black;
	color: black;
	background-color: #FFFF00;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: fixed;
	top: 0px;
	margin-left: -340px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 25px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #000000;
	color: white;
}

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#header
{
	height: 50px;
	position: relative;
	/*margin-top: 25px */
	background-color: #000;
}

#header h2
{	
	margin: 0px;
	background-color: #000;
	color: #FFFFFF;
	padding: 4px 10px 2px 10px;
	text-align: center;
	font-size: 1.1em;
}

#header p
{	
	margin: 0px;
	background-color: #000;
	color: #FFFFFF;
	padding: 5px 10px 2px 10px;
	text-align: center;
	font-size: 1.1em;
	font-weight:bold;
}

#logo
{
	margin: 0px;
	border-bottom: 1px solid black;
	width: 680px;
	height: 180px;
	background-image: url(../images/mainbanner.gif);
}	

#header h1
{
	position: absolute;
	left: 82px;
	top: 8px;
	color: white;
	font-size: 48px;
	font-weight: bold;
	margin: 0px;
}

#header h1.shad
{
	left: 84px;
	top: 10px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	text-decoration: underline;
}

#body_header
{	margin-top: 25px;
	background-color: #EEEEEE;
}

#body_header h1
{	font-size: 12px;
	text-align: center;
	color:#FF0000;
	padding: 4px;
}

#body_header h2
{	font-size: 12px;
	text-align: center;
	color:#00FF00;
	padding: 4px;
}

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-right: 200px solid #eeeeee;
	min-height: 550px;
}

#sidebar
{
	
	width: 180px;
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 0px;
	padding: 10px;
}

#sidebar h6
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}


#sidebar p
{
	margin-bottom: 8px;
}

#content
{
	padding: 20px;
	color: #333333;
	min-height: 750px;	
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;	
}

#content h5
{
	font-size: 1.3em;
	margin: 0px, 1px;
	color: #FF0000;
	font-weight: bold;
}

#content h6
{
	font-size: .8em;
	margin: 2px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#content ul
{		padding: 15px;
}

#content li
{	margin-left: 1em;
	padding: 3px;
}

#content a
{
	color: #FF0000;
	font-style: bolder;
}
#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-align: justify;
/*	text-indent: 3em; */
	line-height: 1.3em;
}

.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a
{
	color: #666666;
}

.pullout
{
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	margin: 8px;
}



.flickr-thumbnail, .flickr-pullout {
	float: left;
	background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	_position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	width: 106px;
	height: 93px;


	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
	
}

#footer
{
	width: 680px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
	background-color: #eeeeee;
	color: #b0b0b0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}

#directory{
  margin-left: 0px;
  padding-left: 0px;
  color: #FF0000;
}

#directory li{
  display: inline;
}

#directory li a {
  text-decoration: none;
  padding-left: .4em;
  padding-right: .4em;
}
#directory li a:hover {
	color: #800000;
}

#contact_body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	width: 680px;
	min-height: 750px;


	/*border-right: 200px solid #eeeeee; */
}

#contact_body h2
{
	margin-left: 10px;
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	border-bottom: 1px solid black;		
}

#contact_body p
{
	margin-left: 10px;
}
#main #contact_body form .human {
	display: none;
}



label{
float: left;
width: 150px;
margin-left: 10px;
}

input, textarea{
/*width: 180px; */
margin-bottom: 5px;
}

input, select{
/*width: 180px; */
margin-bottom: 5px;
margin-left: 10px;
}

/*textarea{
width: 250px;
height: 150px;
}

*/

.boxes{
width: 250px;
}


#submitbutton{
margin-left: 160px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}



h3
{
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
	color: #0066FF;
}

h4
{
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	background-color: #EEEEEE;
}

/* Directory classes */

#row {
}

#row p {
	margin-left: 15px;
	padding: 1px 1px 1px 1px;
	font_size: .6em;
}

#rowfooter {
	border-bottom: 2px solid black;
}

#formcb {
	margin-left: 25px;
	padding: 1px 1px 1px 1px;
	font_size: .6em;
}	

