
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

strong 
{
    font-weight: bolder;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body, td, th {
	/* Suggested arial font list */
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
}
 
/* Keep superscript tags from breaking line-height */
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
 
/* From simplebits, use the prettiest ampersand possible */
span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-size: 110%; 
}
 
body {
	text-align: center;
	background: #DCDCDC;
}
 
#frame {
	width: 762px;
	margin: 30px auto;
	text-align: left;
	background: #fff url(../img/shadow.gif) repeat-y;
}

#header {
	position: relative;
	height: 107px;
	overflow: hidden;
}

#header h1 {
	float: left;
	display: inline;
	padding: 50px 0 0 30px;
}

#header h2 {
	float: right;
	display: inline;
	padding: 50px 30px 0 0;
}


#header span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    background-color: transparent;
	background-image: url( ../img/header.gif );
	background-repeat: no-repeat;
}

#header span.header0 
{
    background-color: transparent;
    background-image: url( ../img/header.gif );
	background-repeat: no-repeat;
}

#header span.header1 {
    background-color: transparent;
    background-image: url( ../img/header1.gif );
	background-repeat: no-repeat;
}

#header span.header2 {
    background-color: transparent;
    background-image: url( ../img/header2.gif );
	background-repeat: no-repeat;
}

#splash {
	height: 54px;
	overflow: hidden;
	background: transparent url(../img/splash.gif) no-repeat 14px 0;
}

#splash h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px #004E3E;
	-moz-opacity: 0.9999;
	padding: 11px 0 0 30px;
}

#content {
	/* background: url(../img/left_background.gif) repeat-y 14px 0; */
	margin: 11px 0 0 0;
}

#content .wrapper {
	position: relative;
	display: block;
	/* background: url(../img/content_bottom_nd.gif) no-repeat 14px bottom; */
}

#left #intro:after,
#left #tabs .buttons:after,
#content .wrapper:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

#left #intro,
#left #tabs .buttons,
#content .wrapper { display: inline-block; }

html[xmlns] #left #intro,
html[xmlns] #left #tabs .buttons,
html[xmlns] #content .wrapper { display: block; }

* html #left #intro,
* html #left #tabs .buttons,
* html #content .wrapper { height: 1%; }

#left {
	width: 526px;
	float: left;
	display: inline;
	margin: 0 0 140px 14px;
}

#left #intro {
	background: #fff;
	padding: 0 0 17px 11px;
}

#left #intro img {
	float: left;
	display: inline;
	margin: 0 23px 10px 0;
}

#left #intro h5 {
	padding: 15px 0 0 0;
	margin: 0 0 1em 0;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}

#left #intro p {
	margin: 1em 0;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

#left #intro li
{
	font-size: 11px;
	line-height: 14px;
	color: #333;
	background: url(../img/left_square.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}

#left #tabs {
 /* background: url(../img/left_background.gif) repeat-y 0px 0; */
}

#left #tabs .buttons {	
	background: #fff;
	border-bottom: 2px solid #00856A;
}

#left #tabs .buttons li {
	float: left;
	display: inline;
	width: 74px;
	height: 30px;
	margin: 0 2px 0 0;
	padding: 4px 14px 0 14px;
	background: url(../img/tab_background.gif) no-repeat;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333;
	cursor: pointer;
	vertical-align: top;
}

#left #tabs ul.triple-line {
}

#left #tabs ul.triple-line li {
	height: 43px !important;
	padding-top: 5px !important;
	background: url(../img/tab_background_triple.gif) no-repeat !important;
}

/*

#left #tabs ul.triple-line li.double-line {
	height: 37px !important;
	padding-top: 11px !important;
}
*/

#left #tabs .buttons li.single-line {
	height: 23px;
	padding-top: 11px;
}


#left #tabs .buttons li.last {
	margin-right: 0;
}

#left #tabs .buttons li.active {
	background-position: 0 -34px;
	color: #fff;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
}

#left #tabs .triple-line li.active {
	background-position: 0 -48px !important;
}

#left #tabs .buttons li a {
	text-align: left;
	margin: 0 auto;
}

