@import url("cfa.css");
@import url("cfp.css");
@import url("ia.css");
@import url("caia.css");
@import url("ifrs.css");
@import url("cpe.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	margin-left:-8px;
	padding-right:0px;
	background-color:#797979;
}
.clearboth {
	clear:both;
	height:0px;
}

a, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

.dezNav {
	background-image: url('../images/homepage/home_nav_bk.gif'); 
	background-repeat: repeat-x; 
	height: 26px;
	text-align: center;
	width: 7%;
	white-space:nowrap;
}
.dezNav a {
	color: #1d2071;
	font-weight:bold;
	text-decoration:none;
}
.menu_shadow{
	background: url(../images/homepage/home_shadow.gif) top left repeat-x;
	width:100%;	
}


/***************************** Product Colors ************************/

.default_level {
	color:#1d2071;
}
.cfa {
	color:#007d52;
}
.cfp {
	color:#974b07;
}
.cpa {
	color:#71277a;
}
.caia {
	color:#04202e;
}
.caia {
	color:#04202e;
}
.frm {
	color:#500f6d;
}
.ia {
	color:#f4aa00;
}
.cpe {
	color:#1d2071;
}
/***************************** Background Glow ***********************/

div.background_glow_wrap {
	width:1001px;
	min-width:1001px;
	margin-left:auto;
	margin-right:auto;
	height:702px;
	margin-bottom:-702px;
	text-align:center;
}
div.background_glow {
	background-image:url(../images/homepage/bg_glow.jpg);
	background-repeat:no-repeat;
	min-width:1001px;
	margin-left:-86px;
	margin-right:auto;
	height:702px;
}

div.back_gradient {
	background-image:url(../images/homepage/bg_grad.gif);
	background-repeat:repeat-x;
	background-color:#c5c5c5;
	width:expression(document.body.clientWidth < 1005 ? "1005px": "100%" );
	min-width:1005px;
	border-top:1px solid #ffffff;
}
/***************************** Top Uber Nav **************************/

div.uber_nav {
	min-width:1005px;
	height:38px;
	background-image:url(../images/homepage/uber_nav_background.png);
	background-repeat:repeat-x;
	color:#fff;
	text-align:right;
	position:relative;
	z-index:2;
	margin-bottom:-9px;
}
div.uber_nav div.wrap {
	width:1001px;
	margin-left:auto;
	margin-right:auto;
}
div.uber_nav ul {
	list-style:none;
	display:block;
	margin:0px;
	float:right;
}
div.uber_nav ul li {
	display:inline;
	float:left;
	height:26px;
	padding-top:4px;
	margin:0px;
	border-left:1px solid #75689f;
}
div.uber_nav ul li:hover {
	background-color:#3a2574;
	color:#fff;
}
div.uber_nav ul li.home {
	border-left:none;
}
div.uber_nav ul li.country a, div.uber_nav ul li.country a:active, div.uber_nav ul li.country a:visited {
	padding-right:20px;
	float:left;
}
div.uber_nav ul li.country a.flag {
	padding-left:12px;
	padding-right:17px;
	padding-top:5px;
}
div.uber_nav ul li a, div.uber_nav ul li a:active, div.uber_nav ul li a:visited {
	color:#fffff;
	font-size:11px;
	text-decoration:none;
	padding:3px 17px 8px 17px;
	display:block;
}
div.uber_nav ul li a:hover {
	text-decoration:none;
	color:#fff !important;
}
div.product_slickbox {
	position:absolute;
	top:50px;
	left:100px;
	border:1px solid #3a2574;
	background-color:#FFF;
	padding:5px;
	z-index:5000;
	display:block;
}

/************************************ Header CSS *********************************/

div.header {
	width:1001px;
	padding-top:5px;
	height:64px;
}
div.header_quote {
	width:700px;
	float:right;
	text-align:right;
}
div.header_quote h2 {
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	margin-top:18px;
	margin-right:8px;
}
a.get_started_btn {
	margin-left:88px;
}
a.get_started_btn img {
	border:0px;
}

/************************************ Logo ***********************************/

a.logo {
	float:left;
	margin-left:10px;
}
a.logo img {
	border:0px;
}

/*********************** All the CSS to Round the Homepage content area/wrapper ************************/

