/*****************************************/ 
/*********** Begin Body Styles ***********/
/*****************************************/ 

body {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #464646 url(../images/bg_noline.jpg) 50% 0px repeat-y;
	}
		
body#fullpage {
	background: #464646 url(../images/bg_noline.jpg) 50% 0 repeat-y;
	}
	
/*body#fullpage #content {
	width:748px;
	margin:10px 12px 10px 12px;
	padding:0;
	}*/
	
body#home #content {
	width:365px;
	margin:10px 0 10px 0;
	padding:0 10px;
	}
	
body#threecol #content {
	width:365px;
	margin:10px 0 10px 0;
	padding:0 10px;
	}
	
body#practice #content {
	width:585px;
	margin:10px 0 10px 10px;
	padding:0;
	}
	

/*****************************************/ 
/*********** Begin Font Styles ***********/
/*****************************************/ 
			
h1 {
	font-size:24px;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, Verdana;
	color:#D51922;
	display:block;
	margin:0;
	padding:7px 0 2px 0;
	background:none;
	}
	
h2 {
	padding:5px 0 5px 0;
	font-size:18px;
	/*width:100%;*/
	display:block; 
	color:#222;
	margin:15px 0 10px 0;
	font-family: Arial, Verdana, sans-serif;
	}
			
h3 {
	padding:5px 5px 2px 0px;
	/*margin-bottom:0px;*/
	font-size:15px;
	color:#444;
	font-family: Arial, Verdana, sans-serif;
	}
		
.redtext {
	color:#D93535;
	}
	
		
a {
	color: #003399;
	text-decoration: underline;
	}
	
a:visited {
	color: #660066;
	text-decoration: underline;
	}
	
a:hover {	
	color: #3366CC;
	text-decoration: underline;
	}
	
/*****************************************/ 
/*********** Begin Layout Styles *********/
/*****************************************/ 

				
#container {
	width:774px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: #FFF;
	}

#header {
	position:relative;
	margin:0;
	padding:0;
	height:115px;
	background:#222;
	}
	
#login {
	position:absolute;
	top:20px;
	right:10px;
	font-size:12px;
	color:#FFF;
	}
	
#login a {
	color:#CCC;
	padding-left:15px;
	background: url(../images/arrow_account.gif) 0% 60% no-repeat;
	line-height:15px;
	}

#login a:hover {
	color:#FFF;
	}

#search {
	position:absolute;
	display:inline;
	right:10px;
	bottom:5px;
	padding:0;
	height:25px;
	margin:0;
	float:right;
	}

#search form {
	margin:0;
	padding:0;
	}
	
#logo {
	position:absolute;
	top:20px;
	right:12px;
	}
		
	
/********************************************************/ 
/*********** Begin Horizontal Navigation Styles *********/
/********************************************************/
	
#navigation	{
	margin: 0 auto;
	padding: 0;
	padding-bottom:0;
	width:774px;
	background:#000 url(../images/nav_bg.jpg) repeat-x;
	height:35px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
	}
		
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	}
		
#navigation a {
	color: #FFF;
	text-align:center;
	text-decoration: none;
	margin: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:35px;
	display:block;
	padding: 0 10px;
	}
		
#navigation a:hover, #navigation a:active { 
	color:#EE3D43;
	}
	
#navigation a.active:link, #navigation a.active:visited	{
	position: relative;
	z-index: 102;
	font-weight: bold;
	}		
	
#navigation .current {
	color:#999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:35px;
	background: url(../images/arrow_white.gif) 50% 100% no-repeat;
	line-height:35px;
	padding: 0 10px;
	}
		
#navigation .current-active a {
	color:#999;
	background: url(../images/arrow_white.gif) 50% 100% no-repeat;
	}
		
#navigation .current-active a:hover {
	color:#EE3D43;
	}
	
	
/******************************************************/ 
/*********** Begin Vertical Navigation Styles *********/
/******************************************************/

#leftcol {
	float:left;
	clear:both;
	width:200px;
	margin-top:0px;
	}

.leftnav {
	width:200px;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	float:left;
	clear:both;
	line-height:16px;
	background: url(../images/leftnav_bg.jpg) bottom left no-repeat;
	}
	
.bottom {
	margin-bottom:10px;
	margin-top:0;
	}
	
.leftnav h1 {
	color:#FFF;
	background:#212121 url(../images/rounded_top.jpg) no-repeat;
	width:200px;
	font-family: Verdana, Arial, 'Trebuchet MS', 'Lucida Grande', Verdana;
	text-align:center;
	padding: 8px 0;
	font-weight:bold;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0;
	}
	
