/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

body {
	color: #262626;
	font: 1em/1.13em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 10px auto 20px;
	text-align: left;
	background: #647564;
	position: relative;
}

p {
	font-size: 0.8em;
	line-height: 1.25em;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.25em;
	line-height: 1.35em;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

label {
	font-size: .80em;
	line-height: 1.25em;
	font-weight: normal;
	color: #777;
}

blockquote {
	font-size: .75em;
	font-style: italic;
	color: #555;
}

a {
	text-decoration: none;
	border-bottom: none;
}

a:link {
	color: rgb(35,117,35);// #647564;
    border-bottom: 1px dotted;
	text-decoration: none;
}

a:visited {
	color: rgb(100,117,100);
    border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover, a:focus {
	color: rgb(46,154,46);
    border-bottom: none;
	text-decoration: none;
}

a.imglink {
	border: none;
	text-decoration: none;
}

.hiddenLink a:link {
	border-bottom: none;
	text-decoration: none;
}

.hiddenLink a:visited {
	border-bottom: none;
	text-decoration: none;
}

.redtext {
	color: red;
}

#copyright {
	clear: both;
	text-align: center;
	height: 30px;
	margin-top: 20px;
}

#copyright p {
	color: #dfefdf;
	font-size: .75em;
}

#nav {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../images/menu_bar_main.png) 0 0;
}

#nav a {
	text-decoration: none;
	border-bottom: none;
}

#nav ul {
	height: 55px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}

#nav li {
	display: inline;
	float: left;
	position: relative;
}

#nav ul a:link,
#nav ul a:visited {
	display: block;
 	float: left;
	height: 55px;
 	text-indent: -999em;  /* Uncomment this to hide the text! */
 	background-repeat: no-repeat;
	background-image: url(../images/menu_bar_main_noshadow.png);
}

/* @group Navigation a:link, a :visited */

li.Home a:link,
li.Home a:visited {
	width: 150px;
	background-position: 0px 0px;
}

li.Tutorials a:link,
li.Tutorials a:visited {
	width: 140px;
	background-position: -430px 0px;
}

li.Articles a:link,
li.Articles a:visited {
	width: 140px;
	background-position: -570px 0px;
}

li.Support a:link,
li.Support a:visited {
	width: 140px;
	background-position: -710px 0px;
}

li.Company a:link,
li.Company a:visited {
	width: 140px;
	background-position: -850px 0px;
}

/* @end */

/* @group Navigation a#current */

li.Home #current {
	width: 150px;
	background-position: 0px -180px;
}


li.Tutorials #current {
	width: 140px;
	background-position: -430px -180px;
}

li.Articles #current {
	width: 140px;
	background-position: -570px -180px;
}

li.Support #current {
	width: 140px;
	background-position: -710px -180px;
}

li.Company #current {
	width: 140px;
	background-position: -850px -180px;
}

/* @end */

/* @group Navigation a:hover */

li.Home a:hover,
li.Home a:link.currentAncestor,
li.Home a:visited.currentAncestor {
	background-position: 0px -60px;
}

li.Tutorials a:hover,
li.Tutorials a:link.currentAncestor,
li.Tutorials a:visited.currentAncestor {
	background-position: -430px -60px;
}

li.Articles a:hover,
li.Articles a:link.currentAncestor,
li.Articles a:visited.currentAncestor {
	background-position: -570px -60px;
}

li.Support a:hover,
li.Support a:link.currentAncestor,
li.Support a:visited.currentAncestor {
	background-position: -710px -60px;
}

li.Company a:hover,
li.Company a:link.currentAncestor,
li.Company a:visited.currentAncestor {
	background-position: -850px -60px;
}
/* @end */

/* @group Navigation a:active */

li.Home a:active,
li.Home a#current:active,
li.Home a.currentAncestor:active {
	background-position: 0px -120px;
}

li.Tutorials a:active,
li.Tutorials a#current:active,
li.Tutorials a.currentAncestor:active {
	background-position: -430px -120px;
}

li.Articles a:active,
li.Articles a#current:active,
li.Articles a.currentAncestor:active {
	background-position: -570px -120px;
}

