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:url(../im/background.png) repeat-x #AECDF0;color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}




/*========================================================================================== LAYOUT */

#main_wrap, #header, #nav, #banner_heading_index, #middle_content_index, #banner_main{width: 850px}

#main_wrap{background-color:#fff;position:relative;margin-right:auto;margin-left:auto;padding-right:10px;
  padding-bottom:10px;padding-left:10px; text-align: left; overflow:hidden}

/*========================================================================================== HEADER */

#header {
	float: left;
	height: 70px;
	margin: 0px;
	border: none;
	background-color: #FFF;
	padding: 0px;
}

#header #logo {
	float: left;
	width: 170px;
	height:74px;
	
}

#header_right {
	float: right;
	width: 400px;
	height: 70px;
}

#header_right p{
	margin: 0px;
	padding: 0px;
}

#header_right ul{
	display: inline;
}

#header_right li{
	display: inline;
}

#header_right a{
	text-decoration: underline;
}
#headerarea {
	float:left;
	width:400px
}

.enrollnumber {
	font-size:18px;
}

#smallnav {
	float:left;
	width:400px;
	text-align:right;
	padding-top: 5px;
}

#toplinks {	float: left;width: 670px;text-align: right;	padding-top: 10px;	vertical-align:bottom;}
#toplinks a{text-decoration: none;	vertical-align:bottom;display:inline-block; margin-left:2px}
#toplinks a img{border:0 none; vertical-align:baseline;}


/* --------------------------------------------------------------- */
/*  Navigation
/* --------------------------------------------------------------- */

#nav, #navWrapper1, #navWrapper2, #navWrapper3
{
	position: relative;
	background-image: url(../im/navigation.png); background-repeat:no-repeat;
	height:37px;
}

#nav a{
	text-decoration: none;
}

#nav
{
	background-position: left bottom;
	z-index: 999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	color:#fff;
	margin-left: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	float: left;
}

#navWrapper1 { background-position: left top; }

#navWrapper2
{
	background-position: right bottom;
	/*padding-bottom: 5px;*/
}

#navWrapper3
{
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	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;
	padding-top:1px;
}

#nav a
{
	display: block;
	color: #000;
	font-weight: normal;
	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: #68BAF8;	
	width: 17em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:  #247FC5;
	border-bottom-color:  #247FC5;
	color:#68BAF8;
}

#nav li ul li.about {width: 110px;}
#nav li ul li.statereq {width: 192px;}
#nav li ul li.training {width: 186px;}
#nav li ul ul { margin: -2.1em 0 0 13em; }

#nav li:hover, #nav li.sfhover { background-color: #68BAF8;}

#nav li li:hover, #nav li li.sfhover {
	background-color: #247FC5;
	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: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#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;
	margin-left:6px;
}
#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;
}



#banner_heading_index {
	float: left;
	height: 112px;
	background-image: url(../im/banner-index-bg.gif);
	background-repeat: repeat-x;
}

.leftbannerheading_area {
	float:left;
	width:420px;
	height:112px
}
.leftbannersmallheading {
	padding-left:15px;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#banner_heading_index h1{
	font-size: 18px;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000000;
}

#coursedemobox {
	float: right;
	width: 223px;
	padding-right: 33px;
	height: 59px;
}

#loginbox {
	float: left;
	height: 112px;
	width: 334px;
	
}

#loginbox form{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 145px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#loginbox .input{
	margin: 0px;
}

.loginbox_heading {padding-top:8px; padding-bottom:4px; font-size:14px}

#banner_heading {
	float: left;
	height: 112px;
	width: 840px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../im/banner-index-bg.gif);
	background-repeat: repeat-x;
}

#subpageheagings {	float:left; margin:2px 0px 0px 5px;	width:600px; 
	padding-left:5px;	padding-top:10px;	
}

#subpageheagings a{ text-decoration:underline;	 	
}


#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: 0px;
	padding: 0px;
	color: #000000;
}

/*#banner_heading p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
}
*/

#middle_content {
	float: left;
	height: auto;
	width: 840px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	background-color:#fff;
	
}
#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;
}
#pricebox {
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	background-color: #E9E9E9;
	padding: 5px;
}

/*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;
	

}
#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;

}




.list a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;

}

.list a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color:#000000;
	

}




#middle_content_index {
	float: left;
	height: auto;
	/*margin-right: 5px;*/
	/*margin-left: 5px;*/
	margin-top: 10px;
}



#middle_content #states2{
	float:left;
	width:320px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#states2 ul{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	float:left;
}

#middle_content_left {
	float: left;
	width: 568px;
	height: auto;
	
}




