/* MEAD MAP NO SUBNAV */

/* General Styles */



body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0bb9f2;
}

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%;
	min-width: 900px;
	*min-width: 940px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	background-color: #fff;
	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;
}

div.componentheading {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 26px;
	color: #3c91e7;
}

div.componentheading.notallowed { color: red; }

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* 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: 10px;
	_margin-top: -10px;
}

#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: 790px;
	_width: 790px;
	float: right;
	padding-left: 60px;
	padding-top: 5px;
	 *padding-right: 20px;
	_padding-right: 35px;
}

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

#login a {
	text-decoration: none;
}

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

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

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

#form-left {
	float: left;
	margin-left: 15px;
	_margin-left: 0px;
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#form-right {
		padding-top: 6px;
	}
}

#login input.username {
	border: solid 0 #fff;
	width: 160px;
	_width: 170px;
	height: 15px;
	*height: 12px;
	_height: 20px;
	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;
	*margin-top: -23px;
	_margin-top: -21px;
}

#login input.password {
	border: solid 0 #fff;
	width: 80px;
	_width: 90px;
	height: 15px;
	*height: 12px;
	_height: 20px;
	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;
	*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-right: -20px;
	_margin-right: 0px;
	_margin-top: 0px;
	_padding-top: 5px;
	_margin-right: -17px;
}

@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: 80px;
}

#login #logout input.logout-btn {
	display: inline;
	/*margin-top: -12px;
	*margin-top: -14px;*/
	margin-right: 33px;
	_margin-right: 22px;
	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: 3px;
	_padding-bottom: 4px;
	text-decoration: none;
}

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

#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: 2px;
 	*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: -0px;
	height: 24px;
	_height: 30px;
}






/* FOOTER STYLES */

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

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

#footer a {
	text-decoration: none;
	font-size: 10px;
}

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

#main-content #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;
	text-decoration: none;
}

#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: #fff;
	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;
	_width: 842px;
	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: 30px 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 {
}

#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 li {
	display: list-item;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

#take-notes-list a {
	font-size: 12px;
	text-decoration: underline;
	color: #3c91e7;
}

#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;
}

#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 {
	display: list-item;
	margin-left: 5px;
	*margin-left: 12px;
}

#green-box-example ul {
	margin-top: 10px;
}

#green-box-example li {
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 10px;
	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 li:first-child a {
	background-image: url(../images/book.png);
	background-position: top center;
	background-repeat: no-repeat;
}

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

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





/* 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;
}

#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;
	_cursor: default;
	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 div {
	display: none;
}

#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: 293px;*/
	/*float: left;*/
}


#plans-pricing table {
	text-align: center;
	float: right;
	clear: right;
	margin-bottom: 30px;
	/*width: 413px;*/
}

#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;
}

#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;
}

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

ul#tips li {
	display: list-item;
	list-style-image: url(../images/arrow.png);
}

#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: 731px;
	_width: auto;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 5px;
 *margin-left: 0px;
	margin-bottom: 10px;
}

#main-content div.expand a {
	font-size: 12px;
	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: 5px;
	font-size: 14px;
}

#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;
}

#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);
}


/* CONTACT US FORM 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;
}

/* REGISTER STYLES */

/* REGISTER FORM STYLES */

#content div.registerForm {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	/*margin-left: 20px;*/
}

#content div.registerForm a {
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

#content div.registerForm a:hover {
	color: #FAA224;
}

#content div.registerForm fieldset {
	margin: 0px;
}

#content div.registerForm h1.title {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #3c91e7;
	font-size: 26px;
	margin-bottom: 15px;
}

#content div.registerForm h3 {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #3c91e7;
	font-size: 20px;
	margin-bottom: 15px;
	*clear: left;
}

#content div.registerForm input.text {
	width: 250px;
	*margin-left: -10px;
}

#content div.registerForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	width: 100px;
	float: left;
	padding-top: 1px;
	margin-right: 10px;
}

#content div.registerForm ul.plans li {
	clear: both;
}

#content div.registerForm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content div.registerForm p.field_error {
	color: red;
	float: none;
}

#content div.registerForm p#is_older_error {
	margin-top: -20px;
	*margin-left: 22px;
}

#content div.registerForm table p {
	margin: 0px;
	padding: 0px;
}

#content div.registerForm table input {
	margin: 0px;
}

#content div.registerForm p.note {
	font-size: 10px;
}

#content div.registerForm p.plan_name {
	color: #000000;
}

#content div.registerForm p.gp_head {
	font-weight: bold;
}

#content div.registerForm input#is_older {
	float: left;
	clear: right;
	margin-right: 5px;
	*margin-left: -2px;
}

#content div.registerForm label.is_older {
	*padding-top: 4px;
	width: 182px;
}

#content div.registerForm table#reg_form_buttons {
	width: 100px;
	margin: 0px;
}

#content div.registerForm p.use_enabled  {
	*padding-top: 5px;
}

#content div.registerForm p.use_enabled input, p.use_disabled input {
	margin-right: 5px;
	*float: left;
	*clear: left;
}

#content div.registerForm table#get_group_plans {
	background-image: url(../images/table-body-bg.jpg);
	background-position: 0px 25px;
	background-repeat: repeat-x;
	background-color: #c1d5ac;
	width: 600px;
}

#content div.registerForm table#get_group_plans td {
	vertical-align: middle;
	padding: 5px;
    border-top: 1px solid white;
}