.leftnav h1 a {
	color:#FFF;
	text-decoration:none;
	}
	
.leftnav h1 a:hover {
	text-decoration:underline;
	}
	
.leftnav dl {
	padding:0 3px 5px 3px;
	margin:0;
	}
	
.leftnav dt {
	margin:-1px 0 0 0;
	font-family: 'Lucida Grande','Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:7px 4px 7px 8px;
	background: #FFF url(../images/silver_gr.jpg) bottom left repeat-x;
	color:#222;
	border-bottom:1px solid #AAA;
	border-top:1px solid #CCC;
	}
	
.red {
	color:#F02F2F;
	}
			
.leftnav dt a {
	text-align:left;
	margin:0;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:7px 4px 7px 8px;
	color:#222;
	}
	
.leftnav dt a:hover {
	text-decoration:underline;
	}	

.leftnav dd {
	padding:0;
	margin:0;
	color:#222;
	font-family: 'Lucida Grande',Verdana, Helvetica, Arial;
	}
	
.leftnav dd a, .leftnav dd a:visited {
	color:#444;
	background: url(../images/arrow.gif) 10px 50% no-repeat;
	font-weight:normal;
	font-size:12px;
	padding:6px 7px 5px 20px;
	text-decoration:none;
	display:block;
	border-bottom:1px dashed #DDD;
	}
	
.leftnav dd.linkplus a {
	color:#444;
	background: url(../images/arrow.gif) 10px 50% no-repeat;
	font-weight:normal;
	font-size:12px;
	margin-bottom:0;
	padding:6px 7px 5px 20px;
	text-decoration:none;
	display:block;
	border-bottom:0;
	}
	
.leftnav dd.nolink {
	font-size:11px;
	color:#D51922;
	display:block;
	font-weight:bold;
	margin-top:-3px;
	padding:0 5px 4px 20px;
	border-bottom:1px dashed #CCC;
	}
	
	
.leftnav dd.sampleset {
	border-bottom:1px dashed #CCC;
	font-size:11px;
	margin:0;
	padding:5px 3px 5px 30px;
	line-height:18px;
	}

.leftnav dd.one {
	background: url(/sampletest/images/1.gif) 5px 50% no-repeat;
	}
.leftnav dd.oneb {
	background: url(/sampletest/images/1b.gif) 5px 50% no-repeat;
	}
.leftnav dd.two {
	background: url(/sampletest/images/2.gif) 5px 50% no-repeat;
	}
.leftnav dd.twob {
	background: url(/sampletest/images/2b.gif) 5px 50% no-repeat;
	}	
.leftnav dd.three {
	background: url(/sampletest/images/3.gif) 5px 50% no-repeat;
	}
.leftnav dd.threeb {
	background: url(/sampletest/images/3b.gif) 5px 50% no-repeat;
	}
.leftnav dd.four {
	background: url(/sampletest/images/4.gif) 5px 50% no-repeat;
	}
.leftnav dd.fourb {
	background: url(/sampletest/images/4b.gif) 5px 50% no-repeat;
	}
.leftnav dd.five {
	background: url(/sampletest/images/5.gif) 5px 50% no-repeat;
	}
.leftnav dd.fiveb {
	background: url(/sampletest/images/5b.gif) 5px 50% no-repeat;
	}
	
.leftnav dd.sampleset a, .leftnav dd.sampleset a:visited {
	background: url(../images/arrow.gif) 0px 50% no-repeat;
	display:inline;
	border-bottom:none;
	font-size:11px;
	padding:0 5px 4px 10px;
	}
	
.leftnav dd.sampleset a:hover {
	background: url(../images/arrow_o.gif) 0px 50% no-repeat;
	}

	
.leftnav dd a:hover {
	color:#000;
	background: url(../images/arrow_o.gif) 10px 50% no-repeat;
	text-decoration:underline;
	}
	
.leftnav dd.selected {
	color:#FFF;
	background:#83898E url(../images/arrow_sel.gif) 10px 50% no-repeat;
	border-bottom:1px solid #848484;
	font-weight:bold;
	font-size:12px;
	margin-top:-1px;
	padding:6px 5px 5px 20px;
	text-decoration:none;
	display:block;
	}
	
.leftnav dd.submenu a {
	background: url(../images/arrow.gif) 20px 50% no-repeat;
	font-size:11px;
	padding:6px 7px 5px 30px;
	border-bottom:none;
	}
	
