@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS";
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



/* BASIC ELEMENTS */

body { 
	font: 0.88em "Trebuchet MS";
	/*line-height: 1.5;*/
	color: #555753; 
	/*margin: 0;*/ 
	/*padding: 0;*/
}

h1 { 
	font: bold 1.2em "Trebuchet MS"; 
	color: #016099;
}
	
h2 { 
	font: bold 0.9em "Trebuchet MS"; 
	color: #4D4D4D;
}

h3 {
	font: bold 1.2em "Trebuchet MS"; 
	color: #016099;
	text-align: center;
}

h4 { 
	font: bold 1.45em "Trebuchet MS"; 
	color: #016099;
	text-align: center;
}	

h5 { 
	font: italic bold 1em "Trebuchet MS"; 
	margin-bottom: 0; 
	color: #A27A1A;
}		


	
p { 
	margin-top: 0; 
	text-align: left;
}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: maroon;
	font: "Trebuchet MS";
}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: maroon;
	font: "Trebuchet MS";
}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: maroon;
	font: "Trebuchet MS";
}




/* MAIN CONTAINER SECTION */

.twoColFixLtHdr #container { 
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




/* NAVIGATION/HEADER SECTION */
 
.twoColFixLtHdr #header { 
	background: none;
	margin-top: 20px; 
	padding: 0 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #blueBar { 
	background-image:url(images/background2.gif); background-repeat: no-repeat; width:900px; height:68px;   
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #blueBar h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.loginButton {
	margin-left: 760px;
	width: 120px;
}


/* VIDEO CONTENT SECTION */

.mainIndexVideoContainer{
	background-image: url(images/mainbanner01.png); background-repeat: no-repeat; width: 792px; height: 370px; 
	margin-left: 30px;
}

.mainIndexVideoContainer2{
	background-image: url(images/mainbanner01.png); background-repeat: no-repeat; width: 792px; height: 370px;
	margin-left: 30px;
}

.mainIndexVideo{
	width: 700px;
	height: auto;
	margin-left: 40px;
}

.moreinfoVideoContainer{
	background-image: url(images/video_bg.png); background-repeat: no-repeat; width: 842px; height: 368px; 
	margin-left: 0px;
}

.moreinfoVideo1{
	width: 376px;
	height: auto;
	margin-left: 30px;
}

.moreinfoVideo2{
	width: 376px;
	height: auto;
}

.videoHeading{
	color: white;
	font-size: 12pt;	
}

.videoImages{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

.videoPackageHeading{
	margin-left: 111px;
}

.videoAdditional{
	background-image: url(images/vp_addvideo.jpg); background-repeat: no-repeat; width: 645px; height: 65px; 
	margin-left: 98px;
    margin-top: -21px;

}

.videoOrder{
	background-image: url(images/vpackage_order.jpg); background-repeat: no-repeat; width: 635px; height: 55px; 
	margin-left: 98px;
    margin-top: 7px;

}

.videoPackage{
	background-image: url(images/vp_banner01_d.jpg); background-repeat: no-repeat; width: 842px; height: 280px; 
	margin-left: 115px;

}
	
.videoPackage2{
	background-image: url(images/vp_banner01_e.jpg); background-repeat: no-repeat; width: 842px; height: 415px; 
	margin-left: 115px;

}

.videoPackage3{
	background-image: url(images/vp_banner01_f.jpg); background-repeat: no-repeat; width: 842px; height: 775px; 
	margin-left: 115px;

}

.videoPackage4{
	background-image: url(images/vp_banner01_g.jpg); background-repeat: no-repeat; width: 842px; height: 800px; 
	margin-left: 115px;
	margin-top: -13px;

}

.videoPackage5{
	background-image: url(images/vp_banner01_h.jpg); background-repeat: no-repeat; width: 842px; height: 800px; 
	margin-left: 115px;
	margin-top: -13px;

}





/* MAIN CONTENT SECTION */

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainHeading {
	font: bold 22pt "Trebuchet MS"; 
	color: #016099;
	margin-left: 135px;
	padding: 20px 0 0 0;
	letter-spacing: 1px;
}

.mainHeading2 {
	font: bold 22pt "Trebuchet MS"; 
	color: #016099;
	margin-left: 115px;
	padding: 20px 0 0 0;
	letter-spacing: 1px;
}

.mainHeading3 {
	font: bold 22pt "Trebuchet MS"; 
	color: #016099;
	width:886px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/heading-image.jpg) top left no-repeat;
}


