﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ececec;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
ol { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
ul { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h5 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h4 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h3 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h2 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

a:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

a:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 100%;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	background: #FFF url(images/header-bg.gif) repeat-x center top;
	width: 100%;
}

.headerinner {
	width: 1000px;
	height: 206px;
	margin: 0 auto;
}

.toptext {
	width: 350px;
	height: 150px;
	margin-right: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#3356aa;
}

#topnav {
	width: 940px;
	margin-left: 20px;
	margin-top: 9px;
	float: left;
}

#topmenu {
	display: block;
	height: 39px;	
}

#topmenu a.home {
	background-image:url(images/home-out.jpg);
	width: 102px;
	display: block;
	height: 39px;	
}
#topmenu a.home:hover {
	background-image:url(images/home-over.jpg);
	width: 102px;
	display: block;
	clear: none;
	height: 39px;	
}

.middle {
	width: 100%;
	background-color: #ececec;
}

.middlecontent {
	background: #FFF url(images/midcontent-bg.gif) repeat-y;
	width: 941px;
	margin: 0 auto;
}
.middlecontent2 {
	background: #FFF url(images/midcontent-bg2.gif) repeat-y;
	width: 941px;
	margin: 0 auto;
}

.sidebar-right {
	float: right;
	width: 278px;
	margin-right: 10px;
}

.rightbox1 {
	background: #FFF url(images/box1-bg.jpg) no-repeat top center;
	width: 278px;
	height: 280px;
	margin: 0 auto;
}

.rightbox2 {
	background: #FFF url(images/box2-bg.jpg) no-repeat top center;
	width: 278px;
	height: 200px;
	margin: 0 auto;
}
.rightbox3 {
	background: #FFF url(images/box3-bg.jpg) no-repeat top center;
	width: 278px;
	height: 150px;
	margin: 0 auto;
}
.contentleft {
	padding: 15px 15px;
	width: 610px;
	float: left;
}

.footer {
	padding: 10px 0;
	background: #FFF url(images/footer-bg.gif) repeat-x center top; 
	position: relative; /*this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footercontent {
	width: 940px;
	margin: 0 auto;
	padding: 10px 10px;
	color: #FFF;
}

.style1 {
font-size: 18px; color: #888; }

.style2 {
font-size: 24px; color: #28882F; }

.style3 {
font-size: 24px; color: #E34444; }

.style4 {
font-size: 20px; color: #F00; font-weight: bold; }

.rightheadingtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:12px 0 0 45px;
}
.righttoptxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:0 0 0 15px;
}
.righttoptxt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:0 0 0 15px;
}
.rightfrm {
	padding:0 0 0 20px;
}
.rightblogtips {
	padding:35px 0 0 25px;
	line-height:18px;
}
.footercontent a {
	color: #FFF;
	text-decoration:none;
}
.footercontent a:hover {
	color: #FFF;
	text-decoration: underline;
}
.homehedtxt {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#00b050;
}
.gotcertificate {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13pt;
	color:#000;
}
.sowhere {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#00b050;
}
.itseems {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
}
.thereway {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:#00b050;
}
.endores {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14pt;
}
.mastertxt {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11pt;
}
.fellow{
	font-family:Calibri;
	font-weight:bold;
	font-size:11pt;
	background-color:#ffff00;
	width:470px;
	padding:5px 5px 5px 10px;
	border:1px solid #000;
}
.reread {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:18pt;
	color:#ff0000;
}
.theinternet {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:#00b050;
}
.people {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-size:13pt;
	color:#00b050;
}
.divbgcolor{
	font-family:Calibri;
	font-weight:bold;
	font-size:13pt;
	background-color:#ffff00;
	padding:10px 10px 10px 10px;
	border:1px solid #000;
}
/********************** Guddo ***********************/

.green_verdana_hdng {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt; 
	color: #00b050; 
	font-weight: bold;
	text-align: center;
}

.green_verdana_subhdng {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt; 
	color: #00b050; 
	font-weight: bold;
	font-style:italic;
}

.heading-bottom {
	float: left;
	width: 350px;
	margin-right: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

.heading-bottom-right {
	float: right;
	width: 250px;
	margin-right: 10px;
}

.green_verdana_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt; 
	color: #00b050; 
	font-weight: bold;
}

.black_Arial_14 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #000000; 
	font-weight: bold;
}
.black_Arial_14_1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #000000; 
	font-weight: normal;
}

.black_Arial_12 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #000000; 
	font-weight: bold;
}

