/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "../_css/reset.css";
@import "../_css/typography.css";
@import "../_css/forms.css";
@import "../_css/tabs.css";
@import "../_css/styles.css";
body {
	background-color: #2A6020;
}


/* Page
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 100%;
}
#page #contentFrame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #648C5C;
	background-image: url(../_images/bg_content_001.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


/* Header
-------------------------------------------------------------- */

#header {
	background-color: #2A6020;
	margin: 0px;
	padding: 0px;
	height: 211px;
	background-image: url(../_images/bg_header_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#nav {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	padding-top: 177px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
}
#nav ul {
	display: block;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
}
#nav li {
	display: inline;
	color: #FFFFFF;
}
#nav  .tabs {
	width: 950px;
	margin-right: auto;
	height: 16px;
	margin-left: auto;
	float: right;
}
#nav  .tabs  li {
	margin-right: 1px;
}
#nav .tabs li a {
}
#nav   li   a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
}
#content {
	margin-top: 0px;
	background-color: #F3F5C0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar1 {
	float: left;
	width: 200px;
	padding: 20px;
}

/* image display
-------------------------------------------------------------- */

div#thumbs {
	position: relative;
	width: 100%;
	z-index: 100;
	height: 95px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C3B565;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#thumbs ul {
	text-align: center;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
div#thumbs li {
	display: inline;
	width:77px;
	height:77px;
}
div#thumbs li a {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-width: 0;
	width:77px;
	height:77px;
}
div#thumbs a:hover {
}
div#thumbs a img.thumbx {
	height: 77px;
	width: 77px;
	border-top-width: 9px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C3B565;
	border-right-color: #C3B565;
	border-bottom-color: #C3B565;
	border-left-color: #C3B565;
	margin: 0px;
	padding: 0px;
}


div#thumbs a img.previewx {
	height: 0;
	width: 0;
	border-width: 0;
}


div#imgdisplay {
	position: absolute;
	top: 120px;
	left: 20px;
	height: 350px;
	width: 449px;
	background-image: url(../_images/homepage/01-L.jpg);
	background-repeat: no-repeat;
	z-index: -100;
}
div#thumbs a:hover img.previewx {
	position: absolute;
	top: 120px;
	left: 20px;
	height: 350px;
	width: 449px;
	z-index: 1;
}
/* */

#mainContent {
	min-height: 400px;
	color: #2B6121;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 490px;
}
#mainContent h2 {
	font-style: italic;
	margin-top: 0px;
	font-size: 18px;
	line-height: 20px;
}




#sidebar1 h3 { color: #888; }
#sidebar1  ul, #sidebar1  ol { color: #888; }
#sidebar1 ul a { color: #555; }


/* Footer
-------------------------------------------------------------- */
#footer {
	text-align: left;
	background-image: url(../_images/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: left 5px;
	height: 145px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2A6020;
}
#footernav   ul 
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #333;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#footernav li { display: inline; }

#footernav li a
{
	text-decoration: none;
	background-color: #333;
	color: #FFF;
	padding: .2em 1em;/*border-right: 1px solid #fff;*/
}

#footernav li a:hover
{
	background-color: #ccc;
	color: #fff;
}

/*
#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }
*/

#footer p.quiet {
	color: #CCCCCC;
}
#footer p.contact {
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
}
#footer a {
	color: #FFFFFF;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.tworx {
	font-variant: small-caps;
}
