/*
LEGAL
=====
This CSS Template has been edited to meet design needs of Accelerant Studios http://www.accelerantstudios.com
Copyright: Daemon Pty Limited 2006, http://www.daemon.com.au
Community: Mollio http://www.mollio.org $
License: Released Under the "Common Public License 1.0", 
http://www.opensource.org/licenses/cpl.php
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by/2.5/
License: Released Under the "GNU Creative Commons License", 
http://creativecommons.org/licenses/GPL/2.0/
*/

/* THE BIG GUYS */
* {
	margin:auto;
	padding:0;
}
body {
	background: #676767 url(../images/bkg_shadowlift.jpg) no-repeat center top;
	color:#333;
	font:83%/1.1 Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* TYPOGRAPHY */
p, ul, ol {
	margin: 0 0 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1.2em 0 .3em;
	color:#333333;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.1em
}
h1 {
	color: #F0671A;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 0em;
	font-size:16px;
	margin-bottom: 5px;
}
h2 {
	font-size: 136%;
	margin-top: 0px;
	border-style: none;
}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {
	font-size: 106%;
	color: #F0671A;
	display: inline;
}
h6 {font-size: 96%}

/* LINKS */
a,a:link,a:link,a:link,a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
	color: #F0671A;
} 
a:link {
	color:#F0671A;
	text-decoration: none;
} 
a:visited {
	color:#F0671A;
	text-decoration: none;
} 
a:hover,a:active {
	color:#333333;
	text-decoration: none;
} 
input {font-family: arial,tahoma,verdana,sans-serif;margin: 2px 0}
fieldset {border: none}
label {display:block;padding: 5px 0}
label br {clear:left}

/* FORMS */
form {
	margin: 0 10 1.5em 0;
}

	/* FORMS - general classes */
	input.f-submit {padding: 1px 3px;background:#666;color:#fff;font-weight:bold;font-size:96%}
.highlight {
	color:#E17000;
	font-weight: bold;
}
.highlight_sub {
	color:#E17000;
}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}

/* LISTS */
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}


ul {
	list-style-type:none;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	color: #333333;
	background: url(none);
}

li {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #E3E3E3;
}

li a {
	color:#666666;
}
li a:hover {
	color:#F0671A;
}

li.active,a:active {
	color:#F0671A;

}


li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}
ul.related {
	border-style: none;
	color: #F0671A;
	padding-left: 10px;
}

ul ul{
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	border-style: none;
	padding-bottom: 2px;
	padding-left: 0px;
	border-width: 0px;
}

ul ul li a {
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	border-style: none;
	padding-bottom: 2px;

	color: #F0671A;
	padding-left: 0px;
	border-width: 0px;
}


dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* GENERAL */
img {
	border:none;
	margin: 0px;
	padding: 0px;
} 
hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 

/* LAYOUT - HEADER */
#header {
	margin: 0;
	padding: 0 0 0px;
	height: 126px;
	background: #FFFFFF;
}

	#header #site-name {
	margin:0 0 0 25px;
	padding:10px 0 0px;
	color:#ccc;
	border:none;
	background: #FFFFFF;
	height: 70px;
}
	
	
	
	/* SEARCH */
	#search {
	/*color:#666666;
	font-weight:normal;
	text-align: right;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
	width: 400px;*/
	float: right;
	margin-right: 30px;



}
	#search frm {
	margin:0;
	border-style: none;
}
	#search input #searchsite{
	width:16em;
	margin: 0 0 -1px;
	height:1.6em;
	background: #EDEDED;
}
	#search label {padding:5px 0 0;display:inline}
	#search input.f-submit {
	width:30px;
	font-size:12px;
	margin:0;
	height:30px;
	text-transform: uppercase;
	color: #F0691B;
	background: url(../images/go_button.gif) no-repeat;
	border-style: none;
}

/* LAYOUT - main body of page */
#wrap {
	min-width:800px;
	max-width:800px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	width: 800px;
	background: #FFFFFF url(../images/pagebkg.jpg) bottom center repeat-y;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;	
}
#content-wrap {
	/*position:relative;
	width:100%;
	margin: 15px auto 0px auto;
	padding: 20px 0px 0px 0px;*/
	
	margin:0;
