/* MEAD MAP COPY */

/* General Styles */



body {
	background-color: #ffffff;
}

p {
	margin-bottom: 15px;
}

h1, h2 {
	margin-bottom: 15px;
}

#wrapper {                       /* NEEDED IN ORDER TO GET FOOTER TO STICK TO BOTTOM OF PAGE */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 900px;
	*min-width: 940px;
	margin: 0 auto -30px;
	width:expression(document.body.clientWidth < 945? "940px": "auto" );      /* IE 6 HACK FOR MIN-WIDTH */
}

}

#push {                          /* NEEDED IN ORDER TO GET FOOTER TO STICK TO BOTTOM OF PAGE */
	height: 30px;
}

/* HEADER STYLES */

#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}

#header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0bb9f2;
}

#header a:hover {
	color: #faa224;
	text-decoration: underline;
}

#header img.logo {
	margin-top: -10px;
	margin-bottom: 13px;
	_margin-bottom: 4px;
	_margin-top: -11px;
}

#header-links {
	height: 32px;
	background-color: #242021;
	width: 150px;
	float: right;
}





/* LOGIN STYLES */

#login {
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	height: 28px;
	_height: 33px;
	width: 612px;
	_width: 650px;
	float: right;
	padding-left: 60px;
	padding-top: 5px;
 *padding-right: 20px;
	_padding-right: 35px;
	clear: both;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #login { 
		padding-right: 20px;
	}
}

body:nth-of-type(1) #form-left {
	margin-left: 38px;
}

#login a.lostpass {
	margin-right: 10px;
}

#form-left {
	float: left;
	margin-left: 15px;
	_margin-left: 0px;
	*padding-top: 3px;
}

#form-right {
	float: left;
	width: 250px;
	padding-top: 2px;
	*padding-top: 0px;
}

#login input.username {
	border: solid 0 #fff;
	width: 160px;
	_width: 170px;
	height: 15px;
	_height: 16px;
	background: transparent url(../images/username.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #242021;
	border: 0px solid #FFFFFF;
	padding: 3px 5px 3px 5px;
	margin-right: 2px;
	*background-position: bottom right;
	*height: 12px;
	*margin-top: -23px;
	_margin-top: -21px;
}

#login input.password {
	border: solid 0 #fff;
	width: 80px;
	_width: 90px;
	height: 15px;
	_height: 16px;
	background: transparent url(../images/password.png);
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	padding: 3px 5px 3px 5px;
	margin-right: 2px;
	font-size: 9px;
	*background-position: bottom right;
	*height: 12px;
	*margin-top: -23px;
	_margin-top: -21px;
}

#login input.submit {
	background-image: url(../images/login_btn.jpg);
	background-repeat: no-repeat;
	background-color: black;
	border: 0px solid #FFFFFF;
	height: 15px;
    *height: 20px;
	_height: 15px;
	width: 44px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#login input.username {
		padding-top: 5px;
		background-position: 0px 3px;
	}
	
	#login input.password {
		padding-top: 5px;
		background-position: 0px 3px;
	}
}

#login input.submit:hover {
	cursor: pointer;
}

#login input.submit:active {
	background-image: url(../images/login_btn_click.jpg);
}

#login label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #faa224;
	margin-right: 10px;
	padding-bottom: 3px;
}

#login input.logout {
	background-image: url(../images/login_btn.jpg);
	background-repeat: no-repeat;
	background-color: black;
	border: 0px solid #FFFFFF;
	height: 15px;
    *height: 20px;
	_height: 15px;
	width: 44px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	right: 22px;
}

#login input.logout:hover {
	cursor: pointer;
	background-image: url(../images/login_btn_click.jpg);
}

#login p {
	color: #939192;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
}

#login #logout {
	float: right;
	*display: inline;
	*text-align: right;
	margin-top: 5px;
	*margin-top: 0px;
	*margin-right: -20px;
	_margin-right: 0px;
	_margin-top: 0px;
	width:auto;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #login #logout { 
		margin-right: -20px;
	}
}

#login #logout a {
	*padding-right: 100px;
	_padding-right: 65px;
}

#login #logout input.logout-btn {
	float: right;
	margin-top: -12px;
	*margin-top: -14px;
	margin-right: 33px;
	_margin-right: 5px;
	margin-left: 10px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #login #logout input.logout-btn { 
		margin-top: 0px;
	}
}

