html {overflow:auto}
body,td,p,div,li{margin:0;padding: 0;}
ul{margin: 10px 0; padding-left: 30px;}
img, table{border:0}

body {background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	
}

/*========================================================================================== LAYOUT */

#main_wrap {
	position: relative;
	width: 850px;
	border:0;
	margin-top:0;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	padding-top:0;
	padding-right: 10px;
	padding-bottom:0;
	padding-left: 10px;
}

/*========================================================================================== HEADER */
#header {
	width: 850px;
	height: 72px;
	margin:0;
	border: none;
	background-color: #FFF;
	padding:0;
}

#header #logo {
	width: 255px;
	margin:0;
	padding:0;
	float: left;
	height: 57px;
}

#header_right {
	float: right;
	width: 400px;
	height: 70px;
}

#header_right p{
	margin:0;
	padding:0;
}

#header_right ul{
	display: inline;
}

#header_right li{display: inline;}

#header_right a{text-decoration: underline;}

#headerarea {float:left;width:400px}

#toplinks {
	float: left;
	width: 590px;
	text-align: right;
	margin-top: 10px;
}

#toplinks a{
	color: #000;
	text-decoration: none;
}

#toplinks a:hover{}
.enrollnumber {
	font-size:18px;
}

#smallnav {
	float:left;
	width:400px;
	text-align:right;
	padding-top: 5px;
}

/* --------------------------------------------------------------- */
/*  Navigation
/* --------------------------------------------------------------- */

#nav, #navWrapper1, #navWrapper2, #navWrapper3
{
	position: relative;
	background-image: url(../im/new-nav-bar.gif);
	height:35px;
}

#nav a{
	text-decoration: none;
}

#nav
{
	background-position: left bottom;
	width: 850px;
	z-index: 999;
	margin-top:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

#navWrapper1 { background-position: left top; }

#navWrapper2
{
	background-position: right bottom;
	padding-bottom: 5px;
}

#navWrapper3
{
	background-position: right top;
	padding-top:0;
	padding-right:0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav ul
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	list-style: none;
}

#nav li
{
	display: block;
	float: left;
	font-size: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}

#nav a
{
	display: block;
	color: #000;
	font-weight: bold;
	line-height: 3em;
	text-transform: none;
}

#nav a:hover { text-decoration: none; }

#nav li a span { display: block; padding: 0 8px; }
#nav li ul li a span { padding: 0.4em 8px; }

#nav li ul
{
	position: absolute;
	left: -999em;
	font-size: 1em;
	line-height: 2em;
	width: 12em;
	z-index: 999999;
}

#nav li ul li
{
	background-color: #EAEAEA;
	width: 17em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:  #EAEAEA;
	border-bottom-color:  #EAEAEA;
}
#nav li ul li.about {width: 180px;}
#nav li ul li.statereq {width: 190px;}
#nav li ul li.training {width: 155px;}

#nav li ul ul { margin: -2.1em 0 0 13em; }

#nav li:hover, #nav li.sfhover { background-color: #EAEAEA; }

#nav li li:hover, #nav li li.sfhover {
	background-color: #F7F7F7;
	background-image: url(../images/bg_nav_link.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#nav li:hover ul ul, #nav li.sfhover ul ul,
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul,
#nav li li:hover ul, #nav li li.sfhover ul,
#nav li li li:hover ul, #nav li li li.sfhover ul,
#nav li li li li:hover ul, #nav li li li li.sfhover ul
{
	left: auto;
}

#nav li ul li a
{
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	padding-right: 10px;
}

#nav li a.parent { background: transparent url(../images/bg_nav_parent.gif) 12em center no-repeat; }

#nav li:hover, #nav li.sfhover 
{
    position: static;
}


/* --------------------------------------------------------------- */
/*  Hacks
/* --------------------------------------------------------------- */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#boundbox {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#search_box form {
	width: 150px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
#search_box {
	height: 28px;
	background-image: url(../im/search-box.gif);
	background-repeat: no-repeat;
	float: left;
	width: 170px;
	padding-left: 10px;
}
#search_box #q {
	float: left;
	padding: 0;
	border: 0;
	width: 120px;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	background-color: #fff;
	background-image: none;
	height: 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
#search_box #go {
	float: right;
	margin-top: 5px;
}

#search_box404 form {
	width: 150px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
#search_box404 {
	height: 40px;
	background-image: url(../im/searchbox-404.gif);
	background-repeat: no-repeat;
	float: left;
	width: 372px;
	padding-left: 10px;
}
#search_box404 #m {
	float: left;
	padding: 0;
	border: 0;
	width: 298px;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	background-color: #fff;
	background-image: none;
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
#search_box404 #goo {
	float: right;
	margin-top: 5px;
	margin-right:-45px;
}