padding-top:0;
position:relative;
width:100%;
	
}
#utility {
	width:155px;
	background: url(../images/bkg_right_column.gif) no-repeat left top;
	float: left;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-top: 10px;
}
#utility a {
	color: #000000;
	padding-left: 0px;
}

#utility a:hover {
	color:#F0671A;
}
#leftbar {
	width: 168px;
	margin-top: 20px;
	margin-left: 28px;
	float: left;
	margin-right: 22px;
}
#loginbox, #loginbox2 {
	width:155px;
	background: url(../images/sidbox_bttm.gif) no-repeat left bottom;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 20px;
	clear: left;
	float: left;
	padding-bottom: 10px;
}


#sidebox1 {
	width:155px;
	background: url(../images/sidbox_bttm.gif) no-repeat left bottom;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 20px;
	clear: left;
	float: left;
	padding-bottom: 10px;
}

#sidebox2 {
	width:155px;
	background: url(../images/sidbox_bttm.gif) no-repeat left bottom;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 20px;
	clear: left;
	float: left;
	padding-bottom: 10px;
}


#sidebox3 {
	width:155px;
	background: url(../images/sidbox_bttm.gif) no-repeat left bottom;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 20px;
	clear: left;
	float: left;
	padding-bottom: 10px;
}
#sidebox1 h1 {
	color: #000000;
	background: url(../images/sidebox_hd.gif) no-repeat;
	border-style: none;
	border-width: 0px;
	padding: 8px 10px;
	margin: 0px;
	font-size: 13px;
}
#sidebox2 h1 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/sidebox_hd.gif) no-repeat;
	border-style: none;
	border-width: 0px;
	padding: 8px 10px;
	margin: 0px;
}
#sidebox3 h1 {
	color: #000000;
	background: url(../images/sidebox_hd.gif) no-repeat;
	border-style: none;
	border-width: 0px;
	padding: 8px 10px;
	margin: 0px;
	font-size: 13px;
}
#sidebox1 li {
	border-style: none;
	padding-left: 20px;
	font-size: 11px;
	color: #F0671A;
	padding-right: 10px;
}
#sidebox2 li {
	border-style: none;
	padding-left: 20px;
	font-size: 11px;
	color: #F0671A;
	padding-right: 10px;
}
#sidebox3 li {
	border-style: none;
	padding-left: 20px;
	font-size: 11px;
	color: #F0671A;
}