div.main_content_wrapper {
	width:988px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:9px;
	position:relative;
}
div.corner_left_up {
	width:12px;
	height:13px;
	background-image:url(../images/homepage/home_corner_up_lft.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	position:relative;
}
div.top_border {
	border-top:1px solid #c6c6c6;
	float:left;
	background-color:#fff;
	width:964px;
	height:12px;
	background-repeat:repeat-y;
	background-position:-11px top;
}
div.corner_right_up {
	width:12px;
	height:13px;
	background-image:url(../images/homepage/home_corner_up_rt.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	position:relative;
}
div.content_wrapper {
	width:986px;
	border-right:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	float:left;
	margin-top:-1px;
	background-color:#fff;
	background-repeat:repeat-y;
}
div.corner_left_btm {
	width:12px;
	height:12px;
	background-image:url(../images/homepage/home_corner_btm_lft.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	float:left;
}
div.btm_border {
	border-bottom:1px solid #c6c6c6;
	float:left;
	background-color:#d5d5d5;
	width:964px;
	height:11px;
}
div.corner_right_btm {
	width:12px;
	height:12px;
	background-image:url(../images/homepage/home_corner_btm_rt.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:right;
}

/********************************** Banner content *****************************/

div.home_banner_rotate {
	width:100%;
}
div.home_banner_content {
	float:right;
	width:400px;
}
div.banner_content { 
	clear:both; 
	width:986px;
	background-color:#fff;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}

div.banner_content h1 {
	font-size:16pt;
	margin-top:8px;
	margin-bottom:0px;
}
div.banner_content p {
	margin-bottom:10px; 
	margin-top:8px;
}
div.banner_title {
	width:453px;
	margin-right:-453px;
	float:left;
	padding:15px 0px 15px 35px;
	position:absolute;
	z-index:3000;
}
div.banner_title h1 {
	font-size:37px;
	color:#000;
}
div.banner_title h3 {
	font-size:16px;
	font-style:italic;
	color:#000;
}
div.banner_image {
	width:962px;
	height:153px;
	padding:0px;
	padding-bottom:12px;
	margin:0px 0px 0px 11px;
}
div.banner_image span.banner_learnmore {
	float:right;
	padding-top:6px;
	padding-bottom:0px;
}
div.banner_image span.banner_learnmore a {
	font-size:12px;
	font-weight:bold;
	margin:0px;
}
div.banner_image div.designation_link {
	/*position:relative; 
	bottom:11px;
	right:15px;*/
	font-size:16px; 
	font-weight:bold;
	
	float:right;
	margin-top:123px;
	margin-right:15px;
}
html>/**/body div.banner_image div.designation_link {
	/*bottom:11px;*/
	margin-top:122px;
}
div.banner_image div.designation_link a, div.banner_image div.designation_link a:active, div.banner_image div.designation_link a:visited {
	text-decoration:none;
	padding:0px;
	margin:0px;
}
div.banner_image div.designation_link a:hover {
	color:#21076a;
}
div.banner_message {
	font-size:8pt;
	text-align:center;
	border-bottom:1px solid #c5c5c5;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}
div.purp_message {
	background:#a999ce url(../images/homepage/purp_message_back.jpg) top left repeat-x;
	color:#FFF;
}
div.purp_message a {
	color:#FFF;
}
/********************************** Page content *******************************/

.clearboth {
	clear:both;
	height:0px;
}

a, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

.dezNav {
	background-image: url('../images/homepage/home_nav_bk.gif'); 
	background-repeat: repeat-x; 
	height: 26px;
	text-align: center;
	width: 7%;
	white-space:nowrap;
}
.dezNav a {
	color: #1d2071;
	font-weight:bold;
	text-decoration:none;
}
.menu_shadow{
	background: url(../images/homepage/home_shadow.gif) top left repeat-x;
	width:100%;	
}


/***************************** Product Colors ************************/

.default_level {
	color:#1d2071;
}
.cfa {
	color:#007d52;
}
.cfp {
	color:#974b07;
}
.cpa {
	color:#71277a;
}
.caia {
	color:#04202e;
}
.caia {
	color:#04202e;
}
.frm {
	color:#500f6d;
}
.ia {
	color:#f4aa00;
}
.cpe {
	color:#1d2071;
}
/***************************** Background Glow ***********************/

div.background_glow_wrap {
	width:1001px;
	min-width:1001px;
	margin-left:auto;
	margin-right:auto;
	height:702px;
	margin-bottom:-702px;
	text-align:center;
}
div.background_glow {
	background-image:url(../images/homepage/bg_glow.jpg);
	background-repeat:no-repeat;
	min-width:1001px;
	margin-left:-86px;
	margin-right:auto;
	height:702px;
}

/***************************** Top Uber Nav **************************/

div.uber_nav {
	min-width:1005px;
	height:38px;
	background-image:url(../images/homepage/uber_nav_background.png);
	background-repeat:repeat-x;
	color:#fff;
	text-align:right;
	position:relative;
	z-index:2;
}
div.uber_nav div.wrap {
	width:1001px;
	margin-left:auto;
	margin-right:auto;
}
div.uber_nav ul {
	list-style:none;
	display:block;
	margin:0px;
	float:right;
}
div.uber_nav ul li {
	display:inline;
	float:left;
	height:26px;
	padding-top:4px;
	margin:0px;
	border-left:1px solid #75689f;
}
div.uber_nav ul li:hover {
	background-color:#3a2574;
}
div.uber_nav ul li.home {
	border-left:none;
}
div.uber_nav ul li.country a, div.uber_nav ul li.country a:active, div.uber_nav ul li.country a:visited {
	padding-right:20px;
	float:left;
}
div.uber_nav ul li.country a.flag {
	padding-left:12px;
	padding-right:17px;
	padding-top:5px;
}
div.uber_nav ul li a, div.uber_nav ul li a:active, div.uber_nav ul li a:visited {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	padding:8px 17px 8px 17px;
	margin-top:-4px;
	display:block;
}
div.uber_nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#3a2574;
}

/************************************ Header CSS *********************************/

div.header {
	width:1001px;
	padding-top:14px;
	height:64px;
}
div.header_quote {
	width:700px;
	float:right;
	text-align:right;
}
div.header_quote h2 {
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	margin-top:18px;
	margin-right:8px;
}
a.get_started_btn {
	margin-left:88px;
}
a.get_started_btn img {
	border:0px;
}

/************************************ Logo ***********************************/

a.logo {
	float:left;
	margin-left:0px;
}
a.logo img {
	border:0px;
}


/******************************* Main Horz Navigation **********************/

div.main_horz_nav {
	width:100%;
	height:38px;
	margin-top:18px;
	margin-bottom:4px;
}
div.main_horz_nav sup.regtm {
	font-size:8px;
	vertical-align: text-top;
}
div.main_horz_nav ul {
	list-style:none;
	padding-left:0px;
	padding-top:0px;
	margin:0px auto 0px auto;
	text-align:center;
	border:px solid #333333;
}
div.main_horz_nav ul li {
	display:inline;
	position:relative;
	float:left;
	width:120px;
	padding:1px 0px 1px 0px;
	background-image:url(../images/homepage/main_horz_nav.gif);
	background-repeat:repeat-x;
}
div.main_horz_nav ul li:hover {
	background-image:url(../images/homepage/main_horz_nav_over.gif);
	background-repeat:repeat-x;
}
div.main_horz_nav ul li a, div.main_horz_nav ul li a:active, div.main_horz_nav ul li a:visited {
	padding:7px 12px 7px 12px;
	/**padding:8px 42px 7px 42px;**/
	color:#000000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border-left:1px solid #b1b1b1;
	display:block;
}

div.main_horz_nav ul li.left_nav_item {
	background-image:url(../images/homepage/main_horz_nav_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:9px;
}
/******************************** Navigation for pages besides CFA *******************/

/**** IE and Safari Hack ***/
html>body* div.main_horz_nav ul li.left_nav_item {
	padding-left:11px;
}
div.main_horz_nav ul li.left_nav_item:hover {
	background-image:url(../images/homepage/main_horz_nav_left_over.png);
	background-repeat:no-repeat;
}
div.main_horz_nav ul li.left_nav_item a, div.main_horz_nav ul li.left_nav_item a:active, div.main_horz_nav ul li.left_nav_item a:visited {
	border-left:0px;
}
div.main_horz_nav ul li.right_nav_item {
	background-image:url(../images/homepage/main_horz_nav_right.png);
	background-position:right top;
	width:258px;
	/*width:257px;*/
	*width:257px;
	background-repeat:no-repeat;
	padding-right:11px;
	*padding-right:12px; /**** IE 7 Hack ***/
	border-right:0px solid #333333;
}
html>/**/body div.main_horz_nav ul li.right_nav_item, x:-moz-any-link, x:default {
	width:260px;
} /* Only FireFox 3 */
div.main_horz_nav ul li.right_nav_item:hover {
	background-image:url(../images/homepage/main_horz_nav_right_over.png);
	background-repeat:no-repeat;
}

/******************************* Internal Horz Navigation **********************/

div.int_horz_nav {
	width:100%;
	/*height:29px;*/
	margin-top:18px;
	/*margin-bottom:4px;*/
}
div.int_horz_nav sup.regtm {
	font-size:8px;
	vertical-align: text-top;
}
div.int_horz_nav ul.horz_menu {
	list-style:none;
	padding-left:0px;
	padding-top:0px;
	margin:0px auto 0px auto;
	text-align:center;
	border:0px solid #333333;
}
div.int_horz_nav ul.horz_menu li {
	display:inline;
	float:left;
	/*width:120px;*/
	padding:1px 0px 2px 0px;
	background-image:url(../images/homepage/main_horz_nav.gif);
	background-repeat:repeat-x;
}
div.int_horz_nav ul.horz_menu li:hover {
	background-image:url(../images/homepage/main_horz_nav_over.gif);
	background-repeat:repeat-x;
}
div.int_horz_nav ul.horz_menu li a, div.int_horz_nav ul.horz_menu li a:active, div.int_horz_nav ul.horz_menu li a:visited {
	padding:7px 31px 7px 32px;
	/**padding:8px 42px 7px 42px;**/
	color:#000000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border-left:1px solid #b1b1b1;
	display:block;
}

div.int_horz_nav ul.horz_menu li.left_nav_item {
	background-image:url(../images/homepage/int_horz_nav_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:2px;
	width:100px;
}
/**** IE and Safari Hack ***/
html>body* div.int_horz_nav ul.horz_menu li.left_nav_item {
	padding-left:4px;
}
div.int_horz_nav ul.horz_menu li.left_nav_item:hover {
	background-image:url(../images/homepage/int_horz_nav_left_over.png);
	background-repeat:no-repeat;
}
div.int_horz_nav ul.horz_menu li.left_nav_item.active {
	background-image:url(../images/homepage/int_horz_nav_left_active.png);
	background-repeat:no-repeat;
}
div.int_horz_nav ul.horz_menu li.left_nav_item.active:hover {
	background-image:url(../images/homepage/int_horz_nav_left_active.png);
	background-repeat:no-repeat;
}
div.int_horz_nav ul.horz_menu li.left_nav_item a, div.int_horz_nav ul.horz_menu li.left_nav_item a:active, div.int_horz_nav ul.horz_menu li.left_nav_item a:visited {
	border-left:0px;
	border-left:0px;
}
div.int_horz_nav ul.horz_menu li.right_nav_item {
	background-image:url(../images/homepage/int_horz_nav_right.png);
	background-position:right top;
	width:222px;
	/*width:257px;*/
	*width:220px;
	padding-right:5px;
	*padding-right:6px;
	background-repeat:no-repeat;
	border-right:0px solid #333333;
}
html>/**/body div.int_horz_nav ul.horz_menu li.right_nav_item, x:-moz-any-link, x:default {
	width:222px;
	padding-right:6px;
} /* Only FireFox 3 */
div.int_horz_nav ul.horz_menu li.right_nav_item:hover {
	background-image:url(../images/homepage/int_horz_nav_right_over.png);
	background-repeat:no-repeat;
}

div.int_horz_nav ul.horz_menu li.right_nav_item.active {
	background-image:url(../images/homepage/int_horz_nav_right_active.png);
	background-repeat:no-repeat;
}
div.int_horz_nav ul.horz_menu li.right_nav_item.active:hover {
	background-image:url(../images/homepage/int_horz_nav_right_active.png);
	background-repeat:no-repeat;
}
div.int_horz_nav ul.horz_menu li.active {
	background-image:url(../images/homepage/horz_nav_active.gif);
	background-repeat:repeat-x;
	padding-bottom:33px;
}
div.int_horz_nav ul.horz_menu li.active_nosub {
	background-image:url(../images/homepage/horz_nav_active.gif);
	background-repeat:repeat-x;
}
/****************************** Internal Horizontal Submenu **********************/

div.int_horz_nav ul.horz_menu li ul.horz_submenu {
	list-style:none;
	width:972px;
	height:auto;
	padding:2px 7px 8px 7px;
	margin:0px 0px 0px 0px;
	text-align:center;
	border-right:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	border-bottom:1px solid #d1d1d1;
	position:absolute;
	display:block;
	left:7px;
	float:left;
	z-index:2000;
}
/*FF 3 hack */
html>/**/body div.int_horz_nav ul.horz_menu li ul.horz_submenu {
	left:7px;
}

/* Chrome hack */
body:nth-of-type(1) div.int_horz_nav ul.horz_menu li ul.horz_submenu {
	left:7px;
}

div.int_horz_nav ul.horz_menu li ul.horz_submenu li {
	display:inline;
	position:relative;
	width:auto;
	background-image:none;
	padding:0px;
	margin:7px 14px 0px 14px;
	color:#828282;
	font-size:11px;
}

div.int_horz_nav ul.horz_menu li ul.horz_submenu li a, div.int_horz_nav ul.horz_menu li ul.horz_submenu li a:active, div.int_horz_nav ul.horz_menu li ul.horz_submenu li a:visited {
	font-weight:normal;
	font-size:11px;
	color:#828282;
	padding:0px;
	border:0px;
}
div.int_horz_nav ul.horz_menu li ul.horz_submenu li a:hover {
	color:#000;
}
/******************************** Other Menu ****************************/
div.other_horz_nav {
	width:100%;
	/*height:29px;*/
	margin-top:18px;
	/*margin-bottom:4px;*/
}
div.other_horz_nav sup.regtm {
	font-size:8px;
	vertical-align: text-top;
}
div.other_horz_nav ul.horz_menu {
	list-style:none;
	padding-left:0px;
	padding-top:0px;
	margin:0px auto 0px auto;
	text-align:center;
	border:0px solid #333333;
}
div.other_horz_nav ul.horz_menu li {
	display:inline;
	float:left;
	/*width:120px;*/
	padding:1px 0px 2px 0px;
	background-image:url(../images/homepage/main_horz_nav.gif);
	background-repeat:repeat-x;
}
div.other_horz_nav ul.horz_menu li:hover {
	background-image:url(../images/homepage/main_horz_nav_over.gif);
	background-repeat:repeat-x;
}
div.other_horz_nav ul.horz_menu li a, div.other_horz_nav ul.horz_menu li a:active, div.other_horz_nav ul.horz_menu li a:visited {
	padding:7px 38px 7px 38px;
	/**padding:8px 42px 7px 42px;**/
	color:#000000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border-left:1px solid #b1b1b1;
	display:block;
}

div.other_horz_nav ul.horz_menu li.left_nav_item {
	background-image:url(../images/homepage/int_horz_nav_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:2px;
	width:120px;
}
/**** IE and Safari Hack ***/
html>body* div.other_horz_nav ul.horz_menu li.left_nav_item {
	padding-left:5px;
}
div.other_horz_nav ul.horz_menu li.left_nav_item:hover {
	background-image:url(../images/homepage/int_horz_nav_left_over.png);
	background-repeat:no-repeat;
}
div.other_horz_nav ul.horz_menu li.left_nav_item.active {
	background-image:url(../images/homepage/int_horz_nav_left_active.png);
	background-repeat:no-repeat;
}
div.other_horz_nav ul.horz_menu li.left_nav_item.active:hover {
	background-image:url(../images/homepage/int_horz_nav_left_active.png);
	background-repeat:no-repeat;
}
div.other_horz_nav ul.horz_menu li.left_nav_item a, div.other_horz_nav ul.horz_menu li.left_nav_item a:active, div.other_horz_nav ul.horz_menu li.left_nav_item a:visited {
	border-left:0px;
}
div.other_horz_nav ul.horz_menu li.right_nav_item {
	background-image:url(../images/homepage/int_horz_nav_right.png);
	background-position:right top;
	width:253px;
	/*width:257px;*/
	*width:250px;
	background-repeat:no-repeat;
	padding-right:9px;
	_padding-right:12px; /**** IE 7 Hack ***/
	border-right:0px solid #333333;
}
html>/**/body div.other_horz_nav ul.horz_menu li.right_nav_item, x:-moz-any-link, x:default {
	width:253px;
} /* Only FireFox 3 */
div.other_horz_nav ul.horz_menu li.right_nav_item:hover {
	background-image:url(../images/homepage/int_horz_nav_right_over.png);
	background-repeat:no-repeat;
}

div.other_horz_nav ul.horz_menu li.right_nav_item.active {
	background-image:url(../images/homepage/int_horz_nav_right_active.png);
	background-repeat:no-repeat;
}
div.other_horz_nav ul.horz_menu li.right_nav_item.active:hover {
	background-image:url(../images/homepage/int_horz_nav_right_active.png);
	background-repeat:no-repeat;
}
div.other_horz_nav ul.horz_menu li.active {
	background-image:url(../images/homepage/horz_nav_active.gif);
	background-repeat:repeat-x;
}

/******************************** Container CSS *************************/

div.container {
	width:1002px;
	background-image:url(../images/homepage/header_back.pngs);
	background-repeat:no-repeat;
	background-position:416px top;
	padding-top:38px;
	margin-top:-38px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid #000;
	position:relative;
	z-index:1;
}

/*********************** All the CSS to Round the Homepage content area/wrapper ************************/

div.main_content_wrapper {
	width:988px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:9px;
}
div.corner_left_up {
	width:12px;
	height:13px;
	background-image:url(../images/homepage/home_corner_up_lft.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	position:relative;
}
div.main_content_wrapper div.top_border {
	border-top:1px solid #c6c6c6;
	float:left;
	background-color:#fff;
	width:964px;
	height:12px;
	/* background-image:url(../images/homepage/homepage_split_bg.gif); */
	background-repeat:repeat-y;
	background-position:-11px top;
}
div.main_content_wrapper div.corner_right_up {
	width:12px;
	height:13px;
	background-image:url(../images/homepage/home_corner_up_rt.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
}
div.content_wrapper {
	width:986px;
	border-right:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	float:left;
	margin-top:-1px;
	background-color:#fff;
	/* background-image:url(../images/homepage/homepage_split_bg.gif); */
	background-repeat:repeat-y;
}
div.corner_left_btm {
	width:12px;
	height:12px;
	background-image:url(../images/homepage/home_corner_btm_lft.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	float:left;
}
div.main_content_wrapper div.btm_border {
	border-bottom:1px solid #c6c6c6;
	float:left;
	background-color:#d5d5d5;
	width:964px;
	height:11px;
	/* background-image:url(../images/homepage/homepage_split_bg.gif); */
	background-repeat:repeat-y;
	background-position:-11px bottom;
	margin-bottom:9px;
}
div.main_content_wrapper div.corner_right_btm {
	width:12px;
	height:12px;
	background-image:url(../images/homepage/home_corner_btm_rt.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:right;
}

/********************* Internal Page main wrapper and corners ***********************/

div.internal_main_content_wrapper {
	width:988px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:9px;
}
div.internal_content_wrapper {
	width:986px;
	border-right:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	float:left;
	margin-top:-1px;
	padding-top:10px;
	background-color:#fff;
}
div.internal_main_content_wrapper div.corner_right_up {
	width:12px;
	height:12px;
	background-image:url(../images/homepage/internal_corner_up_rt.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
}
div.internal_main_content_wrapper div.corner_right_btm {
	width:12px;
	height:12px;
	background-image:url(../images/homepage/internal_corner_btm_rt.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:right;
}
div.internal_main_content_wrapper div.corner_left_btm {
	width:12px;
	height:12px;
	background-image:url(../images/homepage/int_corner_btm_lft.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	float:left;
}
div.internal_main_content_wrapper div.btm_border {
	border-bottom:1px solid #c6c6c6;
	float:left;
	background-color:#fff;
	width:964px;
	height:11px;
	margin-bottom:9px;
}
div.internal_main_content_wrapper div.top_border {
	border-top:1px solid #c6c6c6;
	float:left;
	background-color:#fff;
	width:964px;
	height:12px;
}
/********************************** Page content *******************************/

div.page_content {
	width:474px;
	float:left;
	padding:0px;
	margin:-4px 0px -4px 7px;
	position:relative;
	/*background-color:#333;*/
}

div.int_page_content {
	padding:0px 0px 0px 0px;
	margin:-4px 5px 7px 5px;
	position:relative;
	/*background-color:#333;*/
}

div.page_content_alt {
	width:987px;
	float:left;
	padding:0px;
	margin:-4px 0px -4px 7px;
	position:relative;
	/*background-color:#333;*/
}





















/********************************* Banner CSS ***********************************/

div.main_banner_wrap {
	width:471px;
	height:177px;
}

div.banner1 {
	width:471px;
	height:177px;
	background-image:url(/images/banner/schweser/banner1.jpg);
	background-repeat:no-repeat;
}
div.banner1 div.banner_info {
	color:#fff;
}

div.banner2 {
	width:471px;
	height:177px;
	background-image:url(/images/banner/schweser/banner2.jpg);
	background-repeat:no-repeat;
}

div.banner2 div.banner_info {
	color:#fff;
}

div.banner3 {
	width:471px;
	height:177px;
	background-image:url(/images/banner/schweser/banner3.jpg);
	background-repeat:no-repeat;
}

div.banner3 div.banner_info {
	color:#fff;
}
















/**************** Banner Universal Font CSS ************/

div.banner_info {
	margin-left:18px;
	margin-right:18px;
	width:50%;
}
div.banner_info h3 {
	margin-top:15px;
	margin-bottom:0px;
}
div.banner_info p {
	font-size:11px;
	line-height:16px;
	margin:10px 0px 10px 0px;
	padding:0px;
}

















/********************** Banner Menu CSS ***************************/

div.banner_menu {
	position:relative;
	z-index:1000;
	margin-top:-32px;
	margin-left:12px;
	margin-right:12px;
	padding:4px 0px 4px 0px;
	width:347px;
	float:right;
	text-align:right;
}

div.banner_menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	margin-left:15px;
	float:right;
}
div.banner_menu ul li {
	float:left;
	display:block;
	margin:0px 3px 0px 10px;
}
div.banner_menu ul li a, div.banner_menu ul li a:active, div.banner_menu ul li a:visited {
	text-decoration:none;
	padding:1px 5px 1px 5px;
	font-size: 14px;
	font-weight:bold;
	color:#000;
	background-color:#fff;
	border:1px solid #999;
}

div.banner_menu ul li a.activeSlide {
	background-color:#ddd;
	border:1px solid #999;
	color:#000;
	filter:opacity(100%);
}













/*********************************** Levels Wrapper ***************************/

div.levels_wrapper {
	clear:both;
	width:986px;
	background:url(../images/homepage/homepage_levels_bck.jpg) bottom left repeat-x;
	float:left;
	padding:7px 0px 0px 0px;
	margin:0px 0px -4px 0px;
	border-top:1px solid #c6c6c6;
	/* background-color:#333; */ 
}

/*********************************** Level Box Styles **************************/
div.level_box {
	float:left;
	width:223px;
	padding:7px;
	margin-left:7px;
	margin-bottom:7px;
	background-color:#fff;
	/*min-height:120px;*/
}
img.level_thumb {
	float:left;
	padding:0px;
	margin:0px 7px 0px 0px;
	border:0px;
}
div.level_info {
	float:right;
	width:67%;
	height:100px;
	position:relative;
	margin-top:-3px;
}
div.level_info p.bottom_right_align {
	float:right;
	font-size:11px;
	bottom:8px;
	margin-bottom:0px;
	margin-top: 7px;
    position:absolute;
    bottom:0;
    right:0;
}
div.level_info h3 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
div.level_info p {
	font-size:11px;
	padding:0px;
	margin:8px 0px 0px 0px;
}
div.level_info a.more_info, div.level_info a.more_info:visited {
	float:right;
	font-size:11px;
	bottom:8px;
	margin-bottom:0px;
	margin-top: 7px;
    position:absolute;
    bottom:0;
    right:0;
}
div.level_info p.right_align {
	float:right;
	font-size:11px;
	bottom:8px;
	margin-bottom:0px;
	margin-top: 7px;
}

/***************************** Content CSS *************************/

div.content {
	margin-left:17px;
	margin-right:17px;
	font-size:12px;
}

a.learn_more_btn img {
	border:0px;
	margin:0px;
	padding:0px;
}
div.pad_top {
    margin-top:15px;
}

/************************************ Home Page RSS Box ********************/

table.home_box_bottom {
	width:950px;
}
table.home_box_bottom tr td.tltl{
	background:url(/images/corners/home_box_tl.gif) top left no-repeat;
	width:6px;
	height:5px;
}
table.home_box_bottom tr td.tltr, table.home_box_bottom tr td.ttbck, table.home_box_bottom tr td.trtl {
	border-top:1px solid #6f5987;
	background-color:#fcfcfc;
	height:5px;
	line-height:1px;
	font-size:1px;
}

table.home_box_bottom tr td.trtr{
	background:url(/images/corners/home_box_tr.gif) top right no-repeat;
	width:5px;
	height:5px;
}
table.home_box_bottom tr td.blbl{
	background:url(/images/corners/home_box_bl.gif) bottom left no-repeat;
	width:6px;
	height:5px;
}
table.home_box_bottom tr td.brbr{
	background:url(/images/corners/home_box_br.gif) bottom right no-repeat;
	width:6px;
	height:5px;
}


/************************************ Footer CSS ***************************/

div.footer {
	text-align:center;
	font-size:12px;
	color:#000;
	padding-bottom:12px;
	clear:both;
}
div.footer ul {
	list-style:square;
	padding:0px;
	margin-bottom:12px;
}
div.footer ul li {
	display:inline;
	background-image:url(../images/homepage/square_bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:11px;
	margin-right:5px;
}
div.footer ul li.home {
	background-image:none;
	}
div.footer ul li a, div.footer ul li a:active, div.footer ul li a:visited {
	color:#000;
	text-decoration:none;
	font-size:11px;
}
div.footer ul li a:hover {
	text-decoration:underline;
}
div.footer .footer_header {
	font-size:14px;
	font-weight:bold;
	color:#555;
	margin-right:4px;
}

/***************************** Copyright CSS **************************/

div.copyright {
	width:expression(document.body.clientWidth < 1005 ? "1005px": "100%" );
	min-width:1005px;
	min-height:70px;
	color:#d0d0d0;
	font-size:11px;
	padding:10px 0px 10px 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/footer_back.gif);
	background-repeat:repeat-x;
	background-color:#797979;
}

div.copyright a:link, div.copyright a:active, div.copyright a:visited {
    color:#d0d0d0;
    text-decoration:none;
}

div.copyright a:hover {
    color:#d0d0d0;
    text-decoration:underline;
}

div.copyright div.content {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.copyright div.content sup.regtm {
	font-size:6px;
	vertical-align:top;
}
div.copyright table tr td {
	color:#d0d0d0;
	font-size:11px;
}

/******************************** Links and RSS CSS ******************/

img.rss_icon {
	margin-left:2px;
	margin-bottom:-3px;
	margin-right:13px;
	float:right;
}
div.main_banner_wrap a, div.div.main_banner_wrap a:active, div.div.main_banner_wrap a:visited {
	color:#0b0b0b;
}	
div.main_banner_wrap a:hover {
	text-decoration:none;
}
div.right_col a, div.right_col a:active, div.right_col a:visited {
	color:#000;
}
div.right_col a:hover {
	text-decoration:none;
}
div.newsblog_wrap a, div.newsblog_wrap a:active, div.newsblog_wrap a:visited {
	color:#3e3e3e;
}
div.newsblog_wrap a:hover {
	text-decoration:none;
}
div.blog_posts_container {
    width:220px;
    float:left;
    position:relative;
	padding-bottom:20px;
}

/************************************ Blogs CSS ********************************/

div.newsblog_wrap {
	width:988px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-bottom:10px;
	clear:both;
}
div.newsblog_top {
	width:1001px;
	height:13px;
	background-image:url(../images/menus/blog_top.png);
	background-repeat:no-repeat;
	background-position:center top;
}
div.newsblog_content {
	width:987px;
	float:left;
	padding:7px 7px 7px 7px;
	background-image:url(../images/menus/blog_back.png);
	background-repeat:repeat-y;
	background-position:center;
}
div.newsblog_bottom {
	width:1001px;
	height:18px;
	clear:both;
	background-image:url(../images/menus/blog_bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}


/**************************************** Blog Only CSS *********************/

div.blogs_wrap {
	width:100%;
	overflow:hidden;
	margin-bottom:-8px;
	padding:0px 2px 0px 2px;
}
div.blogs_wrap h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-top:0px;
	margin-left:-16px;
	margin-right:-16px;
	margin-bottom:10px;
	padding-left:15px;
	padding-top:0px;
}
div.blogs_wrap h3.blog_title {
	margin-top:5px;
	padding-bottom:4px;
	border-bottom:1px solid #d3d3d3;
}
div.blogs_wrap h3.blog_title span.title {
	float:left;
}
div.blogs_wrap div.blogs {
	border-right:1px solid #d3d3d3;	
	float:left;
	width:216px;
	padding:0px 15px 2000px 15px;
	margin-top:0px;
	margin-bottom:-2000px;
	font-size:11px;
	color:#3e3e3e;
}
div.blogs_wrap div.blog_other {
	border-right:0px solid #c0c0c0;	
	float:left;
	width:213px;
	padding:0px 15px 2000px 15px;
	margin-top:3px;
	margin-bottom:-2000px;
	font-size:11px;
	color:#3e3e3e;
}
div.blogs_wrap div.blog_other h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-top:2px;
	margin-bottom:10px;
	padding-top:0px;
	
}
div.blogs_wrap ul.blog_posts {
	padding:0px 10px 0px 3px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}
div.blogs_wrap ul.blog_posts li {
	list-style:none;
	margin-bottom:10px;
}

ul.other_blog_posts {
	margin:0px 0px 0px 15px;
	padding:0px;
	font-size:11px;
}
ul.other_blog_posts li {
	margin:0px;
	padding:0px;
}

ul.blog_post_link {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
div.blogs_wrap ul.blog_posts sup.regtm {
	font-size:7px;
	vertical-align:top;
}
div.blogs_wrap img {
	border:0;
}

/************ View More Posts links ***********/

div.blogs_wrap div.view_more {
	padding-bottom:6px;
	padding-top:0px;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}
div.pad_right_view_more {
    margin-right:15px;
}
div.blogs_wrap div.view_more a, div.blogs_wrap div.view_more a:active, div.blogs_wrap div.view_more a:visited {
	color:#3e3e3e;
}
div.blogs_wrap div.view_more a:hover {
	text-decoration:none;
}

.header3 {
	font-size:16px;
	margin-top:12px;
}

/************************ Level Homepage CSS **********************/

div.prod_box_wrapper {
	float:left; 
	width:520px;
}
div.level_left_image_wrap {
	float:left;
	width:138px;
	margin:0px 20px 20px 0px;
}

div.level_left_image_wrap img {
	float:left;
}

div.level_image_title {
	float:left;
	background-color:#000;
	width:138px;
	background-image:url(../images/homepage/level_bottom_corners.png);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
}

div.cfa_prod_box {
	float:left;
	width:240px;
	padding:4px;
	border:1px solid #c4c4c4;
	background-image:url(../images/homepage/prod_box_grad.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.cfa_prod_box img {
	float:right;
}

div.cfa_instruction_box {
	float:right;
	width:240px;
	padding:4px;
	border:1px solid #c4c4c4;
	background-image:url(../images/homepage/prod_box_grad.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.cfa_instruction_box img {
	float:right;
}

.cfa_box_title {
	font-size:14px;
	font-weight:bold;
	padding:7px 7px 7px 12px;
	float:left;
}

/********************************** Level home right column *******************/

div.cfa_right_col {
	float:right;
	width:216px;
	padding:7px;
	margin:0px 0px 0px 0px;
	border:0px solid #cecece;
}

.hr {
	border:0px;
	border-top:1px solid #b3b3b3;
	clear:both;
}


div.level_select img {
	margin-right:5px;
}


/********************** Level home Flash video wrapper *********************/

div.level_flash_video_wrapper {
	width:280px;
	margin-bottom:17px;
	float:right;
}

/*********************** top Login Button CSS ********************************/

.login_btn a {
	background-image:url(../images/homepage/top_light_blue.gif);
}

.login_btn a:hover {
	background-image:url(../images/homepage/top_light_blue_over.gif);
}

/*********************** common Gray rounded boxes **************************/

table.common_gray_box {
	
}
.gray_box_borders {
	margin-top:15px;
	width:100%;
	clear:left;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
}
th.common_gray_header {
	font-size:14px;
	padding-left:12px;
	background-color:transparent;
	border-bottom:1px solid #c6c6c6;
}
table.common_gray_box tr.back {
	background-image:url(../images/homepage/round_box_header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
table.common_gray_box tr.back td div.tl {
	background: url(../images/homepage/corner_tl.png) top left no-repeat;
	position:relative;
	width:15px;
	height:28px;
	float:left;
	margin-top:-1px;
}
table.common_gray_box tr.back th div.tl {
	background: url(../images/homepage/corner_tl.png) top left no-repeat;
	position:relative;
	width:100%;
	height:22px;
	float:left;
	text-align:left;
	padding:6px 0px 0px 12px;
	margin-top:-1px;
	margin-left:-13px;
}
table.common_gray_box tr.back td.top {
	height:27px;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	color:#353535;
	font-weight:bold;
}
table.common_gray_box tr.back td.top div.table_header {
	padding:6px 17px 0px 17px;
	font-size:14px;
}
table.common_gray_box tr.back td div.tr {
	background: url(../images/homepage/corner_tr.png) top right no-repeat;
	position:relative;
	width:15px;
	height:28px;
	float:right;
	margin-top:-1px;
}
table.common_gray_box tr.back th div.tr {
	background: url(../images/homepage/corner_tr.png) top right no-repeat;
	position:relative;
	height:22px;
	width:100%;
	float:right;
	text-align:center;
	padding-top:6px;
	padding-right:4px;
	margin-top:-1px;
	margin-right:-1px;
}
table.common_gray_box tr td.content_row_l {
	border-left:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}
table.common_gray_box tr td.content_row_r {
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}
table.common_gray_box tr td.content_row {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #c6c6c6;
}
table.common_gray_box tr td div.bl {
	float:left;
	position:relative;
	margin-bottom:-1px;
	width:15px;
	height:15px;
	font-size:1px;
	line-height:1px;
	background: url(../images/homepage/corner_bl.png) bottom left no-repeat;
}
table.common_gray_box tr.bottom_rounded {
	height:15px;
}
table.common_gray_box tr td.bottom {
	border-bottom:1px solid #c6c6c6;
	height:6px;
	font-size:1px;
	line-height:1px;
}

table.common_gray_box tr td div.br {
	float:right;
	position:relative;
	margin-bottom:-1px;
	width:15px;
	height:15px;
	font-size:1px;
	line-height:1px;
	background: url(../images/homepage/corner_br.png) bottom right no-repeat;
}
table.common_gray_box tr td.city_list_col {
	padding:13px 10px 0px 18px;
}
table.common_gray_box tr td div.detail_head {
	padding-top:5px;
}

table.common_gray_box tr td div.button_col_head {
	padding-top:5px;
	padding-left:17px;
}
table.common_gray_box tr td.content {
	padding:13px 10px 0px 18px;
	border-bottom:none;
}


/**************************************** new common Gray boxes ****************************/

table.common_gray_box_2 tr.back {
	background-image:url(../images/homepage/round_box_header_bg.gif);
	background-color:#f5f5f5;
	background-repeat:repeat-x;
	background-position:top;
}
table.common_gray_box_2 tr.back td div.tl {
	background: url(../images/homepage/corner_tl.png) top left no-repeat;
	position:relative;
	width:15px;
	height:28px;
	float:left;
	margin-top:-1px;
}
table.common_gray_box_2 tr.back th div.tl {
	background: url(../images/homepage/corner_tl.png) top left no-repeat;
	position:relative;
	width:100%;
	height:22px;
	float:left;
	text-align:left;
	padding:6px 0px 0px 12px;
	margin-top:-1px;
	margin-left:-13px;
}
table.common_gray_box_2 tr.back td.top {
	height:27px;
	border-bottom:1px solid #c6c6c6;
	color:#353535;
	font-weight:bold;
}
table.common_gray_box_2 tr.back td.top div.table_header {
	padding:6px 17px 0px 17px;
	font-size:14px;
}


table.common_gray_box_2 tr.back div.top_crnr_left {
	background:url(../images/homepage/corner_tl.png) top left no-repeat;
	height:8px;
	width:12px;
	float:left;
}
table.common_gray_box_2 tr.back div.top {
	height:7px;
	font-size:0px;
	border-top:1px solid #C6C6C6;
	float:left;
}
table.common_gray_box_2 tr.back div.top_crnr_right {
	background:url(../images/homepage/corner_tr.png) top right no-repeat;
	height:8px;
	width:12px;
	float:right;
}


table.common_gray_box_2 tr.back td div.tr {
	background: url(../images/homepage/corner_tr.png) top right no-repeat;
	position:relative;
	width:15px;
	height:28px;
	float:right;
	margin-top:-1px;
}
table.common_gray_box_2 tr.back th div.tr {
	background: url(../images/homepage/corner_tr.png) top right no-repeat;
	position:relative;
	height:22px;
	width:100%;
	float:right;
	text-align:center;
	padding-top:6px;
	padding-right:4px;
	margin-top:-1px;
	margin-right:-1px;
}
table.common_gray_box_2 tr td.content_row_l {
	border-left:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}
table.common_gray_box_2 tr td.content_row_r {
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}
table.common_gray_box_2 tr td.content_row {
	padding-top:5px; 
	padding-bottom:5px; 
	border-right: 1px solid #c6c6c6; 
}
table.common_gray_box_2 tr td div.bl {
	float:left;
	position:relative;
	margin-bottom:-1px;
	width:15px;
	height:15px;
	font-size: 11px;
	line-height:1px;
	background: url(../images/homepage/corner_bl.png) bottom left no-repeat;
}
table.common_gray_box_2 tr.bottom_rounded {
	height:15px;
}
table.common_gray_box_2 tr td.bottom {
	border-bottom:1px solid #c6c6c6;
	height:6px;
	font-size:1px;
	line-height:1px;
}

table.common_gray_box_2 tr td div.br {
	float:right;
	position:relative;
	margin-bottom:-1px;
	width:15px;
	height:15px;
	font-size:1px;
	line-height:1px;
	background: url(../images/homepage/corner_br.png) bottom right no-repeat;
}
table.common_gray_box_2 tr td.city_list_col {
	padding:13px 10px 0px 18px;
}
table.common_gray_box_2 tr td div.detail_head {
	padding-top:0px;
	padding-bottom:5px;
	padding-left:20px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}

table.common_gray_box_2 tr td div.button_col_head {
	padding-top:5px;
	padding-left:17px;
}
table.common_gray_box_2 tr td.content {
	padding:13px 10px 0px 18px;
	border-bottom:none;
}



/****************************** Learn More Button CSS *********************************************/

a.learn_more:link div, a.learn_more:visited div {
	background-image: url(../images/homepage/learn_more_md.gif);
	height: 21px;
	width: 88px;
}

a.learn_more:hover div {
	background-image: url(../images/homepage/learn_more_md_on.gif);
	height: 21px;
	width: 88px;
}

/****************************** Add to Cart Button CSS *******************************************/
a.add_to_cart, a.add_to_cart:active, a.add_to_cart:visited {
	width:80px;
	display:block;
	text-decoration:none;
}

a.add_to_cart:link div, a.add_to_cart:visited div {
	background-image: url(../images/homepage/grey_btn_off.gif);
	background-repeat:no-repeat;
	height: 17px;
	width: 80px;
	display:block;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}

a.add_to_cart:hover div {
	background-image: url(../images/homepage/grey_btn_on.gif);
	background-repeat:no-repeat;
	height: 17px;
	width: 80px;
	cursor:pointer;
}



















/********************************** Banner Cycles *****************************/

div.cfa_internal_banner_wrap {
	height:145px; 
	width:699px; 
	float:left;
}
div.cfa_home_banner1 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/shiny_happy_first_time.jpg);
	background-repeat:no-repeat;
}
div.cfa_home_banner2 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/shiny_happy_expert.jpg);
	background-repeat:no-repeat;
}
div.cfa_home_banner3 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/shiny_happy_anytime.jpg);
	background-repeat:no-repeat;
}
div.cfa1_banner1 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa1_banner_2.gif);
	padding:0px;
}
div.cfa1d_banner1 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa1_banner_2.gif);
	padding:0px;
}
div.cfa1_banner2 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa1_banner.gif);
	padding:0px;
}
div.cfa1d_banner2 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa1_banner.gif);
	padding:0px;
}

div.cfa2_banner1 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa2_banner_2.gif);
	padding:0px;
}
div.cfa2_banner2 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa2_banner.gif);
	padding:0px;
}

div.cfa3_banner1 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa3_banner_2.gif);
	padding:0px;
}
div.cfa3_banner2 {
	height:144px;
	width:699px;
	background-image:url(../images/homepage/cfa3_banner.gif);
	padding:0px;
}
div.caia_home_banner1 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/caia_banner1.jpg);
	background-repeat:no-repeat;
}
div.caia_home_banner2 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/caia_banner2.jpg);
	background-repeat:no-repeat;
}
div.caia_home_banner3 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/caia_banner3.jpg);
	background-repeat:no-repeat;
}
div.caia_home_banner4 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/caia_banner4.jpg);
	background-repeat:no-repeat;
}
div.caia_home_banner5 {
	width:642px;
	height:164px;
	background-image:url(../images/homepage/caia_banner5.jpg);
	background-repeat:no-repeat;
}
/************************* Banner Title Text CSS ***************************/
.home_banner_title {
	font-size:16px; 
	color:#21076a;
	padding-top:139px;
	margin:0px 0px 0px 17px;
	font-weight:bold;
	text-align:left;
	font-family: Verdana, Arial;
}
.home_banner_title a.learn_more, .home_banner_title a.learn_more:active, .home_banner_title a.learn_more:visited {
	float:right;
	margin-right:17px;
	font-size:13px;
	color:#000;
	text-decoration:none;
}
.home_banner_title a.learn_more:hover {
	color:#21076a;
}
.banner1_title {
	font-weight:bold; 
	font-family: Verdana, Arial; 
	text-align:left;
	font-size:28px;
	margin-top:24px;
	margin-left:20px;
}
.banner1_title .title2 {
	font-size:16px; 
	line-height:30px;
}
.banner1_title .title3 {
	font-size:12px; 
	color:#222; 
	line-height:23px;
}