.leftnav dd.subselected {
	color:#FFF;
	background:#83898E url(../images/arrow_sel.gif) 20px 50% no-repeat;
	border-bottom:1px solid #848484;
	font-weight:bold;
	font-size:11px;
	margin-top:-1px;
	padding:6px 7px 5px 30px;
	text-decoration:none;
	display:block;
	}
	
	
/*******************************************/ 
/*********** Begin Content Styles *********/
/*******************************************/	
		

#content {
	padding:0 0 5px 0;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	color:#494949;
	width:550px;
	float:left;
	margin:10px 0 10px 13px;
	}
	
body#fullpage #content {
	width:760px;
	margin: 10px 0px 10px 5px;
	padding:0;
	}
		
body#3col #content {
	width:365px;
	margin:10px 0 10px 0;
	padding:0 10px;
	}	
	
#content h1 {
	line-height:24px;
	margin-bottom:10px;
	}

#content b {
	color:#444;
	}
		
#content li {
	padding:2px 15px 2px 0px;
	}
	
/*.squarebox {
	border:2px solid #4F8D9D;
	background:#65B9D4 url(../images/account_bg.jpg) top right no-repeat;
	padding:0 10px 10px 10px;
	position:relative;
	}*/
	
.squarebox {
	border:1px solid #CCC;
	background:#FFF url(../images/cal_box.jpg) bottom right no-repeat;
	padding:0 10px 20px 10px;
	position:relative;
	}
	
.squarebox2 {
	border:1px solid #CCC;
	background:#FFF url(../images/sws_box.jpg) repeat-x;
	padding:0 10px 10px 10px;
	position:relative;
	}
	
.squarebox h1, .squarebox2 h1 {
	font-size:18px;
	color:#c90002;
	}

.squarebox ul {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
	}
	
.squarebox li {
	padding:0;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial;
	font-weight:bold;
	font-size:13px;
	}

.squarebox p {
	color:#222;
	/*color:#444;*/
	font-weight:bold;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial;
	font-size:13px;
	margin-right:15px;
	}

.squarebox2 p {
	color:#444;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	margin-right:15px;
	padding-top:4px;
	margin-top:0;
	}
	
.squarebox a, .squarebox a:visited {
	color:#0c5d78;	
	text-decoration:none;
	}
	
.squarebox a:hover {
	color:#0c5d78;	
	text-decoration:underline;
	}
	
#character {
	position:absolute;
	bottom:-2px;
	right:-7px;
	}
	
.middlebox {
	background:#FFF url(../images/grey_bg.jpg) 0 33px repeat-x;
	margin-bottom:20px;
	width:365px;
	position:relative;
	}
	
.middlebox h2 {
	background: #959595 url(../images/center_titlebg.jpg) no-repeat;
	color:#FFF;
	font-size:15px;
	width:355px;
	border-bottom:1px solid #555;
	padding:0 0 0 10px;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial;
	line-height:30px;
	}
	
.middlebox h3, .middlebox p {
	padding:0 15px;
	}
	
.middlebox h3 {
	color:#333;
	}
	
.middlebox a {
	color:#555;
	}
	
.middlebox a:hover {
	color:#000;
	}
		
.left {
	float:left;
	margin:0 15px 15px 0;
	}
	
.right {
	float:right;
	margin:0 0 15px 15px;
	}
	
.caption {
	font-size:10px;
	margin:0px 0;
	background:#EFF4F6;
	padding:5px;
	line-height:1.4em;
	}
	
.related {
	background:#FFF url(../images/grey_bg.jpg) 0 32px repeat-x;
	font-family:Verdana; Arial;
	min-height:150px;
	margin-top:20px;
	clear:both;
	}
	
.related li {
	padding:3px 5px;
	font-size:12px;
	}

/*****************************************/ 
/******** Begin Right Column Styles ******/
/*****************************************/ 

#rightcol {
	float:right;
	width:185px;
	margin-top:7px;
	color:#555;
	}
	
#rightcol h2 {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	color:#D51922;
	margin-top:10px;
	}
	
#rightcol ul {
	padding-left:15px;
	margin-left:10px;
	}
	
body#home #rightcol {
	margin-top:0;
	}


	
/*****************************************/ 
/*********** Begin Footer Styles *********/
/*****************************************/ 

#footer {
	clear:both;
	background: #222;
	color:#DDD;
	padding:15px 10px 15px 10px;
	margin-bottom:0;
	margin-top:10px;
	height:15px;
	}
	