#content {
	margin: 0 35px
}
	
	.featurebox {
	color:#333;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background: #EEEFF4 url(images/featurebox_bg.gif) no-repeat 100% 100%;
}
	.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #F0671A;
	color:#F16C1E
}
	.featurebox p {border:none;margin: 0 0 1em;color:#444}
	.featurebox a {font-weight:bold}

	.thumbnail {
	margin: 0 0 0 10px;
	position:relative;
	z-index:9999;
	border: 1px solid #eee;
	float:right;
	padding:5px;
	background:#fff
}
	.thumbnailplain {
	margin: 0 0 0 10px;
	position:relative;
	z-index:9999;
	float:right;
	padding:5px;
	background:#fff
}
	.thumbnail img {border: 1px solid #000}
	
	/* TABLES */
	.table1 {border: 2px solid #900;border-collapse:collapse;width:100%}
		.table1 td {background: #fff url("images/sprites.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
		.table1 th {text-align:left;border: 1px solid #fff}
		.table1 thead th {
	color:#fff;
	font-size:145%;
	background: #EE6213;
	padding: 10px 6px
}
		.table1 tbody th {
	color:#fff;
	font-size:115%;
	background: #999999 url(images/sprites.gif) repeat-x 0 -1400px;
	padding: 6px
}
		.table1 tbody th.sub {font-size:100%;color:#000;background: #efefef url("images/sprites.gif") repeat-x 0 -1500px;padding: 6px}
		
	/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url(images/sprites.gif) no-repeat 5px -500px;
	padding-left:25px;
	padding-bottom: 5px;
}
		a.morelink:hover {background: transparent url("images/sprites.gif") 5px -400px}
		.morelink span {position:absolute;left:-9999px;width:900px}
	
	
	/* 'PODCAST' LINK  */
		a.podcastslink:link, a.podcastslink:visited, a.podcastslink:hover, a.podcastslink:active {
	background: transparent url(/images/icon_podcast.jpg) no-repeat;
	padding-left:25px;
	padding-bottom: 5px;
}
		a.podcastslink:hover {
	background: transparent url(/images/icon_podcast.jpg) no-repeat
}
		.podcastslink span {position:absolute;left:-9999px;width:900px}	
		
		
	/* 'arrow' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.arrowlink:link, a.arrowlink:visited, a.arrowlink:hover, a.arrowlink:active {
	background: transparent url(images/sprites.gif) no-repeat 0px -800px;
	padding-left:10px;
	font-size: 11px;
	display: block;
	line-height: 12px;
	padding-bottom: 4px;
}
		a.arrowlink:hover {
	background: transparent url(images/sprites.gif) no-repeat 0px -917px;
	font-size: 11px;
}
		.arrowlink span {position:absolute;left:-9999px;width:900px}
		
		
	/* 'popbox' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.popbox:link, a.popbox:visited, a.popbox:hover, a.popbox:active {
	background: transparent url(images/sprites.gif) no-repeat 0px -917px;
	padding-left:10px;
	font-size: 11px;
	display: block;
	line-height: 12px;
	padding-bottom: 4px;
	color: #333333;
}
		a.popbox:hover {
	background: transparent url(images/sprites.gif) no-repeat 0px -800px;
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
		.popbox span {position:absolute;left:-9999px;width:900px}
		p.note {margin: 1em;border: 1px solid #ddd;background: #f0f0f0;padding: 1em}

/* LAYOUT TYPE B */
	#type-b #content-wrap {
	margin: 0px;
	padding-top: 40px;
}
	#type-b #content {
	background: url(../images/bkg_page_hd.jpg) no-repeat left top;
	padding: 0px;
	margin: 0 35px 0 225px;
}
/* LAYOUT TYPE C */
	#type-C #content-wrap {
	margin: 0px;
	padding: 0px;
}
	#type-C #content {
	background: url(../images/bkg_page_hd.jpg) no-repeat left top;
	padding: 0px;
	margin: 0 35px 0 225px;
}
/* LAYOUT - FOOTER */
#footer {
	clear:both;
	padding: 30px 0;
	font-size:80%;
	color:#999;
	background: #FFFFFF url(../images/footer_bkg.jpg) no-repeat top;
	text-align: center;
	margin: 0px;
}
	#footer p {margin:0}
	#footer a:link {
	color:#F0671A;
	text-decoration: none;
}


/* LAYOUT - Homepage */
#bottomboxes {
	width: 740px;
	height: 160px;
	background: url(../images/bottom_boxes.jpg) no-repeat;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	display: block;
	position: relative;
	clear: both;
}

#bottombox1 {
	height: 105px;
	width: 160px;
	float: left;
	font-size: 11px;
	line-height: 13px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 25px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
#bottombox2 {
	height: 105px;
	width: 145px;
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 20px;
}
#bottombox3 {
	width: 145px;
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 20px;
}


#bottomboxes ul {
	padding: 0px;
	margin: -10px 0px 0px;
}
#bottomboxes  li {
	color: #F0671A;
	text-decoration: none;
	background: url(images/sprites.gif) no-repeat 15px -800px;
	font-size: 11px;
	line-height: 16px;
}
	/* Newsletter */
	#newsletter {
	color:#666666;
	font-weight:normal;
	text-align: right;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
	width: 150px;
}
	#newsletter form {
	margin:0;
	border-style: none;
}
	#newsletter input {
	width:10em;
	margin: 0 0 -1px;
	height:2em;
	background: #FFFFFF;
	font-size: 10px;
	color: #F0671A;
}
	#newsletter label {
	padding:0px 0 0;
	text-transform: none;
	text-align: left;
	margin: 0px;
}
	#newsletter input.f-submit {
	width:30px;
	font-size:12px;
	margin:0;
	height:30px;
	text-transform: uppercase;
	color: #F0691B;
	background: url(../images/go_button_news.gif) no-repeat;
	border-style: none;
}


	/* Home Row 1 */

#homerow1 {
	background: url(../images/bkg_home_top_row.jpg);
	height: 302px;
	width: 740px;
	position: relative;
	padding-bottom: 0px;
	margin-top:5px;
}
#homerow1 li {
}

