/*Theme Name: Fusion
Theme URI: http://www.digitalnature.ro/projects/fusion/
Description: Light & clean design, 2 columns with fixed or fluid layout; Wordpress theme from <a href="http://www.digitalnature.ro/">digitalnature.ro</a>
Version: 1.3
Author: digitalnature.ro
Author URI: http://www.digitalnature.ro/
Tags: light, two-columns, fixed-width, right-sidebar, white

	Fusion v1.3
	  http://www.digitalnature.ro/projects/fusion/

	Theme designed by digitalnature.ro. See the project page for more information

	The CSS, XHTML and design is released under GPL.
    http://www.opensource.org/licenses/gpl-license.php

*/

/* GLOBAL PROPERTIES */
*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
}

body {
  font-family: Candara, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.0em; /* WAS 14PX --was .75 em*/
  font-style: normal;
  color: #000;
  background: transparent url(images/main-bg.gif) repeat-x left 200px;
/*  min-height:100%;
  height:auto !important; /* ie ignores it */
 /* height:100%; /* fix */
  position: relative;
}

a { color: #366BC1;  text-decoration: none;
}

a:hover{
  color: #003366; 
  background: none;
  text-decoration: underline; 
}

img{border: 0;}

pre{ white-space: normal;}

p{
  line-height: 1.65em;
  margin: .5em 0 1.5em;
}

small{font-size: 90%;}

#page{
  width: 960px;
  min-width: 780px;
  margin:0 auto;
  position: relative;
}

#cssControls{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 10px;
}

/*** HEADER AND BLOG TABS ***/

a#logo{
  top: 80px; 
  position: absolute;
}
#page-wrap1{  background: transparent url(images/header-bg-new.png) repeat-x left top;}
#page-wrap2{
  height: 200px; 
  min-height: 500px; 
  width: 100%;
  display:block;
}

#header{ height: 200px;}
#header h1{
  position: absolute;
  color: #fff;
  top: 82px;
  font-size: 38px;
  z-index:0;
}
#header h1 a{
  color: #fff;
  text-decoration: none;
}
#header h1 a:hover{
  background: none;
  color: #F8B107; 
}
#header h2 {
  position: absolute;
  top: 94px;
  width:600px;
    color: #fff;
  margin-top: 40px; 
  font-size:14px;
  z-index:0;
}

#header h2 a {
  text-decoration: none;
  color: #afb0b3;
}

#header h2 a:hover{
  text-decoration: none;
  background: none;
  color: #fff;
}

/* TABS */
#tabs {
 font-size:14px;
 height:29px;
 line-height:normal;
 position: absolute;
 top: 171px; 
 left: 0;
 font: Verdana;
}

#tabs ul {list-style:none;}

#tabs li {display:inline;}

#tabs a {
 float:left;
  font: Verdana;
 background:url(images/tab-left.png) no-repeat left top;
 color:#0470a0;
 padding-left:10px;
 margin-right:3px;
 text-decoration:none;
 color:#cfcfcf;
 cursor: pointer; /* IE 7 bug-fix */
}

#tabs a span{
 float:left;
  font: Verdana;
 display:block;
 background:url(images/tab-right.png) no-repeat right top;
 height: 29px;
 padding-right: 10px;
}

#tabs a span span{
 display:block;
 background:none;
 height: auto;
 padding: 4px 4px 0 4px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
 color:#cfcfcf;
}

#tabs a:hover{
 background-position:0% -29px;
 color:#fff;
}
#tabs a:hover span{
 background-position:100% -29px;
 color:#fff;
}

#tabs a.active {
 background-position:0% -58px;
 color:#000;
}
#tabs a.active span {
 background-position:100% -58px;
 color:#000;
}

#tabs li.current_page_item  a {
 background-position:0% -58px;
 color:#000;
}
#tabs li.current_page_item a span {
 background-position:100% -58px;
 color:#000;
}
/* secondary tabs */

.menu {
 font-size:14px;
 height:35px;
 line-height:normal;
 left: 0;
 padding-left: 12px;
 background:transparent url(images/mtab-bg.png) repeat-x left bottom;
 margin: 10px 0 20px;
}

.menu ul {list-style:none;}

.menu li {display:inline;}

.menu a {
 float:left;
 background:url(images/mtab-left.png) no-repeat left -35px;
 color:#0470a0;
 padding-left:6px;
 margin-right:3px;
 text-decoration:none;
 text-transform: uppercase;
 color:#8c8b8b;
 cursor: pointer; /* IE 7 bug-fix */
}