li.Support a:active,
li.Support a#current:active,
li.Support a.currentAncestor:active {
	background-position: -710px -120px;
}

li.Company a:active,
li.Company a#current:active,
li.Company a.currentAncestor:active {
	background-position: -850px -120px;
}

/* @end */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	margin: 5px auto;
	position:relative;
	text-align:left;
 	padding:0 0 5px 0;
	width:975px;
	height: 32px;
}

#header img { margin-left: -5px; }

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

#subnav {
	position: absolute;
	display: block;
	height: 35px;
	top: -10px;
	right: 0;
	margin: 0;
	padding: 0;
	line-height:normal;
}

#subnav #currentSub {
	color: #548f52;
}

#subnav ul {
}

#subnav li {
	color: #ffffff /* #dfefdf*/;
	float: left;
	display: inline;
	padding:0 0 0 30px;
	font-variant: small-caps;
	font-size: 16px;
	text-decoration: none;
}

#subnav a {
	text-decoration: none;
	border-bottom: none;
}

#subnav a:hover {
	color: #009000;
}

#subnav .divider {
	margin: 0 -10px 0 -10px;
	font-size: 1em;	
}

#content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: #dfefdf;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: 0px 3px 6px #364036;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#content p {
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 1.5;
}

#content h1 {
	margin-left: 30px;
	margin-bottom: 20px;
}

#content h2, #content h3 {
	margin-left: 30px;
	margin-bottom: 10px;
}

#content ul, #content ol {
	margin-left: 40px;
	font-size: .80em;
	line-height: 1.5em;
	color: #777;
}

#content ul li, #content ol li {
	margin-bottom: 5px;
}

#searchbox {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.contentLeft {
	position: relative;
	float: left;
	width: 485px;
	text-align: left;
}


.contentRight {
	position: relative;
	float: right;
	width: 485px;
	text-align: left;
}

.banner {
	position: relative;
	margin: 10px 20px 0 20px;
}

.banner p, .banner h1, .banner h2, .banner h3 {
	margin-top: 15px;
}

.movieScreen {
	display: block;
	position: relative;
	float: none;
	width: 900px;
	text-align: center;
 	margin: 20px auto;
/*  	padding: 10px 0 10px 30px; */
/*  	border: thin solid green; */
}

.showcase {
	position: relative;
	float: left;
	width: 900px;
	text-align: left;
	margin: 0 30px 0 30px;
}

.showcase h1 {
	margin: 20px 30px 10px 30px;
}

.showcase h2 {
	margin: 20px 30px 10px 30px;
}

.blurb {
	position: relative;
	float: left;
	width: 430px;
	text-align: left;
	margin-top: 0;
	margin-left: 30px;
	top: 100;
}

.blurb p {
	margin-top: 5px;
}

.blurb h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

.blurb h3 {
	margin: 10px 0 0 0;
}

