/* === colors

cream f8f3e7
brown 8f7758
blue 336ea9
organge #FFBB00

===========*/

/* CLEAR DEFAULTS */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, strong, ol, ul, li,
fieldset, form, legend, label, 
table, caption, tbody, tfoot, thead, tr, th, td { margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:1em;font-family:inherit;vertical-align:baseline; }

strong { font-weight:bold; }

ul, ol {
  list-style:none;
}

li {
  display:inline;
}

a, a:visited {
  color: #8f7758;
  text-decoration:none;
  border-bottom: 1px dotted #8f7758;
}

a:hover, a:visited:hover {
  color: #336ea9;
  text-decoration:none;
  border-bottom: 1px solid #336ea9;
  background-color:none;
}

a img {
  border: 0;
}

/* MAIN COMPONENTS */

body {
  background:  #f8f3e7 url(../images/bg_body_diag.png) bottom left;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
  color: #789;
  padding-bottom: 20px;
}

#wrapper {
 width: 100%;
 margin:0 auto;
 text-align:center;
 background:  #f8f3e7 url(../images/bg_body.png) top left repeat-x;
 background-position: 0 0;
 overflow:auto;
}

#container {
  width: 980px;
  margin:0 auto;
  text-align: left;
}

#main_content {
  width: 960px;
  overflow:auto;
}

.secondary_page {
  background: #fff;
  padding: 20px;
  padding-right:0;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

#site_info {
  margin: 0.5em auto;
  font-size: 12px;
  color: #666;
  text-align:center;
}

#site_info a {
  color: #666;
  border-color: #666;
}

.span-960 {
  width: 960px;
  clear:both;
}

.span-915 {
  width: 915px;
  clear: both;
}

.span-900 {
  width: 900px;
  clear: both;
}

.span-650 {
  width: 650px;
  clear: both;
}

.span-600 {
  width: 600px;
  clear: both;
}

.span-280 {
  width: 280px;
  clear: both;
}

.featured_content {
  width: 220px;
  background: #FFF8DC url(../images/bg_featured_content.png) top left repeat-x;
  border: 1px solid #FFBB59;
  padding: 2px;
  margin-right: 10px;
  color: #8f7758;
}

/* TYPOGRAPHY */

h1 {
  background: url(../images/brightways_logo.png) top left no-repeat;
  background-position: 20px 5px;
  height: 300px;
}

h1#branding a, h1#branding a:hover  { 
  display:block;
  text-indent:-9999px;
  width:217px;
  height:300px; 
  border-bottom:0;
  background: transparent;
  }

h1#branding_secondary {
  background: url(../images/BrightWays_logo_secondary.png) top left no-repeat;
  background-position: 0px 0px;
  height: 125px;
}
  
h1#branding_secondary a, h1#branding_secondary a:hover  { 
  display:block;
  text-indent:-9999px;
  width:250px;
  height: 125px;
  border-bottom:0;
  background: transparent;
  }    

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #336ea9;
  margin-bottom: 0.25em;
}

.header h2 {
  text-align:left;
  margin-right: 600px;
}

#showcase h2 {
  color: #fff;
  text-align:left;
  margin: 7px 0 0 345px;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  color: #8f7758;
}

.header h3 {
  text-align:left;
  margin-right: 6.5em;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  color: #8f7758;
  clear:left;
  margin-top: 1em;
}

.role_list h4 {
  margin-left: 15px;
}

p {
  line-height: 1.5em;
  padding: 1em;
}

p.first {
  padding: 0 1em;
}

em {
  color: #336ea9;
}

ul {
  margin: 1em 4em 0 4em;
}

li {
  background: url(../images/bullet_goldarrow.png) top left no-repeat;
  display:block;
  padding: 0 0 1em 1.35em;
  background-position: 0 -2px;
}

#main_content ul {
  margin-top: 0;
}

.sanserif {
  font-family: Arial;
}

 /**************** Definition List Menu ******************/ 

ul#global_nav {
	list-style-type:none; 
	margin:0; 
	padding:0; 
	width:500px;
	float:right;
  margin-top: -280px;
  margin-right: -30px;
}

ul#global_nav.secondary {
	list-style-type:none; 
	margin:0; 
	padding:0; 
	width: 500px;
	float:right;
  margin-top: -105px;
  margin-right: -30px;
}

#global_nav li {
	float:left; 
	padding:0; 
	margin:0 1px 0 0; 
	position:relative; 
	width:150px; 
	height:50px; 
	z-index:100; 
	text-align: center;
	background: 0;
	}

#global_nav li dl {
	position:absolute; 
	top:0; 
	left:0; 
	padding-bottom:0; 
	}
	
#global_nav li a, #global_nav li a:visited {text-decoration:none;}
#global_nav li dd {display:none;}
#global_nav li a:hover {border:0;}
#global_nav li:hover dd, #global_nav li a:hover dd {display:block;}
#global_nav li:hover dl, #global_nav li a:hover dl {padding-bottom:10px;}
#global_nav dl {width: 150px; margin: 0; padding: 0; background: transparent;}
#global_nav dt {margin:0; padding: 0; width: 150px;}

#global_nav dd {margin:0; padding:0; text-align:left; width: 150px;}

#global_nav dt a, #global_nav dt a:visited {
	font:  18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	padding:  0;
	margin: 2px 0 0 0;
	background: none;
	border: none;
	}
#global_nav dl:hover, #global_nav li:hover dt a {color:#fff; background: #2f6cac;}

#global_nav dd a, #global_nav dd a:visited {
	font:  12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	width: 128px;
	color: #333;
	background: #FFF8DC;
	border: 1px solid #789;
	border-top: 0;
	text-align:left;
	font-size: 12px;
	padding: 5px 10px;
}

