@charset "utf-8";

/* ////////////////////////////////////////////////// RESET ////////////////////////////////////////////////// */

*
{
	padding: 0;
	margin: 0;
	border: none;
}

:focus
{
	outline: none;
	-moz-outline: none;
}

/* ////////////////////////////////////////////////// BASIC ////////////////////////////////////////////////// */

body {
	margin: 0;
	padding: 0;
	border-top: 5px solid #00704a;
	/*background: #000000 url(/website/images/bg/bg1.jpg) top left;*/
/*  background-position: top center;
  background-attachment: fixed;*/
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	color: #666666;
	line-height: 1.4em;
}

/* ////////////////////////////////////////////////// CONTAINERS ////////////////////////////////////////////////// */

#tmp {
	display: block;
	width: 1px;
	height: 1px;
	background: url(/website/images/bg/bg1.gif) top left;	
}
#outer_top {
	text-align: center;	
}
#outer_bottom {
	width: 980px;
	margin: 0px auto;
	background: url(/website/images/bg/footer.gif) top left;
}
#horz_box {
	float: left; 
	clear: none;
	margin: 110px 0px 0px 0px;
	_margin: 110px 0px 0px 0px;	
	width: 0px;
	min-height: 200px;	
	background-color: none;
}
#container {
	float: left; 
	clear: none;	
	width: 980px;
	margin: 0px auto;	
	text-align: left;		
}
#header {
	display: block;
	clear: both;
	width: 980px;
	height: 110px;
	margin: 0px auto 0px auto;
}
#logo {
	float: left;
	width: 140px;
	height: 85px;
}

#slogan {
	float: right; /* float: left; when using the search */
	display: block;
	width: 480px;	
	height: 30px;
	margin: 0px 0px 0px 0px; /* margin: 0 0 0 160px; when using the search */		
	background: url(/website/images/bg/generic/slogan.gif) top left no-repeat;	
	text-indent: -9999em;	
}
#content {
	width: 980px;
	margin: 0px 0px 0px 0px;
}
#col_a {
	float: left;
	clear: left;
	width: 140px;	
	min-height: 200px;	
	padding: 0px 0px 10px 0px;	
	margin: 0px 0px 0px 0px;	
	background: #00704A;
}
#col_b {
	float: left;
	clear: none;	
	width: 340px;
	min-height: 160px;	
	_height: 160px;			
	margin: 0px 0px 10px 10px;
	background: #ffffff;	
}
#col_b .inner {
	padding: 10px;
}
#col_c {
	float: left;
	clear: right;
	width: 480px;
	min-height: 160px;	
	_height: 160px;		
	margin: 0px 0px 10px 10px;			
}
#col_bc {
	float: left;
	clear: right;
	width: 830px;
	min-height: 160px;	
	_height: 160px;		
	margin: 0px 0px 10px 10px;		
}
#col_c {
	float: left;
	clear: right;
	width: 480px;
	min-height: 160px;	
	_height: 160px;		
	margin: 0px 0px 10px 10px;			
}
#col_d {
	float: left;
	clear: right;
	width: 830px;
	min-height: 160px;	
	_height: 160px;		
	margin: 0px 0px 10px 10px;
	background-color:#FFF;
}
.col_dinner {
	padding: 15px;
}
#archive {
	background: #ffffff;
}
#archive .inner {
	padding: 8px;
}
#flash_movie_cont {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background: #ffffff;
}
#flash_movie {

}
#footer {
	display: block;
	clear: both;
	width: 830px;
	height: 40px;
	margin: 0px 0px 0px 150px;
	background: #ffffff;
}

#footer2 {
        display: block;
        clear: both;
        width: 340px;
        height: 65px;
        margin: 0px 0px 0px 150px;
        background: #ffffff;
}

#footer .inner {
	padding: 10px;
}
#footer .inner .inner-left {
	float: left;
	clear: left;
}
#footer .inner .inner-right {
	float: right;
	clear: right;
}


#footer2 .inner {
        padding: 10px;
}
#footer2 .inner .inner-left {
        float: left;
        clear: left;
}
#footer2 .inner .inner-right {
        float: right;
        clear: right;
}