#footer .copyright {
	float:left;
	width:60%;
	padding:0;
	text-align:left;
	font-size:12px;
	}
 
#footer .corpnav {
	float:right;
	width:40%;
	text-align:right;
	padding:0;
	font-size:12px;
	}
	
#footer a {
	color:#DDD;
	font-size:12px;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
	}
	

/*****************************************/ 
/*********** Begin Table Styles *********/
/*****************************************/ 

td, tr, table {
	font-size:12px;
	clear:both;
	}
	
th {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background: #38737D;
	font-family:Arial;
	}

.dates td {
	background:#E0EDF1;
	}

#bigtable {
	border:1px solid #ABBFC6;
	}

#bigtable tr {
	margin:0;
	padding:0;
	}	
		
#bigtable caption {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	padding-bottom:6px;
	color:#333;
	}
	
#bigtable td {
	padding:5px 10px;
	}


.tabletop th {
	background: #587A86;
	border-right:1px solid #B5CBD2;
	color:#FFF;
	padding:8px 4px;
	font-weight: bold;
	}

.feetable {
	clear:both;
	}
	
.fee {
	font-weight:bold;
	padding:5px;
	color:#444;
	background:#F3F6F7;
	}

.feetable p {
	padding:0 0 0 25px;
	margin-top:10px;
	margin-bottom:10px;
	}

.fee td {
	padding:5px;
	font-size:13px;
	font-family:Arial;
	}
	
.fee a {
	color:#444;
	}
	
.fee .feeleft {
	width:75%;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	}
	
.fee .feeright {
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	text-align:right;
	}

.datatable td {
	font-size:13px;
	}

.datatable th {
	font-size:13px;
	font-weight:bold;
	background-color:#B5BFCB;
	}

.datatable {
	border:1px solid #999999;
	margin:0;
	}

.shaded {
	background:#EFF4F6;
	}


.plain {
	color:#444;
	margin:0;
	}
		

/*Laura's styles */
	
div.row {
	clear: both;
	padding-top: 5px;
	margin-left: 20px;
	}

div.row span.left {
	float: left;
	width: 125px;
	text-align: right;
	margin-right: 0px;
	padding-right: 5px;
	}

div.row span.right {
	float: left;
	width: 370px;
	text-align: left;
	}
 
 
/*miscellaneous styles*/

.shadedbox {
	width:320px;
	background-color:#ECF6F9;
	border:1px solid #B8C7C9;
	padding: 10px 10px; 
	margin: 5px 0px 5px 0; 
	}	
	
.btn2 {
	margin:0;
	font-weight:bold;
	padding:0 0 20px 0;
	}

#content .btn2 a {
	padding:4px 25px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial;
	line-height:20px;
	border: 4px solid #9ECCCE;
	background: #38737D;
	}
	
#content .btn2 a:hover {
	border: 4px solid #90D6E7;
	background: #258DA6;
	text-decoration:none;
	}
	
#othersites {
	margin:10px auto 0 auto;
	text-align:center;
	padding:0;
	font-size:11px; 
	white-space: nowrap;
	}

#othersites p {
	margin:0;
	padding:0;
	}
	
#othersites a {
	color:#555;
	text-decoration:none;
	}
	
#othersites a:hover {
	color:#000;
	text-decoration:underline;
	}
	
.studentsection #blog a {
	background: url(../images/blog_roll.jpg) 8px 100% no-repeat;
	line-height:33px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana;
	font-weight:bold;
	font-size:13px;
	margin:8px 0;
	padding:0 5px 0 50px;
	color:#5F6162;
	border-bottom:none;
	}
	
.studentsection #blog a:hover {
	background: url(../images/blog_roll.jpg) 8px 0 no-repeat;
	text-decoration:none;
	color:#222;
	}
	
.studentsection #podcast a {
	background: url(../images/podcast_roll.jpg) 8px 100% no-repeat;
	line-height:33px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana;
	font-weight:bold;
	font-size:13px;
	margin:5px 0;
	padding:0px 5px 0px 50px;
	color:#5F6162;
	border-bottom:none;
	}
	
.studentsection #podcast a:hover {
	background: url(../images/podcast_roll.jpg) 8px 0 no-repeat;
	text-decoration:none;
	color:#222;
	}


.studentsection #twitter a {
	background: url(../images/twitter_roll.gif) 8px 100% no-repeat;
	line-height:33px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana;
	font-weight:bold;
	font-size:13px;
	margin:5px 0;
	padding:0px 5px 0px 50px;
	color:#5F6162;
	border-bottom:none;
	}