.black_Arial_11 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt; 
	color: #000000; 
	font-weight: bold;
}

.black_Arial_11_normal {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt; 
	color: #000000; 
}

.green_Arial_16 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt; 
	color: #00b050; 
	font-weight: bold;
	text-align:center;
}

.yellow_Arial_14 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #f3c20d; 
	font-weight: bold;
	font-style:italic;
}

.grey_Arial_14 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #7f7f7f; 
	font-weight: bold;
	font-style:italic;
}

.red_Arial_14 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #ff0000; 
	font-weight: bold;
	font-style:italic;
}

.grey_Arial_12 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt; 
	color: #7f7f7f; 
	font-weight: bold;
}

.cell_border {
	border: #000000 solid 1px;
	background:#ffffff;
}

.yellow_border {
	background:#ffffff;
	padding: 8px;
	font-size:11pt;
	background: url(images/yellow_center.gif) repeat-y;
	
}

.yellow_border_top {
	background: url(images/yellow_top.gif) no-repeat;
	width:609px;
	height:12px;
}

.yellow_border_bottom {
	background: url(images/yellow_bottom.gif) no-repeat;
	width:609px;
	height:12px;
}

.gray_border {
	/*border: #7f7f7f solid 1px;*/
	background:#ffffff;
	padding: 8px;
	font-size:11pt;
	background: url(images/gray_center.gif) repeat-y;
}

.gray_border_top {
	background: url(images/gray_top.gif) no-repeat;
	width:609px;
	height:12px;
}

.gray_border_bottom {
	background: url(images/gray_bottom.gif) no-repeat;
	width:609px;
	height:12px;
}

.red_border {
	/*border: #ff0000 solid 1px;*/
	background:#ffffff;
	padding: 8px;
	font-size:11pt;
	background: url(images/red_center.gif) repeat-y;
}

.red_border_top {
	background: url(images/red_top.gif) no-repeat;
	width:609px;
	height:12px;
}

.red_border_bottom {
	background: url(images/red_bottom.gif) no-repeat;
	width:609px;
	height:12px;
}
ul.bullet-white-tick li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/bullet-white-tick.gif) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11pt;
}
ul.bullet-white-tick-1 li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/bullet-white-tick.gif) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 14pt;
}

ul.bullet-red-tick-1 li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/rightarrow.jpg) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 12pt;
}

ul.bullet-black-tick li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/bullet-black-tick.gif) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11pt;

}

ul.bullet-yellow-tick li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/bullet-yellow-tick.gif) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #f3c20d;
font-size: 11pt;
}

ul.bullet-red-tick li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/bullet-red-tick.gif) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #ff0000;
font-size: 11pt;
}

ul.bullet-green-tick li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/greendotline.jpg) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11pt;
margin-left:20px;
}

ul.bullet-dollar li{
list-style: none;
padding: 0;
margin: 0;
background: url(images/dollarsign.jpg) no-repeat left 2px;
margin-bottom: 10px;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13pt;
margin-left:20px;
}

.yellow-box{
background: #FFFF00;
padding: 15px;
border: solid 1px #DDDD00;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width: 500px;
float:right;
}

.yellow-box_1{
background: #FFFF00;
padding: 15px;
border: solid 1px #DDDD00;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width: 500px;
float:right;
}
.yellow-box_2{
background: #FFFF00;
padding: 15px;
border: solid 1px #DDDD00;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width: 560px;
float: center;
}

.optimizad {
	font-weight:bold;
	font-size:14pt;
}

.blurboldtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#377ac7;
}
.blurboldtxt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#000000;
}
.style88 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}

.yellow-box{
background:#FFFF00;
padding:15px;
border:solid 1px #DDDD00;
margin-bottom:15px;
}

.blackbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
.headline1 {
	font-size: 18pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #CC0000;
}
.redbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color: red;
}
.blackbold2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;

}
.blackbold3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
}
.greenbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#377ac7;
}
#video2 {
	margin-right: 24px;
	float: right;
	height: 226px;
	width:300px;
	background-color: #000;
	margin-top: 8px;
}
#video3 {
	margin-left: 2px;
	float: center;
	height: 205px;
	width: 275px;
	background-color: #000;
	margin-top: 0px;
}
.style5 {
	background-color: #FFFF00;
}
.style6 {
	text-decoration: underline;
}
.style7 {
	text-decoration: underline;
	font-size: x-large;
}
.style8 {
	color: #00B050;
}
.style89 {
	color: #FF0000;
}