.subHeading {
	font: bold 10pt "Trebuchet MS"; 
	color: #4D4D4D;
	margin-left: 166px;
	margin-top: 0px;
	letter-spacing: 0.25px;
}

.subHeading2{
	font: bold 11pt; 
	color: #CC6600;
}

.subHeading3 {
	font: bold 14pt "Trebuchet MS"; 
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: 0px;
	letter-spacing: 0.25px;
}

.mainParagraph {
	padding: 0 40px 0 20px;
}

li { /* Bulleted Lists */
	list-style: none;
	background: url(images/bullet.png) no-repeat left center;
	padding-left: 25px;
}

.signupButton {
	margin-left: 350px;
	width: 172px;
	height: auto;
}

.signupButton2 {
	margin-left: 325px;
	width: 172px;
	height: auto;
}

.signupButton3 {
	margin-left: 275px;
	width: 172px;
	height: auto;
}


.viewButton {
	margin-left: 275px;
	width: 172px;
	height: auto;
}

.viewButton02 {
	margin-left: 325px;
	width: 172px;
	height: auto;
}

.twoButtons {
	margin-left: 190px;
	width: 350px;
	height: auto;
}

.twoButtons2 {
	margin-left: 215px;
	width: 350px;
	height: auto;
}

.joinButton {
	margin-left: 250px;
	width: 298px;
	height: auto;
}

.loginBackground {
	background-image:url(images/mainbanner06.png); background-repeat: no-repeat; width:792px; height:398px;   
}

.loginBox{
	font: bold 12pt "Trebuchet MS";
	color: white;
	margin-left: 445px;
	margin-top: 100px;
}

.discountStyle{
	color: #990000;
	text-decoration: line-through;
}

.discountNormalStyle{
	color:#FF0000;
}

.offerDiv{
	margin-left: 50px;
}



/* FOOTER SECTION */
 
.twoColFixLtHdr #footer { 
	background-image:url(images/footer2.gif); background-repeat: no-repeat; width:930px; height:31px; 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer2 {
	margin-left: 580px;
	padding-top: 5px;
} 
.footer2 a:link {font: 9pt "Trebuchet MS"; color: gray;} 
.footer2 a:visited {font: 9pt "Trebuchet MS"; color: gray; text-decoration: none;}
.footer2 a:hover {font: 9pt "Trebuchet MS"; color: navy; text-decoration: underline;}
.footer2 a:active {font: 9pt "Trebuchet MS"; color: teal;}



/* SIDEBAR SECTION */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}




/* MISCELLANEOUS USAGE SECTION */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.backtoTop {
    margin-left: 287px;
	margin-bottom: 20px;
}

#heading{
	margin-left:auto;
	margin-right:auto;
	background:url(images/heading-image.jpg) top left no-repeat;
}
#signup-button{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:10px;
}
#benefits{
	float:left;
	width:492px;
	height:273px;
	margin-bottom:15px;
}
#mainHeading4{
	font: bold 22pt "Trebuchet MS"; 
	color: #016099;
	width:886px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/membership-benifits-heading.jpg) top  no-repeat;	
}
#mainParagraph2 {
	padding: 0 40px 0 20px;
	border:solid 1px #a2c6e5;
	margin-bottom:5px;
}