.studentsection #twitter a:hover {
	background: url(../images/twitter_roll.gif) 8px 0 no-repeat;
	text-decoration:none;
	color:#222;
	}

.studentsection #facebook a {
	background: url(../images/facebook_roll.gif) 8px 100% no-repeat;
	line-height:33px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana;
	font-weight:bold;
	font-size:13px;
	margin:5px 0;
	padding:0px 5px 0px 50px;
	color:#5F6162;
	border-bottom:none;
	}

.studentsection #facebook a:hover {
	background: url(../images/facebook_roll.gif) 8px 0 no-repeat;
	text-decoration:none;
	color:#222;
	}


.ranklist	{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
.rank {
	text-decoration: underline;
	}	
		
	
/*******************************************/
/********** PRACTICE TEST STYLES ***********/
/*******************************************/




body#practice #leftcol {
	float:left;
	clear:both;
	width:176px;
	margin-top:0px;
	}

body#practice .leftnav {
	width:176px;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	float:left;
	clear:both;
	line-height:16px;
	background: url(../images/leftnav_sm_bg.jpg) bottom left no-repeat;
	}
	
body#practice .leftnav h1 {
	color:#FFF;
	background:#212121 url(../images/rounded_sm_top.jpg) no-repeat;
	width:176px;
	font-family: Verdana, Arial, 'Trebuchet MS', 'Lucida Grande', Verdana;
	text-align:center;
	padding: 8px 0;
	font-weight:bold;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0;
	}

	
body#practice .leftnav dd span {
	display:block;
	float:left;
	line-height:25px;
	}
	
body#practice .leftnav dd span a, body#practice .leftnav dd span a:visited {
	color:#555;
	background:none;
	display:inline;
	font-weight:normal;
	font-size:12px;
	padding:0 7px 0px 10px;
	text-decoration:none;
	border-bottom:0;
	}
	
body#practice td {
	font-size:14px;
	font-family:Times New Roman, Georgia, serif,;
	}

.questions {
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
}

.answerstable {
	margin-bottom:15px;
}

.answerstable td {
	padding-right:5px;
}

.passage {
	line-height:30px;
}

.shadedcell {
	background-color:#ECF6F9;
	border:1px solid #B8C7C9;
	}
	
#writing_option {
	background: #FFF url(../images/writing_option.jpg) no-repeat;
	}
	
#writing_option a {
	color:#094f60;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	padding-left:100px;
	font-family:Arial,'Lucida Grande';
	white-space:nowrap;
	line-height:100px;
	display:block;
	}
	
#writing_option a:hover {
	color:#054150;
	text-decoration:underline;
	}
	
.col1 {
	width:45%;
	float:left;
	margin:0px 0 0 15px;
	padding:0;
	}
	
.col1 h2, .col2 h2 {
	padding-top:10px;
	margin-top:0;
	}
	
.col2 {
	width:40%;
	margin:0 0 0 50%;
	padding:0;
	}
	/*******************************************/
/********** POPUP WINDOW STYLES ***********/
/*******************************************/

body#popup {
	text-align:left;
	margin-top:10px;
	background:#FFF;
	}
	
body#popup li {
	padding-top:5px;
	padding-bottom:5px;
	}
	
body#popup h2 {
	line-height:22px;
	}

body#popup h3 {
	margin-bottom:0px;
	}

#popupfooter {
	background: url(../images/popup_copyright.jpg) bottom left repeat-x;
	}
	
#popupfooter p {
	font-size:11px;
	padding-bottom:8px;
	}
/*******************************************/
/********** YELLOW BOX STYLE FROM SWS ***********/
/*******************************************/
.display2 {
	margin:5px 0 5px 0;
	padding:3px 10px;
	border:1px solid #DCD9BB;
	background:#FFFEF4;
	color:#444;
	}
	
/*******************************************/
/**********  Anniversary Footer  ***********/
/*******************************************/	
#footer.anniversary { font-weight:bold; background:transparent url(../images/ann_bg.gif) no-repeat; font-family:Helvetica, Arial, sans-serif; font-size:11px;height:116px;padding-top:15px;margin-top:25px; color:#686868; }
#footer.anniversary a { color:#686868; font-size:11px; }
#footer.anniversary .copyright { font-size:11px; width:55%; }
#footer.anniversary .corpnav { font-size:11px; width:40%; }