.banner2_title {
	float:right;
	color:#007a50;
	font-weight:bold; 
	font-family: Verdana, Arial; 
	text-align:center;
	font-size:28px;
	margin-top:37px;
	margin-right:18px;
}
.banner2_title .title2 {
	font-size:18px; 
	line-height:34px;
}
















/*************************** Cycle Banner ***********************/

a.learn_more, a.learn_more:active, a.learn_more:visited {
	float:right;
	font-size:13px;
	color:#000;
	text-decoration:none;
}

a.learn_more:hover {
	color:#000;
	text-decoration:underline;
}

a.learn_more_arrow, a.learn_more_arrow:active, a.learn_more_arrow:visited {
	float:right;
	margin-right:0px;
	padding-right:14px;
	font-size:13px;
	color:#000;
	text-decoration:none;
	background:url(../images/homepage/arrow_black.png) right center no-repeat;
	font-weight:bold;
}

a.learn_more_arrow:hover {
	color:#000;
	text-decoration:underline;
}

a.learn_more_arrow_othr, a.learn_more_arrow_othr:active, a.learn_more_arrow_othr:visited {
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.learn_more_arrow_othr:hover {
	color:#000;
	text-decoration:underline;
}

/*************************** Cities Listing *********************/

ul.city_list {
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:11px;
}
ul.city_list li {
	margin-bottom:8px;
}
span.show_global_link {
	display:block;
	margin-top:28px;
	font-size:11px;
	font-weight:bold;
}
div.global_links {
	text-align:left;
	margin:3px 0px 0px 18px;
}
div.global_links strong {
	font-size:12px;
}
div.global_links ul {
	float:left;
	margin-right:50px;
}

/************************* Content Display *********************/
h2 {
    font-weight:bold;
    font-size:14px;
}
.center {
    text-align:center;
}
.center_image {
    display:block;
    margin:0px auto;
}
.float_right {
    float:right;
    width:350px;
    padding-left:10px;
    padding-bottom:10px;
}
.right_side {
    float:right;
}

/************************ Live Isntruction Page city Details Table *****************/

table.city_details_table {
	width:100%;
	height:100%;
	border-bottom:0px solid #dddddd;
}

table.city_details_table th.detail_header {
	padding:5px 0px 5px 0px;
	background-color:#f2f2f2;
	border-bottom:1px solid #dddddd;
}

table.city_details_table td {
	font-size:11px;
}

table.city_details_table td.button_col input.learn_more, div.cfa_gry_box_buttons div.content p input.learn_more {
	border:0px;
	height:17px;
	width:81px;
	padding-bottom:2px;
	background-color:none;
	background-image:url(../images/homepage/grey_btn_off.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:8pt;
	font-weight:bold;
	color:#333;
}

div.demo_links ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:bold;
}

div.cfa_right_col img.package_img {
	margin-top:-11px; 
	margin-bottom:-10px; 
	margin-left:-120px;
	float:right;
	z-index:2000;
}

div.cfa_right_col div.content div.learn_more {
	text-align:center;
	font-weight:bold;
	font-size:11px;
	margin-top:-4px;
}

div.schweser_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_schweser.jpg);
	background-repeat:no-repeat;
}
div.cfa_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_cfa.jpg);
	background-repeat:no-repeat;
}
div.cfp_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_cfp.jpg);
	background-repeat:no-repeat;
}
div.cpa_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_cpa.jpg);
	background-repeat:no-repeat;
}
div.caia_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_caia.jpg);
	background-repeat:no-repeat;
}
div.frm_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_frm.jpg);
	background-repeat:no-repeat;
}
div.ia_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_ia.jpg);
	background-repeat:no-repeat;
}
div.cpe_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_cpe.jpg);
	background-repeat:no-repeat;
}
div.ifrs_banner_rotate {
	width:962px;
	height:153px;
	background-image:url(/images/2009_homepage/banner_ifrs.jpg);
	background-repeat:no-repeat;
}
.interior_list {
    list-style-type:none; 
    padding-top:0px; 
    padding-bottom:10px; 
    margin:0px;
}