#banner_main/*index*/
 {
	height: 110px;
	width: 850px;
	margin-top: -6px;
}

.leftbannerheading_area_new {
	float:left;
	width:600px;
	
}

.leftbannerheading_area_banner_new {
	float:left;
	width:510px;
	
}
#banner_main  h1{
	font-size: 18px;
	padding-left: 15px;
	padding-top: 20px;
	margin:0;
	padding-right:0;
	padding-bottom:0;
	color: #000;
	float: left;
	width: 580px;
	font-weight: bold;
}

#coursedemobox_new {
	width: 215px;
	height: 70px;
	float: right;
	margin-right: 35px;
	margin-top: 16px;
}



/*inner */

#banner_heading_index {
	float: left;
	height: 112px;
	width: 850px;
	background-image: url(../im/banner-index-bg.gif);
	background-repeat: repeat-x;
}

.leftbannerheading_area {
	float:left;
	width:330px;
	height:112px
}

.leftbannerheading_area_banner {
	float:left;
	width:645px;
	height:112px
}

.leftbannerheading_area_banner p{
	padding-left: 15px;
	margin:0;
}

.leftbannersmallheading 
{
	padding-left:15px;
	padding-top:7px;
	color: #666666;
	width: 510px;
	float: left;
}

#banner_heading_index h1{
	font-size: 22px;
	padding-left: 15px;
	padding-top: 10px;
	margin:0;
	padding-right:0;
	padding-bottom:0;
	color: #000;
}





/*#banner_heading_index {
	height: 112px;
	width: 850px;
	background-image:url(../im/header-bg-banner.gif);
	background-repeat: repeat-x;
	float: left;
	margin-top: 10px;
}

.leftbannerheading_area {
	float:left;
	
}

.leftbannerheading_area_banner {
	float:left;
	width:510px;
	
}

.leftbannerheading_area_banner p{
	padding-left: 15px;
	margin:0;
}

.leftbannersmallheading {padding-left:15px; padding-top:10px}

#banner_heading_index h1{
	font-size: 18px;
	padding-left: 15px;
	padding-top: 20px;
	margin:0;
	padding-right:0;
	padding-bottom:0;
	color: #fff;
	float: left;
	width: 320px;
}*/

#coursedemobox {
	float: right;
	width: 180px;
	padding-right: 200px;
	height: 90px;
}

#loginbox {
	float: left;
	height: 112px;
	width: 334px;
	
}

#loginbox form{
	padding-right:0;
	padding-bottom:0;
	padding-left: 145px;
	padding-top:0;
	margin-top:0;
	margin-right: 5px;
	margin-bottom:0;
	margin-left:0;
}

#loginbox .input{
	margin:0;
}

.loginbox_heading {padding-top:8px; padding-bottom:4px; font-size:14px}



#subpageheagings {
	float:left;
	width:600px;
	padding-left:20px;
	padding-top:10px
}



#bannder_leftarea {float:left; width:600px; padding-left:20px; padding-top:10px}

#banner_heading h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin:0;
	padding:0;
	color: #000;
}

/*#banner_heading p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding-top: 10px;
}
*/

#middle_content {
	float: left;
	height: auto;
	width: 850px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	
}
#middle_content #states{
	float:left;
	width:150px;
	margin:0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	

}
#states ul{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	float:left;
	width:150px;
}

#middle_content .states{
	float:left;
	width:150px;
	margin:0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	

}
.states ul{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	float:left;
	width:150px;
}

#middle_content .states2{
	float:left;
	width:177px;
	margin-top: 17px;
	

}
.states2 ul{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	width:160px;
	padding-left: 10px;
	margin-left: 13px;
	margin-top:0;
	padding-top:0;
}
.states2 li{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	list-style-image: url(../im/arrow-icon.gif);
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 10px;
	padding-top:0;
	padding-right:0;
	padding-bottom: 4px;
	padding-left: 3px;
}

#middle_content .states3{
	float:left;
	width:500px;
	margin-top: 17px;
	

}
.states3 ul{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	width:490px;
	padding-left: 10px;
	margin-left: 13px;
	margin-top:0;
	padding-top:0;
}
.states3 li{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	list-style-image: url(../im/arrow-icon.gif);
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 10px;
	padding-top:0;
	padding-right:0;
	padding-bottom: 4px;
	padding-left: 3px;
}


/*For Adjustment Life Lessons bulltes page*/
#middle_content #stateslife{
	float:left;
	width:250px;
	margin:0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	

}

#middle_content h4 {
	width: 786px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 8px;
	padding-left: 5px;
	background-image:url(../im/h4-bg.gif);
	background-repeat:no-repeat;
	height:28px;
	float:left;
	margin-left: 5px;
	margin-bottom:5px;
}
#stateslife ul{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	float:left;
	width:150px;
}