/* BUTTONS STYLES */

#buttons {
	/*float: right;*/
	height: 36px;
/*	margin-top: -35px;
	_margin-top: -30px;*/
	margin-top: 5px;
	margin-right: 32px;
	_margin-right: 20px;
	_width: 265px;
	_text-align: right;
	_padding-right: 20px;
}


#buttons img {
	 *float: right;
	_float: none;
	_margin-right: -20px;
}

#buy_block {
	float:right;
}



/* SIDEMENU STYLES */

#sidemenu {
	/*float: right;*/
	/*margin-right: -268px;*/
	/*padding-top: 5px;*/
	width: 295px;
	margin-top: 5px;
	margin-right: 32px;
	*margin-right: 20px;
	*padding-bottom: 20px;
	/*_margin-right: -265px;*/
}


#sidemenu a {
	color: #0bb9f2;
	text-decoration: none;
	font-size: 12px;
	margin-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
}


#sidemenu a:hover {
	color: #faa224;
	text-decoration: underline;
}






/* NAVIGATION STYLES */

#navigation {
	margin-left: 8px;
	min-width: 342px;
}

#navigation li {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#navigation ul {
	display: inline;
}

#navigation a {
	display: block;
	height: 20px;
	width: 104px;
	padding-top: 7px;
	color: #242021;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/inactive-tab.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
    *margin-top: -4px;
	_margin-top: 10px;
	_padding-bottom: 4px;
}

#navigation a:hover {
	text-decoration: none;
	background-image: url(../images/active-tab.png);
	background-repeat: no-repeat;
	color: #4b97e5;
    margin-top: -4px;
	*margin-top: -8px;
	_margin-top: 6px;
	_margin-bottom: -5px;
    height: 24px;
    _height: 36px;
}

#navigation .hover {
	text-decoration: none;
	background-image: url(../images/active-tab.png);
	background-repeat: no-repeat;
	color: #4b97e5;
	margin-top: -4px;
	height: 24px;
    *margin-top: -8px;
	_margin-top: 10px;
    *height: 28px;
}

#navigation li {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#navigation ul {
	display: inline;
}

a#active_menu-topnav {
	text-decoration: none;
	background-image: url(../images/active-tab.png);
	background-repeat: no-repeat;
	color: #4b97e5;
	margin-top: -4px;
	*margin-top: -8px;
	_margin-top: 6px;
	_margin-bottom: -5px;
	height: 24px;
	_height: 36px;
}






/* FOOTER STYLES */

#footer {
	background-color: #242021;
	height: 30px;
	padding: 0px 10px 0px 10px;
}

body:nth-of-type(1) #footer form {
	width: 180px;
}

#footer p {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #faa224;
	margin-top: 8px;
}

#footer ul, li, a {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0bb9f2;
	text-decoration: none;
}

#footer ul {
	float: right;
	margin-top: 8px;
}

#footer li {
	margin-right: 20px;
}

#footer a:hover {
	text-decoration: underline;
	color: #faa224;
}

#footer form {
	float: right;
}

#footer div.search {
	margin-right: 68px;
 *margin-right: 30px;
	margin-top: 5px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #footer div.search { 
		margin-right: 0px;
	}
}

#footer input.inputbox {
	display: block;
	float: left;
	border: 0px solid white;
	background-image: url(../images/search-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 107px;
	_width: 111px;
	height: 16px;
	_height: 19px;
	padding: 3px 3px 0px 6px;
	margin-right: -3px;
}

#footer .button {
	display: block;
	background-image: url(../images/sbmt-bg.jpg);
	background-position: top left;
	border: 0px solid white;
	cursor: pointer;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	width: 47px;
	height: 19px;
	padding-bottom: 2px;
	padding-right: 5px;
	_padding: 0px;
}





/* Joomla Elements */







/* Moduletable DIV's */



#sidebar .moduletable {
	margin: 10px 0;
}

#sidebar .moduletable h3 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
}





/* CONTENT STYLES */

#businessSubnav {
	text-align: left;
	margin-left: 6px;
	margin-top: -8px;
}

#businessSubnav a {
	display: block;
	width: 95px;
	height: 21px;
	_height: 28px;
	float: left;
	padding-top: 6px;
	margin-right: 10px;
	color: #163a69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#businessSubnav a:hover {
	background-image: url(../images/subnav-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
}