/************************************* Content Left Column **********************/

.home_left_col {
	width: 640px; 
	float: left; 
	margin-right: 10px; 
	margin-top: 15px;
}

.content_left_col {
	width: 699px; 
	float: left; 
	margin-right: 10px; 
	margin-top: 15px;
}

/************************************** Content Right Column *********************/

.home_right_col {
	float:right;
	width:216px;
	padding:7px;
	margin:0px 0px 0px 0px;
	border:0px solid #cecece;
	padding: 0px; 
	width: 280px; 
	margin-top: 15px; 
	margin-right: 0px;
}

div.internal_right_col {
	float:right;
	width:224px;
	margin:15px 0px 0px 0px;
}


/************************************* New Right-Side Boxes - Striped and Grey Gradient Style **************************/

.box_stripes_wrap {
	width:225px;
	background:url(../images/homepage/box_top_stripes.png) #fff top left no-repeat;
	margin-right:1px;
}

.box_stripes_wrap_lrg {
	width:285px;
	background:url(../images/homepage/box_top_stripes_2.png) #fff top right no-repeat;
	margin-right:1px;
}

.box_stripes_bg {
	width:100%;
	background:url(../images/homepage/box_bg_grad.png) bottom left repeat-x;
}

.box_stripes_top {
	width:225px;
	height:12px;
	margin:0px;
	margin-bottom:-5px;
	background:url(../images/homepage/box_top_rnd.png) top left no-repeat;
}

