

/*================================================================

BLIS WEB AGENCY "TEMPLATE" STYLESHEET

================================================================
RESET BROWSER DEFAULTS
----------------------------------------------------------------*/
HTML, BODY, FORM, H1, H2, H3, H4, H5, H6, PRE, FORM, P, BLOCKQUOTE, FIELDSET, INPUT
{
	margin: 0;
	padding: 0;
}
H1, H2, H3, H4, H5, H6, LEGEND, PRE, CODE
{
	font-size: 1em;
}
A IMG, :link IMG, :visited IMG
{
	border: none;
}
LI
{
	zoom: 1;
}
/*EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear
{
	clear: both;
}
.clearfix:after
{
/*What's this? --> http://www.positioniseverything.net/easyclearing.html*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* HTML>BODY .clearfix
{
	display: inline-block;
	width: 100%;
}
* HTML .clearfix
{
/*Hides from IE-mac \*/
	height: 1%;
/*End hide from IE-mac*/
}
.hide
{
	display: none;
}
.block
{
	display: block;
}
/*IE 5 Fix
----------------------------------------------------------------*/
BODY
{
	text-align: center;
/*Hack for stoopid IE 5*/
}
DIV#wrapper
{
	text-align: left;
/*Undo stoopid IE 5 hack*/
}
/*EVERYTHING
----------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}
/*BODY
----------------------------------------------------------------*/
BODY
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/*WEBPAGE
----------------------------------------------------------------*/
.webpage
{
	margin: 0px auto;
	width: 980px;
}
/*NAVIGATION
----------------------------------------------------------------*/
.navigation
{
	
	
	width: 980px;
	height: 35px;
	top: 140px;
	text-align: left;
	z-index: 100;

	background: #6a913e;
}
/*FOOTER
----------------------------------------------------------------*/
#footer
{
	
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 980px;
	height: 35px; overflow:hidden;
	
}
._msie_6-0 .webpage
{
	width: 910px !important; /*[e]910px*/
}


/*================================================================

BLIS WEB AGENCY "SCREEN" STYLESHEET

================================================================
GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
HTML
{
	height: 100%;
	margin-bottom: 1px;
}
HTML, BODY
{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background:#363636;
	font-size: 1em;
	padding-top: 4px;
}
H1
{
	color: #666;
	font-size: 180%;
	font-weight: normal;
	margin-top: 5px;
}
H2
{
	color: #666666;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 15px;
}
P, LI, TD
{
	color: #666666;
	margin-bottom: 12px;
	font-size: 75%;
	line-height: 1.6em;
}
LI
{
	margin-left: 20px;
	line-height: 14px;
	margin-bottom: 2px;
}
UL
{
	margin-bottom: 10px;
}
OL
{
	margin-top: 10px;
}
A
{
	outline: none;
}
A:link, A:visited
{
	color: #6a913e;
	text-decoration: none;
}
A:hover
{
	color: #6a913e;
	text-decoration: underline;
}
/*TABLES
----------------------------------------------------------------*/
TABLE
{
	clear: both;
	border-collapse: collapse;
	text-align: left;
}
TD
{
	padding: 2px 3px;
	font-size: small;
}
TD LI, TD P
{
	font-size: 100%;
}
/*HEADER CONTENT
----------------------------------------------------------------*/
#webpage
{
	background: #ffffff;
}
#content_frame
{
	background: url(/images/header.png) no-repeat;
	background-attachment: scroll;
	padding-top: 160px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	display: block;
}

#content
{
	background: url(/images/bg.jpg) no-repeat;
	padding-top: 30px;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 30px;
}	

#id_index #content
{
	background: url(/images/splash.jpg) no-repeat;
	width: 920px;
	padding: 135px 0px 0px 60px;
	
}

#id_index #content p
{
	font-size: 85%;
	line-height: 1.3;
}

