/*********************************************************************
HEADER - holds navigation, search and logo
**********************************************************************/
#header
	{
	margin: 0 auto;
	width: 968px;
	background: url(../images/bkg_nav.gif) top left no-repeat;
	height: 78px;
	}

#nav
	{
	float: right;
	margin: 17px 0 0 0;
	padding: 0 5px 0 0;
	}

#nav img.navBttn 
	{
	border-left: 2px solid #BED63A;
	}
	
#auxNav
	{
	float: right;
	padding: 0 15px 0 0;
	}

#auxNav form
	{
	padding: 2px 0 0 0;
	}

#auxNav form, #auxNav a
	{
	float: right;
	}

#auxNav form a
	{
	float: none;
	}
	
#auxNav input
	{
	float:  left;
	padding: 3px 8px 3px 8px;
	background: #4F463F;
	border: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #CBC2B8;
	width: 140px;
	height: 14px;
	}

/*********************************************************************
Main Containers - divs that create background affect and main containers
**********************************************************************/

#bkgWrap
	{
	background: #BDB3A9;
	position: relative;
	padding: 35px 0 10px 0;
	z-index: 100;
	width: 100%;
	}

#contain
	{
	margin: 0 auto;
	padding: 0 0 0 15px;
	width: 953px;
	position: relative;
	z-index: 200;
	}

.leftCorner
	{
	position: absolute;
	top: 0;
	left: 0;
	height: 386px;
	}

.rightCorner
	{
	position: absolute;
	top: 0;
	right: 0;
	height: 386px;
	}

.bottomLeftCorner
	{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 386px;
	}

.bottomRightCorner
	{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 386px;
	}

#leftColumn
	{
	float: left;
	width: 180px;
	margin: 0 5px 0 0;
	}

#middleColumn
	{
	float: left;
	width: 584px;
	margin: -11px 0 0 0;
	}

#rightColumn
	{
	/*padding: 25px 0 0 0;*/
	margin: -14px 0 0 0;
	float: left;
	width: 183px;
	min-height: 560px;
	}

#rightColumn p
	{
	font-size: 11px;
	}

#rightColumn li
	{
	margin: 0 0 5px 13px;
	}

.content
	{
	padding: 23px 37px 15px 37px;
	background: url(../images/bkg_content.png) top left repeat-y;
	}

.content ul
	{
	margin: 0 0 13px 30px;
	}

.content li
	{
	margin: 0 0 6px 0;
	}

.content img
	{
	margin: 0 15px 10px 0;
	}

.content ul img
	{
	margin: 0 0 0 0;
	}
	

/*********************************************************************
SUB NAV
**********************************************************************/
#subNav
	{
	margin: 19px 0 0 0;
	}

#subNav a
	{
	display:block;
	margin: 3px 0 0 0;
	padding: 10px 8px 8px 10px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#BED63A;
	background: url(../images/bkg_subNav.gif) top left repeat-y;
	}

#subNav a:hover
	{
	color:#4D8F75;
	}

#subNav a.subOn
	{
	color:#4D8F75;
	}
	
#subNav .tertiaryNavExterior
	{
	padding: 0 0 10px 0;
	background-color:#181310;
	}

#subNav .tertiaryNavInterior
	{
	margin: 0 0 0 10px;
	width: 160px;
	border-top: 1px solid #584A3F;
	}

#subNav .tertiaryNavInterior a
	{
	margin: 3px 0 0 0;
	padding: 3px 8px 3px 8px;
	width:144px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#ffffff;
	background-image: none;
	background-color:#181310;
	}

#subNav .tertiaryNavInterior a:hover
	{
	color:#ffffff;
	background-color:#4D8F75;
	}

#subNav .tertiaryNavInterior a.tertiaryOn
	{
	color:#ffffff;
	background-color:#4D8F75;
	}

/*********************************************************************
SEARCH
**********************************************************************/
.search
	{
	/*margin: -27px 0 18px -27px;*/
	left: -27px;
	top: -27px;
	padding: 0 11px 0 11px;
	background: #2B221D;
	position: relative;
	z-index: 3000;
	width: 564px;
	color: #CBC2B8;
	font: 11px Arial, Helvetica, sans-serif;
	}

.search input, .search select
	{
	background: #433A33;
	border: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #CBC2B8;
	/*margin: 0 0 0 6px;*/
	margin: 0 0 0 0px;
	padding: 3px;
	}

.search input.bttn
	{
	padding: 0;
	position: relative;
	top: 10px;
	}

.search select option
	{
	border: none;
	}
	
.search td 
	{
	padding: 7px 0 7px 0;
	}
	
.search td.bottomBorder
	{
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #BCD637;
	border-bottom: 1px dashed #524944;
	}

.search td.topBorder
	{
	border-top: 1px solid #524944;
	}

.search a.alpha
	{
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px; 
	text-transform: uppercase;
	color: #97BAC0;
	width: 19px;
	display: block;
	float: left;
	}