#content div.registerForm table#get_group_plans td.radio_cell {
	width: 20px;
	vertical-align: middle;
}

#content div.registerForm table#get_group_plans tr.first_row {
	background-image: url(../images/table-header-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: white;
}

#content div.registerForm textarea#how_found_out {
	margin-bottom: 10px;
	width: 250px;
	height: 60px;
	*margin-left: -8px;
	_margin-left: -12px;
}

#content div.registerForm p.groupplan_name {
	float: left;
	margin-right: 5px;
}

#content div.registerForm input {
	margin-bottom: 15px;
}

#content div.registerForm div#uses {
	margin: 0px;
}

#content div.registerForm div#uses input {
	float: left;
}

#content div.registerForm div#uses p {
	float: left;
	margin-left: 5px;
	clear: right;
}

#content div.registerForm div#total {
	margin-bottom: 20px;
}

#content div.registerForm table#reg_form_buttons {
	*margin-bottom: 40px;
	width: 150px;
	clear: both;
}

#content div.registerForm div#plans_list input {
	float: left;
	margin-right: 5px;
}

#content div.registerForm div#plans_list p {
	float: left;
}

#content div.registerForm div#plans_list li {
	display: block;
	list-style-type: none;
}

#content div.registerForm input#newsletter {
	float: left;
	margin-right: 5px;
}

#content div.registerForm input#promo_code {
	float: left;
	margin-right: 5px;
}

#content div.registerForm input#recalc {
	margin-top: -20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	#content div.registerForm input#promo_code {
	float: none;
		margin-right: 5px;
	}

	#content div.registerForm input#recalc {
		margin-bottom: 40px;
	}
}

#content div.registerForm input#sum {
	float: left;
	margin-right: 5px;
}

#content div.registerForm .uppercase {
	font-weight: bold;
	color: #3C91E7;
	font-family: Trebuchet MS, Arial, Sans Serif;
	font-style: italic;
	float: left;
	margin-right: 5px;
}

#content div.registerForm div#total {
	padding-top: 1px;
}

#content div.registerForm div#promo p.code_question {
	clear: left;
	margin-top: 10px;
}

#content div.registerForm div#promo input#recalc {
	*margin-top: -16px;
}

#content div.signInForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	width: 50px;
	float: left;
	padding-top: 1px;
	margin-right: 10px;
}

#content div.signInForm input {
	margin-bottom: 15px;
}

#content div.providePasswordForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	width: 120px;
	float: left;
	padding-top: 1px;
	margin-right: 10px;
}

#content div.providePasswordForm input {
	margin-bottom: 15px;
}

table#select_subscr_form_buttons {
	width: auto;
	margin: 0px;
}

/* SEARCH STYLES */

#search-form input#search_searchword {
	margin-left: 10px;
	margin-right: 10px;
}

#search-form input {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* MY USERS STYLES */

#my-users table.comapping_table {
	background-image: url(../images/user-table-bg.jpg);
	background-repeat: no-repeat;
	background-color: #C9DAB6;
	width: 734px;
	margin-bottom: 5px;
}

#my-users table.comapping_table a {
	color: black;
	text-decoration: underline;
}

#my-users table.comapping_table tr.odd {
	background-color: #eff4eb;
}

#my-users a.toolbar {
	margin-right: 5px;
}

#my-users table.comapping_table a:hover {
	color: #0BB9F2;
}

#my-users table.comapping_table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#my-users table.comapping_table tr.toprow {
	background-image: url(../images/user-header.jpg);
	height: 28px;
}

#my-users table.comapping_table h1 {
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
}

#my-users table.comapping_table input {
	margin-left: 5px;
}

/* MY ACCOUNT */

#my_account label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 3px;
	display: block;
	float: left;
	width: 175px;
}

#my_account input {
       	width: 300px;
	margin-bottom: 10px;
}

#my_account input.button {
	width: auto;
	float: left;
}

#my_account #email_error {
	float: right;
	padding-right: 120px;
	color: red;
	margin-top:-25px;
}

#my_account #verify_pass_error {
	margin-left: 15px;
	color: red;
	*float: right;
	*margin-top: -25px;
	_margin-right: 15px;
}

#my_account #upgrade_button {
	margin-top: 10px;
}

/* GMAIL PROCESSING FORM */

#gmail_process label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 3px;
	display: block;
	float: left;
	width: 100px;
}

#gmail_process input {
    width: 200px;
	margin-bottom: 10px;
}

#gmail_process input.button {
	width: auto;
	float: left;
}

#gmail_process #email_error {
	float: right;
	padding-right: 120px;
	color: red;
	margin-top:-25px;
}

#gmail_process #verify_pass_error {
	margin-left: 15px;
	color: red;
	*float: right;
	*margin-top: -25px;
	_margin-right: 15px;
}

#gmail_process #upgrade_button {
	margin-top: 10px;
}

/* ADD USERS STYLES */

#add_users ul#info li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 3px;
	display: block;
	padding-right: 10px;
	margin-bottom: 5px;
}

#add_users textarea.text_area {
	margin-bottom: 10px;
}

#add_users input.orange {
	background-color: orange;
}

/* 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;
}

#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;
}

#main-content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

#main-content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#main-content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

#main-content ul {
        padding-left: 40px;
        padding-bottom: 10px;
}

.margin-left {
	margin-left: 15px;
	margin-bottom: 15px;
}

.newsletter {
	width: auto;
}