.box_stripes_top_lrg {
	width:285px;
	height:12px;
	margin:0px;
	margin-bottom:-5px;
	background:url(../images/homepage/box_top_rnd_lrg.png) top left no-repeat;
}

.box_stripes_content {
	font-size:11px;
	padding:0px 14px 0px 14px;
	margin:-5px 0px -5px 0px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}

.box_stripes_content h3 {
	font-size:16px;
	padding:0px;
	margin-top:0px;
}

.box_stripes_content ul {
	padding:0px;
	margin: 5px 5px 5px 17px;
}

.box_stripes_btm {
	width:226px;
	height:12px;
	margin:5px 0px 0px 0px;
	background:url(../images/homepage/box_btm_rnd.png) top left no-repeat;
}

.box_stripes_btm_lrg {
	width:285px;
	height:12px;
	margin:5px 0px 0px 0px;
	background:url(../images/homepage/box_btm_rnd_lrg.png) top left no-repeat;
}


/********************************** Enroll Today Button with Shadows ******************************/

div.gray_btn_shadows {
	width:101px;
	height:24px;
	background:url(../images/homepage/grey_btn_shadow.png) top center no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
div.gray_btn_shadows:hover {
	background:url(../images/homepage/grey_btn_shadow_on.png) top center no-repeat;
	cursor:pointer;
}
div.gray_btn_shadows a, .gray_btn_shadows a:active, .gray_btn_shadows a:visited {
	color:#000;
	text-decoration:none;
	padding:3px 10px 5px 10px;
	display:block;
}
div.gray_btn_shadows a:hover {
	color:#000;
	text-decoration:none;
	padding:3px 10px 5px 10px;
	display:block;
}

div.gray_btn {
	width:116px;
	height:21px;
	background:url(../images/homepage/grey_btn_2.gif) top center no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
div.gray_btn:hover {
	background:url(../images/homepage/grey_btn_2_on.gif) top center no-repeat;
	cursor:pointer;
}
div.gray_btn a, .gray_btn a:active, .gray_btn a:visited {
	color:#000;
	text-decoration:none;
	padding:3px 10px 5px 10px;
	display:block;
}

/********************************** Sets the width of the Study Solutions table ********************/

.tablesol {
	width:100%;
	border-collapse: collapse;
	border: none;
}

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border-style:none !important;
}

.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border-style:none !important;
    border-left:1px solid #C6C6C6 !important;
    border-right:1px solid #C6C6C6 !important;
}


