﻿@charset "utf-8";

body {background-color:#F0F3F7;} 

html, body, p, th, td, li, dd, dt {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin:0px;
	}

h1, h2, h3, h4, h5, h6 {
 	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	line-height: 140%;
	color: #003399;
	}
 
 h1 { font-size: 22pt; }
 h2 { font-size: 18pt;}
 h3 { font-size: 14pt ; }
 h4 { font-size: 12pt; }
 h5 { font-size: 10pt; }
 h6 { font-size: 8pt; }
 
 a:link { color: #073E76; }
 a:visited { color: #073E76; }
 a:hover { color: #EA1A29; }
 a:active { color: #EA1A29; }

ul { 
	font-weight: bold;
	margin-left:20px;
	font-size: 42px;
	}  



.PageMainTitle {
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 52px;
	letter-spacing: -1px;
	font-weight: lighter;
	text-align: center;
	color: #4E674A;
	word-spacing: -1px;
}

.PageSubTitle   {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 42px;
	letter-spacing: -1px;
	font-weight: lighter;
	text-align: left;
	color: #333333;
	word-spacing: -1px;
	}
	

.PageTagLine   {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	letter-spacing: -1px;
	font-weight: lighter;
	text-align: left;
	color: #333333;
	word-spacing: -1px;
	}
	


.PageNormal   {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: lighter;
	color: #333333;
	text-align: left;
}
	

.PageNormalCenter   {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: lighter;
	color: #333333;
	text-align: center;
}
	

.feature-bullet  {
	margin-left: 60px;
	font-size: 16px;
	padding:6px 100px 6px 10px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	list-style-image: url('/images/check-yes.png');
}
	

.section_container {
	/* margin around solid border: top right bottom left */
	margin: 20px 20px 20px 10px ;
	/* padding inside solid border: top right bottom left */
	padding:20px;
	/* Borders */
	border: 1px solid #C0C0C0;
	/* Rounded corners */
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	}




.article_container {
	padding: 40px; 
	/* Rounded corners */
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	/* Borders */
	border: 2px solid #8ab8e2;
	-moz-box-shadow:inset 0px 0px 30px 4px #8ab8e2;
	-webkit-box-shadow:inset 0px 0px 30px 4px #8ab8e2;
	box-shadow:inset 0px 0px 30px 4px #8ab8e2;
	}


/* -------------------------------------------------------------- */
/* ---------------- containers ---------------------------------- */
/* -------------------------------------------------------------- */
#container_error {
	width: 94%;
	/* margin around solid border: top right bottom left */
	margin: 10px;
	/* padding inside solid border: top right bottom left */
	padding: 2px 6px 2px 6px;
	/* Background color and gradients */
	background-color: #FFD7D7; /* Fallback background color for non supported browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFECEC), to(#FFD7D7));
	background-image: -webkit-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: -moz-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: -ms-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: -o-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: linear-gradient(top, #FFECEC, #FFD7D7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFECEC', EndColorStr='#FFD7D7'); /* IE6�IE9 */
	/* Borders */
	border: 1px solid #CC0000;
	-moz-box-shadow:inset 0px 0px 1px #FFC6C6;
	-webkit-box-shadow:inset 0px 0px 1px #FFC6C6;
	box-shadow:inset 0px 0px 1px #FFC6C6;
	/* Rounded corners */
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	/* font */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
	}



#container_success {
	width: 94%;
	/* margin around solid border: top right bottom left */
	margin: 10px;
	/* padding inside solid border: top right bottom left */
	padding: 2px 6px 2px 6px;
	/* Background color and gradients */
	background-color: #d4ffcd; /* Fallback background color for non supported browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4ffcd), to(#d4ffcd));
	background-image: -webkit-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: -moz-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: -ms-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: -o-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: linear-gradient(top, #d4ffcd, #d4ffcd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d4ffcd', EndColorStr='#d4ffcd'); /* IE6IE9 */
	/* Borders */
	border: 1px solid #9AE88C;
	-moz-box-shadow:inset 0px 0px 1px #9AE88C;
	-webkit-box-shadow:inset 0px 0px 1px #9AE88C;
	box-shadow:inset 0px 0px 1px #9AE88C;
	/* Rounded corners */
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	/* font */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
	}


/* -------------------------------------------------------------- */
/* ---------------- buttons ------------------------------------- */
/* -------------------------------------------------------------- */
.button_green {
	/* font */
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	/* container size */
	width:100%;
	height:100%;
	display:inline-block;
	/* Borders */
	border: 1px solid #118B04;
	/* Shadow */
	-moz-box-shadow: 2px 2px 2px #999999;
	 -webkit-box-shadow: 2px 2px 2px #999999;
	 box-shadow: 2px 2px 2px #999999;
	/* Rounded corners */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px ;
	/* margin around solid border: top right bottom left */
	margin:4px;
	/* padding inside solid border: top right bottom left */
	padding: 4px;
	/* Background color */
	background-color: #008A00;
	background-image: linear-gradient(top, #008A00, #008A00);
	background-image: -o-linear-gradient(top, #008A00, #008A00);
	background-image: -ms-linear-gradient(top, #008A00, #008A00);
	background-image: -moz-linear-gradient(top, #008A00, #008A00);
	background-image: -webkit-linear-gradient(top, #008A00, #008A00);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#008A00), to(#008A00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#008A00', EndColorStr='#008A00'); 		/* IE6�IE9 */
	}.button_green:hover {
	background-color: #09A246;
	background-image: linear-gradient(top, #09A246, #09A246);
	background-image: -o-linear-gradient(top, #09A246, #09A246);
	background-image: -ms-linear-gradient(top, #09A246, #09A246);
	background-image: -moz-linear-gradient(top, #09A246, #09A246);
	background-image: -webkit-linear-gradient(top, #09A246, #09A246);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#09A246), to(#09A246));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#09A246', EndColorStr='#09A246'); 		/* IE6�IE9 */
	-moz-box-shadow: -1px -1px 2px #999999;
	 -webkit-box-shadow: -1px -1px 2px #999999;
	 box-shadow: -1px -1px 2px #999999;
	}.button_green:active {
	position:relative;
	top:1px;
	}

.button_orange {
	/* font */
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	color: white;
	/* container size */
	width:170px;
	display:inline-block;
	/* Borders */
	border: 1px solid #FF732F;
	/* Shadow */
	-moz-box-shadow: 2px 2px 2px #999999;
	 -webkit-box-shadow: 2px 2px 2px #999999;
	 box-shadow: 2px 2px 2px #999999;
	/* Rounded corners */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px ;
	/* margin around solid border: top right bottom left */
	margin:4px;
	/* padding inside solid border: top right bottom left */
	padding: 4px;
	/* Background color and gradients */
	background-color: #EA5F0B;
	background-image: linear-gradient(top, #EA5F0B, #EA5F0B);
	background-image: -o-linear-gradient(top, #EA5F0B, #429D62);
	background-image: -ms-linear-gradient(top, #EA5F0B, #EA5F0B);
	background-image: -moz-linear-gradient(top, #EA5F0B, #EA5F0B);
	background-image: -webkit-linear-gradient(top, #EA5F0B, #EA5F0B);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EA5F0B), to(#EA5F0B));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EA5F0B', EndColorStr='#EA5F0B'); 		/* IE6�IE9 */

	}.button_orange:hover {
	background-color: #F5792E;
	background-image: linear-gradient(top, #F5792E, #F5792E);
	background-image: -o-linear-gradient(top, #F5792E, #F5792E);
	background-image: -ms-linear-gradient(top, #F5792E, #F5792E);
	background-image: -moz-linear-gradient(top, #F5792E, #F5792E);
	background-image: -webkit-linear-gradient(top, #F5792E, #F5792E);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F5792E), to(#F5792E));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F5792E', EndColorStr='#F5792E'); 		/* IE6�IE9 */
	-moz-box-shadow: -1px -1px 2px #999999;
	 -webkit-box-shadow: -1px -1px 2px #999999;
	 box-shadow: -1px -1px 2px #999999;
	 }
	.button_orange:link {color: white;}
	.button_orange:visited { color: white; }
	.button_orange:active {
	position:relative;
	top:1px;
	color: white;
	}




/* -------------------------------------------------------------- */
/* ---------------- tooltip  ----------------------------------- */
/* -------------------------------------------------------------- */
.tooltip {
	border-bottom: 1px dotted #000000; 
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	}
.tooltip span {
	margin-left: -999em;
	position: absolute;
	}
.tooltip:hover span {
	/* Rounded corners */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px ;
	/* Shadow */
	-moz-box-shadow: 2px 2px 5px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	box-shadow: 2px 2px 5px #999999;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	/* font */
	font-family: Arial;
	margin: 1px;
	padding: 5px;
	width: 220px;
	color: black;
	line-height: 120%;
	text-align:left;
	}
.tooltip_content { 
	background: #FFF7D7; 
	border: 1px solid #666666;
	}


/* -------------------------------------------------------------- */
/* ---------------- Menu Bar  ----------------------------------- */
/* -------------------------------------------------------------- */
#sticky_header {
	z-index:10;
	color:#FFF;
	position:fixed;
	display:block;
	top: 0px;
	padding: 0px 0px 10px 0px;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 1px 2px #eaeaea;
	-webkit-box-shadow: 0px 1px 2px #eaeaea;
	box-shadow: 0px 1px 2px #eaeaea;
	}


.menu_wrapper {
	text-align: center;
	}

	
.menu_option {
	display: block;
	width: 120px;
	height: 56px;
	float: left;
	position:relative;
	margin: 2px 0px 2px 0px;
	padding:0px;
	}

.menu_option:hover  {
	background-color: #eaeaea;
	}

span.menu_text {
	display: block;
	width: 120px;
	height: 56px;
	float: left;
	position: absolute;
	margin: 2px 0px 2px 0px;
	padding: 20px 0px 0px 0px;
	/* font */
	text-align: center;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size:16px; 
	text-decoration: none;
	}


.menu_option_buy {
	display: block;
	width: 120px;
	height: 56px;
	float: left;
	position:relative;
	margin: 2px 0px 2px 0px;
	padding:0px;
	background-color: #2b9af3;
	}

.menu_option_buy:hover  {
	background-color: #287dc2;
	}

span.menu_buy_text {
	display: block;
	width: 120px;
	height: 56px;
	float: left;
	position: absolute;
	margin: 2px 0px 2px 0px;
	padding: 20px 0px 0px 0px;
	/* font */
	text-align: center;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:16px; 
	text-decoration: none;
	}


/* -------------------------------------------------------------- */
/* ---------------- sub Menu Bar  --------------- */
/* -------------------------------------------------------------- */
#sticky_subheader {
	background-color: #3a7836;
	height: 60px;
	z-index:11;
	position:fixed;
	display:block;
	top: 60px;
	width: 100%;
	}

.submenu_wrapper {
	text-align: center;
	}
	
.submenu_option {
	display: block;
	width: 130px;
	height: 60px;
	float: left;
	position:relative;
	padding:0px;
	border-left: .5px solid #386d35;
	border-right: .5px solid #386d35;
	}

.submenu_option:hover  {
	background-color: #2c5729;
	}

span.submenu_text {
	position: absolute;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	display: block;
	width: 130px;
	height: 60px;
	/* font */
	text-align: center;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size:14px; 
	line-height:18px;
	text-decoration: none;
	}







#rotating-item-wrapper {
	position: relative;
	width: 960px;
	height: 300px;
	}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	}