.separator {
	border-top: 1px solid #cccccc;		
	display: block;
	clear: both;
	height: 2px;
	margin: 10px 0px 10px;	
	_margin: 5px 0px 5px 0px;
	padding: 0;
}
/* ////////////////////////////////////////////////// SEARCH BOX ////////////////////////////////////////////////// */
#search {
	float: left;
	width: 190px;
	height: 70px;
	margin: 0px 0px 0px 10px;
	background: #00704a;
}
#drop_down  {
	display: block;
	width: 180px;
	height: 35px;	
	margin: 0px 0px 0px 5px;	
	background: #197e5c;
	overflow: hidden;
}
input.keywords {
	float: left;
	clear: left;
	width: 130px;
	height: 21px;
	margin: 5px 0px 0px 5px;
	padding: 2px;
	vertical-align:middle;
	background: url(/website/images/bg/generic/input_bg.gif) top left repeat-x;	
}
input.submit_button {
	float: left;
	clear: right;
	width: 30px;
	height: 25px;
	margin: 5px 0px 0px 5px;
	background: #FFFFFF;
	color: #006633;
	font-weight: bold;
	padding: 2px;
}
a.submit_button {
	float: left;
	clear: right;
	width: 30px;
	height: 25px;
	margin: 5px 0px 0px 5px;
	padding: 2px;
	background: url(/website/images/go.gif) top left no-repeat;
	text-indent: -9999em;	
}


/* ////////////////////////////////////////////////// LINKS ////////////////////////////////////////////////// */

a {
	color:#01704A;
	text-decoration:none;
}
a:hover {
	color:#aeaeae;
	text-decoration:none;
}

a.get_adobe_flash {
	display: block;
	width: 88px;
	height: 31px;
	text-indent: -9999em;
	background: url(/website/images/flash/get_adobe_flash.gif) no-repeat;
}

/* ////////////////////////////////////////////////// MAIN-NAV ////////////////////////////////////////////////// */

#main_nav {
	display: block;
	margin: 10px 0px 0px 0px;
	width: 120px;
}
#main_nav li {
	float: left;
	display: block;
	clear: none;
	border-bottom:thin #cccccc solid;
	margin-top:5px;
	margin-left:5px;
}
#main_nav a {
	float: left;
	display: block;
	width: 130px;
	min-height: 25px;
	_height: 25px;
	margin: 0;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight:300;
	
}
#main_nav a:hover, #main_nav a.active {
	color:#aaaaaa;
	text-decoration:none;
}

#sub_nav, #sub_nav ul {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 100px;
}
#sub_nav ul li {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	clear: none;
	
}
#sub_nav a {
	float: left;
	display: block;
	width: 100px;
	_width: 100px;
	margin: 0px 0px 0px 0px;
	
	padding: 8px 5px 3px 15px;
	padding-left:15px;
	text-indent: 0px !important;
	color:#ffffff;
	font-weight:300;
	text-decoration:none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#sub_nav a.active {
	color:#aaaaaa;
}
#sub_nav a:hover {
	color:#aaaaaa;
	text-decoration:none;		
}



/* ////////////////////////////////////////////////// FOOTER ////////////////////////////////////////////////// */
#footer p {
	margin: 0px 0px 0px 0px;
}
#copyright {
	margin: 0px 0px 0px 0px;
}

/* ////////////////////////////////////////////////// GALLERY ////////////////////////////////////////////////// */

#gallery {
	position: relative;
	display: block;
	clear: both;
	width: 480px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	background: #ffffff;
}
#gallery .inner {
	display: block;
	padding: 5px 0px 0px 5px;
	display: block;
	clear: both;
}
#gallery .feature {
	display: block;
	clear: both;	
	background: #111111;
}
#gallery .scroller {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;	
}
#gallery .thumbs {
	display: block;
	clear: none;
	float: left;	
	height: auto;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#gallery .thumbs ul {
	display: block;
	list-style: none;	
	margin: 0px 5px 0px 0px;	
}
#gallery .thumbs ul li {
	float: left;
	display: block;
	margin: 0px 0px 6px 0px;
	padding: 0;
}
#gallery .thumb {
	display: block;
	clear: none;
	width: 110px;
	height: 70px;
	margin: 0;	
	padding: 0;
	border: 0;
}
#gallery a.scroll_left {
	display: block;
	float: left;
	clear: left;
	width: 15px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	background: url(/website/images/buttons/scroll_left.gif) no-repeat;
	text-indent: -9999em;
} 
#gallery a.scroll_left:hover {
	background-position: -15px 0px;
}
#gallery a.scroll_right {
	display: block;
	float: left;
	clear: right;
	width: 15px;
	height: 70px;
	margin: 0px 0px 0px 0px;	
	background: url(/website/images/buttons/scroll_right.gif) no-repeat;
	text-indent: -9999em;	
} 
#gallery a.scroll_right:hover {
	background-position: -15px 0px;
}
#gallery .inner a.feature {
	display: block;
	clear: both;
	width: 470px;
}

