
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}


body {margin:0px; padding:0px; font: .8em verdana, arial, sans-serif; background: url(images/low_bg.gif); text-align: center;}

* {margin:0; padding: 0;}

#outer {
  background: top left url(images/top_bg.gif) repeat-x;
  padding-top: 40px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;

}


div#contentarea {
	width: 900px; background-color: #ffffff;
	background-image: url(images/col_repeat.gif); background-repeat: repeat-y; 
	position: relative;
}

div#logobox {
	background-image: url(images/logo.jpg); background-repeat: no-repeat;
	width: 342px;
	background-color: #ccc;
	height: 601px;
	float: left;
}


div#contentbox {
	width: 558px;
	background-color: #ffffff;
	float: left;
	
}

div#contentbox p {
	margin: 20px 20px 0 20px;
	
}



div#navbox {
	width: 556px;
	height: 105px;
	background-color: #CDC089;
	padding: 1px;
	}


div#navbox ul {
  float: left;
  width: 33.33%;
  padding: 0;
  list-style-type: none;
}


div#navbox li {
  	text-align: center;
	font-weight: bold;
	font-variant: small-caps; 
	font-size: 0.9em;
	line-height: 50px
	
}

a:link {text-decoration: none; color: #CDC089;}
a:visited {text-decoration: none; color: #CDC089;}
a:active {text-decoration: none; color: #CDC089;}

.nav_green {
	border-style:solid;
	border-width:1px;
	border-color: #CDC089;  
	background-color: #607B68; 
	width: 184px; 
	height: 51px; 
	margin: 0; 
	border-style:solid;}


div#btm_img  {
	position: absolute;
	right: 50px;
	bottom: -3px;
	}



div#footer {
	width: 896px;
	background-color: #607B68;
	border-width: 2px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-color: #607B68;
	border-style:solid; 
	margin-bottom:1cm;

}

div#footer p {font-size: 0.7em; color: #CDC089;}



div#thumbnails {
	width: 545px;
	text-align: center;
	padding: 6px;
	padding-bottom: 6px;
	margin-bottom:1cm;

}


.sm_font {font-size: .7em;}


li.hlist {
	margin: 5px 20px 0 40px;
	
}


li.slist {
	margin: 0px 20px 0 40px;
	
}

.heading {color: #607B68; font-weight: bold; letter-spacing: 2px; text-transform:uppercase;}

.strike {text-decoration: line-through;}

.red_txt {color: #BD3C4E;}

.reglinks {color: #607B68;}

.pf_font {color: #607B68; text-transform:uppercase; font-size: .7em; font-weight: bold; text-decoration: underline;}

.link-col {color: #607B68;}




/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
 
.clearfix {display: inline-block;}   /* a fix for IE Mac */
 
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/* Contact Form */

div#formcontainer {width:490px; margin-left:20px; margin-top:20px;}
div#formcontainer form  {border:0px solid #CCC;}
div#formcontainer div.clearfix {border-top: 0px solid #CCC; padding: 1px;} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {width:180px; float:left; font-size:.85em;} /* this is the text label on the left of each input */









/* portfolio slideshow */
/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