.state_selection {
	float: left;
	height: 108px;
	width: 283px;
	/*width: 264px;*/
	/*margin-left: 10px;
	margin-top: 10px;*/
	background-image: url(../im/course-state-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.state_selection a{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	
}







.state_selection .statebox2{
	margin-left: 10px;
}

.state_selection h2{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
	/*padding-left: 20px;*/
	padding-top: 10px;
	margin: 0px;
}

.state_selection p{
	/*padding-left: 20px;*/
	padding-top: 5px;
	margin: 0px;
	font-size: 11px;
	padding-left: 15px;
}

.state_selection .iconleft{
	float: left;
	height: 45px;
	width: 56px;
	margin-left: 10px;
	/*padding-top: 10px;
	margin-left: 10px;*/
}

.mostpopular {
	float: left;
	height: auto;
	width: 580px;
}



.popularheading {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 10px;
}
#middle_content_index #box4 {
	float: left;
	height: 220px;
	width: 283px;
	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: 0px;
}

#box4 li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}
#middle_content_index #box5 {
	float: left;
	height: 220px;
	width: 283px;
	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: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#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}

#resources_area {
	float: left;
	height: 170px;
	width: 284px;
	background-image:url(../im/box6-bg.gif);
	background-repeat: no-repeat;
}

#resources_area ul{
	margin-top: 0px;
}

#resources_area li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}

.resources_area2 {
	float: left;
	height: 285px;
	width: 280px;
	padding-bottom:10px;
	background-image:url(../im/box5-bg.gif);
	background-repeat: no-repeat;
}

.resources_area2 ul{
	margin-top: 0px;
}

.resources_area2 li{
	list-style-image: url(../im/arrow-icon.gif);
	line-height: 20px;
}

#mostpopular ul{
	width: 220px;
	margin-bottom: 0px;
	float: left;
	margin-top: 0px;
	list-style-type: square;
}

#mostpopular li {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#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: 0px;
	padding-left: 0px;
	margin-left: -3px;
	margin-bottom: 0;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background:#ccc;
	text-decoration:none;
}

#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: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-color: #fff;
}
*/
#tablist li a.current{

}


#tabcontentcontainer {
	width: 840px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	height: 100%;
	min-height:30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 4px;

}

#middle_content #tabcontentcontainer h2 {padding-left:0}

#middle_content #tabcontentcontainer p {
	clear:both;
	padding-left:0;width:auto;
}
#tabcontentcontainer #packageinfo  {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	border: 0px solid #CCCCCC;
	height: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
	background-color: #fff;
}

#tabcontentcontainer #packageinfo h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	padding-left:0;

}

#packageinfo {
width:100%;
}

#offerings {
	width: 400px;
}

#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: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 55px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#footerindex {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 55px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer ul, footerindex ul {}

#footer  li, #footerindex  li {
	display: inline;
}










/*========================================================================================== TEXT */

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	color: #000000;
}

.introbox_right {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	color: #579396;
}

.yellow_bold {
	font-weight: bold;
	color: #FFF08D;
}

.footer_txt {
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
	color: #999;
}




/*========================================================================================== LINKS */

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #0627a3;
	text-decoration: none;
}

a:active {
	color: #039;
	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: 0px;
	padding: 0px 5px;
	color: #039;
	text-decoration: underline;
	font-size: 11px;
}

#footer a:hover, #footerindex a:hover {
	margin: 0px;
	padding: 0px 5px;
	color: #000000;
	text-decoration: none;
}

.footersmallfont { font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif}
#footerindex .footersmallfont a{font-size: 10px; padding: 0;}

.offerbg {
	background-image:url(../im/offer-bg.gif);
	background-position: 1px;
	background-repeat: repeat-x;
}
	


.statest2 {position:absolute; visibility: hidden; border: 3px solid #CCCCCC; background-color: #fff; width: 450px; height: 225px; padding: 4px;}

.statest3 {
	position:absolute;
	visibility: hidden;
	border: 3px solid #CCCCCC;
	background-color: #fff;
	width: 450px;
	height: 225px;
	padding: 4px;
	float: left;
}

.subnav-wrap_area {
	float: left;
	width: 100px;
	padding-top: 5px;
	padding-left: 10px;
}

.subnav-wrap_area ul a{
	font-weight: bold;
	color: #039;
}
.subnav-wrap_area ul a:hover{
	color: #fff;
	background-color: #666666;
}

.subnav-wrap_area ul{
	margin: 0px;
	padding: 0px;
}
.subnav-wrap_area li{
	list-style-type: none;
}


#lists {
	FLOAT: left;
	WIDTH: auto;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	HEIGHT: 25px;

	margin-top: 10px
	/*margin-top: 25px;*/
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 10px;
	padding: 0px;
	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: #000000;
	TEXT-INDENT: 10px;
	LINE-HEIGHT: 20px;
	HEIGHT: 25px;
	TEXT-DECORATION: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: 125px 5px;
	z-index: 11;
}
#lists DIV {
	display: none;
	z-index: 1;
}
#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: 0px;	
	WIDTH: 500px;
	POSITION: absolute;
	TOP: 25px;
	background-color: #fff;
	padding: 10px;
	border: 5px solid #CCCCCC;
}
/*#lists .two:hover {
	POSITION: relative
}
#lists .single:hover {
	POSITION: relative
}*/
#lists :hover DIV DL {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 100px;
	padding: 0px;
	margin-top: 0px;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#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: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	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: Verdana, Arial, Helvetica, sans-serif;
}
#lists :hover DIV DD A:hover {
	TEXT-DECORATION: none;
	color: #fff;
	background-color: #333;
}
#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: 230px;
	width: 725px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#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: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*#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 #CCCCCC;
	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 #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;

}
#middle_content #testimonails_box h3 {
	float: left;
	height: auto;
	width: 750px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin-top:30px;
}
#middle_content #testimonails_box h4 {
	float: left;
	height: auto;
	width: 750px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#middle_content #testimonails_box p {
	float: left;
	height: auto;
	width: 760px;
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#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: #CCCCCC;
	padding-left: 20px;
	padding-top: 20px;
}
#middle_content p {
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	width: 780px;
	padding-left: 20px;
	clear:both;
}
#middle_content #coursecatalog_box {
	float: left;
	height: 364px;
	width: 326px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	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: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#coursecatalog_box #pdfbullet {
	width: 35px;
	margin: 0px;
	height: 33px;
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#coursecatalog_box p {
	width: 250px;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	height: 35px;
}
#middle_content  #viewdemo {
	width: 233px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*#middle_content ul {
	height: auto;
	width: 780px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#middle_content li {
	height: auto;
	width: 780px;
	margin: 0px;
	padding: 0px;
}*/
#middle_content #box p {
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#middle_content #box ul {
	height: auto;
	width: 700px;
	margin: 0px;
	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: 0px;
}
#middle_content #box h2 {
	float: left;
	height: auto;
	width: 735px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#middle_content h3 {
	height: auto;
	width: 775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-left: 5px;
}
#middle_right p {
	float: left;
	margin: 0px;
	width: 220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.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: #000000;
	padding-left: 20px;
	clear:both;
}
#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: #000000;
	clear:both;
}
#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: 0px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #CCCCCC;
}
#bookstore  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	width: 520px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bookstore  #book {
	width: 84px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#bookstore #price {
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}
#bookstore #cart {
	width: 740px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}