/*#homebox1 {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	width: 212px;
	padding-left: 16px;
	padding-top: 10px;
}//////////////////////////////////  Comment out bY Chandrani ////////////////// */

#homebox1 {
	PADDING-LEFT: 16px; FLOAT: left; FONT: 11px/16px Arial, Helvetica, sans-serif; WIDTH: auto; COLOR: #333333; PADDING-TOP: 3px
}

#homeboxwithvideo {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	width: 365px;
	padding-left: 16px;
	padding-top: 10px;
}
#homebox2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F0671A;
	float: left;
	width: 136px;
	padding-top: 10px;
	overflow: hidden;
	padding-right: 20px;
	text-align: center;
}

#homebox3 {
	float: left;
	height: 140px;
	width: 344px;
	overflow: hidden;
	padding: 2px 0px 15px;
}
#homeboxtopright {
	float: left;
	width: 354px;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}

#homebox3 img {
}
#homebox4 {
	float: left;
	width: 345px;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 15px;
}

/* Home Row 2 */


#homerow2 {
	background: url(../images/homerow2.jpg);
	float: left;
	height: 196px;
	width: 740px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 28px;
}
#homerow2box1 {
	float: left;
	width: 170px;
	margin-top: 50px;
	padding-left: 20px;
	height: 130px;
	overflow: hidden;
}
#homerow2box2 {
	float: left;
	width: 160px;
	margin-top: 50px;
	padding-left: 20px;
	height: 130px;
	overflow: hidden;
	padding-right: 10px;
}
#homerow2box3 {
	float: left;
	width: 140px;
	margin-top: 50px;
	padding-left: 20px;
	height: 130px;
	overflow: hidden;
	padding-right: 10px;
}
#homerow2box4 {
	float: left;
	width: 150px;
	margin-top: 50px;
	padding-left: 30px;
	height: 130px;
	overflow: hidden;
	padding-right: 10px;
}

/* Home Row 3 */

#homerow3 {
	float: left;
	height: 182px;
	width: 740px;
	position: relative;
	background: #FFFFFF url(../images/homerow3.jpg) no-repeat;
	margin-left: 32px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
}
#homerow3box1 {
	float: left;
	height: 144px;
	width: 154px;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 17px;
	margin-right: 10px;
}
#homerow3box2 {
	float: left;
	width: 354px;
	margin-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	/*padding-top: 30px;*/
	padding-top: 5px;
	margin-left: 0px;
}
#homerow3box3 {
	float: left;
	width: 165px;
	margin-top: 65px;
	padding-right: 5px;
	padding-left: 15px;
	overflow: hidden;
}

/* ///////////// Chandrani Added /////////////// */

.grenntxt{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#9ab540;

}


#leftbar h1 {
	font-size: 13px;
	color: #666666;
	letter-spacing: .05em;
	padding-left: 20px;
	margin-left: -20px;
	padding-bottom: 3px;
}
#homerow2box1 img {
	float: right;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 10px;
}


/* biggerbox */
#bigger {
	width:660px;
	height:570px;
	z-index:1;
	visibility: visible;
	position: absolute;
	left: 242px;
	top: 130px;
	background: url(../images/large_bkg.gif) no-repeat;
	padding-top: 25px;
	padding-left: 35px;
}
/* email */
#emailbox {
	font-weight:normal;
	text-align: right;
	padding-right: 20px;
}
#emailbox form {
	margin:0;
	border-style: none;
}
#emailbox input.f-submit {
	width:30px;
	font-size:12px;
	margin:0;
	height:30px;
	text-transform: uppercase;
	color: #F0691B;
	background: url(../images/go_button_news.gif) no-repeat;
	border-style: none;
}
#thirdlevelnav {
	color: #F0671A;
	border-style: none;
}
#thirdlevelnav .active {
	color: #000000;
	border-style: none;
}
#thirdlevelnav a {
	color: #F0671A;
	line-height: 11px;
}
#thirdlevelnav a:hover {
	color:#333333;
}#thirdlevelnav li {
	border-style: none;
}
#modsmall {
	height: 400px;
	width: 540px;
}
#smallplayer {
	background: url(../images/small_bkg.gif) no-repeat;
	height: 420px;
	width: 470px;
	padding: 30px 0px 0px 33px;
}

	
#leftbar p {
	margin-right: 10px;
}
#signupagebox {
	width: 240px;
	float: left;
	padding: 70px 40px 5px 5px;
	background: #FFFFFF url(/images/signupagebox.gif) no-repeat left top;
	height: 135px;
}
#content li {
	border-style: none;
	padding-bottom: 5px;
	background: url(/css/images/sprites.gif) no-repeat 10px -32px;
	padding-left: 30px;
}
#sidebox1 img {
	text-align: left;
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.imagefloatright {
	float: right;
}
#homeboxtopright  p {
	padding-left: 10px;
}