div.bottom_crnr_left {
	background:url(../images/homepage/corner_bl.png) bottom left no-repeat;
	height:12px;
	width:12px;
	float:left;
}
#bottom {
	float:left;
	border-bottom:1px solid #c6c6c6;
	height:11px;
	width:100%;	
}
div.bottom_crnr_right {
	background:url(../images/homepage/corner_br.png) bottom right no-repeat;
	height:12px;
	width:12px;
	float:right;
}
#top {
	float:left;
	border-top:1px solid #c6c6c6;
	height:11px;
	width:930px;	
}
div.top_crnr_right {
	background:url(../images/homepage/corner_tr.png) top right no-repeat;
	height:12px;
	width:12px;
	float:right;
}

.no_padding {
    padding:0px;
    margin:0px;
}


/********************************************** Package Table CSS *****************************************/

table.general_package_table {
	padding: 0px; 
	margin: 0px; 
	width:100%; 
	clear:left;
}

td.package_table_tl {
	background:#f2f2f2 url('../images/homepage/stripebox_corner_tl.png') top left no-repeat; 
	height:7px; 
	width:11px;
}

td.package_table_tr {
	background:#f2f2f2 url('../images/homepage/stripebox_corner_tr.png') top right no-repeat; 
	width: 11px; 
	height: 7px;
}