.menu a span{
 float:left;
 display:block;
 background:url(images/mtab-right.png) no-repeat right -35px;
 height: 35px;
 padding-right: 6px;
}

.menu a span span{
 display:block;
 background:none;
 height: auto;
 padding: 7px 10px 0 10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu a span {float:none;}
/* End IE5-Mac hack */
.menu a:hover span {
 color:#cfcfcf;
}

.menu a:hover{
 background-position:0% -70px;
 color:#fff;
}
.menu a:hover span{
 background-position:100% -70px;
 color:#fff;
}

.menu a.active {
 background-position:0% 0px;
 color:#ed2124;
}
.menu a.active span {
 background-position:100% 0px;
 color:#ed2124;
}

/*** MAIN CONTENT BOXES ***/

#main-wrap{
  float: left;
  width: 100%;
}

#main{  display: block;}

/* for accesibility (eg. if sidebar needs removed on some pages) */
.with-sidebar{  margin-right: 340px;  /* sidebar width + some padding */}

#main-content{  
	margin-top:25px;
	padding-top: 0px;
}
.clearfix {height:0px;width:100%;clear:both;}

/*** GENERAL TEXT STYLES ***/

#main-content h1{
  font-size: 2.0em;
  margin: 0px 0 .3em;
  font-weight: bold;
  color:#003366;
}

h1.pagetitle {}

#main-content h2{
  font-size: 125%;
  color:#000;
  margin: 20px 0 1.0em;
  font-weight: bold;
   text-transform:uppercase;
   color:#003366; 
}
#main-content h3{
  font-size: 125%;
  font-weight: bold;
  margin: 20px 0 1.0em;
  color:#F1AC02;
text-transform:uppercase;
}
#main-content .guide h3 {
	margin-top:0px;
	text-transform:uppercase;
	text-align:center;
}	
#main-content h4{
  font-weight: bold;
  font-size:125%;
  margin: 20px 0 0.5em;
  color:#003366;
  line-height:135%;
}
#main-content h5{
  font-size: 110%;
  font-weight: normal;
  margin: 5px 0 2px;
  font-weight: bold;
}
#main-content ul, #main-content ol {font-size:1.0em;margin:0 0 0 2.0em;}
#main-content li{list-style-type:square;padding-left: .25em; padding-bottom:1.0em;}
#main-content dl {padding: 2px 0 8px;}
#main-content dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}
#main-content dt:after {content: ": ";}
#main-content dd { margin: 0 0 0 110px;padding: 0 0 0.5em 0;}