/******Add on Code by Jason***/
#content-wrapper{
	float:left;
	width:915px;
	margin-top:20px;
	margin-bottom:10px;
}
#content-heading{
	float:left;
	width:915px;
	height:45px;
	font:bold 30px "Trebuchet MS";
	text-align:center;
	color:#00609a;
}
#content-subheading{
	float:left;
	width:915px;
	height:25px;
	font:bold 14px "Trebuchet MS";
	text-align:center;
	color:#333333;
}
#panel-wrapper{
	float:left;
	width:915px;
}
#video-wrapper{
	float:left;
	width:671px;
	height:336px;
	background:url(images/newmainbanner01.png) top left no-repeat;
}
#video{
	float:left;
	width:340px;
	height:189px;
	margin-top:90px;
	margin-left:15px;
	
}
#signup{
	float:left;
	width:168px;
	height:85px;
}
#announcement-panel{
	float:left;
	width:243px;
	height:322px;
}
#more-info{
	float:left;
	width:915px;
	height:35px;
}
#view-demo{
	float:left;
	width:915px;
	height:50px;
	margin-top:20px;
}
.fontstyle01{
	float:left;
	width:915px;
	height:35px;
	font:bold 18px "Trebuchet MS";
	text-align:center;
	color:#00609a;
	margin-top:20px;
}
.clearfix{
	clear:both;
}
/******Consulting page***/
#content-container{
	float:left;
	width:915px;
}
#sidebar-nav{
	float:left;
	width:259px;
	height:486px;
}
#right-panel-content{
	float:left;
	width:656px;
}
#consulting-banner01{
	float:left;
	width:650px;
	height:299px;
	background:url(images/consulting.jpg) center center no-repeat;
}
#consulting-text01{
	float:left;
	width:620px;
	font:bold 13px "Trebuchet MS";
	color:#000000;
	padding:25px 10px 0 20px;
}
.consulting-fontstyle01{
	float:left;
	font:bold 17px Arial, "Trebuchet MS";
	color:#000000;
}
#contact-sales{
	float:left;
	width:620px;
	height:40px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
#package-signup{
	float:left;
	width:620px;
	height:40px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
#consulting-banner02{
	float:left;
	width:650px;
	height:299px;
	background:url(images/planning.jpg) center center no-repeat;
}
#consulting-banner03{
	float:left;
	width:650px;
	height:299px;
	background:url(images/implementation.jpg) center center no-repeat;
}
#consulting-banner04{
	float:left;
	width:650px;
	height:299px;
	background:url(images/introduction.jpg) center center no-repeat;
}
#consulting-banner05{
	float:left;
	width:650px;
	height:299px;
	background:url(images/services.jpg) center center no-repeat;
}
.package-signup01{
	float:left;
	width:620px;
	height:50px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #333333;
}

.text-panel01{
	float:left;
	width:618px;
}
.consulting-fontstyle02{
	float:left;
	width:610px;
	font:bold 17px Arial, "Trebuchet MS";
	color:#000000;
}
#spacer{
	float:left;
	width:620px;
	height:50px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
.more-details01{
	float:left;
	width:620px;
	height:50px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #333333;
}
.video-package-wrapper{
	float:left;
	width:656px;
}
.heading01{
	float:left;
	width:656px;
}
#video-package-wrapper01{
	float:left;
	width:650px;
	height:788px;
	margin-left:3px;
	background:url(images/vp_banner01_h.jpg) top left no-repeat;
	margin-bottom:25px;
}
.video-package-wrapper02{
	float:left;
	width:650px;
	margin-bottom:20px;
}
#video-package-wrapper03{
	float:left;
	width:650px;
	height:54px;
	padding-top:10px;
	margin-bottom:20px;
	background:url(images/vpackage_order.jpg) top left no-repeat;
}
#content-heading2{
	float:left;
	width:650px;
	height:45px;
	font:bold 22px "Trebuchet MS";
	text-align:center;
	color:#00609a;
}
.div-separator{
	float:left;
	width:157px;
	height:380px;
}
.vid-show01{
	float:left;
	width:122px;
	height:68px;
}
.onpage-nav{
	float:left;
	width:650px;
	height:20px;
	font:bold 14px "Trebuchet MS";
	text-align:center;
	color:#FF0000;
	margin-bottom:20px;
}
.fontstyle03{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.vid-wrapper{
	width:900px;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
.vid-wrappe2{
	width:545px;
	margin-bottom:20px;
	margin-top:20px;
	padding-left:500px;
}
#testimonial-text{
	font:normal 14px Verdana, Geneva, sans-serif;
	color:#333;
	padding:25px;
	margin-left:150px;
	margin-right:150px;
	border:solid 1px #666;
}