#businessSubnav a.active {
	background-image: url(../images/subnav-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
}

a#active_menu-subnav {
	background-image: url(../images/subnav-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
}

#content table {
	width: 100%;
}

#content {
	background-image: url(../images/secondary-bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	width: 100%;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	_text-align: center;
}

#content-boxes {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#content-boxes .box {
	width: 440px;
	height: 166px;
	background-color: white;
	float: left;
	padding: 10px 10px 10px 10px;
}

#content-boxes h1, h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 24px;
	color: #3c91e7;
}

#content-boxes p {
	font-size: 15px;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #474647;
}

#content-boxes h2 {
	font-size: 16px;
	font-weight: bold;
}

#content-boxes .right {
	margin-left: 20px;
	clear: right;
}


/* MAIN-CONTENT STYLES */

#main-content {
	width: 732px;
	min-height: 493px;
	height: auto !important;
	height: 493px;
	min-height: 493px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main-content.png);
	background-repeat: no-repeat;
	padding: 20px 55px 20px 55px;
	text-align: left;
	z-index: 1;
}

#main-content a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#main-content a:hover {
	color: #FAA224;
}

#main-content h1 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 26px;
	color: #3c91e7;
}

#main-content h1.title {
	position: relative;
	top: -70px;
 *top: -75px;
	margin-bottom: -15px;
	width: 50%;
}

#main-content h1.h1-fix {
	top: -90px; 
	_top: -80px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#main-content h1.title {
		top: -50px;
		height: 13px;
	}
	
	#main-content h1.h1-fix {
		top: -70px;
		height: 13px;
	}
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #main-content h1.title { 
		top: -80px;
		margin-bottom: -30px;
	}
}

#main-content h2 {
	margin-bottom: 0px;
	font-size: 17px;
}

#main-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

#main-content table.contentpaneopen {
	width: 731px;
	clear: both;
}

body:nth-of-type(1) #main-content table.contentpaneopen {
	margin-top: 60px;
}

body:nth-of-type(1) #main-content table.contentpaneopen h1.title {
	margin-top: -60px;
	padding-bottom: 30px;
}

#main-content table.contentpaneopen ul {
	/*margin-left: 15px;*/
}

#main-content table.contentpaneopen li {
	display: list-item;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin-top: 5px;*/
}

#take-notes-list {
	width: 440px;
	float: left;
}

#take-notes-list a {
	font-size: 12px;
	text-decoration: underline;
	color: #3c91e7;
	font-family: Arial, Helvetica, sans-serif;
}

#take-notes-list a:hover {
	color: #faa224;
}

#take-notes-list h1 {
	font-size: 20px;
}

#take-notes-list ul {
	margin-top: 10px;
}

#take-notes-list li {
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 15px;
	margin-bottom: 5px;
}

#main-content img {
	margin-bottom: 10px;
}

#main-content img.img-fix {
	margin-top: 55px; 
	margin-bottom: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#main-content img.img-fix { 
		margin-top: 20px;
	} 
} 

#take-notes-subnav {
	
}

#take-notes-subnav ul {
	margin-top: 50px;
	margin-bottom: -28px;
    *margin-bottom: 0px;
    *margin-top: 70px;
	height: 28px;
	_height: 34px;
	_width: 732px;
	padding-top: 6px;
	padding-left: 15px;
	background-image: url(../images/business-subnav-bar.png);
	background-position: top left;
	background-repeat: no-repeat;
	clear: right;
}

#take-notes-subnav li {
	float: left;
	margin-left: 20px;
	padding-right: 20px;
}

#take-notes-subnav li.divider {
	background-image: url(../images/nav-divider.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 20px;
	padding-right: 20px;
}

#take-notes-subnav li.nodivider {
	background-image: none;
}

/*
#take-notes-subnav a:hover {
	background-color: #d9eeab;
	border: 1px solid #a2ca4f;
	padding: 1px 9px;
	color: #245FAB;
}
*/

#take-notes-subnav a:hover {
	background-image: url(../images/green-active-bg-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #245fab;
}

#take-notes-subnav a {
	display: block;
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #245fab;
	text-decoration: none;
	margin-top: -5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
	height: 24px;
}

