body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 100.1%;
	background:#5E753F;
	text-align: center; /* for IE */
/*	background: #111 url('../images/bg/gradient1.gif') top left repeat-x;  */

}

h1
{
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bolder;
	margin: 0 1.25em;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

a {
	color: #0000ff;
	text-decoration:underline;
}


h2
{
	color: #fff;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.6em;
}

h4
{
	font-size: 1.3em;
}


h5
{
	font-size: .73em;
}

.content
{
	margin: 0 20px;
}

p.ind { text-indent: 1.5em;}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

div.main {
/*	background-color:#2F3738; */
	margin:0 auto;
	position:absolute;
	text-align:left;
	width:980px;
	}


div.navbox {
	position:absolute;
	top:10px;
	left: 355px;
/*	background-color:#9FBCBF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:3px 1px 1px 1px;
*/	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:600px;
	font: 300 14px arial;
	color:#FFFFFF;
}


div.footer {
	background-color:#5E753F;
	margin:30 auto 0 0px;
	position:relative;
	text-align:center;
	width:980px;
	font-size:.8em;
	}

div.content {
/*	background-color:#2F3738;
	margin:0 auto;
	left: 170px;
	margin: 0 auto;	
	margin-left: auto;
	margin-right: auto;*/
	background-color:#93B864;
	position:relative;
	text-align:left;
	width:940px;
	font-size:.8em;
	}


span.Note
{
	color:#FF3333;
	text-decoration:overline;
	text-transform:uppercase;
	font: 900 14px arial;
}


span.Equip
	{
	color:#1D613C;
	text-transform:uppercase;
	font: 900 14px arial;
	}

span.SubEquip
	{
	color:#000000;
	font: 100 12px arial;
	}

span.SubHead
	{
	color:#000000;
	font: 900 16px arial;
	}

span.Question
	{
	color:#1D613C;
	text-transform:uppercase;
	font: 900 14px arial;
	}

span.Answer
	{
	color:#000000;
	font: 900 12px arial;
	}

span.Author
	{
	color:#1D613C;
	text-transform:uppercase;
	font: 14px arial;
	font-style:italic;
	}

span.Home
	{
	color:#330000;
	font: 16px arial;
	}

span.Testimonial
	{
	color:#330000;
	font: 0.88em arial;
	font-style:italic;
	}




/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#work { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #000000; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 30px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