blockquote{margin: 10px 0px 20px 0px;color: #6B7074; }
blockquote p {padding: 8px;margin:0;line-height:1.3em;color:#000;border:1px dotted #003366;}

.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

img.alignleft {margin:0px 20px 0px 0xpx;padding:0px;}	

.error{color:#ed1f24;}
form input{padding:2px;}

.orange {color:#F1AC02;}
.navy {color: #003366; }
.blue { color: #366BC1;}
.space {height:16px;width:100%;}
.strong {font-weight:bold;}

.userphoto {margin:5px 20px 0 0;padding:10px;border:1px solid #003366;float:left;}
.lightborder {padding:10px;border:1px solid #f1f1f1;}

/************ POST HEADER ***************/

/*Navigation on the single pages*/
.navigation{
  font-size: 95%;
  color: #A2A3A6;
   margin-bottom:24px; 
   width:610px;
}

.navigation .alignleft{width:270px;}

.navigation .alignright{
  float: right;
  text-align:right;
  width:270px;
  margin-left:30px;
}

.navigation a{}
.navigation a:hover{}

.challengeinfo {
	display:inline-block;
	clear:both;
	color:#F1AC02;
	margin:0px 0px 12px 0px;
	padding:9px 0 0 0;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1em;
}
.challengeinfo br {display:none;}
.challengeinfo a {color:#F1AC02;padding:0px;}
.challengeinfo .alignright a {color:#F1AC02;padding:0px 0px 0 15px;}
.challengeinfo ul.categories {list-style:none;display:inline;margin:0;padding:0;line-height:.5em;width:auto;}  /* outermost list item */
.challengeinfo li.categories {list-style:none;display:inline;margin:0;padding:0;line-height:.5em;width:auto;}  /* outermost list item */
.challengeinfo li.categories ul {list-style:none;display:inline;margin:0;padding:0;line-height:.5em;width:auto;}  /* interior list items */
.challengeinfo li.categories ul li {list-style:none;display:inline;margin:0;padding:0;line-height:.5em;width:auto;}  /* interior list items; changing margins /padding has no effect */

.story .postheader, .post .postheader{
  display: block;
  margin-left: 74px;
  position: relative;
}

.post .postheader{
  display: block;
  margin-left:0;
}

.story p.postcategory, .post p.postcategory{
  color: #e5e5e6;
}

.story .postinfo, .post .postinfo{
  color:#A2A3A6;
  margin:0px 0px 20px 0px;
  font-size:95%;
}
 
/** edit link that appears for admins **/ 
 span.editlink{
  position: absolute;
  right: 10px;
  bottom: 5px;}
span.editlink.relative{ position: relative;}
span.editlink a{
  display: block;
  height: 16px;
  background: transparent url(images/edit.png) no-repeat left top;
  padding-left: 17px;
  color: #000;
  text-decoration: none;}
span.editlink a:hover{
  background-position: left bottom;
  background-color: none;
  color:#ed1f24;}
span.advedit a{
  background: transparent url(images/edit.png) no-repeat left top;
  display: block;
  width: 16px;
  height: 16px;}

/************* STORY BODY ************/

.story, .post{margin-bottom: 20px;display: block;position: relative;}
.story .postbody, .post .postbody{ clear: left; margin: 10px 0 10px 0; display: block;}
.story h2 a, .post h2 a, .story h3 a, .post h3 a{color: #366BC1;text-decoration: none;}
.story h2 a:hover, .post h2 a:hover, .story h3 a:hover, .post h3 a:hover{background: none;color: #03366; text-decoration:underline;}

.survey {
	float:right;
	width:200px;
	height:auto;
	border: 1px dotted #999999;
	margin:10px 0px 10px 10px;
	padding:5px;
}

#main-content .emphasis {  
	border: 1px dotted #999;
	padding:15px 15px 0 15px;
	margin:20px 0px 20px 0px;
	width:99%;
	background:#f1f1f1;
}	
p.source,.source p {text-align:right;color:#999;}

#main-content .guide {  /*Action plan section of posts*/
	border: 1px dotted #CCC;
	padding:15px;
	margin:20px 0px 20px 0px;
	width:99%;
}	
#main-content .guide p {font-size:90%;}	
#main-content .guide li {font-size:90%;	line-height:110%;}	
#main-content .guide table {font-size:90%;}
#main-content .guide p normal, #main-content .guide .normal, {font-size:1em;}

.download{  /* for the PDF download link*/
  margin:0x; 
  padding: 10px 0px 10px 0px;
}
.download p {
  padding: 8px;
  line-height:160%;
	color:#000;
	text-align:center;
	border:1px dotted #003366;
	  background:#366BC1;
	  margin:0;
}
.download a {color:#FFF;}
.download a:hover {color:#FFF;}
.download p:hover {background:#003366;}
.pleasecomment {
margin:0px 0;
padding:0px;
font-size:1.1em;
font-weight:bold;
color: #F1AC02;
text-align:center;
}
.pleasecomment a {text-decoration:underline;margin-left:5px;}

/*************** POST FOOTER ************/

.postbreak {width:100%;clear:both;margin-bottom:24px;}

/*Comment link on index page*/

.postcontrols {margin-bottom:6px;padding-bottom:0;}
.postcontrols p {text-align:right;}
.postcontrols p a.comments {
margin:20px 0 0 0;
  background-image:url(images/comments.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding:0px 3px 3px 24px;
  color:#F1AC02; 
  font-weight:bold;
  font-size:20px;
  text-align:right;
}

.postcontrols p a.comments:hover, {
  background-image:url(images/comments.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background:#F1AC02; 
  color: #fff;
  text-decoration:none;
}

.postcontrols p a.no.comments {
  color: #366BC1; 
 text-align:right;
}

.postcontrols p a.no.comments:hover {
  background: #366BC1; 
  color: #fff;
}

.facebook {margin:0px 0 0px 0;padding:0px;width:600px;height:auto;clear:both;}

.related {width:100%;}
.related p {margin:10px 0 0 0;padding:0;text-transform:capitalize;color:#F1AC02;font-weight:bold;}
.related ol {
	clear:both;
	margin:10px 0 10px 0;
	padding:0;
}
.related ol li {
	line-height:1.2em;
	margin:0px 0 -10px -12px;
	padding:0 0 0 5px;
}

/*TAGS*/
.story p.tags, .post .tags{
  display: block;
  margin:10px 0px 10px 0px;
  color:#999999;
}
.post .tags {
	 text-transform:lowercase;
}

/* Author box. */
.author-profile {
	overflow: hidden;
	margin-bottom: 48px;
	padding: 0px 21px 0 21px;
/*	font: normal normal normal 13px/21px Arial, Verdana, sans-serif;*/
	color: #666;
	background: #f1f1f1;
	border: 1px dotted #ddd;
	font-size:0.9em
	}
.author-profile .author-name {
	margin: 0 0 9px 0;
	font-size: 14px;
	color: #333;
	}
.author-profile .author-name a {
	font-style: normal;
	}
.author-profile .avatar {
	margin-bottom: 21px;
	margin-right:18px;
	padding: 9px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	float:left;
	}
.author-profile .twitter {
/*	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;*/
	text-align: right;
	}
author-profile .twitter a {
	padding-left: 21px;
	background: url(images/twitter.png) no-repeat left bottom;
	}

/*********** COMMENTS *******************/

/* COMMENT ENTRY FORM*/

#authorintro {
  font-style: normal;
  color:#003366;
  line-height:22px;
 } 
 
#author_info input {
	margin-top:.5em;
	margin-bottom:1.0em;
}	
#commentform{
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left 0px;
  padding: 6px 0 0 0;
  margin: 20px 0;
}

#commentform textarea{
  margin-bottom: .5em;
  width:80%;
  font-size:1.0em;
}

/* COMMENT DISPLAY ********/
.comment{
  background: transparent url(images/comment-div-bg.png) repeat-y 96px bottom;
}

.comment .wrap{
  background: transparent url(images/comment-div-start.png) no-repeat 96px top;
  min-height: 120px;
  position: relative;
  clear:both;
}

ol#thecomments, ol#thecomments li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol#thecomments li{
	font-size:95%;
}	

.comment .avatar{
  float: left;
  width: 80px;
  padding-top:0px;
  margin:0;
}

.comment .details{
  display: block;
  margin-left: 108px;
}

.comment .details .head{
  background: transparent url(images/postinfo-bg.png) repeat-x left bottom;
  padding: 2px 10px;
  display: block;
  color: #333;
    font-weight:bold;
}

.comment .details .text{
  background: transparent url(images/comment-bg.png) repeat-x left top;
  padding: 3px 10px 25px 10px;
  min-height: 40px;
}
.comment .details .text img {
	display:none;
}	
.comment .details .text blockquote {
	margin-top:0px;
	padding-top:0px;
}
span.reply a, span.quote a, span.advedit a{
  display: block;
  float: left;
  text-decoration: none;
  padding-right: 6px;
  margin: 0;
}

span.reply a:hover, span.quote a:hover{
  background: none;
  text-decoration:underline;
}
.row textarea {
	padding:2px;
	
}	

div.act{
  position: absolute;
  top: 4px;
  line-height: 100%;
  right: 10px;
  margin: 0;
  padding: 0;
}

/*SINGLE PAGE BOTTOM*/
div.subscribe {
	width:100%;
	margin-top:0px;
	margin-bottom:30px;
}

/** SIDEBAR **/

#sidebar{
  background: transparent url(images/side-start.png) no-repeat left top;
  float: left;
  display: block;
  margin-left: -320px;   /* sidebar width! */
  width: 320px;          /* sidebar width! */
  position: relative;
  margin-top: 76px; 
  font-size:95%;
  line-height:130%;
}

#sidebar .wrap{
  background: transparent url(images/side-bg.png) no-repeat right top;
  margin-left: 32px;
  width: 270px; /* actual size is +36px right-padding + shadows (around 320px) */
  padding: 20px 36px 0 0;
  min-height: 350px;
}

#sidebar ul, #sidebar ul, li{
  list-style-type: none;
  line-height: 150%;
}

#sidebar h2 {
  font-weight:300E;
  text-transform: uppercase;
  font-size: 1.15em;
  margin: 16px 0 2px 0;
  color: #003366;
}

/* SIDEBAR CONTENT BOX */

#sidebar .box{ margin: 16px 0 2px;}

#sidebar .box h2 {
  background: transparent url(images/side-box-top.png) no-repeat left bottom;
  padding: 4px 0 4px 20px;
  margin: 20px 0 0 0;
}

#sidebar .box ul{
  background: transparent url(images/side-box-bg.png) no-repeat left bottom;
  padding: 10px 20px;
  display: block;
}

#sidebar .box ul ul {
  background: transparent url(images/side-box-bg.png) no-repeat left bottom;
  padding: 10px 0 0 0;
  display: block;
}

#sidebar .box li{padding-bottom:10px;}	

.box .textwidget{
  background: transparent url(images/side-box-bg.png) no-repeat left bottom;
  padding: 10px 20px;
  display: block;
}
.box .textwidget p
{ line-height:1.2em;}  /* HERE'S WHAT I ADDED******/

.box a img {
  padding: 10px 5px 10px 10px;
  border:none;
}

#sidebar .box caption{
  text-align: left;
  font-weight: bold;
}

/* sidebar search */

#searchtab{
  background: transparent url(images/search-bg.png) no-repeat left top;
  margin: 20px 0;
}

#searchtab .inside{
  background: transparent url(images/search-go.png) no-repeat right top;
  height: 40px;
  position: relative;
}

#searchtab input{
  border: 0;
  background: none;
  font-size: 12px;
  padding: 0px;
}

#searchtab input.searchfield, #searchtab input#s{
  position: absolute;
  top: 6px;
  left: 46px;
  color: #e5e5e5;
  padding: 0px;
}

#searchtab input.searchbutton, #searchtab input#searchsubmit{
  position: absolute;
  right: 37px;
  top: 6px;
  color: #e5e5e5;
  text-transform: uppercase;
  padding: 0px;
}