#middle_right #rightform {
	float: left;
	height: auto;
	width: 180px;
}
#middle_content  #login {
	height: 324px;
	width: 220px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main_wrap #middle_content #login input {
	padding: 0px;
	margin-top: 7px;
	border: 1px solid #999999;
	width: 150px;
}
#middle_content_left p {
	float: left;
	/*width: 520px;*/
	height: auto;
}

/*for box*/

#middlebox
{
width:200px;
height:auto;
float:left;
padding-right:10px;

}
#middlebox ul {
	height: auto;
	width: 200px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

	float: left;

	
	
}
#middlebox li {
	float: left;
	height: auto;
	width: 200px;
	padding: 0px;
}


.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:680px; height:100px; background-color:#eeeeee;  float:left;
margin-left:60px;
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;

}

#state_requirements p {
	width:auto;
}

#tablist li a.active { 
	background-color:#fff;
	text-decoration:none;
}
#banner_main {background: url(../im/Header-graybar.png) no-repeat;	float: left;	height: 100px;}
  
#banner_main h1 {
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #fff;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#banner_heading_index p {
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000000;
}
.smallDescription{
	font-size: 90%;
	color:#666666;
}
.strike{
	text-decoration: line-through;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#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;}
#google-cse .cse-result p.url{margin:5px 1px; padding:0; color:green;}
#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;}



.id-selction
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000000;
}

a.id-selction:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000099
}


.heading-font
{
font-size:16px;
}

/* 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 */



 /** Declaration for the a.singleRollover selector **/  
   
 a.singleRollover {  
     display: block;  
     width: 156px;  
     height: 30px;  
     background: url(../im/selectyourstate.png) no-repeat 0 -72px;
	 
	 
 }  
   
 /** Declaration for the additional states of the a.singleRollover selector **/  
   
 a:visited.singleRollover {  
     background-position: 0 -72px;  
 }  
   
 a:hover.singleRollover {  
     background-position: 0 -35px;  
 }  
   
 a:active.singleRollover {  
      background-position: 0 1px;  
 }  
 
 
 
 
 
  a.enrollRollover {  
     display: block;  
     width: 156px;  
     height: 30px;  
     background: url(../im/enrollnow.png) no-repeat 0 0;
	 
	 
 }  
   
 /** Declaration for the additional states of the a.singleRollover selector **/  
   
 a:visited.enrollRollover {  
     background-position: 0 -72px;  
 }  
   
 a:hover.enrollRollover {  
     background-position: 0 -35px;  
 }  
   
 a:active.enrollRollover{  
      background-position: 0 1px;  
 } 
 
.catalog{border-collapse: collapse;width: 100%;}
.catalog td, th{border-right:1px solid #fff; padding: 5px; text-align: center;} 
.catalog .title{border-left: 1px solid #fff; height:44px; text-align: left;}
th.title{height: 32px;}
.catalog th, .packageheadings {color: #039;font-size: 14px;font-weight: bolder;}
.catalog .more a{cursor: pointer;} 
.price{font-size: 12px;	color: #333}

.alt{background-color: #f3f3f3;}	

.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: 780px;
	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;
}

 .description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	width: 300px;
}
 
 
#newul li {width:280px; line-height:22px; font-weight:bold; clear:both;list-style-image: url(../im/checkout.jpg) !important; }

#topimage{ padding-top:20px;}