.imagefloartleft {
	float: left;
	padding-right: 10px;
}
.regimage {
	float: left;
	padding-right: 10px;
	padding-bottom: 40px;
}
#homerow3 p {
	padding-left: 10px;
	padding-right: 10px;
}
#homerow3box2 img {
}
#registerbox {
	width: 530px;
	float: left;
	padding: 5px;
}
#registerbox h1 {
	font-size: 18px;
	color: #F0671A;
}
#loginbox, #loginbox2 {
	background: url(../images/login/login_box.gif) no-repeat left top;
	width: 166px;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	margin-top: 0px;
	height: 250px;
}
#purchasebox {
	background: #FFFFFF url(../images/bkg_right_column.gif) no-repeat left top;
	width: 40%;
	border: 1px solid #FF9900;
	padding: 10px;
	float: right;
	margin: 10px;
}
#chaptersmenu li.grey,a:grey {
	color:#F0671A;
	background: url(../images/icon_arrow_orange.gif) no-repeat 5px 5px;
}
#content .your_progress {
	padding-left: 30px;
}
#utility a {
}
#utility li {
	background: url(../images/icon_arrow_blk.gif) no-repeat left 5px;
}
#utility .active {
	background: url(../images/icon_arrow_orange.gif) no-repeat left 5px;
}
#utility ul li ul li {
	background: url(../images/icon_arrow_blk.gif) no-repeat left 5px;
}
#utility .active a {
	color: #FF6600;
}
#utility .active ul li a {
	color: #000;
}
#utility .active ul li a:hover {
	color: #f60;
}
#utility .active ul {
	color: #999999;
}
#utility .active a:visited {
	color: #5651B;
}
#utility li.gray {
	color:#AFAFAF;
	background: url(../images/icon_arrow_grey.gif) no-repeat left 5px;
}
#utility ul.submenu {
	margin-left: 10px;
}
#type-c #content {
	float: right;
	width: 541px;
	margin: 0px;
	padding: 10px 30px 10px 0px;
}
#type-c #leftbar {
	width: 170px;
	margin: 0px;
	padding-left: 30px;
}
#type-c #expandbox_container {
	width: 521px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/login/login_3_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#type-c #bttom_log_content_box {
	background: url(../images/login/login_content_box.gif) no-repeat left bottom;
	height: 20px;
	width: 541px;
	margin: 0px;
	padding: 0px;
}
#type-c #wrap {
	margin: 0px auto;
	width: 800px;
}
#type-c  #expandbox_container #CollapsiblePanel1 .CollapsiblePanelContent p {
	padding-left: 50px;
}
.AccordionPanelContent p {
	padding-left: 40px;
}
.AccordionPanelContent h2 {
	padding-left: 30px;
}
.AccordionPanelContent ul {
	padding-left: 30px;
}
#loginbox h1, #loginbox2 h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	border-style: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#loginbox a, #loginbox2 a {
	color: #FFFFFF;
	text-decoration: underline;
}
#Step3Box {
	background-image: url(../images/login/login_content_box.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
#login3BoxGreen {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/login/login_3_box_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 25px;
	padding-left: 30px;
	height: 170px;
	width: 445px;
	display: block;
}
#login3BoxGreen input {
	float: right;
}
#loginOneAtATime {
	padding-left: 60px;
	padding-right: 20px;
}
#type-c #wrap #content-wrap #content #expandbox_container h2 {
	color: #85B000;
}

/*  Edited by Archana */