#content li
{
	background-image:url(images/bullet.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	list-style-type:none;
	margin-bottom:10px;
	padding-left:10px;
}

p, li {
color:#666666;
font-size:12px;
line-height:17px;
}

.topPageGraphic h1
{
	display: none;
}


/*SIDEBAR CONTENT
----------------------------------------------------------------
FOOTER CONTENT
----------------------------------------------------------------*/

#footer_greenBox
{
	height: 60px;
	background: #6a913e;
	padding-top: 20px;
	text-align:center;
	color: #ffffff;
	width:980px;
}

.whiteText
{
	color: #fff;
	font-size: 14px;
}

#footer
{
	width: 950px;
	height: 35px;
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../../images/footer.png);
	background-repeat:no-repeat;
}

#footer a
{
color: #6a913e;
}

#footer a:hover
{
text-decoration: none;
}

#col_1
{
	width: 25%;
	background: #fff;
	float: left;
}

#col_2
{
	width: 25%;
	background: #fff;
	float: left;
}

#col_3
{
	width: 25%;
	background: #fff;
	float: left;
}

#col_4
{
	width: 25%;
	background: #fff;
	float: left;
	text-align: right;
}


/*PAGE TOOLS
----------------------------------------------------------------*/
.hide, .printonly
{
	display: none;
}
.noscript
{
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.noscript SPAN
{
	border: 1px solid #A71A1A;
	font-size: 10px;
	color: #A71A1A;
	margin: 0 auto;
	padding: 4px;
	position: relative;
	width: 700px;
	background: white;
	display: block;
	font-family: verdana, sans-serif;
}
.clear
{
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
}
.stretch {font-size:75%; margin-bottom:25px; color:#666666; font-weight:bold; }
.stretcher {margin-bottom:20px; padding-bottom:20px;padding-top:20px;}
.graphic_txt { margin-left:-6666px; height:1px; overflow:hidden;
	}

/*================================================================

	BLIS WEB AGENCY "WIDGET" STYLESHEET

================================================================*/



/* GALLERY
----------------------------------------------------------------*/
    
    .gallery .thumbs
    {
        /* THUMBNAILS */
        border: 1px solid #000;
        padding-left: 0;
        margin: 2px;
        display: block;
		overflow: hidden;
		float: left;
    }
    
    .gallery #lg
    {
        /* LARGE IMAGE */
        border: 1px solid #000;
        float: right;
    }
    
    .gallery #lgtxt
    {
        /* IMAGE COMMENT */
        font-size: 10px;
        font-family: verdana, sans-serif;
        width: 260px;
        display: block;
        float: right;
        padding: 4px;
        height: 20px;
        overflow: hidden;
    }
    
    .gallery #lgtb
    {
        /* IMAGE TOOLBAR (view large version) */
        font-size: 10px;
        text-transform: uppercase;
        font-family: verdana, sans-serif;
        display: block;
        width: 200px;
        margin-top: 8px;
        float: right;
        
        /* FORMAT FOR ICON */
        text-indent: 20px;
        background: url(/images/stock/new_window_3.gif) 0 0 no-repeat;
        height: 14px;
        padding-top: 2px;
    }
    
    .gallery .description 
    {
		font: bold 8pt tahoma, arial;
		text-align:center;
		color:Black;
		text-decoration:none;
	}
    
    .gallery .credits
    {
        display: none;
    }
    
    .gallery .lrgtext
	{
		float: left;
		padding-right: 9px;
	}
	
	/* EXIF INFORMATION */
	.gallery .table_exif{
		font: 8pt tahoma, arial;
		color:#757575;
		text-decoration:none;
		border: 1px solid #B5B5B5;
	   text-align:left;
	}
	
	.gallery .thumbcontainer
	{
		display: block;
		float: left;
	}
	
	.gallery .imgnav
	{
		clear: both;
		text-align: left;
		padding-top: 0;
		margin-top: -16px;
		display: block;
	}
	
	.gallery .imgnav p
	{
		text-align: left;
		width: 400px;
	}

/* GOOGLEMAP
----------------------------------------------------------------*/
    .printgooglemap
    {
      font-family:verdana;
      font-size:11px;
      display:block;
      width:100px;
      height:14px;
      padding-top:3px;
      padding-bottom:3px;
      border:1px solid black;
      background:white;
      position:absolute;
      bottom:10px;
      right:10px;
      text-align:center;
    }

/* IMGTXT
----------------------------------------------------------------*/

    .imgtxt
    {
		text-indent: -9999px;
		display: block;
		background-repeat: no-repeat;        
    }

/* MENU (DYNAMIC)
----------------------------------------------------------------*/
#dropdownMenu, #dropdownMenu dl {
	padding: 7px 7px 7px 12px;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	border: 0;
	display: block;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	}

#dropdownMenu a {
	display: block;
	height: 21px;
	line-height: 21px;
	border: 0;
	padding: 0px;
	font-size: 14px;
	color:#FFFFFF;
	margin-right: 30px;
}

