/* Block Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.footText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010101;
	text-align: left;
	padding-left: 17px;
}

.relatedBlock {
	color: #666363;
}


/* Text Styles */


h1 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
}

h1.page, h1.services, h1.downloads, h1.formEnv, h1.support, h1.videos, h1.guide, h1.prodHelp, h1.news, h1.select_product {
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: bottom;
	margin-top: 20px;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
}

h1.services {
	background-image: url(../images/hdr_services.png);
	padding-left: 50px;
}
h1.downloads {
	background-image: url(../images/hdr_downloads.png);
	padding-left: 50px;
	margin-top: 11px;
}
h1.formEnv {
	background-image: url(../images/hdr_formEnv.png);
	padding-left: 50px;
}
h1.support {
	background-image: url(../images/hdr_support.png);
	padding-left: 55px;
}
h1.videos {
	background-image: url(../images/hdr_videos.png);
	padding-left: 55px;
}
h1.select_product {
	padding-left: 55px;
}
h1.guide {
	background-image: url(../images/hdr_guide.png);
	padding-left: 55px;
}
h1.prodHelp {
	background-image: url(../images/hdr_prodHelp.png);
	padding-left: 50px;
}
h1.news {
	background-image: url(../images/hdr_news.png);
	padding-left: 55px;
}


.h1Text {
	position: relative;
	top: 30px;
}


h1.home, a.home {
	font-size: 17px;
	font-weight: normal;
	/*border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;*/
	padding-bottom: 5px;
	margin-top: 0px;
	color: #010101;
}

a.home:hover {color: #f84d02; text-decoration: underline; }

h2 {
	font-size: 14px;
	line-height: 15px;	
	font-weight: bold;
}


h2.orange, a.orange {
	color: #f84d02;
}

a.orange:hover {color: #024590; text-decoration: underline; }

h2.green {
	color: #008b24;
	font-size: 16px;
	height: 35px;
}

h2.red {
	color: #d00505;
	font-size: 16px;
	height: 35px;
}

#feat h2.green, #feat h2.red {
	background-image: url(../images/hdr_sm_feat.png);
	background-repeat: no-repeat;
	padding-left: 38px;
}
#scrn h2.green, #scrn h2.red {
	background-image: url(../images/hdr_sm_fscrn.png);
	background-repeat: no-repeat;
	padding-left: 48px;
}
#faqs h2.green, #faqs h2.red {
	background-image: url(../images/hdr_sm_faqs.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}
.h2text {
	position: relative;
	top: 15px;
}

h2.dark {
	color: #010101;
}

h3 {
	padding-top: 2px;
	font-size: 12px;
	line-height: 5px;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 18px;
}

.testText {
	font-style: italic;
	color: #222222;
}

.refText {
	color: #3280c6;
	font-size: 11px;
	font-style: normal;
}

.newsSub {
	font-size: 10px;
	color: #959090;
	position: relative;
	top: -6px;
}

p.news {
	position: relative;
	top: -8px;
}

p.news_first_para {
   margin-bottom: -10px;
   top: -8px;
}   


h2.question {
	padding-left: 46px;
	padding-top: 10px;
	color: #f84d02;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	background-image: url(../images/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 35px;
}