#take-notes-subnav a#active_menu {
	background-image: url(../images/green-active-bg-left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#take-notes-subnav span {
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

#take-notes-subnav span:hover {
	background-image: url(../images/green-active-bg-right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#take-notes-subnav span.active {
	background-image: url(../images/green-active-bg-right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

		
		
		
		/* BUSINESS - ORGANIZE SUBNAV STYLES */

#take-notes-subnav ul#mainlevel-organize {
	margin-top: 50px;
	margin-bottom: -28px;
    *margin-bottom: 0px;
    *margin-top: 70px;
	height: 28px;
	_height: 34px;
	_width: 732px;
	padding-top: 6px;
	padding-left: 15px;
	background-image: url(../images/business-organize-subnav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: right;
}

#take-notes-subnav ul#mainlevel-organize a {
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #245fab;
	display: block;
	height: 22px;
	_height: 24px;
	width: 150px;
	padding-top: 2px;
	float: left;
	text-align: center;
	text-decoration: none;
}

#take-notes-subnav ul#mainlevel-organize a:hover {
	background-image: url(../images/organize-green-active-bg.png);
	_background-image: none;
	_behavior: none;
	_text-decoration: underline;
	color: #245FAB;
}

#take-notes-subnav a#active_menu-organize {
	background-image: url(../images/organize-green-active-bg.png);
}




		/* GREEN BOX STYLES */

#green-box {
	background-image: url(../images/green-box.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 458px;
	margin-top: 5px;
	_margin-top: -150px;
	width: 255px;
	_width: 275px;
	padding: 5px 10px 10px 10px;
}

#green-box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#green-box a:hover {
	color: #FAA224;
	text-decoration: underline;
}

#green-box h1 {
	font-family: Trebuchet MS, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-left: 20px;
	margin-bottom: 12px;
}

#green-box p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-style:italic;
	line-height: 20px;
}

#green-box-example {
	width: 225px;
	_width: 245px;
	float: left;
	padding: 5px 10px 0px 10px;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #c1d5ac;
	clear: none;
}

#green-box-example h1 {
	font-family: Trebuchet MS, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

#green-box-example ol {
	margin-left: 5px;
	*margin-left: 12px;
}

#green-box-example ul {
	list-style: disc;
	margin-top: 10px;
	*margin-left: 5px;
}

#green-box-example a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #235FAB;
}

#green-box-example a:hover {
	color: #0EB8F3;
}

#green-box-example li {
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 10px;
	*margin-right: 5px;
	margin-bottom: 10px;
}

#green-box-example p {
	line-height: 20px;
}

#green-box-bottom {
	width: 225px;
	_width: 245px;
	background-image: url(../images/box-bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#green-box-bottom p {
	padding: 0px;
	margin: 0px;
}






/* MAINLEVEL-ICONS STYLES */

ul#mainlevel-newicons {
	float: right;
	clear: right;
	_margin-right: -60px;
}

ul#mainlevel-newicons a {
	display: block;
	float: left;
	margin-right: 5px;
	width: 57px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #242021;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/table.png);
	cursor: pointer;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 35px;
}

ul#mainlevel-newicons a#mainlevel-newicons-Example {
	background-image: url(../images/book.png);
	background-position: top center;
	background-repeat: no-repeat;
}


ul#mainlevel-newicons a#mainlevel-newicons-Example:hover {
	background-image: url(../images/book_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}


ul#mainlevel-newicons a#mainlevel-newicons-Exampleactive_menu-newicons {
	background-image: url(../images/book_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}

ul#mainlevel-newicons a#mainlevel-newicons-Template {
	background-image: url(../images/table.png);
	background-position: top center;
	background-repeat: no-repeat;
}

ul#mainlevel-newicons a#mainlevel-newicons-Template1 {
	background-image: url(../images/table.png);
	background-position: top center;
	background-repeat: no-repeat;
}

ul#mainlevel-newicons a#mainlevel-newicons-Template2 {
	background-image: url(../images/table.png);
	background-position: top center;
	background-repeat: no-repeat;
}


ul#mainlevel-newicons a#mainlevel-newicons-Template:hover {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}


ul#mainlevel-newicons a#mainlevel-newicons-Templateactive_menu-newicons {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}


ul#mainlevel-newicons a#mainlevel-newicons-Template1:hover {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}


ul#mainlevel-newicons a#mainlevel-newicons-Template1active_menu-newicons {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}


ul#mainlevel-newicons a#mainlevel-newicons-Template2:hover {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}


ul#mainlevel-newicons a#mainlevel-newicons-Template2active_menu-newicons {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #242021;
}