.filist {
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.filist ul, ol {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: .75em;
	line-height: 1.5em;
	color: #777;
}

.hugeWide {
	position: relative;
	float: left;
	width: 900px;
	text-align: left;
	margin: 0 30px 30px 30px;
}

.hugeWide h1 {
	margin: 20px 30px 10px 30px;
	font-size: 5.0em;
	color: rgb(192, 32, 32);
	text-shadow: 0 3px 6px #364036;
}


.stack {
	position: relative;
	float: left;
	width: 420px;
	text-align: center;
	margin-top: 20px;
/* 	margin-bottom: 20px; */
	margin-left: 40px;
}

.stack p, .stack h1, .stack h2, .stack h3 {
	margin-top: 15px;
}

.stack a {
	text-decoration: none;
	border-bottom: none;
}

.panel {
	position: relative;
	float: left;
	width: 360px;
	margin: 0 0 10px 65px;
	padding: 15px 15px 15px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.panel li {
    list-style: disc inside;
	padding: 0 0 0 35px;
}

.panel_wide {
	clear: left;
	display: block;
	position: relative;
	float: none;
	width: 820px;
	text-align: left;
 	margin: 0 auto;
 	margin-top: 20px;
 	margin-bottom: 30px;
 	padding: 10px 10px 10px 20px;
	background: #ffffff;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.panel_wide p {
	font-size: 0.90em;
	padding: 10px 20px 0 0;
}

.faq_question {
	clear: left;
	display: block;
	position: relative;
	float: none;
	width: 820px;
	text-align: left;
 	margin: 0 auto;
 	padding: 10px 10px 10px 40px;
	background: #ffffaa;
	background-image: url(../images/Q.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.faq_question p {
	font-size: 1.10em;
	color: #000;
	padding: 10px 20px 0 0;
}

.faq_answer {
	clear: left;
	display: block;
	position: relative;
	float: none;
	width: 820px;
	text-align: left;
 	margin: 0 auto;
 	margin-top: 20px;
 	margin-bottom: 30px;
 	padding: 10px 10px 10px 40px;
	background: #ffffff;
	background-image: url(../images/A.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.faq_answer p {
	font-size: 0.90em;
	padding: 5px 20px 0 0;
	margin-top: 10px;
}

.faq_answer li {
	padding-right: 20px;
}

.tintedBox {
	display: block;
	position: relative;
	float: none;
	width: 900px;
	text-align: left;
 	margin: 0 auto;
 	padding: 10px 20px 5px 5px;
	background: #ffffdd;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.tintedBox form {
	text-align: right;
	padding-right: 90px;
	padding-bottom: 20px;
}

.quote {
	background-image: url(../images/quoteLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.quote p {
	font-size: .75em;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
}

.quote p.tag {
	font-size: .75em;
	color: #999;
	text-align: right;
	padding-bottom: 10px;
/*
	background-image: url(../images/quoteRight.png);
	background-repeat: no-repeat;
	background-position: right top;
*/
}

.wideContent {
	position: relative;
	float: left;
	width: 530px;
	text-align: left;
	margin-left: 30px;
}

.sidebar {
	position: relative;
	float: left;
	width: 330px;
	text-align: left;
	margin-left: 30px;
}

.article {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 30px;
/* 	margin-top: 20px; */
	padding-left: 40px;
	padding-bottom: 15px;
	background-image: url(../images/article-sml.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.author {
	float: right;
	font-size: 9pt;
	color: #777;
}

.video {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 30px;
/* 	margin-top: 20px; */
	padding-left: 40px;
	padding-bottom: 15px;
	background-image: url(../images/video-sml.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.videoNew {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 30px;
/* 	margin-top: 20px; */
	padding-left: 40px;
	padding-bottom: 15px;
	background-image: url(../images/video-sml-new.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.faq {
	margin: 0 30px 0 30px;
	padding: 10px 0 10px 0;
	font-size: 85%;
	border-top: dotted thin #004200;
}

.faq h2 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 90%;
	font-style: normal;
	color: #004200;
	font-weight: bold;
}

.faq h3 {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	font-size: 90%;
}

.faq h4 {
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 80%;
}

.faq p {
	margin: 0;
	padding: 0 10px 0 5px;
	font-size: 80%;
}

.faq ul {
	margin: 0;
    padding: 0 10px 0 10px;
	font-size: 80%;
}

.faq ol {
	margin: 0;
    padding: 0 10px 10px 10px;
	font-size: 80%;
}

.faq ul ul {
	margin: 0;
	font-size: inherit;
	padding: 0 0 0 5px;
}

.faq ul li{
    list-style: disc inside;
	font-size: 80%;
	margin: 0 0 0 15px;
    padding: 5px 0 0 0;
}

.faq ol li{
	margin: 0 0 0 55px;
    padding: 0 0 0 0;
}

.leftTight {
	padding: 10px 10px 10px 10px;
	float: left;
}

.rightTight {
	padding: 10px 10px 10px 10px;
	float: right;
}

.leftImage {
	padding: 10px 20px 5px 30px;
	float: left;
}

.rightImage {
	padding: 10px 20px 5px 20px;
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}
.TopBanner {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}
#apDiv1 {
	position:relative;
	top:184px;
	width:446px;
	height:393px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:609px;
	top:73px;
	width:385px;
	height:39px;
	z-index:1;
}

.style3 {color: #000000}
