@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: 0px; 
	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_b.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: 130px;
	margin-right: 100px;
}
	


/* MAIN CONTENT SECTION */

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 30px; /* 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;
}

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

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

.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: #990000;
}

.offerDiv{
	margin-left: 50px;
}



/* FOOTER SECTION */
 
.twoColFixLtHdr #footer { 
	background-image:url(images/footer03.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;
}