#searchtab label{
  display: none;
}

#searchtab input.searchbutton:hover{
  color: #fff;
}

/* ADD TO ANY */

li .box .textwidget .addtoany{
  background:none;
}
.addtoany{background:none;margin-left:-10px;}
a.a2a_dd addtoany_subscribe {
	text-align:center;	
}

/*** Link categories ***/

#sidebar li.linkcat h2{
   background: transparent url(images/div-h2.gif) repeat-x left bottom;
      padding-bottom: 2px;
	   text-align: right;
  font-size: 115%;
}

#sidebar li.linkcat a{
   text-decoration: none;
   padding-left: 10px;
   margin-left: 10px;
}

#sidebar li.linkcat a:hover{
   text-decoration: underline;
}

/**** Wordpress menu widgets ******/

#sidebar ul.menu li li{
  background: none;
  padding: 0;
  margin:0;
}
li.menu-item a {
	color: #366BC1;
  background: none;
  display:list-item;
  width:100%;
}
li.menu-item a:hover {
 background: none;
color: #003366; 
 text-decoration: underline; 
}

#sidebar .box ul.menu  {
  background: transparent url(images/side-box-bg.png) no-repeat left bottom;
  padding: 0px 0 40px 14px; 
  font-weight:bold;
  font-size:1.0em;
}

