/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
	/* background-image: url('back.gif');
	background-repeat: repeat-y; */
	font-family: arial, verdana;
	text-decoration: none;
	font-size:13px;
}

img {display: block;}

.overallcontainer {
	width: 778px;
	margin: 0px auto;
	text-align: left;
}

.overallcontent {
	width: 778px;
	margin: 0px auto;
}

.topnav {
	width: 778px;
	height: 52px;
	background-color: #FFF;
	background-image: url('../images/logo.gif');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 11px; font-family: arial; color: #737271;
	padding: 0px 0px 0px 5px;
	}

.topnav a:link {font-size: 11px; font-family: arial; text-decoration: none; font-weight: bold; color: #737271;}
.topnav a:visited {font-size: 11px; font-family: arial; text-decoration: none; font-weight: bold; color: #737271;}
.topnav a:active {font-size: 11px; font-family: arial; text-decoration: none; font-weight: bold; color: #737271;}
.topnav a:hover {font-size: 11px; font-family: arial; text-decoration: none; font-weight: bold; color: #7CB428;}

.footer {font-size: 12px; font-family: arial; text-align: center; color: #B4B6B7; padding-top: 15px; line-height: 19px;}
.footer a:link {font-size: 12px; font-family: arial; text-decoration: none; font-weight: normal; color: #B4B6B7;}
.footer a:active {font-size: 12px; font-family: arial; text-decoration: none; font-weight: normal; color: #B4B6B7;}
.footer a:visited {font-size: 12px; font-family: arial; text-decoration: none; font-weight: normal; color: #B4B6B7;}
.footer a:hover {font-size: 12px; font-family: arial; text-decoration: none; font-weight: normal; color: #686868;}

.header {height: 235px;}
.insideheader {padding-top: 24px; padding-left: 13px;}

.insidecontent { /* Style the Inner Content Here */
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial;
	color: #525252;
	line-height: 17px;
	padding-left: 15px;
	padding-top: 5px;
}

a:link {font-size: 12px; font-family: Arial; color: #E57A52; text-decoration: none; font-weight: bold;}
a:active {font-size: 12px; font-family: Arial; color: #E57A52; text-decoration: none; font-weight: bold;}
a:visited {font-size: 12px; font-family: Arial; color: #E57A52; text-decoration: none; font-weight: bold;}
a:hover {font-size: 12px; font-family: Arial; color: #84528C; text-decoration: none; font-weight: bold;}

h1 {height: 20px; background-color: #E57247; font-size: 13px; font-family: arial; padding: 1px 0px 0px 10px; margin: 0px; color: #FFF;}
html>body h1 { /*IE Hack */ height: 19px;}

h2 {height: 19px; background-color: #E0E1DF; font-size: 13px; font-family: arial; padding: 1px 0px 0px 10px; margin: 0px; color: #474646;}
html>body h2 { /*IE Hack */ height: 18px;}

.content1 {width: 777px; height: 193; border-right: 1px solid #E0E1DF; background-color: #FFF;}
html>body .content1  { /*IE Hack */ height: 195px;}
.div1 {border-right: 1px solid #E0E1DF;}
.div21 {}

.content2 {width: 777px; height: 124; border-right: 1px solid #E0E1DF; border-bottom: 1px solid #E0E1DF; background-color: #FFF;font-size: 12px;font-family: Arial;color: #525252;}

.nav {
	width: 165px;
	background-color: #E0DDC1;
	background-image: url('../images/sidebar-back.gif');
	background-repeat: repeat-y;
	}
.navbackground {background-color: #FFF; padding-top: 24px;}

.nav1container {
	background-color: #EAF8D6;
	border: 1px solid #E0E1DF;
	height: 211px;
	}

html>body .nav1container { /*IE Hack */
	height: 209px;
	}

.nav2container {
	background-color: #E0E1DF;
	border-right: 1px solid #C3C1C1;
	border-left: 1px solid #C3C1C1;
	border-bottom: 1px solid #C3C1C1;
	height: 128px;
	}

html>body .nav2container { /*IE Hack */
	height: 131px;
	}

.testimonials {
	background-color: #BEB995;
	border-right: 1px solid #ACA886;
	border-left: 1px solid #ACA886;
	height: 110px;
	color: #515150;
	font-size: 10px;
	Font-family: Arial;
	}
.testimonialspadding {padding: 5px 3px;}

html>body .testimonials { /*IE Hack */
	height: 112px;
	}


	/* Menu  1 */
/* common styling */
.menu {font-family: arial, sans-serif; width:164px; height:189px; position:relative; margin:0; font-size:11px; margin:0 0;}
.menupadding {padding-left: 25px; padding-top: 5px;}
div.menupadding {padding-left: 25px; padding-top: 5px;}
.flyoutpadding {padding-left: 15px; padding-top: 5px;}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#545453;
	width:165px;
	height: 26px;
	text-align:left;
	border:1px solid #fff;
	border-width: 1px 0px 0px 0px;
	background:#EAF8D6;
	font-size:12px;
	font-weight: bold;
	background-image: url('../images/menu1-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	}

/* html>body .menu ul li a, .menu ul li a:visited {width: 139px;} */


.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff;
		background:#9DC75E;
		width: 165px;
		background-image: url('../images/menu2-arrow.gif');
		background-repeat: no-repeat;
		background-position: 0px 8px;
		}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:165px; width:166px; border-left: 1px solid #FFF; border-bottom: 1px solid #FFF;}
.menu ul li:hover ul li a.hide {background-color:#E0E1DF; color:#545453; background-image: url('../images/tert-arrow.gif'); background-repeat: no-repeat; background-position: 4 0;} /* Flyout of the Flyout -- Secodary Flyout */
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a { /* Flyout Menu */
	display:block; /* background:transparent  url('../images/background.png'); background-repeat: repeat; */
	background: #E0E1DF;
	font-weight: normal;
	color:#545453;
	width:150px;
	height: 20px;
	border-right: 1px solid #FFF;
	padding-left: 15px; padding-top: 5px;
	}

.menu ul li:hover ul li.tall a {height: 36px;}
.menu ul li:hover ul li a:hover {background:#AEAE96; color:#FFF; font-weight: bold;} /*Flyout Over State */
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:165px; top:0; color:#545453;}
/* .menu ul li:hover ul li:hover ul.subb {left:150px;} Insert Opera Hack for this attribute */
.menu ul li:hover ul li:hover ul li a {display:block; width:150px; background-color:#E0DDC1; color:#545453; }
.menu ul li:hover ul li:hover ul li a:hover {background:#AEAE96; color:#fff;}

/* Menu */


	/* Menu  2 */
/* common styling */
.menu2 {font-family: arial, sans-serif; width:164px; position:relative; margin:0; font-size:11px; margin:0 0;}
.menu2 ul li a:link, .menu2 ul li a:active, .menu2 ul li a:visited {
	display:block;
	text-decoration:none;
	color:#545453;
	width:145px;
	height:22px;
	padding: 5px 0 0 20px;
	text-align:left;
	border:1px solid #fff;
	border-width:1px 0 0 0;
	background:#E0E1DF;
	font-size:12px;
	font-weight: bold;
	background-image: url('../images/menu1-arrow2.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	}
.menu2 ul {padding:0; margin:0;list-style-type: none;}
.menu2 ul li {float:left;
			position:relative;
			}
.menu2 ul li ul {display: none;}

/* specific to non IE browsers */
.menu2 ul li:hover a, .menu2 ul li a:hover {color:#fff;
height:22px;
display:block;
		background:#A1A1A0;
		width: 145px;
		background-image: url('../images/menu2-arrow2.gif');
		background-repeat: no-repeat;
		background-position: 0px 8px;
		}
.menu2 ul li:hover ul {display:block; position:absolute; top:0; left:165px; width:206px;}
.menu2 ul li:hover ul li a.hide {background-color:#E0E1DF; color:#000;}
.menu2 ul li:hover ul li:hover a.hide {width:200px;}
.menu2 ul li:hover ul li ul {display: none;}
.menu2 ul li:hover ul li a { /* Flyout Menu */
	display:block; /* background:transparent  url('../images/background.png'); background-repeat: repeat; */
	background: #E0E1DF;
	padding-left: 10px;
	font-weight: normal;
	color:#000;
	width:150px;}
.menu2 ul li:hover ul li a:hover {background:#AEAE96; color:#FFF; font-weight: bold;} /*Flyout Over State */
.menu2 ul li:hover ul li:hover ul {display:block; position:absolute; left:160px; top:0; color:#000;}
.menu2 ul li:hover ul li:hover ul li a {display:block; width:200px; background:#F8F8D6; color:#000;}
.menu2 ul li:hover ul li:hover ul li a:hover {background:#AEAE96; color:#fff;}
/* Menu 2*/

td.infoBoxHeading {
	padding:0 11px;
	line-height:14px;
}

#promos td {
	border-right:1px solid #e0e1df;
	overflow:hidden;
	padding:0 15px;
	font-size:13px;
	font-weight:bold;
	color:#444444;
}

#promos p {
	margin:0 0 30px 0;
}

#promos ul {
	margin:0 0 0 15px;
	padding:0;
}

#promos ul li {
	margin:0 0 20px 0;
}

#promos a.btn {
	width:auto;
	display:block;
	text-align:center;
	margin:0 auto 25px auto;
}

#promos a.btn img {
	margin:0 auto;
}

#promos h2 {
	background:transparent;
	padding:0;
	margin:25px 0 25px 0;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

#promos h3 {
	margin:0;
	font-weight:bold;
	font-size:14px;
	color:#515150;
}

#promos .join {
	background:#f1daf8;
}

#promos .join h1 {
	background:transparent;
	color:#84528c;
	font-size:22px;
	text-align:center;
}

#promos .info {
	background:#eaf8d6;
	color:#848484;
}

#promos .info p {
	margin:0 0 9px 0;
}

#promos .shop {
	background:#f8dace;
}

#promos .shop h3 {
	color:#e57247;
	margin:0 0 25px 0;
}

#promos .shop p {
	font-style:italic;
	color:#848484;
}

#promos .join h2 {
	color:#7c528c;
}

#promos .info h2 {
	color:#7cb428;
}

#promos .shop h2 {
	color:#e57a52;
}

#homepage-flash {
	border-right:1px solid #e0e1df;
	padding:20px;
	text-align:center;
}

#homepage-flash h1 {
	background:transparent;
	font-size:22px;
	color:#515150;
	margin:0 auto 20px auto;
	text-align:center;
}

#homepage-flash object {
	display:block;
	margin:0 auto;
	padding:0;
}

#educational-program {
	border-right:1px solid #e0e1df;
	padding:30px 30px 0 30px;
	color:#515150;
	font-size:14px;
}

#educational-program strong {
	color:#515150;
}

#educational-program ul {
	margin:0 0 0 15px;
	padding:0;
}

#educational-program ul li {
	margin:0 0 25px 0;
	color:#848484;
}

#educational-program a.btn {
	width:auto;
	display:block;
	text-align:center;
	margin:25px auto;
}

#educational-program a.btn img {
	margin:0 auto;
}

#partners {
	padding:10px 0;
	text-align:center;
}

#partners table {
	margin:0 auto;
}

div.content-body {
	overflow:hidden;
	width:auto;
	margin:0 auto;
	padding:10px 10px 40px 10px;
	font-size:13px;
	border-right:1px solid #e0e1df;
}

div.content-body table {
	width:auto;
	margin:0 auto;
}

div.content-body td {
	border:0;
	padding:0 10px 10px 0;
	margin:0;
}

div.content-body h1 {
	overflow:hidden;
	display:block;
	background:transparent;
	color:#000000;
	font-size:18px;
	line-height:22px;
	margin:0 0 20px 0;
	padding:0;
	clear:both;
	height:auto;
}

div.content-body ul, div.content-body p {
	margin:0 auto 20px auto;
}

ul#partners-links {
	list-style:none;
	margin:0 auto;
	text-align:center;
}

ul#partners-links li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}

ul#partners-links li.clear {
	clear:left;
}

ul#partners-links li a {
}

ul#partners-links li img {
	border:0;
}