#left #tabs .tab_content {
	display: none;
	padding: 22px 28px 0 28px;
	
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	/* height: 500px; */
}

#left #tabs div.active {
	display: block;
}

#left #tabs .tab_content h6 {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	margin: 0 0 1.5em 0;
}

#left #tabs .tab_content p {
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 0 0 1.5em 0;
}

#left #tabs .tab_content p.link {
	margin-top: 2.5em;
}

#left #tabs .tab_content p.link a {
	color: #00856A;
	font-weight: bold;
	display: block;
	background: url(../img/left_arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 8px;
}

#left #tabs .tab_content ul li {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: url(../img/left_square.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}
#content #learn {
  margin-top: 15px;
  background: url(../img/learn_bg.gif) no-repeat 0 0px;
  height: 113px;
	font-weight: bold;
	font-size: 12px;
}

#content #learn h5 {
 color: #FFF;
 line-height: 40px;
 margin-left: 10px;
}

#content #learn .call,
#content #learn .info { 
 float: left;
 padding-left: 63px;
 margin-top: 20px;
 width: 200px;
}

#content #learn a,
#content #learn a:link,
#content #learn a:visited,
#content #learn a:active,
#content #learn a:hover {
 text-decoration: none;
 color: Black;
}



/*
#content #learn {
	left: 0; 
	position: absolute;
	bottom: 0;
	height: 138px;
	width: 540px;
}

#content #learn h5,
#content #learn .call,
#content #learn .info,
#content #learn .demo {

	position: absolute;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	width: 200px;
	text-decoration:;
}

#content #learn .info a,
#content #learn .demo a {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
	
#content #learn h5 {
	left: 30px;
	bottom: 88px;
	color: #fff;
	text-shadow: 2px 2px 2px #004E3E;
	-moz-opacity: 0.9999;
}
	
#content #learn .call {
	left: 70px;
	bottom: 25px;
}

#content #learn .info {
	left: 345px;
	bottom: 25px;
}

#content #learn .demo {
	left: 425px;
	bottom: 32px;
}

*/

#right {
	width: 193px;
	float: right;
	display: inline;
	margin: 0 14px 6px 0;
	background: url(../img/right_background_2.gif) repeat-y 0px;/*  */
	border-bottom: 1px solid Silver;
}

#right h5 {
	height: 72px;
	padding: 19px 0 0 18px;
	background: url(../img/right_top_2.gif) no-repeat;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px #004E3E;
	-moz-opacity: 0.9999;
}

#right #form {
	margin: 0 1px;
	background: #D9EDEB;
	padding: 11px 0 0 0;
}

#right #form label {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	margin: 3px 0 0 21px;
}

#right #form .text {
	font-size: 11px;
	display: block;
	margin: 0 0 0 17px;
	width: 155px;
}

#right #form .submit {
	padding: 17px 0 15px 15px;
}

#right .pdfs {
	padding: 0 1px;
	/* min-height: 160px; */
}

#right #pdfs_download 
{ 
    /* height: 800px; */
}

#right .pdfs h6 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
	padding: 12px 0 12px 17px;
	border-top: 1px solid #D0D3D4;
}

#right .pdfs li {
	padding: 6px 0 6px 17px;
	border-top: 1px solid #D0D3D4;
	background: url(../img/right_arrow.gif) no-repeat 10px 14px;
}

#right .pdfs li.odd {
	background-color: #fff;
}

#right .pdfs li,
#right .pdfs li a {
	color: #00856A;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

#right .pdfs li a {
	display: block;
}

#footer {
	height: 110px;
	overflow: hidden;
	background: url(../img/footer.gif) no-repeat 0 bottom;
}

#footer p {
	font-size: 11px;
	line-height: 11px;
	color: #666;
	padding: 50px 0 0 35px;
}

/* styling*/

dt
{
width:6em;
padding: .5em;
float: left;
margin: 0;
border-top: 1px solid #999;
}

dd
{
margin-left: 10em;
font-size: 11px;
padding: .5em;
}

dd.first { border-top: 1px solid #999; }

#left #tabs .quote{ border-bottom:1px dotted #999999; padding-bottom:1em;}