#stateslife li{
list-style:square;
line-height: 15px;
list-style-position:inside;

}

#middle_content_index {
	height: auto;
	width: 850px;
	padding-top: 5px;
	/*margin-top: 10px;*/
	margin-bottom:3px;

}
#middle_content_index .box-store {
	background-image: url(../im/box-bg-bookstore.gif);
	background-repeat: no-repeat;
	float: left;
	height: 180px;
	width: 407px;
	margin-left: 10px;
}
#middle_content_index .box-store h2 {
	float: left;
	height: 20px;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
#middle_content_index .box-store p {
	float: left;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}





#middle_content #states2{
	float:left;
	width:320px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}
#states2 ul{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	float:left;
}

#spacer {
	float: left;
	height: 295px;
	width: 12px;
}


.state_selection {
	float: left;
	height: 700px;
	width: 260px;
	background-image: url(../im/ce-pod-bg_700.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 7px;
	padding-left: 10px;
	padding-right: 5px;
	
}



 .state_selection.bullet p span {
	 
	 background: url("../im/self_bullet.png") no-repeat scroll left 9px transparent;
    float: left;
    font-size: 12px;
    padding: 3px 3px 3px 11px;
    white-space: nowrap;
    width: 111px;
	 
	 
	 
	 
 }

.texas_bg { background:url(../im/texas_bg.gif) top right no-repeat; }

.state_selection a{
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

.state_selection ul {

}
.state_selection li {
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
	
}


.state_selection .statebox2{
	margin-left: 10px;
}

.state_selection h2{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	/*padding-left: 20px;*/
	padding-top: 14px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: -1px;
}

.state_selection h3{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	margin-top: 18px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}

.state_selection p{
	/*padding-left: 20px;*/
	padding-top: 5px;
	margin:0;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.state_selection .iconleft{margin-top:-7px;float: left;	height: 55px;
	width: 56px;
	margin-left: 3px;
	
	/*padding-top: 10px;
	margin-left: 10px;*/
}

.ss_noimage {
	float: left;
	height: 152px;
	width: 275px;
	/*width: 255px;*/
	/*margin-left: 10px;
	margin-top: 10px;*/
	margin-bottom: 5px;
}

#state_selection2 {
	float: left;
	height:auto;
	
	width: 560px;
	/*width: 550px;*/
	/*margin-left: 10px;
	margin-top: 10px;*/
	margin-bottom: 5px;
	padding-right: 10px;
}

#state_selection2 a{
	font-size: 12px;
	font-weight: bold;
}

#state_selection2 .statebox2{
	margin-left: 10px;
}

#state_selection2 h2{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	/*padding-left: 20px;*/
	padding-top: 10px;
	margin:0;
}

#state_selection2 h3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	/*padding-left: 20px;*/
	padding-top: 10px;
	margin:0;
}

#state_selection2 p{
	/*padding-left: 20px;*/
	padding-top: 5px;
	margin:0;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 15px;
}
.state_selection .highlight{color:red;font-family:verdana;font-size:11px;font-weight:bold;}
#mostpopular {
	float: left;
	height: auto;
	width: 580px;
}



.popularheading {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	margin:0;
	padding-bottom: 10px;
}
#middle_content_index #box4 {
	float: left;
	height: 220px;
	width: 286px;
	background-image: url(../im/box4-bg.gif);
	background-repeat: no-repeat;
}

#box4 p{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
	margin-bottom: 10px;
	width: 222px;
}

#box4 ul{
	margin-top:0;
}

#box4 li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}
#middle_content_index #box5 {
	float: left;
	height: 220px;
	width: 275px;
	background-image: url(../im/box4-bg.gif);
	background-repeat: no-repeat;
	
}

#box5 p{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}

#box5 ul{
	clear: both;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

#box5 li{
	line-height: 16px;
	font-size: 11px;
}

#box5 .boxstar {
	height: 100px;
	width: 100px;
	position: fixed;
	top: 20px;
	left: 20px;
}

/*#promotionalbanner {
	float: left;
	height: 97px;
	width: 254px;
	margin-top: 10px;
}*/

.formdrop_training {float:left; padding-top:20px; padding-left:10px}

.pricetag {font-size:16px; padding-left:25px; color:#0066CC}

.altrows { background-color:#F0F0F0}
.altrows2 { background-color:#FBFBFB}

#resources_area {
	float: left;
	height: 295px;
	width: 275px;
	background-image: url(../im/box6-bg.gif);
	background-repeat: no-repeat;
}

#resources_area ul{
	margin-top:0;
}

#resources_area li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}

#resources_area2 {
	float: left;
	height: 270px;
	width: 282px;
	background-image: url(../im/box6-bg.gif);
	background-repeat: no-repeat;
}