/******* MISC WIDGETS *************/
.space {display:inline;margin-right:24px;}
#get_recent_comments_wrap ul li {font-size:1.0em;}
#get_recent_comments_wrap ul li p {font-size:.9em;}

.tagcloud {
	background: transparent url(images/side-box-bg.png) no-repeat left bottom;
	padding-left:18px;
	line-height:28px;
	text-transform:lowercase;
}

.widget#calendar h2{display: none;}

.widget#calendar{ padding-left: 15px;}

.widget select#cat{
  margin-left: 10px;
  width: 100%;
}

/*** PAGE FOOTER ***/

#footer{
  padding: 20px 0;
  margin: 20px 0px 0px 0px;
  width: 100%;
  text-align: center;
}

#footer a.rss{
  padding-left: 18px;
  height:15px;
}

#footer a:hover{
  color:#666666;
}

#footer-wrap{
  width: 100%;
  display:block;
}
#credit {position:relative;top:-8px; font-size:10px;
}	
#rss {position:relative;top:0x; }
.hide {display:none;}	

/* gravatar */
.comment .avatar{
  float: left;
  width: auto; !important;
  padding-top:6px;
  padding-left: 8px;
}

/* TABLES */

table{
  margin: 6px 0 12px;
  border-bottom: 3px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

table td, table th{
  text-align: left;
  padding: 3px 6px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

table td{
  margin: 4px;
}

table th{
  background: #ebebeb;
  border-bottom: 2px solid #d9d9d9;
}

table tr.odd{
  background: #ebebeb;
}
#footer table,
#footer table tr,
#footer table td {
	border:none;
}

/*table tr:hover{
  background: #FEE8B4; /* was #d9d9d9; 
}*/

fieldset{
  padding: 10px;
}

legend{
  padding: 2px 5px;
  font-weight: bold;
}
hr {
	color:#FFCC33;
}	


/* SEARCH RESULTS PAGE */
.search {width:100%;  display: block;
  position: relative;}
.search h3 {line-height:1.3em;margin:30px 0 0 0;padding:0;font-size:0.8em;}
.search p{font-size:0.9em;line-height:1.2em;margin-top:10px;margin-bottom:0;padding-top:0;padding-bottom;0;}
.search p.postmetadata {font-size:0.8em;margin:5px 0 0 0;padding:0;}

/* SITE FOOTER CSS - Used by main site and Wordpress blog */

#footernav {
	background:url(images/footer-bar.gif);
	font-size: 10px;
	color: #003366;
	margin:0px 0px 15px 0px;
	border-top:3px solid #F8B107;
	padding:20px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:960px; 
}
#footernav p {
	width:960px;
	height:auto;
	color: #000000;
	text-align: center;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
}
#footernav a {
	text-decoration:none;
	border:none;
	padding:2px;
	color: #003366;
}	
#footernav a:hover {
	background:F8B107;
}	
.footertext {
	margin:15px 0px 10px 0px;
	text-align:center;
}
.footertext p {
	font-size:14px;
	color:000;
	font-weight:bold;
	line-height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}		