ul#mainlevel-newicons a.example-hover {
	background-image: url(../images/book_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: red;
}

ul#mainlevel-newicons a.template-hover {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: red;
}

/*

ul#mainlevel-newicons li:first-child a#active_menu-newicons {
	background-image: url(../images/book_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
}

ul#mainlevel-newicons li a#active_menu-newicons {
	background-image: url(../images/table_hover.png);
	background-position: top center;
	background-repeat: no-repeat;
}

*/

/* MAINLEVEL-ICONS STYLES */

ul#mainlevel-newicons {
	float: right;
	clear: right;
	_margin-right: -60px;
}

ul#mainlevel-newicons a {
	display: block;
	float: left;
	margin-right: 5px;
	width: 57px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #242021;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding-top: 35px;
}





/* EXPANDER STYLES */

#expander {
	display: block;
	width: 731px;
	background-color: #eee;
	margin-top: 20px;
}

#expander h1.bar {
	display: block;
	height: 25px;
	_height: 31px;
	width: 731px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 6px 0px 0px 10px;
	background-image: url(../images/list-box-row.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom: 0px;
}

#expander h1.bar:hover {
	background-image: url(../images/list-box-row-hover.jpg);
}

#expander h1.top {
	background-image: url(../images/list-box-top.jpg);
}

#expander h1.top:hover {
	background-image: url(../images/list-box-top-hover.jpg);
}

#expander h1.bottom {
	background-image: url(../images/list-box-bottom.jpg);
	background-color: none;
	cursor: default;
}

#expander h1.bottom:hover {
	background-image: url(../images/list-box-bottom.jpg);
	background-color: none;
	background-position: bottom left;
}

#expander ul {
	display: none;
	width: 720px;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 5px;
 *margin-left: 0px;
	margin-bottom: 10px;
}

#expander ul li {
	display: list-item;
	list-style-image: url(../images/grey-arrow.jpg);
	margin: 0px 0px 10px 30px;
 *padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#expander ol {
	display: table;
	list-style-image: none;
	margin-top: 15px;
}

#expander ol li {
	list-style-image: none;
}

#expander ul.visible {
	display: block;
	list-style-image: url(../images/grey-arrow.jpg);
}


/* PLANS PRICING STYLES */

#plans-pricing p {
	width: 310px;
	float: left;
}

#plans-pricing table {
	text-align: center;
	float: right;
	clear: right;
	width: 393px;
}

#plans-pricing tr.first-row td {
	background-color: #7ba650;
	color: white;
}

#plans-pricing td {
	background-color: #c7d9b4;
	border: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242021;
	width: 100px;
	padding: 5px 0px;
}

#plans-pricing td.left {
	background-color: none;
	background-image: url(../images/table-corner-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#plans-pricing td.right {
	background-color: none;
	background-image: url(../images/table-corner-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#plans-pricing a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #3C91E7;
}

#plans-pricing h2 {
	font-size: 20px;
}



/* HELP STYLES */

#help-subnav {
	width: 207px;
	float: left;
}

#help-subnav h1 {
	margin: 0px;
}

#help-subnav h1.help {
	width: 197px;
	height: 21px;
	padding: 5px 0px 5px 10px;
	background-image: url(../images/help-box-row.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #689847;
	font-family: trebuchet ms, arial, sans serif;
	color: white;
	font-size: 14px;
	cursor: pointer;
}

#videoHolder {
	width: 509px;
	float: right;
	clear: right;
}

#videoHolder h1 {
	font-family: trebuchet ms, arial, sans serif;
	font-size: 17px;
	color: #3C91E7;
	display: block;
}

#videoHolder strong {
	font-style: italic;
	font-weight: bold;
}

#help-subnav h1.top {
	background-image: url(../images/help-box-top.jpg);
}

#help-subnav h1.bottom {
	background-image: url(../images/help-box-bottom.jpg);
	cursor: default;
}

#help-subnav ul {
	margin-left: 0px;
}

#help-subnav ul.list:first {
	display: block;
}

#help-subnav ul.list {
	display: none;
}

#help-subnav ul.open {
	display: block;
}

#help-subnav li {
	display: block;
	list-style-type: none;
}