#resources_area2 ul{
	margin-top:0;
}

#resources_area2 li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}


.resources_area3 {
	float: left;

	height: 260px;
	width: 282px;
	background-image: url(../im/box5-bg.gif);
	background-repeat: no-repeat;
}
.resources_area3 h2{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 10px;
	margin:0;
}

.resources_area3 p{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	/*padding-left: 20px;*/
	padding-top: 10px;
	margin:0;
}

.resources_area3 ul{
	margin-top:0;
}

.resources_area3 li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}

#resources_area #image right {
	float: right;
	height: 220px;
	width: 282px;
}

#resources_area_img {
	float: left;
	height: 220px;
	width: 282px;
	background-image: url(../im/box-socket-bg.gif);
	background-repeat: no-repeat;
}

#resources_area_img ul{
	margin-top:0;
}

#resources_area_img li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}

#resources_area1_img {
	float: left;
	height: 140px;
	width: 282px;
	background-image: url(../im/course-state-bg.gif);
	background-repeat: no-repeat;
}

#resources_area1_img ul{
	margin-top:0;
}

#resources_area1_img li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}


#mostpopular ul{
	width: 220px;
	margin-bottom:0;
	float: left;
	margin-top:0;
	list-style-type: square;
}

#mostpopular li {
	line-height: 18px;
	margin:0;
	padding:0;
}

#mostpopular a{
	text-decoration: underline;
}

.mostliststyle {
	padding-left: 20px;
	list-style-image: url(../im/arrow-icon.gif);
	margin-left: 30px;
}
.rednew {
	color: #FF0000;
}

#tablist{
	margin-top: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom:0;
	padding-left:0;
	margin-left: 15px;
	margin-bottom: 0;
	clear:both;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	float:left;
	padding-top:15px;
}

#tablist li a{
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width:0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	color: #000;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#tablist li a:hover{
	color: #000066;
	text-decoration: underline;
}

/*#tablist li a:link, #tablist li a:visited, a:hover{
	color: #000099;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-bottom-color: #fff;
}
*/
#tablist li a.current{


}


#tabcontentcontainer{
	width: 819px;
	border: 1px solid #E4E4E4;
	background-color: #F5F5F5;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 37px;
}

.tabcontent{

}

#tabcontentcontainer #packageinfo  {
	background: #fff; width: 800px;	border: 2px solid #ccc;
	clear: both; height: auto;
	margin-left:8px; margin-top: 10px;	padding: 10px 0 0 0;
}

#tabcontentcontainer #packageinfo h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	padding-left: 10px;

}

#packageinfo #offerings {
	width: 400px;
}
#packageinfo .newbox {
	background-image: url(../im/tx-prelicense-bg.gif);
	background-repeat: no-repeat;
	height: 345px;
	width: 250px;
	float: left;
	padding:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 10px;
}
#packageinfo .newbox .package {
	height: 94px;
	width: 191px;
	float: left;
	padding-top: 7px;
	padding-left: 25px;
}

#tabcontentcontainer .packageinfo  {
	width: 800px;
	padding-top: 10px;
	padding-bottom:0;
	border: 2px solid #ccc;
	height: auto;
	clear: both;
	margin-top: 10px;
	margin-left:8px;
	background-color: #fff;
}


#tabcontentcontainer .packageinfo h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	padding-left: 10px;


}

.packageinfo #offerings {
	width: 400px;
}
.packageinfo .newbox {
	background-image: url(../im/tx-prelicense-bg.gif);
	background-repeat: no-repeat;
	height: 345px;
	width: 250px;
	float: left;
	padding:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 10px;
}
.packageinfo .newbox .package {
	height: 94px;
	width: 191px;
	float: left;
	padding-top: 7px;
	padding-left: 25px;
}




#offerings ul{
	font-size: 12px;
}


#offerings li{
	color: #666666;
	list-style-image: url(../im/icon-right.gif);
}



/*========================================================================================== FOOTER */

#footer {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 20px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	height: 55px;
	border-top-width:0;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 10px;
}

#footerindex {
	width: 855px;
	text-align: left;
	padding-top: 5px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	height: 310px;
	margin-top: 20px;
	margin-bottom:0;
	background-image: url(../im/footer-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#footer ul{

} 



#footer  li{
display: none;
}
#footerindex ul {margin-top:0;}
#footerindex  li {
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
	
}










/*========================================================================================== TEXT */

p {
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom: 1px;
	padding-left:0;
	color: #000;
}

.introbox_right {
	margin:0;
	padding:0;
	line-height: 1.5em;
	color: #579396;
}