#global_nav dd a:hover {
	color: #32586B;
	background: #f9ce7c;
	border: 1px solid #789;
	border-top: 0;
	}
	
h5.parents {
  background: url(../images/title_parents.png) top left no-repeat;
  background-position: 10px 10px;
}

/*h5.lesson_plans:hover {
  background: url(images/title_LessonPlans.hover.png) top left no-repeat;
}
*/
h5.parents a, h5.parents a:hover, h5.parents a:visited, h5.parents a:visited:hover {
  display:block;
  width:200px;
  height: 80px;
  text-indent: -9999px;
  border-bottom:0;
}

h5.teachers {
  background: url(../images/title_teachers.png) top left no-repeat;
  background-position: 10px 10px;
}

/*h5.standards_coverage:hover {
  background: url(images/title_StandardsCoverage.hover.png) top left no-repeat;
}*/

h5.teachers a, h5.teachers a:hover, h5.teachers a:visited, h5.teachers a:visited:hover {
  display:block;
  width:200px;
  height: 80px;
  text-indent: -9999px;
  border-bottom:0;
}

h5.registrars {
  background: url(../images/title_registrars.png) top left no-repeat;
  background-position: 10px 10px;
}

/*h5.correlated_resources:hover {
  background: url(images/title_CorrelatedResources.hover.png) top left no-repeat;
}*/

h5.registrars a, h5.registrars a:hover, h5.registrars a:visited, h5.registrars a:visited:hover {
  display:block;
  width:200px;
  height: 80px;
  text-indent: -9999px;
  border-bottom:0;
}

h5.administrators {
  background: url(../images/title_administrators.png) top left no-repeat;
  background-position: 10px 10px;
}

/*h5.communication:hover {
  background: url(images/title_Communication.hover.png) top left no-repeat;
}*/

h5.administrators a, h5.administrators a:hover, h5.administrators a:visited, h5.administrators a:visited:hover {
  display:block;
  width:200px;
  height: 80px;
  text-indent: -9999px;
  border-bottom:0;
}	

.secondary_page h2.parents {
  height: 75px;
  width: 600px;
  background: url(../images/icon_parents.png) top left no-repeat;
  padding-left: 85px;
  padding-top: 20px;
  margin-bottom:0;
}

.secondary_page h2.teachers {
  height: 75px;
  background: url(../images/icon_teachers.png) top left no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  margin-bottom:0;
}

.secondary_page h2.registrars {
  height: 75px;
  background: url(../images/icon_registrars.png) top left no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  margin-bottom:0;
}

.secondary_page h2.administrators {
  height: 75px;
  background: url(../images/icon_administrators.png) top left no-repeat;
  padding-left: 75px;
  padding-top: 20px;
  margin-bottom:0;
}

.secondary_page h2.roles {
  height: 75px;
  background: url(../images/icon_roles.png) top left no-repeat;
  padding-left: 85px;
  padding-top: 20px;
  margin-bottom:0;
}

.secondary_page h2.contact {
  height: 75px;
  background: url(../images/icon_contact.png) top left no-repeat;
  padding-left: 85px;
  padding-top: 20px;
  margin-bottom:0;
}

.secondary_page h2.about {
  height: 75px;
  background: url(../images/icon_about.png) top left no-repeat;
  padding-left: 85px;
  padding-top: 20px;
  margin-bottom:0;
}

.secondary_page h2.pricing {
  height: 75px;
  background: url(../images/icon_pricing.png) top left no-repeat;
  padding-left: 55px;
  padding-top: 20px;
  margin-bottom:0;
}

h3.registrar {
  height: 60px;
  background: url(../images/icon_registrars.png) top left no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  margin-bottom:0;
}

h3.teacher {
  height: 60px;
  background: url(../images/icon_teachers.png) top left no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  margin-bottom:0;
}

h3.rep {
  height: 60px;
  background: url(../images/icon_reps.png) top left no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  margin-bottom:0;
}

h3.parent {
  height: 60px;
  background: url(../images/icon_parents.png) top left no-repeat;
  padding-left: 80px;
  padding-top: 20px;
  margin-bottom:0;
}

h3.special_access {
  height: 60px;
  background: url(../images/icon_special_access.png) top left no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  margin-bottom:0;
}

.role_list {
  float:right;
  margin-top: -100px;
}
  /* END SUB-NAVIGATION */

#showcase {
  float: right;
  margin-top: -180px;
  margin-right: 3em;
}

.feature {
  float:right;
  width:450px;
  font-family: Arial, Verdana, sans-serif;
  margin-top: -4em;
  margin-left: 2em;
}

.feature_highlight {
  border: 1px solid #e5e5e5;
  background: #FFF8DC;
  padding: 15px;
  float:left;
  clear:none;
  margin: 10px 0;
}

.feature_highlight p {
  margin:5px 0 0 0;
  padding-bottom:0;
  text-align:justify;
}

.feature_highlight img {
  margin-top: 5px;

}

.screenshot {
  width: 440px;
  background:  #b6c8d7;
  padding: 5px;
  margin: 3.5em 0;
  border-bottom: 2px solid #789;
  border-right: 2px solid #789;
}

.screenshot p {
  color: #336ea9;
  font-size: 12px;
  text-align:center;
  margin:0;
  padding: 0.25em 0 0 0;
}

.left {
  float:left;
}

.right {
  float: right;
}

.download {
  float:right;
  clear: right;
  background: url(../images/icon_pdf.png) center left no-repeat;
  padding-left: 25px;
  margin-right: 4em;
}