#quotes_bg{
	width: 750px;
	height:100px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size:17px;
	color:#cb4f00;
	text-align:center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	background-image: url(../../curriculum/test/images/quotebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#quotes_bg h1{
	width: 700px;
	font-size:17px;
	text-align:center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial;
	background-position: center center;
	padding-top: 10px;
	font-weight: bold;
}
#quotes_bg h3{
	width: 700px;
	font-size:13px;
	text-align:center;
	font-family: Arial;
	font-weight: bold;
}
#quotes_bg h2{
	width: 730px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:13px;
	color:#666666;
	/*color: #F0671A;*/
	font-weight:bold;
	text-align:center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	font-family: Arial;
	line-height: normal;
	font-style: normal;
}
#quotes_bg2{
	width: 176px;
	height:177px;
	background: url(../curriculum/test/images/quote_bg2.gif) left top no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size:17px;
	color: #F0671A;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	#content2 {
	float:left;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: justify;
	font-family: Arial;
	line-height: 19px;
	}


#content2 h2 {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	font-family: Arial;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

#content3{
	float: left;
	width: 530px;
	margin: 0px;
	padding: 10px 5px 10px 17px;
}

#leftbar2 {
	width: 176px;
	margin-top: 0px;
	margin-left: 15px;
	float: left;
	margin-right: 12px;
}

#content2 ul li {
	padding: 0px;
	border:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.orangeHD{
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:155%;
	color: #F0671A;
	font-weight:bold;
	text-align:left;
/*	border-bottom: 1px solid #eee;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.h7{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:125%;
	color: #F0671A;
	font-weight:bold;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content2 h1 {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	font-family: Arial;
	color: #B5CF38;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#biobox {
	width:300px;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right:5px;
	clear: left;
	float: left;
	padding-bottom: 10px;
	color:#666666;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../curriculum/test/images/bio_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 472px;
}
#biobox p {
	width:190px;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right:5px;
	clear: left;
	float: left;
	padding-bottom: 10px;
	color:#666666;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
}
#content4 {
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}
#content4 h2 {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	font-family: Arial;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
#content4 ul li {
	padding: 0px;
	border:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.orangeHD{
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:155%;
	color: #F0671A;
	font-weight:bold;
	text-align:left;
/*	border-bottom: 1px solid #eee;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.h7{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:125%;
	color: #F0671A;
	font-weight:bold;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content4 h1 {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	font-family: Arial;
	color: #B5CF38;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#content-wrap_2 {
width:740px;
margin: 0px;
padding-top: 0px;
}

#topbookbg
{
	background:url(../curriculum/test/images/top_book_bg.jpg) top left no-repeat;
	width:300px;
	height:60px;
	margin:0px;
	padding:0px;
}

#midbookbg
{
	background:url(../curriculum/test/images/mid_book_bg.jpg) top left repeat-y;
	width:300px;
	margin:0px;
	padding:0px;
}

#bottombookbg
{
	background:url(../curriculum/test/images/bottom_book_bg.jpg) top left no-repeat;
	width:300px;
	height:20px;
	margin:0px;
	padding:0px;
}
/*edited by archana*/

#topper {
	clear:both;
	font-size:80%;
	color:#999;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/topper.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 16px;
}

/* ======================================== Added By Chandrani ===================================== */

#homerow3box4 {
 float: left;
 width: 165px;
 margin-top: 30px;
 padding-right: 0px;
 padding-left: 10px;
 overflow: hidden;
 background:none;
 text-align:left;
 
/* float:left;
font-size:11px;
line-height:13px;
margin:3px 0 0;
padding:20px 10px 0 25px;
width:140px;
*/
}

#bottombox4 {
	float:left;
font-size:11px;
line-height:13px;
margin:3px 0 0;
padding:20px 10px 0 15px;
width:160px;
	
}


#homerow3box5 {
 float: left;
 width: 167px;
 margin-top: 23px;
 padding-right: 0px;
 padding-left: 0px;
 margin-right:7px;
 overflow: hidden;
 background:none;
 
}



/* ===================================== Added By Tanmoy =========================================*/

#smallplayer-new {
	background: url(../images/small_bkg.gif) no-repeat;
	height: 420px;
	width: 470px;
	padding: 30px 0px 0px 10px;
}