.yellow_bold {
	font-weight: bold;
	color: #FFF08D;
}

.footer_txt {
	margin:0;
	padding:0;
	line-height: 1.25em;
	color: #999;
}




/*========================================================================================== LINKS */

a:link {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color:#333333 ;
	text-decoration: none;
}

a:active {
	color: #003399;
	text-decoration: none;
}


a.bold_link {
	font-weight: bold;
	color: #E31E26;
	text-decoration: none;
}

a.bold_link:hover {
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}

#footer a, #footerindex a {
	margin:0;
	padding: 0px 5px;
	color: #003399;
	text-decoration: underline;
	font-size: 11px;
}

#footer a:hover, #footerindex a:hover {
	margin:0;
	padding: 0px 5px;
	color: #000;
	text-decoration: none;
}

.footersmallfont {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 506px;
	margin-top: 20px;
	margin-bottom:0;
}

.offerbg {
	background-image:url(../im/offer-bg.gif);
	background-position: 1px;
	background-repeat: repeat-x;
}
	
.packageheadings {
	font-size: 14px;
	color: #003399;
	font-weight: bolder;
	margin:0;
	padding:0;
}	





.lists {
	Z-INDEX: 500;
	FLOAT: left;
	WIDTH: auto;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	HEIGHT: 25px;



	margin-top: 10px
	/*margin-top: 25px;*/
	margin-right:0;
	margin-bottom: 15px;
	margin-left: 10px;
	padding:0;
	margin-top: 10px;
}
.lists LI {
	DISPLAY: inline;
	FLOAT: left;
	HEIGHT: 25px;
	text-align: left;
}
.lists LI A.tl {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	WIDTH: 160px;
	COLOR: #000;
	TEXT-INDENT: 10px;
	LINE-HEIGHT: 20px;
	HEIGHT: 25px;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 125px 5px;
}
.lists DIV {
	display: none;
}
.lists LI A:hover {
	BACKGROUND-POSITION: 130px 15px; WHITE-SPACE: normal; TEXT-DECORATION: underline
}
.lists LI:hover > A {
	BACKGROUND-POSITION: 130px 15px; WHITE-SPACE: normal; TEXT-DECORATION: none}
.lists :hover DIV {
	DISPLAY: block;
	LEFT:0;	
	WIDTH: 500px;
	POSITION: absolute;
	TOP: -305px;
	background-color: #fff;
	padding: 10px;
	border: 5px solid #ccc;
}
/*#lists .two:hover {
	POSITION: relative
}
#lists .single:hover {
	POSITION: relative
}*/
.lists :hover DIV DL {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 100px;
	padding:0;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	z-index: 1;
	list-style-image: url(../im/arrow_red.png);
	list-style-position: inside;
}
/*#lists :hover DIV DL DT {
	BACKGROUND: #888;
	WIDTH: 100px;
	TEXT-INDENT: 10px;
	LINE-HEIGHT: 20px;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right:0;
	margin-bottom: 10px;
	margin-left:0;
}
#lists .two:hover DIV {
	LEFT: -150px
}
#lists .two:hover DIV DL {
	WIDTH: 140px;
	list-style-image: url(../im/arrow_red.png);
}
*//*#lists .two:hover DIV DL DT {
	WIDTH: 140px
}
#lists .single:hover DIV DL {
	WIDTH: 140px
}
#lists .single:hover DIV DL DT {
	WIDTH: 140px
}*/
.lists :hover DIV DL DD {
	PADDING-RIGHT:0;
	PADDING-LEFT:0;
	PADDING-BOTTOM:0;
	MARGIN:0;
	PADDING-TOP:0;
	list-style-type: circle;
}
.lists :hover DIV DT A {
	FONT-WEIGHT: normal; CURSOR: default; COLOR: #fff; TEXT-DECORATION: none
}
.lists :hover DIV DD A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #0066CC;
	TEXT-INDENT: 10px;
	LINE-HEIGHT: 15px;
	TEXT-DECORATION: none;	
	font-family: Arial, Helvetica, sans-serif;
}
.lists :hover DIV DD A:hover {
	TEXT-DECORATION: none;
	color: #fff;
	background-color: #333333;
}
.lists .clear {
	CLEAR: both
}


.enrollnow {
	color: #fff;
	background-color: #3298CC;
	width: 125px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
}

.dropdownform {
	font-size: 11px;

	width: auto;
}
#middle_content #columns {
	float: left;
	height: auto;
	width: 195px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#middle_content #box {
	height: auto;
	width: 725px;
	border: 1px solid #ccc;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top:0;
	padding-right: 10px;
	padding-bottom:0;
	padding-left:0;
	float: left;
	clear: both;
}
#middle_content  #testimonails_box h2 {
	float: left;
	height: auto;
	width: 750px;
	color: #3E557D;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0;
	padding-top: 15px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}
