/* CSS Document */

/*------------------html elements-----------------------*/

a,body,caption,div,em,fieldset,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,p,select,span,strong,sup,td,textarea,th,ul {
	font-family:verdana,arial,helvetica;
}

a {
	color:#005480;
	text-decoration:none;
}

a:hover {
	color:#005480;
	text-decoration:underline;
}

a.linkNoUnderline {
	text-decoration:none;
}

a.linkNoUnderline:hover {
	text-decoration:underline;
}

address {
	font-style:normal;
}

blockquote {
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

body {
	background-color:#FFFFFF;
	/*background-image:url("../../images/bg.gif");
	background-position:0% 0%;
	background-repeat:repeat-x;*/
	color:#333333;
	font-size:10px;
	margin:0px 0px 15px 0px;
	padding:0px;
	text-align:center;
}
#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  }
embed {
	float:left;
}

fieldset {
	border:none;
	clear:both;
	margin:0px;
	padding:0px;
}

form {
	border:none;
	margin:0px;
	padding:0px;
}

h1 {
	color:#005480;
	font-family:georgia,times;
	font-size:200%;
	font-style:normal;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h2 {
	color:#A84D0F;
	font-size:120%;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h3 {
	color:#333333;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h4 {
	color:#333333;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h5 {
	color:#333333;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h6 {
	color:#333333;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h1.imageElement,
h2.imageElement,
h3.imageElement,
h4.imageElement,
h5.imageElement,
h6.imageElement,
p.imageElement {
	margin:0px;
	padding:0px;
}

h1.imageElement img,
h2.imageElement img,
h3.imageElement img,
h4.imageElement img,
h5.imageElement img,
h6.imageElement img,
p.imageElement img {
	float:left;
	padding:0px 0px 10px 0px;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

input {
	font-size:100%;
}

label {
	clear:left;
	color:#333333;
	display:block;
	float:left;
	margin:3px 10px 0px 0px;
	padding:0px;
	position:relative;
	width:350px;
}

label.hide {
	clear:none;
}

label span {
	position:absolute;
	right:-5px;
	top:0px;
}

legend {
	border:none;
	font-weight:normal;
	margin:0px 0px 0px -7px;
	padding:0px;
}

object {
	float:left;
}

ol {
	padding-left:30px;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:0px;
}

ol ol {
	margin-bottom:0px;
}

ol li {
	margin-bottom:3px;
}

p {
	margin:0px 0px 10px 0px;
	font-size: 10px;
}

pre {
	font-size:100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size:100%;
}

html>body pre {
	font-size:120%;
}

select {
	font-size:100%;
}

sup {
}

table {
	border:none;
	clear:both;
	font-size:100%;
	margin:0px;
	padding:0px;
}

textarea {
	font-size:100%;
}

ul {
	padding-left:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0px;
	list-style-image: url(../images/bullet.gif);
}

ul ul {
	margin-bottom:0px;
}

ul li {
	margin-bottom:3px;
}

/*------------------generic classes-----------------------*/

.backToTop {
	background-image:url('../images/backtotop.gif');
	background-position:100% 3px;
	background-repeat:no-repeat;
	padding:0px 15px 0px 0px;
	text-transform:uppercase;
	text-align:right;
}

.bookmark {
	font-size:0px;
	line-height:0px;
}

/*\*/
 html>body*.bookmark { height:0px; }
 /**/

.bookmark a {
	border:none;
	text-decoration:none;
}

.bookmark a span {
	font-size:0px;
	height:0px;
	line-height:0px;
}

.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

span.clear {
	display:block;
}

.container2 {
	border:none;
	display:inline;
	float:left;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.hide {
	position:absolute; 
	left:-99px;
	top:-99px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.hr {
	background-color:#C0C7D0;
	border:0px;
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:10px 0px 10px 0px;
	padding:0px;
}

.textError {
	color: #FF0000 ! important;
}

.textXLarge {
	font-size:380% ! important;
}

.textLarge {
	font-size:160% ! important;
}

.textMedium {
	font-size:120% ! important;
}

.textSmall {
	font-size:85% ! important;
}

.textXSmall {
	font-size:80% ! important;
}

.textBold {
	font-weight:bold ! important;
}

.textItalic {
	font-style:italic ! important;
}

.textNormal {
	font-weight:normal ! important;
}

.textHighlight {
	color:#005480;
	font-family:georgia,times;
	font-size:125%;
}

img.float {
	margin-bottom:-3px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	float:left;
	margin-bottom:0px;
}

html>body img.float {
	float:left;
	margin-bottom:0px;
}

.b {
	background-position:0% 100%;
	background-repeat:repeat-x;
}

.r {
	background-position:100% 0%;
	background-repeat:repeat-y;
}

.t {
	background-position:0% 0%;
	background-repeat:repeat-x;
}

.l {
	background-position:0% 0%;
	background-repeat:repeat-y;
}

.bl {
	background-position:0% 100%;
	background-repeat:no-repeat;
}

.br {
	background-position:100% 100%;
	background-repeat:no-repeat;
}

.tl {
	background-position:0% 0%;
	background-repeat:no-repeat;
}

.tr {
	background-position:100% 0%;
	background-repeat:no-repeat;
}


/*------------------breadcrumb-----------------------*/

.breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.breadcrumb ul {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

.breadcrumb ul li {
	background-image:none ! important;
	display:inline;
	margin:0px;
	padding:0px 0px 0px 0px;
}

.breadcrumb ul li a {
	color:#333333;
	text-decoration:none;
}

.breadcrumb ul li a:hover {
	color:#3399CC;
	text-decoration:underline;
}
/*------------------footer-----------------------*/

.footer {
	border-top:1px solid #CFCFCF;
	clear:both;
	width:800px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.footerLeft {
	margin:0px 25px 0px 25px;
	width:213px;
}

.footerLeft p {
	margin:0px;
}

.footerRight {
	margin:0px 25px 0px 25px;
	text-align:right;
	width:487px;
}
/*------------------list classes-----------------------*/

ul.listNoBullet {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.listNoBullet li {
	background-image:none ! important;
	padding-left:0px ! important;
}

ul.listHorizontal2 {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	line-height: 2em;
}

ul.listHorizontal2 li {
	border-right:1px solid #FFFFFF;
	display:inline;
	margin:0px 4px 0px 0px;
	padding:0px 2px 0px 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin:0px 4px 0px 0px;
}

html>body ul.listHorizontal2 li {
	margin:0px 1px 0px 0px;
	padding:0px 5px 0px 0px;
}

ul.listHorizontal2 li.last {
	margin:0px ! important;
	padding:0px ! important;
	border-right:none ! important;
}

ul.listHorizontal2 li a {
	color:#FFFFFF;
	text-decoration:none;
}

ul.listHorizontal2 li a:hover {
	color:#005480;
	text-decoration:underline;
}
/*------------------navbar-----------------------*/
.navMenu {
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	width:800px;
	font-size: 100%;
	background-image: url(../images/navbg3.gif);
	background-position: right;
	height: 18px;
	text-indent: 200px;
	background-color: #B3CC94;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
}

.navMenu ul.listHorizontal2 li {
	border-right:1px solid #FFFFFF;
	white-space:nowrap;
}

.navMenu .b {
	width:800px;
}
.navMenu a {
	color:#FFFFFF;
	text-decoration:none;
}
.navMenu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/*------------------horizontal bar-----------------------*/
.horzbar {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*------------------PearsonAccess Login-----------------------*/
.paccess {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.paccessbold{
	font-size:120%;
	font-weight: bold;
}
/*------------------data listed-----------------------*/

.dataListed2 {
	padding:0px 0px 0px 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

html>body .dataListed2 {
	width: 230px;
}

.dataListed2 ul {
	clear:both;
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.dataListed2 ul li {
	background-image:url("../images/bullet.gif");
	background-position:0% 8px;
	background-repeat:no-repeat;
	border-bottom:1px solid #B4B4B4;
	padding:4px 0px 8px 15px;
	width: 380px;
}
/*------------------Box Header-----------------------*/
.blueboxheader {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	background-color: #E6E6E6;
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.tablecell {
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.grayboxheader {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #005480;
	background-color: #E6E6E6;
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.assessboxheader {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #005480;
	background-color: #E6E6E6;
	margin: 4px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/dots_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 58px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.assessbox {
	font-size: 100%;
	font-weight: bold;
	background-color: #F8FBFC;
	margin: 4px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/boxbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 1.6em;
}
.assessboxlink {
	color: #666666;
	text-decoration: none;
}

.assessbox a:hover {
	color: #0066CC;
	text-decoration: none;
}
.boxhighlight {
	color: #003366;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 160px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 16px;
}
.whiteboxheader {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.whiteboxheader h1{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.whiteboxheader2 {
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 4px;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 104px;
	height: 130px;
}
.whiteboxheader2 h1{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*------------------Home Welcome-----------------------*/
.contentTypeA {
	voice-family: "\"}\"";
	voice-family:inherit;
	height:250px;
	width:290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contentTypeA h1{
	text-indent: 65px;
	padding-top: 15px;
}
.contentTypeA p{
	padding-left: 85px;
	background-image: url(../images/dots.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	width: 542px;
	padding-right: 150px;
}

/*------------------sec Welcome-----------------------*/
.contentTypeB {
	voice-family: "\"}\"";
	voice-family:inherit;
	height:210px;
	width:290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contentTypeB h1{
	text-indent: 250px;
	padding-top: 15px;
}
.contentTypeB p{
	font-size: 125%;
	margin-left: 250px;
	float: left;
	width: 280px;
}
.contentB {
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	width:542px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:250px;
}
/*------------------content-----------------------*/

.content {
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

html>body .content {
	width: 542px;
}

.content h1.styled {
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-image:url("../images/bg_h1.gif");
	padding:0px 0px 4px 0px;
}

.content h1 span {
	color:#666666;
	font-family:verdana,arial,helvetica;
	font-size:60%;
	font-weight:bold;
}

.contentType01 {
	border-bottom:1px solid #B4B4B4;
	padding:25px 300px 0px 10px;
	height:210px;
	width:600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:185px;
	width:290px;
}

html>body .contentType01 {
	height:auto;
	min-height:185px;
	width:290px;
}

.contentType02 {
	border-bottom:1px solid #B4B4B4;
	padding:25px 250px 0px 10px;
	height:220px;
	width:600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:195px;
	width:340px;
}

html>body .contentType02 {
	height:auto;
	min-height:195px;
	width:340px;
}

.contentType03 {
	border-bottom:1px solid #B4B4B4;
	padding:25px 320px 0px 10px;
	height:230px;
	width:600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:205px;
	width:270px;
}

html>body .contentType03 {
	height:auto;
	min-height:205px;
	width:270px;
}

.contentType04 {
	border-bottom:1px solid #B4B4B4;
	padding:25px 15px 10px 10px;
}

.contentType04Sub {
	padding:20px 15px 0px 10px;
}

.contentType05 {
	padding:25px 15px 0px 10px;
}

.contentType05Sub {
	background-position:15px 0%;
	border-bottom:1px solid #B4B4B4;
	padding:0px 15px 0px 175px;
	height:140px;
	width:600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:140px;
	width:410px;
}

html>body .contentType05Sub {
	height:auto;
	min-height:140px;
	width:410px;
}

.contentType06 {
	border-bottom:1px solid #B4B4B4;
	padding:25px 15px 0px 10px;
}

.contentType06Sub {
	padding:10px 15px 0px 10px;
}

.contentType07 {
	padding:25px 15px 0px 10px;
}

.contentType07Sub {
	background-position:15px 100%;
	padding:10px 15px 0px 215px;
	height:180px;
	width:600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:180px;
	width:370px;
}

html>body .contentType07Sub {
	height:auto;
	min-height:180px;
	width:370px;
}

.contentType08 {
	border-bottom:1px solid #B4B4B4;
	padding:25px 300px 0px 10px;
	height:220px;
	width:600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:195px;
	width:290px;
}

html>body .contentType08 {
	height:auto;
	min-height:195px;
	width:290px;
}

.contentType09 {
	margin:0px 0px -10px 0px;
	padding:25px 15px 0px 10px;
}

/*------------------ sec page-----------------------*/
.seccontainer {
	margin: 4px;
	padding: 8px;
	width: 600px;
}
.welcome {
	background-color: #FFFFFF;
	background-image: url(../images/illustrationn_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
}
.secwidth {
	width: 542px;
}
.box305 {
	padding: 4px;
	width: 290px;
}
.box305 p {
	font-size: 12px;
}
.homeimage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 600px;
}
.seccontainer2 {
	margin: 4px;
	padding: 8px;
	width: 600px;
}
.seccontainer3 {
	margin: 4px;
	padding: 8px;
	width: 800px;
}
.seccontainer4 {
	margin: 4px;
	padding: 8px;
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.seccontainer5 {
	margin: 4px;
	padding: 8px;
	width: 540px;
}
.seccontainer h2 {
	font-size: 14px;
}