.search a:hover.alpha, .search a.alphaon
	{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px; 
	margin: -3px 0 -3px 0;
	color: #ADDEE2;
	width: 19px; 
    font-size: 16px; 
	float: left;
	display: block;
	}

.search a.viewAll
	{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #CBC2B8;
	letter-spacing: -.03em;
	}

.search a:hover.viewAll
	{
	color: #ADDEE2;
	}

.searchResults
	{
	margin: 3px 0 0 0;
	border-top: 1px dashed #CDCBCC;
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;
	}

.searchResults td
	{
	padding: 5px 0 5px 5px;
	}

.searchResults .contentdark
	{
	background: #EBF3C4;
	}

.searchResults a
	{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #555450;
	}

.searchResults a:hover
	{
	color: #2B221D;
	}

.searchResults .pager
	{
	background: #fff;
	}

span.results
	{
	font-size: 11px;
	font-style: italic;
	color: #BED63A;
	font-weight: normal;
	}

span.title
	{
	font-size: 11px;
	color: #999;
	}

/*********************************************************************
SORT
**********************************************************************/

.sort
	{
	font: 11px Arial, Helvetica, sans-serif;
	color: #555450;
	margin: 0 0 8px 0;
	padding: 9px 9px 12px 9px;
	background: #CDEAEE;
	}

.sort .dashLine
	{
	margin-bottom: 0;
	}

.sort h4
	{
	color: #555450;
	}

.sort h5
	{
	font: 11px Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #4D8F75;
	letter-spacing: 0;
	}
	
.sort input, .sort select
	{
	background: #ECF7F9;
	border: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #555450;
	margin: 0 0 0 0;
	padding: 3px;
	}

.sort select option
	{
	border: none;
	}

.sort a.bttn, .sort input.bttn
	{
	border: none;
	padding: 2px 5px 2px 5px;
	background: #3A322C;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.sort a:hover.bttn, .sort input:hover.bttn
	{
	background: #0E0A09;
	text-decoration: none;
	}
/*********************************************************************
TABLES
**********************************************************************/
.contenttable
	{
	background: #F1F9C2;
	margin: 15px 0 0 0;
	font-size: 11px;
	width: 100%;
	}

.contenttable tr td
	{
	border-bottom: 2px dotted #D5E47F;
	}

.contenttable tr.pager table tr td
	{
	border: none;
	}

.contenttable tr.pager td
	{
	border: none;
	}

.contenttable td
	{
	padding: 8px 10px 8px 15px;
	}

.contenttable a,  .contenttable a:hover
	{
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	}

.contenttable tr.headcolumn
	{
	border: none;
	}

.contenttable tr.headcolumn a, .contenttable a.bttn
	{
	text-decoration: none;
	}

.contenttable tr.headcolumn th
	{
	padding: 6px 0 6px 10px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	background: #D5E47F;
	color: #4D8F75;
	letter-spacing:
	}

.contenttable tr.pager td
	{
	padding: 5px 6px 5px 7px;
	}
	
tr.pager td
	{
	padding: 5px 10px 5px 0px;
	}
	
.pager a
	{
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
	color: #EF4138;
	text-decoration: none;
	}

.pager a:hover
	{
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
	text-decoration:none;
	background: #EF4138;
	color: #fff;
	}

.pager span
	{
	background: #EF4138;
	color: #fff;
	padding: 3px 5px 3px 5px;
	}

.newsDate
	{
	text-align: center;
	vertical-align: middle;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: -.03em;
	color: #4D8F75;
	}

.contactForm td
	{
	padding: 6px 0 6px 0;
	vertical-align: top;
	}

.contactForm input, .contactForm textarea
	{
	background: #CDEAEE;
	border: 0;
	padding: 3px;
	}

/*********************************************************************
Case Examples	
**********************************************************************/
.caseExample
	{
	width: 485px;
	height: 40px;
	overflow: hidden; 
	}

/*********************************************************************
Gallery/Image Hover
**********************************************************************/

.gallerycontainer
	{
	margin: 20px 0 0 0;
	position: relative;
	}

.thumbnail img
	{
	margin: 0 5px 5px 0;
	}

.thumbnail:hover
	{
	background-color: transparent;
	cursor: default;
	}

.thumbnail span
	{ 
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	}

.thumbnail span img
	{ 
	border-width: 0;
	}

.thumbnail:hover span
	{ 
	visibility: visible;
	top: -190px;
	left: 75px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	cursor: default;
	}

/*********************************************************************
FOOTER
**********************************************************************/
#footer
	{
	margin: 0 auto;
	padding: 18px 20px 0 15px;
	width: 953px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #88817b;
	text-align: right;
	position: relative;
	}

#footer p
	{
	float: left;
	clear: left;
	font-size: 11px;
	margin: -2px 0 0 2px;
	}

#footer a
	{
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0 2px 0 2px;
	color: #88817b;
	line-height: 3em;
	}

#footer a:hover
	{
	color: #0E0A09;
	}