/*#middle_content #testimonails_box {
	float: left;
	height: 210px;
	width: 775px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	border: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #F7F7F7;
	background-image: url(../im/testimonials-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}*/

#middle_content .testimonails_box {
	float: left;
	height: 60px;
	width: 775px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	border: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;

}
#middle_content .testimonails_box h3 {
	float: left;
	height: auto;
	width: 750px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0;
	margin-top:30px;
}
#middle_content .testimonails_box h4 {
	float: left;
	height: auto;
	width: 750px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
#middle_content .testimonails_box p {
	float: left;
	height: auto;
	width: 760px;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding-top: 10px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}
#middle_content p {
	float: left;
	height: auto;
	font-size: 12px;
	padding-top: 15px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 20px;
}
.right_col {
	float: left;
	height: auto;
	width: 225px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eae9e9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eae9e9;
	padding-left: 20px;
	padding-top: 20px;
}

.right_col p {
	float: left;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 20px;
}

#middle_content #coursecatalog_box {
	float: left;
	height: 364px;
	width: 326px;
	margin-right:0;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	border: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #F7F7F7;
}
#middle_content #coursecatalog_box h2 {
	float: left;
	width: 326px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin:0;
	padding-top: 15px;
	padding-right:0;
	padding-bottom: 10px;
	padding-left:0;
}
#coursecatalog_box #pdfbullet {
	width: 35px;
	margin:0;
	height: 33px;
	float: left;
	padding-top:0;
	padding-right: 8px;
	padding-bottom:0;
	padding-left:0;
}
#coursecatalog_box p {
	width: 250px;
	margin:0;
	float: left;
	padding-top: 5px;
	padding-right:0;
	padding-bottom:0;
	padding-left: 10px;
	font-size: 12px;
	height: 35px;
}
#middle_content  #viewdemo {
	width: 233px;
	float: left;
	padding:0;
	margin-top: 10px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}

/*#middle_content ul {
	float: left;
	height: auto;
	width: 775px;
	margin:0;
	padding-top: 10px;
	padding-right:0;
	padding-bottom:0;
	padding-left: 30px;
}
#middle_content li {
	float: left;
	height: auto;
	width: 775px;
	margin:0;
	padding:0;
}*/
#middle_content #box p {
	float: left;
	height: auto;
	margin:0;
	padding:0;
}
#middle_content #box ul {
	height: auto;
	width: 700px;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	float: left;
	list-style-position:outside;
	
	
}
#middle_content #box li {
	float: left;
	height: auto;
	width: 700px;
	padding:0;
}
#middle_content #box h2 {
	float: left;
	height: auto;
	width: 735px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 10px;
	padding-right:0;
	padding-bottom: 10px;
	padding-left:0;
}
#middle_content h3 {
	height: auto;
	width: 775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-left: 5px;
}
#middle_left {
	float: left;
	height: auto;
	width: 576px;
	margin-right: 5px;
}
#middle_right {
	float: left;
	height: auto;
	width: 225px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-left: 20px;
	padding-top: 20px;
}

#middle_right p {
	float: left;
	margin:0;
	width: 220px;
	padding-top: 10px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}
.liststyle {
	width: 500px;
	margin-left: 30px;
	padding-left: 30px;
	margin-top: 10px;
	float: left;
}

#middle_content h2 {
	float: left;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
/*	width: 825px;	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}
#middle_content h3 {
	float: left;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	width: 775px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#main_wrap #banner_heading_index #loginbox input {
	width: 150px;
	border: 1px solid #999999;
}
#main_wrap #middle_content #middle_right #form .field {
	width: 200px;
	border: 1px solid #999999;
}
#middle_content #form {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
	/*margin-left: 5px;*/
	margin-top: 10px;
}
#middle_content #bookstore {
	float: left;
	width: 830px;
	margin-right: 5px;
	margin-left: 5px;
}
#bookstore  h2  {
	float: left;
	height: 30px;
	width: 800px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	background-color: #EBEBEB;
	padding-top: 10px;
	margin-left:0;
	padding-left: 10px;
	margin-right:0;
	margin-bottom:0;
	padding-right:0;
	padding-bottom:0;
	border: 1px solid #ccc;
}
#bookstore  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin:0;
	width: 520px;
	padding-top: 20px;
	padding-right:0;
	padding-bottom:0;
	padding-left: 10px;
}
#bookstore  #book {
	width: 84px;
	padding-top: 10px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	float: left;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 15px;
}
#bookstore #price {
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-right:0;
	margin-bottom:0;
	margin-left: 30px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding:0;
}
#bookstore #cart {
	width: 740px;
	float: left;
	margin-top: 20px;
	margin-right:0;
	margin-bottom:0;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding:0;
}
#middle_right #rightform {
	float: left;
	height: auto;
	width: 180px;
}
#middle_content  #login {
	height: 324px;
	width: 220px;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 20px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom:0;
	padding-left: 10px;
}
#main_wrap #middle_content #login input {
	padding:0;
	margin-top: 7px;
	border: 1px solid #999999;
	width: 150px;
}
#middle_content_left p {
	/*width: 520px;*/
	height: auto;
}



