body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#head
{
	width: 747px;
	height: 117px;
	padding: 0px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#head #title
{
	/*float: left;*/
 	font-size: 30px;
	color: #FFF;
	padding: 40px 0px 0px 30px;
	margin: 0;
	line-height: 30px;
}

#body_wrapper
{
	background: url(../images/body_repeat.jpg) repeat-y top left;
	width: 747px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#body
{
	background: url(../images/body_top.jpg) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
}

#end_body
{
	background: url(../images/body_bottom.jpg) no-repeat top left;
	margin: 0px auto;
	width: 747px;
	height: 37px;
	display: block;
}

.clearer
{
  clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

#all
{
  width: 707px;
	float: left;
	padding: 0px;
	background: url(../images/all_repeat.jpg) repeat-y top left;
}
#mentorList {
	width: 287px;
	top: 150px;
	float: left;
}
.scrollBox {
	height: 350px;
	width: 610px;
	border: 1px solid #999999;
	overflow: scroll;
	position: relative;
	padding: 10px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#mentorContent {
	width: 375px;
	top: 150px;
	float: right;
	position: static;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	visibility: visible;
	height: auto;
	padding-left: 8px;
}
#mentorGraphic {
	float: right;
	height: 470px;
	width: 375px;
	position: relative;
	visibility: visible;
	top: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
 .t {
	background: url(../images/dot_top.jpg) 0 0 repeat-x;
	width: 375px
}
.b {background: url(../images/dot_top.jpg) 0 100% repeat-x}
.l {background: url(../images/dot_side.jpg) 0 0 repeat-y}
.r {background: url(../images/dot_side.jpg) 100% 0 repeat-y}
.bl {background: url(../images/corner_bl.jpg) 0 100% no-repeat}
.br {background: url(../images/corner_br.jpg) 100% 100% no-repeat}
.tl {background: url(../images/corner_tl.jpg) 0 0 no-repeat}
.tr {background: url(../images/corner_tr.jpg) 100% 0 no-repeat; padding:10px}

#all .top
{
  background: url(../images/all_top.jpg) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#all .bottom
{
	background: url(../images/all_bottom.jpg) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: inherit;
	clear: both;
}

#split
{
  width: 707px;
	float: left;
	padding: 0px;
	background: url(../images/both_repeat.jpg) repeat-y top left;
}

#split .top
{
  background: url(../images/both_top.jpg) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#split .bottom
{
  background: url(../images/both_bottom.jpg) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#TwoColumn {
	width: 675px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../images/two_column_white.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
#TwoColumnLeft {
	width: 335px;
	float: left;
	clear: left;
	background-image: url(../images/two_column_white.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
}
#TwoColumnRight {
	width: 675px;
	clear: right;
}

#left
{
  width: 538px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#right
{
  width: 169px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.content 
{
	padding: 0px 15px;
}
.lineHeight {
	line-height: 14px;
}
.lineHeightH3 {
	line-height: 20px;
}
.float_left_bottom {
	float: left;
	bottom: auto;
}

#left .content, #all .content
{
  padding-left: 22px;
}

#footer
{
	margin: 0 auto;
	width: 747px;
	text-align: center;
	color: #B05128;
	font-weight: bold;
	font-size: 10px;
}

#footer a
{
 color: #B05128;
}

#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#right ul a 
{
	display: block;
	width: 125px;
	background: #d2d2d2;
	color: #000;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

#right ul a:hover 
{
	color: #FFFFFF;
	background: #7f8d96;
}

/* Navigation */

#menu 
{
	float: inherit;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 12px;
	display: inline-block;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	color: #000;
	height: 26px;
	width: 143px;
	line-height: 26px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 29px;
	width: 143px;
	line-height: 29px;
	padding-top: 4px;
}

 
#menu ul li.active a:hover, #menu ul li.active a:active,#menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 143px;
	line-height: 29px;
	padding-top: 4px;
	color: #B05128;
}


/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #D96B11;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid;
}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333366;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
}

h5 
{
	color: #333333;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}
/* HTML Tags */

.code, code
{
  display: block;
	margin: 5px 10px;
	padding: 5px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
	width: auto;
}

pre
{
 white-space: normal;
}

a
{
	color: #AD4C21;
	text-decoration: none;
	border-bottom: 1px;
	padding-bottom: 0px;
}

a:hover
{
	color: #000;
}

hr
{
  border: 0px;
  border-bottom: 1px #F0EBE7 dashed;
	height: 1px;
}

#left hr, #all hr
{
  margin: 10px 0px;
}

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

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
	color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}
.submit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding: 0px;
}

blockquote {
	margin: 5px;
  background: transparent url(../images/quotes.png) left top no-repeat;
	padding-left: 37px;
}


del 
{
  color: #800;
	text-decoration: line-through;
}

dt
{
  font-weight: bold;
	font-size: 1.05em;
	color: #ad4c21;
}

dd 
{
  margin-left: 15px;
}


blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

.code .key1
{
 font-weight: 700;
 color: #009;
}

.code .key2
{
 color: #009;
}

.code .key3
{
 color: #909;
}

.code .key4
{
 color: #00B0B0;
}

.code .key5
{
 color: #F0F;
}

.code .key6
{
 color: #D0D000;
}

.code .key7
{
 color: #D0D000;
}

.code .key8
{
 color: #D0D000;
}

.code .string
{
 color: #282;
}

.code .number
{
	color: #000;
	font-weight: 700;
}

.code .comment
{
 color: #AAA;
}

.code th
{
	border-right: 1px solid;
	vertical-align: top;
	text-align: left;
	padding-right: 1em;
}
.floatRight {
	float: right;
}.bottomAlign {
	vertical-align: bottom;
}
.bottomMentorGraphic {
	float: right;
}
.floatRightBottom {
	float: right;
	bottom: auto;
	right: auto;
}
.floatRightTop {
	float: right;
	top: 150px;
}
#contentLeft {
	width:330px;
	margin-left: 0%;
	margin-right: auto;
}
#contentRight {
	width: 330px;
	margin-right: 0%;
	margin-left: auto;
}
#curriculumList {
	width: 335px;
	top: 150px;
	height: auto;
	float: left;
}
#curriculumGraphic {
	width: 335px;
	height: auto;
	clear: left;
	float: left;
}
#curriculumContent {
	width: 330px;
	top: 150px;
	float: right;
	position: static;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	visibility: visible;
	padding-bottom: 5px;
	clear: right;
}
#curriculumContent2 {
	width: 330px;
	float: right;
	position: static;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	visibility: visible;
	padding-bottom: 10px;
	clear: right;
}
#curriculumContent3 {
	width: 330px;
	position: static;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	visibility: visible;
	float: right;
	clear: right;
}
#curriculumContent4 {
	width: 330px;
	position: static;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	visibility: visible;
	float: right;
	clear: right;
}
.t_blu {
	width: 330px;
	background-image: url(../images/dot_blu_overview_header.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.t_blu_dvd {
	width: 330px;
	background-image: url(../images/dot_blu_dvd_header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.t_blu_multimedia {
	width: 330px;
	background-image: url(../images/dot_blu_multimedia_header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.t_blu_lessons {
	width: 330px;
	background-image: url(../images/dot_blu_lessons_header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.l_blu {
	background-image: url(../images/dot_blueside.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r_blu {
	background-image: url(../images/dot_blueside.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.b_blu {
	background-image: url(../images/dot_bluetop.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.bl_blu {
	background-image: url(../images/corner_blu_bl.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br_blu {
	background-image: url(../images/corner_blu_br.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl_blu {
	background-image: url(../images/corner_blu_tl.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr_blu {
	padding:10px;
	background-image: url(../images/corner_blu_tr.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.clearLeft {
	clear: left;
	padding-top: 10px;
}
.lowerRightBoxSubjectOpener {
	background-image: url(../images/littleGirlSmiles.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 320px;
	width: 330px;
	float: right;
}
.bottomGraphic {
	clear: both;
	height: 5px;
	width: 675px;
}