p.answer {
	padding-left: 46px;
	padding-top: 5px;
	padding-bottom: 19px;
	background-image: url(../images/icon_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 35px;
	margin-top: -15px;
}

p.download_p {
	margin-top: 0px;
}

/* Lists */
.fauxBullet {
	font-size: 11px;
}

ul li {
	font-size: 12px;
	list-style-image: url(../images/icon_bulletPlus.png);
	padding-bottom: 14px;
}

ul.checklist {
	font-size: 12px;
	margin-top: -10px;
	margin-left: -15px;
}

li.checklist {
	list-style-image: url(../images/icon_bulletCheck.jpg);
}
li.checklink {
	list-style-image: url(../images/icon_linkArrowHome.png);
}

li.checklink, li.checklist {
	height: 18px;
	padding-bottom:5px;
}

a.learnLink {
	height: 28px;
	font-size: 12px;
	background-color:#ffffff;
	background-image: url(../images/icon_linkArrow.png);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-bottom:5px;
	padding-top: 5px;
	margin-left: -3px;
}

newslist {
    margin-top: -10px;
	margin-botton: 0px;
}	


/* Links */


a {
	color: #024590;
}
a:hover {color: #f84d02; text-decoration: underline }

.downloads a {
	color: #f84d02;
}

a.bodyLink {
	background-image: url(../images/icon_linkArrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-top: 5px;
}

a.bodyLink:active {color: #fdb426; text-decoration: underline }
a.bodyLink:visited {color: #024590; text-decoration: underline }
a.bodyLink:hover {color: #fdb426; text-decoration: underline }

a.downloadLink {
	background-image: url(../images/icon_download.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-top: 5px;
}

a.downloadLink:active {color: #fdb426; text-decoration: underline }
a.downloadLink:visited {color: #fdb426; text-decoration: underline }
a.downloadLink:hover {color: #024590; text-decoration: underline }

.nav_products, .nav_services, .nav_downloads, .nav_support, .nav_about, .nav_buy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272626;
	text-align: center;
	padding-top: 33px;
	padding-right: 6px;
	padding-left: 6px;
	float: right;
	height: 20px;
	width: 68px;
}

.nav_forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272626;
	text-align: center;
	padding-top: 33px;
	padding-right: 6px;
	padding-left: 6px;
	float: right;
	height: 20px;
	width: 132px;
}

#products .nav_products, #services .nav_services, #downloads .nav_downloads, #support .nav_support, #about .nav_about {
	/* declarations to style the current state */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	float: right;
	height: 20px;
	width: 68px;
	background-image: url(../images/navBG_80.png);
 }
 
 #buy .nav_buy {
	/* declarations to style the current state */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	float: right;
	height: 20px;
	width: 68px;
	background-image: url(../images/navBG_80.png);
 }

 
 #forms .nav_forms {
	/* declarations to style the current state */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	float: right;
	height: 20px;
	width: 132px;
	background-image: url(../images/navBG_120.png);
 }

.secLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272626;
	text-align: right;
	padding-top: 9px;
	padding-right: 34px;
	background-image: url(../images/secArrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
a.navLink {font-weight: normal; color: #272626; text-decoration: none }
a.navLink:link {color: #272626; text-decoration: none }
a.navLink:active {color: #fdb426; text-decoration: underline }
a.navLink:visited {color: #272626; text-decoration: none }
a.navLink:hover {color: #024590; text-decoration: underline }

a.secLink {font-weight: normal; color: #272626; text-decoration: underline }
a.secLink:link {color: #272626; text-decoration: underline }
a.secLink:active {color: #fdb426; text-decoration: underline }
a.secLink:visited {color: #272626; text-decoration: underline }
a.secLink:hover {color: #024590; text-decoration: underline }

a.topLink {font-weight: normal; color: #f2732f; text-decoration: underline; font-size: 11px; }
a.topLink:link {color: #f2732f; text-decoration: underline }
a.topLink:active {color: #f2732f; text-decoration: underline }
a.topLink:visited {color: #f2732f; text-decoration: underline }
a.topLink:hover {color: #010101; text-decoration: underline }

.shopLink, .downloadLink {
	font-size: 13px;
	color: #024590;
	line-height: 19px;
}
a.shopLink:active {color: #fdb426; text-decoration: underline }
a.shopLink:visited {color: #024590; text-decoration: underline }
a.shopLink:hover {color: #fdb426; text-decoration: underline }

a.downloadLink:active {color: #fdb426; text-decoration: underline }
a.downloadLink:visited {color: #024590; text-decoration: underline }
a.downloadLink:hover {color: #fdb426; text-decoration: underline }