/*for box*/

#middlebox
{
width:200px;
height:auto;
float:left;
padding-right:10px;

}
#middlebox ul {
	height: auto;
	width: 200px;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;

	float: left;

	
	
}
#middlebox li {
	float: left;
	height: auto;
	width: 200px;
	padding:0;
}


.TextBox
{
width:160px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}


.offerbox
{
BORDER-RIGHT: #D4D0C8 1px solid; BORDER-TOP: #D4D0C8 1px solid; BORDER-LEFT: #D4D0C8 1px solid; BORDER-BOTTOM: #D4D0C8 1px solid; width:730px; height:100px; background-color:#eeeeee;
margin-left:30px;
padding-left:30px;


}
.offerboxtext
{
width:730px;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; margin-top:25px;
text-align:center;


}
.inofferbox
{
	BORDER-RIGHT: #D4D0C8 1px solid;
	BORDER-TOP: #D4D0C8 1px solid;
	BORDER-LEFT: #D4D0C8 1px solid;
	BORDER-BOTTOM: #D4D0C8 1px solid;
	width:740px;
	height:100px;
	background-color:#eeeeee;
	float:left;
	margin-left:20px;
	padding-left:60px;

}

.inoffertext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	text-align:center;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;

}.price {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#box #innerbox {
	height: auto;
	width: 250px;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
#box #innerbox2 {
	height: auto;
	width: 300px;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
#box #innerbox3 {
	height: auto;
	width: 100px;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
#packageinfo .newbox .list {
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	height: auto;
}
#packageinfo .newbox .list ul {
	height:0;
	width: 190px;
	list-style-image: url(../im/bullets.gif);
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin:0;
}
#packageinfo .newbox .list li {
	margin-left: 5px;
	padding-left: 5px;
}
#packageinfo .newbox .cart {
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	width: 200px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#google-cse{overflow:hidden;}

#google-cse p.meta{border-bottom:1px solid #79f;padding:5px 10px;margin:3px 0 5px -20px; width:100%; text-align:right;}
#google-cse p.noresult{float:none;}
#google-cse ul{}
#google-cse ul li{list-style-image:url(../im/arrow-icon.gif);list-style-type:none;list-style-position:outside; padding-bottom:3px; margin-left:10px;}

#google-cse .cse-result{overflow:hidden; clear:both;}
#google-cse .cse-result h2{margin:8px 0 1px; padding:0;}
#google-cse .cse-result h2 a{text-decoration:underline;}
#google-cse .cse-result h2 a.mime_pdf{text-decoration:underline;background:transparent url(../im/pdf-icon.gif) no-repeat scroll right center; padding-right:40px;}
#google-cse .cse-result p.summary{margin:1px 0px; padding:0;letter-spacing:.05em;line-height:1.2em;clear:both;width:780px;padding-top:5px;}
#google-cse .cse-result p.url{clear:both;color:green;margin:5px 1px; padding:0;width:780px;}
#google-cse #cse-pager {font-size:16px;margin-top:10px;text-align:center;}
#google-cse #cse-pager a {text-decoration:underline;}
#google-cse #cse-pager a.active {text-decoration:none; font-weight:bold;}
#google-cse #cse-pager a.prev {margin-right:15px;}
#google-cse #cse-pager a.next {margin-left:15px;}
#tabcontentcontainer #leftarea {
	width: 500px;
	border: 1px solid #fff;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 4px;
	float: left;
}
#leftarea #leftbox {
	float: left;
	height:auto;
	width: 480px;
	margin-bottom: 5px;
	padding-right: 10px;
}

#leftarea #leftbox a{
	font-size: 12px;
	font-weight: bold;
}

#leftarea #leftbox .statebox2{
	margin-left: 10px;
}

#leftarea #leftbox h2{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	/*padding-left: 20px;*/
	padding-top: 10px;
	margin:0;
}

#leftarea #leftbox h3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	/*padding-left: 20px;*/
	padding-top: 10px;
	margin:0;
}

#leftarea #leftbox p{
	/*padding-left: 20px;*/
	padding-top: 5px;
	margin:0;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 15px;
}

#tabcontentcontainer #rightarea {
	width: 270px;
	border: 1px solid #fff;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 4px;
	float: left;
}