/* Custom */
.TB_overlayMacFFBGHack {background: url(/website/images/shadow.png) repeat;}

#overlay_bg {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
  clear: none;
  width: 470px;
  height: 310px;
  margin: 0px 0px 0px 0px;
}
#loading_animation {
  position: absolute;
  top: 154px;
  left: 224px;
  width: 31px;
  height: 31px;
  z-index: 101;
}

/* ////////////////////////////////////////////////// FORMS ////////////////////////////////////////////////// */

legend
{
	color: #1EB8EA;
	font-weight: bold;
}

fieldset
{
	padding: 10px 0;
}

fieldset fieldset
{
	float: left;
	width: 440px;
	margin-right: 30px;
}

form ol
{
	list-style: none;
}

form ol ol
{
	float: left;
}

form li
{
	margin-bottom: 12px;
	clear: both;
}

label, input.button
{
	cursor: pointer;
}

label
{
	width: 200px;
	float: left;
	margin-right: 10px;
	display: -moz-inline-box;
	display: inline-box;
	margin-top: 5px;
}

label.inline
{
	width: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}

label.inline input
{
	width: auto;
}

input, textarea, select
{	
}	

textarea
{

}

div.buttons
{
}

input.button
{

}

/* ////////////////////////////////////////////////// TEXT ////////////////////////////////////////////////// */

p {
	margin: 8px 0px 8px 0px;
	padding: 0;
}
h1 {
	font-size:16px;
	margin: 0px 0px 10px 0px;
	padding:0;
}
h2 {
	margin: 0px 0px 5px 0px;
	padding-bottom:5px;
	padding-top:5px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:35px;
	line-height: 1.0em;
	font-weight:normal;
	color: #00704A;
}
h3 {
	font-size:14px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin: 0px 0px 5px 0px;
	padding:0;
	color: #00704A;
}
h4 {
	font-size:13px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 5px;
	padding:0;
	color: #00704A;
}
.emph {
	color: #666666;
}
.notification {
	clear: both;
}
/* ////////////////////////////////////////////////// LISTS ////////////////////////////////////////////////// */

#site_map {
	margin: 0px 0px 0px 10px;
	padding: 0;
}
#site_map li {
	margin: 0px 0px 10px 20px;	
	padding: 0;	
}
#site_map li ul {
	margin: 10px 0px 10px 20px;	
	padding: 0;	
}
#site_map li ul li {
	margin: 10px 0px 10px 20px;	
	padding: 0;	
}
/* ////////////////////////////////////////////////// ERRORS ////////////////////////////////////////////////// */

ul.errors {
	border:1px dashed #b6cc00;
	display:block;
	padding:10px 20px 10px 30px;
	color: #b6cc00;
}
ul.errors li {
	margin: 0px 0px 5px 0px;	
	padding: 0;	
}
ul.errors li ul {
	margin: 10px 0px 10px 0px;	
	padding: 0;	
}
ul.errors li ul li {
	margin: 10px 0px 5px 0px;	
	padding: 0;	
}

/* ////////////////////////////////////////////////// BUTTONS ////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////// NO FLASH  ////////////////////////////////////////////////// */

div.no_flash_notification {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 470px;
	color: white;
	text-align: center;
	background: #ffffff;	
}
div.no_flash_notification .inner {
	padding: 5px;
	background: #00704a;
}
div.no_flash_notification p.notification {
	margin: 0;
	text-align: center;	
}
div.no_flash_notification p.link {
	margin: 0;
	text-align: center;	
}
div.no_flash_notification a {
	color:#efefef;
	text-decoration:underline;
}
div.no_flash_notification a:hover {
	color:#ffffff;
	text-decoration:none;	
}
div.no_flash_notification v {
	color:#efefef;
	text-decoration:underline;
}
div.no_flash_notification v:hover {
	color:#ffffff;
	text-decoration:none;
}

/* ////////////////////////////////////////////////// MISC ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// TEXT ////////////////////////////////////////////////// */
 