td.package_table_bl {
	background-position:left bottom; 
	background-image: url('../images/homepage/stripebox_corner_bl.png'); 
	background-color:#fff; 
	background-repeat: no-repeat; 
	width:11px;
}

td.package_table_br {
	background-image: url('../images/homepage/stripebox_corner_br.png'); 
	background-position:bottom right;
    background-color: #fff; 
	background-repeat: no-repeat; 
	width: 10px;
}

td.package_table_top {
	background-color: #f2f2f2; 
	border-top: 1px solid #c6c6c6;
	font-size: 0px; 
	height:7px;
}

td.package_table_bottom_dkgry {
	background-color: #dfdfdf; 
	border-bottom:1px solid #c6c6c6; 
	width: 105px; 
	font-size: 0px; 
	font-size: 0px;
}

td.package_table_bottom_ltgry {
	background-color: #f2f2f2; 
	font-size: 0px; 
	border-left: 1px solid #c6c6c6; 
	border-bottom:1px solid #c6c6c6; 
	font-size: 0px; 
	padding-top:5px; 
	padding-bottom:5px;
}

td.package_table_left {
	background:#f2f2f2; 
	border-left: 1px solid #c6c6c6; 
	height:9px; 
	width:11px;
}

td.package_table_right {
	background:#f2f2f2;  
	border-right: 1px solid #c6c6c6; 
	width: 11px; 
	height: 10px;
}
td.package_table_product {
	background-color:#dfdfdf; 
	border-bottom:1px solid #c6c6c6; 
	border-top:1px solid #c6c6c6; 
	border-left:1px solid #c6c6c6;
	padding-bottom:3px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

td.package_table_tools {
	background-color: #f2f2f2; 
	border-bottom: 1px solid #c6c6c6; 
	border-left: 1px solid #c6c6c6; 
    padding: 5px;
}

td.package_table_white {
	background-color: #fff; 
	border-bottom: 1px solid #c6c6c6; 
	border-left: 1px solid #c6c6c6;
    padding: 5px;
	text-align: center;
}
td.package_table_white_right {
	background-color: #fff; 
	border-bottom: 1px solid #c6c6c6; 
	border-left: 1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
    padding: 5px;
	text-align: center;
}

td.package_table_check {
	background-color: #f2f2f2; 
	border-bottom: 1px solid #c6c6c6; 
	border-left: 1px solid #c6c6c6;
    padding: 5px;
	text-align: center;
}
td.package_table_check_right {
	background-color: #f2f2f2; 
	border-bottom: 1px solid #c6c6c6; 
	border-left: 1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
    padding: 5px;
	text-align: center;
}

div.banner_text {
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-left:120px;
	margin-top:10px;
}

.even_row td {
    background:#eeeeee;
    padding-bottom:5px !important;
    padding-top:5px !important;
}

.odd_row td {
    padding-bottom:5px !important;
    padding-top:5px !important;
}

.product_avail_head h3 {
	font-size:12px;
}

div.imageBoxBorder {
	border:1px solid #000;
	padding: 10px;
	float:right;
}
img.imageBorder {
	border:none;
}


/************************************** Level Select Buttons ************************************/

.level_button, .level_button_large, .add_to_cart {
    text-decoration:none;
}

a.level_button:link div, a.level_button:visited div {
	background-image: url(../images/homepage/level_button_off.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 120px;
	float:left;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}

a.level_button:hover div {
	background-image: url(../images/homepage/level_button_on.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 120px;
	float:left;
	cursor:pointer;
}

a.level_button div {
	padding:4px 1px;
	margin-right:20px;
}

a.level_button_large:link div, a.level_button_large:visited div {
	background-image: url(../images/homepage/level_button_large_off.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 180px;
	float:left;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}

a.level_button_large:hover div {
	background-image: url(../images/homepage/level_button_large_on.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 180px;
	float:left;
	cursor:pointer;
}

a.level_button_large div {
	padding:4px 1px;
	margin-right:20px;
}

div.imageBoxBorder {
	border:1px solid #000;
	padding: 10px;
	float:right;
}
img.imageBorder {
	border:none;
}

a {
    outline: none;
}


/********************************* Div-based rounded gradient box ********************************/

.round_box_grad {
	background:url(../images/homepage/box_grey2_grad_bg.gif) top repeat-x;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}
.round_box_white {
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}
.round_box_top {
	height:10px;
	margin-bottom:-10px;
	border-top:1px solid #c6c6c6;
}
.round_box_btm {
	height:10px;
	margin-top:-10px;
	border-bottom:1px solid #c6c6c6;
	clear:both;
}
.round_box_grad .content {
	position:relative;
	margin:0px 10px 0px 11px;
}
.round_box_white .content {
	position:relative;
	margin:0px 10px 0px 11px;
}
.corner_tl {
	float:left;
	position:relative;
	width:10px;
	height:10px;
	margin-top:-1px;
	margin-left:-1px;
	background:url(../images/homepage/stripebox_corner_tl.png) top left no-repeat;
}
.corner_tr {
	float:right;
	position:relative;
	width:10px;
	height:10px;
	margin-top:-1px;
	margin-right:-1px;
	background:url(../images/homepage/stripebox_corner_tr.png) top right no-repeat;
}
.corner_bl {
	float:left;
	position:relative;
	height:11px;
	width:10px;
	margin-bottom:-1px;
	margin-left:-1px;
	background:url(../images/homepage/stripebox_corner_bl.png) bottom left no-repeat;
}
.corner_br {
	float:right;
	position:relative;
	height:11px;
	width:10px;
	margin-bottom:-1px;
	margin-right:-1px;
	background:url(../images/homepage/stripebox_corner_br.png) bottom right no-repeat;
}

.int_page_title {
	margin-top:0px;
}

.no_margin {
    *margin:0px;
}
div.product_avail_head h4 a.collapsed, div.product_avail_head p a.collapsed {
    font-size:12px;
    background:transparent url(../images/homepage/arrow_collapsed.gif) no-repeat scroll left center;
    display:block;
    padding:0 0 0 13px;
}
div.product_avail_head h4 a.expanded, div.product_avail_head h4 a.expanded:active, div.product_avail_head h4 a.expanded:visited {
    font-size:12px;
    background:transparent url(../images/homepage/arrow_expand.gif) no-repeat scroll left center;
    display:block;
    padding:0 0 0 13px;
    text-decoration:none;
}
h4 {
    font-size:12px;
}

.decorative_table {
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc; 
	color:#333333;
    width:100%;
    margin-bottom:10px;
}

.decorative_table td, .decorative_table th {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	line-height:1.8em;
	vertical-align:top;
}

/************************ Box Stripes - Wider ********************************/

.box_stripes_2_wrap {
	float:left;
	width:337px;
	background:url(../images/homepage/box_grey1_gradient.gif) bottom repeat-x;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}

.box_stripes_2_bg {
	background:url(../images/homepage/box_top_stripes_2.png) top left no-repeat;
}

.box_stripes_2_top {
	height:10px;
	margin-bottom:-10px;
	border-top:1px solid #c6c6c6;
}
.box_stripes_2_top .corner_tl {
	float:left;
	position:relative;
	width:10px;
	height:10px;
	margin-top:-1px;
	margin-left:-1px;
	background:url(../images/homepage/stripebox_corner_tl.png) top left no-repeat;
}
.box_stripes_2_top .top {
	border-top:1px solid #c6c6c6;
	float:left;
	height:10px;
}
.box_stripes_2_top .corner_tr {
	float:right;
	position:relative;
	width:10px;
	height:10px;
	margin-top:-1px;
	margin-right:-1px;
	background:url(../images/homepage/stripebox_corner_tr.png) top right no-repeat;
}
.box_stripes_2_btm {
	height:10px;
	border-bottom:1px solid #c6c6c6;
	clear:both;
}
.box_stripes_2_btm .corner_bl {
	float:left;
	position:relative;
	height:11px;
	width:10px;
	margin-bottom:-1px;
	margin-left:-1px;
	background:url(../images/homepage/stripebox_corner_bl.png) bottom left no-repeat;
}
.box_stripes_2_btm .corner_br {
	float:right;
	position:relative;
	height:11px;
	width:10px;
	margin-bottom:-1px;
	margin-right:-1px;
	background:url(../images/homepage/stripebox_corner_br.png) bottom right no-repeat;
}
.box_stripes_2_wrap .content h3 {
	font-size:16px;
	margin:10px 0px 0px 0px;
}
.box_stripes_2_wrap .content ul {
	margin:0px 0px 12px 18px;
	padding:0px;
}
.link_arrow a, .link_arrow a:visited, .link_arrow a:active {
	float:left;
	margin-right:0px;
	padding-right:14px;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	background:url(../images/homepage/arrow_black.png) right center no-repeat;
}
.link_arrow a:hover {
	text-decoration:underline;
}
.display_font {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
}
a.bold_link:link, a.bold_link:active, a.bold_link:visited {
    font-weight:bold;
    text-decoration:none;
}
a.bold_link:hover {
    font-weight:bold;
    text-decoration:underline;
}
.bold {
    font-weight:bold;
}

/******************************************** Package / Study Solution Tools ***********************************/

.tools_row {
	float:left;
	width:556px;
	padding:6px;
}
.tools_row_wide {
	float:left;
	padding:6px;
}
.tools_image_demo {
	float:left;
	width:124px;
	padding-top:0px;
}

.tools_content {
	float:right; 
	width:432px;
}
.tools_row_wide .tools_content {
	float:right; 
	width:800px;
}
.tools_content ul {
	padding-left:15px;
	margin-left:0px;
}

.learn_more_link a, .learn_more_link a:active, .learn_more_link a:visited {
	text-decoration:none;
	font-weight:normal;
}

.learn_more_link a:hover {
	text-decoration:underline;
}

/****************************************************************************************
 * New Standard Box Style - When possible replace old boxes with this
 ****************************************************************************************/
 
div.standard_box {
 	
}
div.standard_box div.top_crnr_left {
	background:url(../images/homepage/corner_tl.png) top left no-repeat;
	height:8px;
	width:12px;
	float:left;
}
div.standard_box div.top {
	height:7px;
	font-size:0px;
	border-top:1px solid #C6C6C6;
	float:left;
}
div.standard_box div.top_crnr_right {
	background:url(../images/homepage/corner_tr.png) top right no-repeat;
	height:8px;
	width:12px;
	float:left;
}

div.standard_box div.box_header_clear {
	clear:both;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	font-size:12px; 
	font-weight:bold;
	text-align:center;
}
div.standard_box div.box_header_bordered {
	height:30px;
	background:#F5F5F5 url(../images/homepage/round_box_header_bg.gif) top center repeat-x;
}
div.standard_box div.box_header_bordered div.box_header_bordered_content {
	clear:both;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	border-bottom:1px solid #C6C6C6;
	font-size:12px; 
	font-weight:bold;
	text-align:center;
	padding-bottom:6px;
}
div.standard_box div.content_clear {
	clear:both;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	padding:5px 10px 5px 10px;
	font-size:11px;
}
div.standard_box div.content_clear table.small tr td {
	font-size:11px;
}

div.standard_box div.bottom_crnr_left {
	clear:both;
	background:url(../images/homepage/corner_bl.png) bottom left no-repeat;
	height:8px;
	width:12px;
	float:left;
}
div.standard_box div.bottom {
	border-bottom:1px solid #C6C6C6;
	height:7px;
	font-size:1px;
	float:left;
}
div.standard_box div.bottom_crnr_right {
	background:url(../images/homepage/corner_br.png) bottom right no-repeat;
	height:8px;
	width:12px;
	float:left;
}

/************************** Quote CSS ****************************************/
.quote_text {
	font-size:1.2em; 
	font-weight:bold; 
	font-style:italic; 
	color:#2f176b;
}




div.standard_box ul.blog_posts {
	padding:0px 10px 0px 3px;
	*padding-top:4px;
	margin:8px 0px 5px 0px;
	font-weight:bold;
}
div.standard_box ul.blog_posts li {
	list-style:none;
	margin-bottom:10px;
}

div.standard_box ul.blog_post_link {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

div.standard_box div.view_more {
	padding:0px;
	text-align:right;
	font-weight:bold;
}

div.standard_box div.view_more a, div.standard_box div.view_more a:active, div.standard_box div.view_more a:visited {
	text-decoration:none;
}
div.standard_box div.view_more a:hover {
	text-decoration:underline;
}



/****************************************************************************************
 * New Standard Grey Gradient Box Style - When possible replace old boxes with this
 ****************************************************************************************/
 
div.gry_grad_box {
 	
}
div.gry_grad_box div.gry_grad_bg {
	background:url(../images/homepage/round_box_bg.gif) top repeat-x;
	background-color:#f3f3f3;
}
div.gry_grad_box div.top_crnr_left {
	background:url(../images/homepage/corner_tl.png) top left no-repeat;
	height:8px;
	width:12px;
	float:left;
}
div.gry_grad_box div.top {
	height:7px;
	font-size:0px;
	border-top:1px solid #C6C6C6;
	float:left;
}
div.gry_grad_box div.top_crnr_right {
	background:url(../images/homepage/corner_tr.png) top right no-repeat;
	height:8px;
	width:12px;
	float:left;
}

div.gry_grad_box div.box_header_clear {
	clear:both;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	font-size:12px; 
	font-weight:bold;
	text-align:center;
}
div.gry_grad_box div.box_header_bordered div.box_header_bordered_content {
	clear:both;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	border-bottom:1px solid #C6C6C6;
	font-size:12px; 
	font-weight:bold;
	text-align:center;
	padding-bottom:6px;
}
div.gry_grad_box div.content_clear {
	clear:both;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	padding:5px 10px 2px 10px;
	font-size:11px;
}

div.gry_grad_box div.content_clear ul {
	padding-left:20px; 
	margin-left:0px;
}
div.gry_grad_box div.content_clear ul li {
	margin-top:5px;
}

div.gry_grad_box div.bottom_crnr_left {
	clear:both;
	background:url(../images/homepage/corner_bl.png) bottom left no-repeat;
	background-color:#f5f5f5;
	height:8px;
	width:12px;
	float:left;
}
div.gry_grad_box div.bottom {
	background-color:#f5f5f5;
	border-bottom:1px solid #C6C6C6;
	height:7px;
	font-size:1px;
	float:left;
	
}
div.gry_grad_box div.bottom_crnr_right {
	background:url(../images/homepage/corner_br.png) bottom right no-repeat;
	background-color:#f5f5f5;
	height:8px;
	width:12px;
	float:left;
}

div.gry_grad_box div.content_clear .title {
	font-size:16px;
	padding-top:7px;
	margin-top:0px;
}


/************************ List padding ***************************************************/
ul.pad_list li, ol.pad_list li {
	padding-bottom:10px;
}


/************************ For state selection ********************************************/
div.map_container {
    border:1px solid #C2C2C2;
    padding:0;
}

div.map_container
div.corner_left_top {
    background-image:url(../images/homepage/map_corner_topleft.png);
    background-position:left top;
    background-repeat:no-repeat;
    float:left;
    height:15px;
    margin-left:-1px;
    margin-top:-1px;
    width:15px;
}

div.map_container
div.corner_right_top {
    background-image:url(../images/homepage/map_corner_topright.png);
    background-position:right top;
    background-repeat:no-repeat;
    float:right;
    height:15px;
    margin-right:-1px;
    margin-top:-1px;
    width:15px;
    position:relative;
}

div.state_select_dropdown {
    border:1px solid #C2C2C2;
    float:right;
    font-weight:bold;
    margin-right:-15px;
    margin-top:-1px;
    padding:5px 10px 1px 0;
    background-color:#E4E4E4;
}

div.state_select_dropdown
a#select_state {
    padding:6px;
    text-decoration:none;
}

div.state_select_dropdown
span.state_text {
    position:relative;
    top:-3px;
}

div.map_container
div.corner_left_bottom {
    background-image:url(../images/homepage/map_corner_bottomleft.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    float:left;
    height:15px;
    margin-left:-1px;
    margin-top:-14px;
    width:15px;
}

div.map_container
div.corner_right_bottom {
    background-image:url(../images/homepage/map_corner_bottomright.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    float:right;
    height:15px;
    margin-right:-1px;
    margin-top:-14px;
    width:15px;
}

html > body
div.state_list_home {
    float:left;
    margin-left:197px;
    margin-top:26px;
    background-color:#FFFFFF;
    border:1px solid #C2C2C2;
    margin-right:0;
    padding:10px 0;
    position:absolute;
    width:500px;
    z-index:10000;
}

div.state_list_home
ul.state_list_item {
    float:left;
    margin-right:38px;
}

div.state_list_home ul {
    margin:0 10px;
    padding:0;
}

div.state_list_home ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 4px;
    padding:0;
}