#rightarea #rightbox {
	float: left;
	height: 152px;
	width: 260px;
	margin-bottom: 5px;
	margin-right: 7px;
	padding-left: 10px;
}

#rightarea #rightbox a{
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#rightarea #rightbox .statebox2{
	margin-left: 10px;
}

#rightarea #rightbox h2{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 15px;

	padding-top: 10px;
	margin:0;
}

#rightarea #rightbox p{

	padding-top: 5px;
	margin:0;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	width: 300px;
}
.soon {
	font-weight: bold;
	color: #990000;
}
.new {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;font-weight: bold;color: #FF0000;}

.coursedemo a{
	text-decoration: none;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

.coursedemo a:hover
{
	color: #333333;

}
#display_add_info{
		text-decoration:none;
		color:#003399;
	}
	
	#additional_info, #display_add_info{
		padding-left:10px;
		font-family:Verdana,Helvetica,Arial,sans-serif;

	} 
	#additional_info h2{
		color:#000;
		font-size:14px;		
		margin-bottom:5px;		
	}
	
	#additional_info p{
		font-size:12px;
	}
	
	#display_add_info2{
		text-decoration:none;
		color:#003399;
	}
	
	#additional_info2, #display_add_info2{
		padding-left:10px;
		font-family:Verdana,Helvetica,Arial,sans-serif;

	} 
	#additional_info2 h2{
		color:#000;
		font-size:14px;		
		margin-bottom:5px;		
	}
	
	#additional_info2 p{
		font-size:12px;
	}
	/* reCaptcha Stylesheet:Start */
#recaptcha_image img{height:75%;width:75%;}
#recaptcha_widget ul{overflow:hidden}
#recaptcha_widget ul li{float:left; list-style:none;border-right:1px solid #ddd;}
#recaptcha_widget ul li a{padding:5px;}
#recaptcha_widget ul li a img{border:0;}
/* reCaptcha Stylesheet:End */

#middle_content #tabcontentcontainer #sc1 #form1 #select {
	font-size: 11px;
}
#tollfree {
	font-size: 20px;
	float: right;
	width: 500px;
	padding-right: 5px;
	margin-top: 5px;
	font-weight: bold;
}
#middle_content #tabcontentcontainer #sc1 #form1 #select {
	font-size: 11px;
}
.blueheading {
	color: #003281;
	font-size: 16px;
}

.left {
	height: auto;
	width: 539px;
	float: left;
	padding: 5px;
}
.left .enroll-bt {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-top: 15px;
}


.left .left-content {
	height: auto;
	width: 480px;
	float: left;
	padding: 5px;
}

.left .left-content p{
	height: auto;
	width: 460px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top:0;
	margin-top:0;
}

.left .left-content h2{
	height: auto;
	width: 450px;
	float: left;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../im/think-line.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left .left-content ul {
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left: 25px;
	float: left;
	width: 450px;
}
.right {
	background-image: url(../im/right-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 614px;
	width: 270px;
	padding-top: 20px;
}
.righttesti {
	background-image: url(../im/right-bg-testimonial.png);
	background-repeat: no-repeat;
	float: left;
	height: 700px;
	width: 270px;
	padding-top: 20px;
}
.right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
}

.righttesti p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
}


.left .left-content li {
	list-style-image: url(../im/arrow-icon.gif);
	margin-left: 10px;
}


.left .img {
	height: 239px;
	width: 150px;
	float: left;
	padding: 5px;
	margin-top: 10px;
}

.arrowlistmenu{width: 850px;padding:0;margin:0 auto;}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom:0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	width:837px;
	height: 24px;
	margin-top:0;
	background-image:url(../im/dropbg-curve.gif);
	background-repeat:no-repeat;
	padding:0;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{font-family: Arial, Helvetica, sans-serif;font-size: 11px;
	padding-left: 10px;margin-left: 10px;}

.arrowlistmenu li {list-style-image: url(../im/cat-li.gif);}

.arrowlistmenu a {color:#fff;text-decoration: none;}

.arrowlistmenu A:HOVER {color: #EE2E24;}

.categoryitems {height: auto;background: url(../im/drop-bg-li.gif) repeat -10px 23px;width: 837px;}

.quickheadingfont {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color:#fff;}

.catalog{border-collapse: collapse;}
.catalog td, .catalog th{border-right:1px solid #fff; padding: 0 5px; text-align: center;} 
.catalog .title{border-left: 1px solid #fff; height:44px; text-align: left;}
.catalog th.title{height: 32px;}
.catalog th, .packageheadings {color: #039;font-size: 14px;font-weight: bolder;} 
.price{font-size: 12px;	color: #333}
tr.alt { background-color:#F0F0F0}