#dropdownMenu a:hover {
	background-color: #6a913e;
	color:#fff;
	border: 0;	
}

#dropdownMenu dd {
	float:left; /*float: none;*/	
	width: auto;	
	border: 0;
	display:block;	
	overflow:hidden;
	text-align:left;
	width:150px;
	z-index:1;
}
#dropdownMenu dd#dd_commitments
{width: 180px; }
#dropdownMenu dd#dd_index {width:120px;}

#dropdownMenu dd dl {
	width: auto;
	/* margin-top: -30px;
	margin-left: 104px; 
	float:left; */
	position:absolute;
	display:block;
	z-index:2;
	background: #6a913e;
}

#dropdownMenu dd dl dd {
	width: auto;
	background: #6a913e;
	z-index:2;	
	float:none;
}

#dropdownMenu dd dl dl {
	position: absolute;
	margin-top: -30px;
	margin-left: 100px;
	background: #eee;
	width: 100px;
	z-index:2;
}  

/* POSITION ITEM
---------------------------------------------------------------*/

    .positioneddiv
    {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        display: block;
        visibility: hidden;        
    }
    
    .positioneddiv .posblock1
    {
        margin: 0 auto;
        padding: 0;
        width: 760px;
        height: 1px;
        display: block;
        visibility: hidden;
    }
    
    .positioneddiv .posblock1 .posblock2
    {
        display: block;
        visibility: visible; 
    }
    
/* ROUNDED BORDERS
 ---------------------------------------------------------------*/

div.sb-inner { background: white; }


/* SHADOW BOX
----------------------------------------------------------------*/
/* Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/* Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/* Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*_ Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}

/* SIFR
----------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}


/* STRETCH TOOL
----------------------------------------------------------------*/
    
    .stretch {
        cursor: pointer;
    }
    
    .stretch img {
        margin-right: 4px;
    }

/* TOOLTIPS
----------------------------------------------------------------*/
.tool-tip{

    width: 200px;

    color: #000;

    text-align: center;

    z-index: 999;
    }

.tool-title{

    color: #000;

    font-family: tahoma, verdana, sans-serif;

    text-transform: uppercase;

    font-size: 11px;

    font-weight: normal;

    text-shadow: 2px 2px 1px #222;

    margin: 0;

    padding: 13px 10px 5px;

    background: url(/images/stock/balloon.png) top left no-repeat !important;

    background: url(/images/stock/balloon.gif) top left no-repeat;

    font-size: 11px;
    }

.tool-text{

    margin: 0;

    padding: 0 10px 15px;

    text-shadow: 2px 2px 1px #222;

    background: url(/images/stock/balloon.png) bottom left no-repeat !important;

    background: url(/images/stock/balloon.gif) bottom left no-repeat;

    font-size: 10px;

    color: black;

    font-size: 11px;

    font-family: verdana, sans-serif;
    }

/*================================================================
	
	BLIS WEB AGENCY "CUSTOM CMS" STYLESHEET. THE EFFECTS OF THIS
	STYLESHEET CAN BE SEEN IN THE CMS AND ON THE FRONTEND OF THE
	WEBSITE
	
================================================================*/