
	
html {
	height: 100%;
	font:normal 62.5%/150% arial;
	margin-bottom: 1px;
}



body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:1em; /* 13px now */
	line-height: 170%;
	background: #fff url(../images/bg/header.png) repeat-x top left;
	color: #000;
}


img {
	
	border: 0px;	
}

a:link,
a:visited {
	color: #78A800; 
	text-decoration: none;
}

a:hover {
	color: #306000;
	text-decoration: none;
}

p, table {
	
	font-size: 1.2em;	
}

h1 {
	font-size: 2.2em;	
	color: #306000; 
}

h2 {
	font-size: 1.1em;	
	color: #78A800; 	
}

.clear {
	clear: both;	
	
}

.slogan {
	
	font-size: 2.5em;
	color: #306000;
	
}

.small {
	font-size: 1.1em;	
	
}

.light_blue {
	color: #78A800;
}

.bold {
	font-weight: bold;	
}

.products td {
	
	vertical-align: top;	
}

#site {  
	text-align: left;
	width: 992px;
	margin: 0 auto;
	

}



#page {
	background: #fff url(../img/digitized_bg_header.jpg) repeat-x top left;
	padding-left: 6px;
	padding-right: 6px;
	width: 980px;
	display: block;
	min-height: 250px;
	
}


#global {
	padding-left: 6px;
	padding-right: 6px;	
	padding-top: 10px;
	display: block;
	width: 980px;
	height: 20px;
	font-size: 1.1em;
}

#header {
	display: block;
	width: 950px;
	height: 83px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;


}

#header #left {
	display:block;
	width: 250px;
	padding-top: 35px;
	float: left;
	position: relative;


}

#header #right {
	float: left;
	width: 700px;
	height: 83px;
	display:block;
	position: relative;
	
}

#content {
	
	background: url(../img/digitized_bg_corner_right.jpg) no-repeat top right;
	width: 950px;
	min-height: 150px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}

#content2 {
	background: url(../img/rankplan_footer.jpg) no-repeat bottom right;
	width: 100%;
	height: 100%;
	
	display: block;
	

}

#content #left {
	
	width: 200px;
	display: block;
	float: left;
	
}

#content #middle {
	
	width: 505px;
	display: block;
	float: left;	
	padding-left: 15px;
	padding-right: 30px;	
}

#content #right {
	
	width: 200px;
	display: block;
	float: left;	
	
}
#content #home {
	width: 950px; 
	display: block; 
	height: 220px;
}

#content #middle h1 {
	
margin-top: 20px;	
	
}

#nav_container {
	position: absolute;
	bottom: 0px;
	left: 0px;	
}

#middle ul {
	
	font-size: 1.2em;

}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  border-left: 0px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.2em/25px Arial, Helvetica, sans-serif;
  background: #fff;
  color: #306000;
  display: block;
  padding: 0 9px;
  text-decoration: none;
}


#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #78A800;
  color: #fff;
}

#nav-one .selected {

  color:#78A800;	
	
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #306000;
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #FFF;
  color: #78A800;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #fff;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #fff;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #306000;
}





.nav_left{
width: 200px; 

}

.nav_left .headerbar{

color: white;
background: #fff url(../img/digitized_bg_content_left_menu.jpg) repeat-y; 
margin-bottom: 0; 
text-transform: uppercase;
padding: 3px 0 3px 3px;


}

.nav_left ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0;
}

.nav_left ul li{
padding-bottom: 2px;
color:#306000;
}


.nav_left ul li a{
color: #306000;
background: #fff;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
font-weight: bold;
font-size: 1.2em;
}

.nav_left ul li a:visited{
color: #306000;
}

.nav_left ul li a:hover, .nav_left ul li .selected { /*hover state CSS*/

	
background: #fff url(../img/digitized_bg_content_left_menu_hover.jpg) repeat-y; 
color: #306000;

}


.nav_right{
	width: 170px;
	background: #fff url(../img/digitized_bg_content_left_menu.jpg) repeat-y; 	
	padding-top: 2px;

	padding-left: 8px;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	
	

}


div.transOFF {width: 100%; background-color: white;border:0px solid black; display: block; }

div.trans25 {width: 100%; background-color: white;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:0px solid black; display: block; }


/**************************************************************

   Form Elements

 **************************************************************/

label {
	display: block;
	width: 20%;
	margin-top: 0px;
	font-size: 1.3em;
	float: left;
}
textarea {
	width: 100%;
	height: 10em;
}

input,
textarea,
select {
	padding: 2px;
	color: #306000;
	background: #fff;
	border: 1px solid #78A800;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #306000;
	background: #fff;
	border: 1px solid #306000;  
}


fieldset {
	border: none;
	border-top: 1px solid #78A800;
}

legend {
	font-size: 1.5em;
}


blockquote {
	margin: 0px;
	background-color: #fff;  
	border: 0px solid #3E3232;
	font-size: 0.8em;
}



blockquote.exclamation {
	color: red;
}


blockquote.go {

	background-color: green;
	color: #fff;
}