#help-subnav a {
	display: block;
	width: 189px;
	min-height: 19px;
	background-color: #c7d9b4;
	border-bottom: 1px solid white;
	font-family: trebuchet ms, arial, sans serif;
	color: #242021;
	font-size: 12px;
	display: block;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 8px;
	text-decoration: none;
}

#help-subnav a:hover {
	color: white;
	background-color: #7ba650;
}

#help-subnav a.active {
	border-left: 4px solid #689847;
	width: 185px;
}

ul#tips {
	margin-left: 30px;
	*margin-left: 20px;
}

ul#tips li {
	display: list-item;
	list-style-image: url(../images/arrow.png);
	_list-style-image: url(../images/arrow.jpg);
	*padding-left: 10px;
	margin-bottom: 10px;
}

#main-content div.expand {
	display: block;
	width: 731px;
	background-color: #eee;
	margin-top: 15px;
	margin-bottom: 25px;
}

#main-content div.expand h1.bar {
	display: block;
	_height: 31px;
	min-height: 25px;
	width: 721px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 6px 0px 0px 10px;
	background-image: url(../images/list-box-row.jpg);
	background-color: #5b8d3b;
	background-repeat: no-repeat;
	cursor: pointer;
	_cursor: default;
	margin-bottom: 0px;
}

#main-content div.expand h1.bar:hover {
	background-image: url(../images/list-box-row-hover.jpg);
	background-color: #507734;
}

#main-content div.expand h1.top {
	background-image: url(../images/list-box-top.jpg);
}

#main-content div.expand h1.top:hover {
	background-image: url(../images/list-box-top-hover.jpg);
}

#main-content div.expand h1.bottom {
	background-image: url(../images/list-box-bottom.jpg);
	background-color: none;
}

#main-content div.expand h1.bottom:hover {
	background-image: url(../images/list-box-bottom.jpg);
	background-color: none;
	background-position: bottom left;
}

#main-content div.expand div {
	display: none;
}

#main-content div.expand ul {
	display: block;
	width: 710px;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 5px;
 *margin-left: 0px;
	margin-bottom: 10px;
}

#main-content div.expand a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#main-content div.expand a:hover {
	text-decoration: underline;
	color: #faa224;
}

#main-content div.expand p {
	display: block;
	margin: 10px;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#main-content div.expand ul li {
	display: list-item;
	list-style-image: url(../images/grey-arrow.jpg);
	margin: 0px 0px 10px 30px;
 *padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#main-content div.expand ol {
	display: table;
	list-style-image: none;
	margin-top: 15px;
}

#main-content div.expand ol li {
	list-style-image: none;
}

#main-content div.expand ul.visible {
	display: block;
	list-style-image: url(../images/grey-arrow.jpg);
}

#main-content h3 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #245FAB;
}

#main-content ul.iconlinks {
	margin-left: 15px;
}

#main-content ul.iconlinks li {
	margin-top: 5px;
}

#main-content ul.iconlinks a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3C91E7;
}

#main-content ul.iconlinks a:hover {
	text-decoration: underline;
	color: #FAA224;
}

/* CONTACT US STYLES */

#main-content #contactus input {
	display: block;
	width: 300px;
	margin-bottom: 10px;
}

#main-content #contactus input.submit {
	width: 60px;
}

#main-content #contactus label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 3px;
	display: block;
}

#main-content #contactus label.toplabel {
	display: block;
	font-style: italic;
	margin-bottom: 10px;
}

#main-content #contactus select {
	display: block;
	width: 305px;
	margin-bottom: 10px;
}

#main-content #contactus textarea {
	display: block;
	margin-bottom: 10px;
	width: 300px;
}

#main-content #contactus select {
	_width: 300px;
}

/* GENERIC CLASSES */

.leftmargin {
 *margin-right: 8px;
	_margin-right: 0px;
	_margin-left: 20px;
}
.bold {
	font-weight: bold;
}
.float-right {
	float: right;
	clear: right;
}

.click-to-expand {
	float: right;
	clear: right;
	*margin-right: 10px;
}

.pad-top {
	clear: left;
	padding-top: 20px;
}

#content-boxes div {
	background-color: #ffffff;
}
.hasBackgroundColor {
	background-color: #ffffff;
}
.hasCorners {
	background-color: #ffffff;
}

.spacer-div {
	margin-bottom: 40px;
}

#main-content h2.bottom-space {
	margin-bottom: 10px;
}

ul.content-list {
	margin-left: 15px;
	margin-bottom: 15px;
}