.footer text a {
		background:F8B107;
}		
.style2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
#footercopyright,
#footercopyright a,
#footercopyright p {
	padding-top:1px;
	font-size: 10px;
	color: #000;
	text-transform: capitalize;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footercopyright a {
/*	padding:2px; */
}	
#footercopyright a:hover {
	color:#FFF;
	text-decoration:none;
	background:none;
}	
/*SITE TOPNAV - DO NOT TOUCH */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0px 0px 0px 70px; 
  border: 0 none;
  padding: 19px 0px 0px 0px; 
  width: 840px; /*For KHTML*/
  list-style: none;
  height: 30px; /* was 27*/
  position:absolute;
  z-index:300;
  left:0;
}

ul#navmenu-h li {
  margin: 0 2px 0 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 30px;
}

ul#navmenu-h ul {
  margin:1px 0 0 0;
  border-top: 1px solid #CCC;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  z-index:200;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height:auto;
  text-align:center;
}

/* Root Menu */
ul#navmenu-h a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
background: url(images/nav/tableftF.gif) no-repeat left top; 
padding: 1px 0 0 4px;
  color: #003366;
  font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}
ul#navmenu-h li a span {
	background:url(images/nav/tabrightF.gif) no-repeat right top; 
	padding:5px 15px 4px 6px;
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background-position:0% -42px;
  color: #000;
  text-align:left;
}
ul#navmenu-h a:hover span,
ul#navmenu-h li:hover a span,
ul#navmenu-h li.iehover a span
 {background-position:100% -42px;
}	

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background:url(images/nav/tab2bg.gif);
  color: #003366; 
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background:url(images/nav/tab2bgh.gif);
/*	background-color: #F8B107; */
	color: #003366;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  margin:0px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

.one {width:84px;	z-index:100;}
.two {width:95px;	z-index:100;}
.three {width:84px;	z-index:100;}	
.four {width:82px;	z-index:100;}	
.five {width:88px;	z-index:100;}	
.six {width:73px;	z-index:100;}	
.seven {width:86px;	z-index:100;}	

ul#navmenu-h li a .one {background:url(images/nav_01.gif) top left no-repeat;z-index:100;}	
.one a:hover {background:url(images/nav_over_01.gif) top left no-repeat;}	
.one .current {background:url(images/nav_over_01.gif) top left no-repeat;}	

.two a {background:url(images/nav_02.gif) top left no-repeat;
}	
.two a:hover {background:url(images/nav_over_02.gif) top left no-repeat;
}	
.two .current {background:url(images/nav_over_02.gif) top left no-repeat;
}	