h3 {
	font-size:18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin: 5px 0px 5px 0px;
	padding:0;
	color: #339966;
	width:250px;
}
.emph {
	font-weight: normal;
	padding:0;
	color: #339966;
}
 
/* ////////////////////////////////////////////////// LISTS ////////////////////////////////////////////////// */
 
ul {
	margin: 0px 0px 0px 20px;
}
ul.downloads {
	margin: 10px 0px 0px 10px;
}
ul.downloads li {
	list-style: none;
}
 
/* ////////////////////////////////////////////////// DOWNLOADS ////////////////////////////////////////////////// */
 
a.pdf_download {
	display: block;
	height: 34px;
	padding: 0px 0px 0px 30px;	
	background: url(/website/images/pdf_icon.gif) top left no-repeat;	
}
a.video_download {
	display: block;
	height: 34px;
	padding: 0px 0px 0px 30px;	
	background: url(/website/images/Video_Icon.jpg) top left no-repeat;	
}
a.word_download {
	display: block;
	height: 36px;
	padding: 0px 0px 0px 30px;
	background: url(/website/images/word_icon.gif) top left no-repeat;	
}
 
/* ////////////////////////////////////////////////// ASSETS ////////////////////////////////////////////////// */
 
#assets {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
}
#assets .inner {
	padding: 10px;	
}
a.company_profile {
	display: block;
	width: 199px;
	height: 36px;
	margin: 0px 0px 10px 0px;	
	padding: 0;
	background: url(../images/buttons/company_profile.gif) no-repeat;	
	text-indent: -9999em;
}
a.company_profile:hover {
	background-position: 0px -36px;
}
 
/* ////////////////////////////////////////////////// GALLERY ////////////////////////////////////////////////// */
 
#gallery .inner {
	padding: 5px 0px 5px 5px;
 
}



div.page_numbers {
	border-top: 1px solid #cccccc;
	clear: both;
}
.clearer {	
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
img, div { behavior: url(/website/css/iepngfix.htc) }


/* ////////////////////////////////////////////////// News ////////////////////////////////////////////////// */

#news {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.news_item {
	float: left;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	width: 810px;
}
.news_item_short {
	float: left;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	width: 460px;
}
.date {
	background: #007a5e none repeat scroll 0 0;
	clear: left;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 45px;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	width: 45px;
}
.date .inner {
	padding: 2px 5px 0px 5px;
}
.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;	
	margin: 0px 0px 5px 0px;
	padding:0;
	color: #339966;
}
.descriptionList {
	float: left;
	clear: none;
  width: 605px;
  margin-left:5px;
}
	.description p {
		margin: 0px 0px 5px 10px;
	}
.pic {
	float: left;
	clear: right;
	width: 110px;
	margin: 0px 0px 5px 5px;	
}
.feature {
	margin: 0;
	padding: 0;
}
.page_numbers {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;	
}
/* ////////////////////////////////////////////////// BUTTONS ////////////////////////////////////////////////// */

a.subscribe_to_rss {
	float: right;
	/*clear: right;*/
	width: 103px;
	height: 16px;
	margin-top: 12px;
	background: url(/website/images/subscribe_to_rss.gif) no-repeat;
	line-height: 0.8em;
	text-indent: -9999em;
}
/*a.subscribe_to_rss:hover {
  background-position: 0px -16px;
}*/
a.view_more {
	display: block;
	clear: both;
	width: 71px;
	height: 10px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background: url(/website/images/view_more.gif) no-repeat;
	line-height: 0.8em;
	text-indent: -9999em;
}
a.view_more:hover {
	background-position: 0px -10px;
}

/* ////////////////////////////////////////////////// TEXT REPLACEMENT ////////////////////////////////////////////////// */

h2.news {
	float: left;
	clear: left;
	background: url(/website/images/text/level_1/news.gif) no-repeat;
	width: 175px;
	height: 50px;
	text-indent: -9999em;
}
h3.archive { background: url(/website/images/text/level_2/archive.gif) no-repeat; width: 61px; height: 14px; text-indent: -9999em; float: left;  clear: left; }
.text_replace {
	text-indent: -9999em;
}
/* ////////////////////////////////////////////////// TEXT ////////////////////////////////////////////////// */

/*h3 {
  font-size:13px;
  font-weight:bold;
  margin: 0px 0px 5px 0px;
  padding:0;
  color: #CCCCCC;
}*/

