/* =============================================================
CSS doc for Learning Outcomes Transparency site
Copyright 2009, Capella University

Thanks to TYPOGRIDPHY (csswizardry.com) and Yahoo! UI Developers Forum
==============================================================
COLOR REFERENCES

BODY BG: #E0D0B2
TEXT: #666
FOOTER TEXT: #4f4f4f
HEADERS H1-H4: #000
HEADERS H5 and H6: #706C5D
LINKS: #800d1e

*/

/* == Yahoo! CSS RESET == */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:100%;
}
body{
	font-size:62.5%;
	/*font-family:Georgia, "Times New Roman", serif;*/
	font-family:Verdana, Helvetica, sans-serif;
	color:#666;
	/*background: url(../lot_img/grid.gif) top center repeat-y; *//* Uncomment to display the grid */
    background: #e0d0b2 url("../lot_img/body.gif") center top repeat-x;
	padding:0;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}
#wrapper_box{
	width:530px;
	margin:0;
	padding: 25px 40px 20px 25px;
	background:transparent url("../lot_img/homepage_chart_box.jpg") 0 0 no-repeat;
}
#wrapper_box_leftcol{
	width:220px;
	margin:0;
	padding:0;
	float:left;
}
#wrapper_box_rightcol{
	width:290px;
	margin:0;
	padding:0;
	float:right;
}
#header{
	width:1000px;
}
/*NAVIGATION
-------------------------------------------------------- */
#nav{
	position:absolute;
	top:72px;
	left:20px;
	height:27px;
	width:800px;
}
#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position:relative;
}
#nav li a{
	text-indent:100000em;
	display:block;
	position:relative; 
	background-repeat:no-repeat;
	background-color:transparent;
	background-position: 0 0;
	height:27px;
	margin-right:3px;
}
#nav li a.but1{
	background-image:url("../lot_img/but_approach.gif");
	width:104px;
}
#nav li a.but2{
	background-image:url("../lot_img/but_behind.gif");
	width:139px;
}
#nav li a.but3{
	background-image:url("../lot_img/but_learning.gif");
	width:138px;
}
#nav li a.but4{
	background-image:url("../lot_img/but_career.gif");
	width:126px;
}
#nav li a:hover{
	background-position: 0 -27px;
}
#nav li a.current{
	background-position: 0 -54px;
}
#nav li a.current:hover{
	background-position: 0 -54px;
}

/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	position:relative;
	float:left;
	padding:1em 1em 0 1em;
	margin:2em 0 0 0;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	padding-left:2.5em !important;
	padding-right:1.5em !important;
}
/* 160px */
.onesixty{
	width:16em;
}
/* 200px */
.twohun{
	width:20em;
}
/* 210px */
.twoten{
	width:21em;
	padding-left:2em;
}
/* 220px */
.twotwenty{
	width:22em;
}
/* 280px */
.twoeighty{
	width:28em;
}
/* 340px */
.threeforty{
	width:34em;
}
/* 400px */
.fourhun{
	width:40em;
}
/* 460px */
.foursixty{
	width:46em;
}
/* 470px */
.fourseventy{
	width:48em;
	padding-left:2em;
	padding-right:1.9em;
	border-right:0.1em solid #e7e6e4;
}
/* 500px */
.fivehundred{
	width:50em;
	padding-left:2em;
	padding-right:0.9em;
	border-right:0.1em solid #e7e6e4;
}
/* 510px */
.fiveten{
	width:51em;
	padding-right:0.9em;
	border-right:0.1em solid #e7e6e4;
}
/* 520px */
.fivetwenty{
	width:52em;
}
/* Really 60px */
.fiveeighty{
	width:59em;
	padding-right:0.9em;
	border-right:0.1em solid #e7e6e4;
}
/* 640px */
.sixforty{
	width:64em;
	padding-right:1.9em;
	border-right:0.1em solid #e7e6e4;
}
/* 700px */
.sevenhun{
	width:70em;
}
/* Actually 760px */
.seventen{
	width:74em;
	padding:0 2em;
}
/* 760px */
.sevensixty{
	width:76em;
}
/* 820px */
.eighttwenty{
	width:82em;
}
/* 880px */
.eighteighty{
	width:88em;
}
/* 940px */
.nineforty{
	width:94em;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
.generic li, .generic li li, .generic ol, .generic ol ol, .generic ol li, .generic li ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom:.5em;
}
.generic ul, ol {
	margin-left:2em;	
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
.number {
    color:#800d1e;
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:2em;
	font-weight:bold;
	padding-right:30px;
	padding-top:0;
}
.number img{
	padding-top:10px;
}
.bold {
    margin:0;
	font-weight:bold;
	font-size:1em;
	padding:0;
}
p.red_quote {
    color:#800d1e;
	margin-right:70px;
	margin-top:10px;
	font-weight:bold;
	line-height:20px;
	padding:0;
}
a.list {
	margin-top:10px;
}
p.qoute_credit {
	margin:8px 0 0 0px;
	border:0px;
	line-height:15px;
}
.rightcol p {
	font-size:1em;
}
.rightcol ul, 
.rightcol ol {
	margin-left:0em;
}

p.chartCaption {
	font-size:.9em;
	clear:left;
	font-style:italic;
}

/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:3em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
}
h2{
	color:#000;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:0.9em;
}
h3{
	color:#000;
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-variant:small-caps;
}
h4{
	color:#706C5D;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	margin-top: 30px;
}
h5{
	color:#706C5D;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;
}
h6{
	color:#706C5D;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
h3.redhead {
	color:#800d1e;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.1em;
	line-height:1.2em;
	font-variant:normal;
}
/*LINKS
-------------------------------------------------------- */
p a, a {
	color:#000;
}
p a:hover, a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}
span.graybold {
	color:#6f6c5d; font-weight:bold;
}
.arrow {
    color:#800d1e;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	paddding-top: 0;
	padding-left: 13px;
	margin: 0;
	background: transparent url("../lot_img/arrow.gif") 0 3px no-repeat;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.right-floatalt{ /* Float any item to the right */
	float:right;
	margin-left:0.5em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:8px;
	margin-left:0;
	margin-top: 2px;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}

/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location{
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/

ul, ol { 
   margin-top:auto;
   margin-right:0;
   margin-bottom:1.8em; 
   padding:0; 
   position:relative; 
   overflow:hidden;
}
ul {
   list-style-type:square;
}
ol {
	list-style-type:decimal;
}
li { 
   margin-top:0.25em;
   margin-bottom:0.25em; 
   font-size:1.2em;
   line-height:1.5em;
}

 
ul ul, ul ol, 
ol ol, ol ul { 
   margin-left:1.8em; 
   padding-left:0; 
   font-size:0.9em;
   line-height:1.3em;
}
li li { 
   margin-left:1em; 
}
ol li.caption, ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	list-style:none;
	font-weight:normal;
	font-style:italic;
	margin-top:0.75em;
    margin-bottom:0;
	margin-left:-300px; 
	margin-right:0px; 
}
ul.wrapper_box {
	margin-left:1em;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 0;
}
ul.wrapper_box li {
	margin-left:1em;
	margin-bottom: 4px;
	margin-top: 0;
	padding: 0;
	line-height:1.3em;
}


ul.arrowlist li {
   list-style: none;
   margin-left: 0;
}

ul.arrowlist li a {
    color:#800d1e;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	paddding-top: 0;
	padding-left: 13px;
	margin: 0;
	background: transparent url("../lot_img/arrow.gif") 0 3px no-repeat;
}


/*-------------------------------------------+
|                                            |
|             PAGE SPEC. STYLES              |
|                                            |
+-------------------------------------------*/

/* ===== HEADER ===== */
#header {
    position: relative;
    background: transparent url("../lot_img/header.gif") left bottom no-repeat;
    height: 299px;
}
#header h1, #header p {
    margin: 0;
    padding: 0;
}

#header h1 a {
    display: block;
    background: transparent url("../lot_img/title.gif") no-repeat;
    width: 330px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 30px;
    text-indent: -1000000px;
}
#header p {
    height: 0;
    text-indent: -1000000px;
}
#logo a {
    background: transparent url("../lot_img/logo.gif") no-repeat;
    text-indent: -1000000px;
    width: 250px;
    height: 40px;
    position: absolute;
    top: 22px;
    right: 35px;
}
#logohome a {
    background: transparent url("../lot_img/logo.gif") no-repeat;
    text-indent: -1000000px;
    width: 250px;
    height: 40px;
    position: absolute;
    top: 22px;
    right: 100px;
}

/* ===== CONTENT DIV ===== */
#content {
	background: #fff url("../lot_img/content_1000.gif") 0 0 repeat-y;
    margin: -200px 0 0;
    padding: 0 12px;
	width:976px;
  	min-height:300px;
}
#content-lightbox {
	background-color: #fff;
    margin:0;
    padding:0;
	width:976px;
  	min-height:300px;
}

.home {
  	height:auto !important;
	height:747px;
}
#content .assessmentsub {
	font-size: 10px;
	line-height: 16px;
	color: #706C5D;
	margin: 0 0 0 3px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
}
#content .assessmentbox {
	background: #F6F0E4;
	margin: 8px 0 20px 0;
	border: 1px solid #CEC3B8;
	padding: 1px;
	width: 455px;
	position: relative;
}
#content .assessmentbox p{
	font-size: 10px;
	line-height: 16px;
	color: #706C5D;
	margin: 4px 0 4px 3px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
}
#content .assessmentbox p a{
	font-size: 10px;
	font-weight: normal;
}
#content .assessmentbox ul {
	margin: 5px 5px 10px .7em;
	padding: 0;
	list-style: none;
}
#content .assessmentbox li {
	margin: 0 0 0 0;
	list-style: none;
	line-height: 17px;
}
#content .assessmentbox a {
	font-weight: bold;
	font-size: 11px;
	color: #423827;
}
#content .assessmentbox a:hover {
	color: #800d1e;
}
#content .assessmentbox img {
	margin: 0 2px 0  0;
	float: left;
}

/* ===== BANNER DIV ===== */
#banner {
	position:relative;
    display: block;
	width:976px;
	height:218px;
}
#bannerleft {
	display:inline;
	float:left;
	width:524px;
	height:218px;
	background:transparent url("../lot_img/home_left_banner.jpg") 0 0 no-repeat;
	text-indent:-1000000em;
}
#bannerleft p {
	display:none;
}
#bannerright {
	display:inline;
	float:right;
	width:452px;
	height:218px;
	background:transparent url("../lot_img/home_photocollage.jpg") 0 0 no-repeat;
	text-indent:-1000000em;
}

/* ===== LEFTCOL DIV ===== */
#leftcol {
	position:relative;
	float:left;
	width:19em;
	margin:0;
	padding:3em 0 0 0;
}

/* ===== MAIN DIV ===== */
#main {
	margin:0 2em 0 2em;
	position:relative;	
}
/* ===== MAIN DIV ===== */
#main-wleftnav {
	margin:0;
}
.col1 {
    background:transparent url("../lot_img/leftnav_bg.gif") 0 0 repeat-y;
}
.col2 {
	background:#fff;
    min-height:1100px;
}
.col3 {
	background:#fff;
}


/* ===== FOOTER DIV ===== */
#footer {
    background: transparent url("../lot_img/content_bottom.gif") 0 0 no-repeat;
    margin:0 auto;
    padding: 24px;
	width:1000px;
	w\idth: 952px;
  	min-height:12px;
  	height:auto !important;
	height:12px;
    clear: both;
    color: #4f4f4f;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer div#copyright {
	display:inline;
	float:left;
}
#footer div#footerlinks {
	display:inline;
	float:right;
}
#footer a {
	margin:0 5px;
	color:#423827;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/

.videowrapper {
	height:230px;
}

p.footnote {
	color:#666;
	font-size:1em;	
	font-style:italic;
	margin-top:-.5em;
}
p.overview {
	margin-bottom:.5em;
}
.homeright h5 a {
	color:#413827;
}
.homeright p {
	margin-bottom:1em;
}
.sidebarbox {
	border:1px solid #ddd3ca;
	background-color:#f5efe1;
	padding:8px;
}
.sidebarbox ul li {
	margin-left:2em;
}
h2.subhead {
	text-indent:-100000em;
	margin-bottom:0.3em;
}
h2.Recognition {
	background:transparent url("../lot_img/h2_Recognition.gif") 0 0 no-repeat;
	margin-top: 25px;
}
h2.Recognition_2 {
	background:transparent url("../lot_img/h2_Capella_wins.gif") 0 0 no-repeat;
	margin-top: 30px;
}
h2.learningcareer {
	background:transparent url("../lot_img/h2_learning_career.gif") 0 0 no-repeat;
}
h2.expectmore {
	background:transparent url("../lot_img/h2_expectmore.gif") 0 0 no-repeat;
}
h2.wereproud {
	background:transparent url("../lot_img/h2_wereproud.gif") 0 0 no-repeat;
	margin-top: 25px;
}
h2.assessoursuccess {
	background:transparent url("../lot_img/h2_assessoursuccess.gif") 0 0 no-repeat;
}
h2.behindnumbers {
	background:transparent url("../lot_img/subhead_behind.gif") 0 0 no-repeat;
	height:47px;
}
h2.ourapproach {
	background:transparent url("../lot_img/subhead_ourapproach.jpg") 0 0 no-repeat;
	height:47px;
}
h2.costoverview {
	background:transparent url("../lot_img/subhead_costs_overviews.gif") 0 0 no-repeat;
	height:23px;
}
h2.instit_overview {
	background:transparent url("../lot_img/subhead_instit_overview.gif") 0 0 no-repeat;
	height:45px;
}
h2.current_learner {
	background:transparent url("../lot_img/subhead_learner_satis.gif") 0 0 no-repeat;
	height:65px;
}
h2.current_learner_new {
	background:transparent url("../lot_img/subhead_current_learner_sat.gif") 0 0 no-repeat;
	height:65px;
}
h2.alum_outcomes {
	background:transparent url("../lot_img/subhead_alum_career.gif") 0 0 no-repeat;
	height:45px;
}
h2.progoutcomes {
	background:transparent url("../lot_img/subhead_progoutcomes.gif") 0 0 no-repeat;
	height:45px;
}
h2.careeroutcomes {
	background:transparent url("../lot_img/subhead_career_outcomes.gif") 0 0 no-repeat;
	height:23px;
}
h2.careeroutcomes_bach {
	background:transparent url("../lot_img/subhead_car_outcomes_bach.gif") 0 0 no-repeat;
	height:50px;
}
h2.careeroutcomes_mast {
	background:transparent url("../lot_img/subhead_car_outcomes_mast.gif") 0 0 no-repeat;
	height:50px;
}
h2.careeroutcomes_phd {
	background:transparent url("../lot_img/subhead_car_outcomes_phd.gif") 0 0 no-repeat;
	height:50px;
}
h2.alumnioutcomes_bach {
	background:transparent url("../lot_img/subhead_alum_outcomes_bach.gif") 0 0 no-repeat;
	height:50px;
}
h2.alumnioutcomes_mast {
	background:transparent url("../lot_img/subhead_alum_outcomes_mast.gif") 0 0 no-repeat;
	height:50px;
}
h2.alumnioutcomes_phd {
	background:transparent url("../lot_img/subhead_alum_outcomes_phd.gif") 0 0 no-repeat;
	height:50px;
}
h2.bs_psy {
	background:transparent url("../lot_img/subhead_BS_Psy.gif") 0 0 no-repeat;
	height:65px;
}
h2.bs_nursing {
	background:transparent url("../lot_img/subhead_BS_Nursing.gif") 0 0 no-repeat;
	height:65px;
}
h2.bs_busi {
	background:transparent url("../lot_img/subhead_BS_Busi.gif") 0 0 no-repeat;
	height:61px;
}
h2.bs_it {
	background:transparent url("../lot_img/subhead_BS_IT.gif") 0 0 no-repeat;
	height:45px;
}
h2.bs_ps {
	background:transparent url("../lot_img/subhead_BS_PS.gif") 0 0 no-repeat;
	height:61px;
}
h2.bs_pub_safety {
	background:transparent url("../lot_img/subhead_BS_Pub_Safety.gif") 0 0 no-repeat;
	height:61px;
}
h2.bs_pub_admin {
	background:transparent url("../lot_img/subhead_BS_Public_Admin.gif") 0 0 no-repeat;
	height:66px;
}
h2.phd_ed_spec {
	background:transparent url("../lot_img/subhead_Ed_Spec.gif") 0 0 no-repeat;
	height:45px;
}
h2.mba {
	background:transparent url("../lot_img/subhead_MBA.gif") 0 0 no-repeat;
	height:45px;
}
h2.ms_psy {
	background:transparent url("../lot_img/subhead_MS_Psy.gif") 0 0 no-repeat;
	height:45px;
}
h2.ms_career_counseling {
	background:transparent url("../lot_img/subhead_MS_car_council.gif") 0 0 no-repeat;
	height:83px;
}
h2.ms_ed {
	background:transparent url("../lot_img/subhead_MS_Ed.gif") 0 0 no-repeat;
	height:45px;
}
h2.ms_hrm {
	background:transparent url("../lot_img/subhead_MS_HRM.gif") 0 0 no-repeat;
	height:61px;
}
h2.ms_hs {
	background:transparent url("../lot_img/subhead_MS_HS.gif") 0 0 no-repeat;
	height:45px;
}
h2.ms_it {
	background:transparent url("../lot_img/subhead_MS_IT.gif") 0 0 no-repeat;
	height:61px;
}
h2.ms_organ_dev {
	background:transparent url("../lot_img/subhead_MS_Organ_Dev.gif") 0 0 no-repeat;
	height:45px;
}
h2.ms_organ_man {
	background:transparent url("../lot_img/subhead_MS_Organ_Man.gif") 0 0 no-repeat;
	height:61px;
}
h2.ms_addition_coun {
	background:transparent url("../lot_img/subhead_MS_Addition_Coun.gif") 0 0 no-repeat;
	height:65px;
}
h2.ms_mental_health {
	background:transparent url("../lot_img/subhead_MS_Mental_Health.gif") 0 0 no-repeat;
	height:65px;
}
h2.ms_nursing {
	background:transparent url("../lot_img/subhead_MS_Nursing.gif") 0 0 no-repeat;
	height:50px;
}
h2.ms_nursing {
	background:transparent url("../lot_img/subhead_MS_Nursing.gif") 0 0 no-repeat;
	height:50px;
}
h2.ms_marriage_fam {
	background:transparent url("../lot_img/subhead_MS_Marriage_fam.gif") 0 0 no-repeat;
	height:100px;
}
h2.ms_leadership {
	background:transparent url("../lot_img/subhead_MS_Leadership.gif") 0 0 no-repeat;
	height:66px;
}
h2.ms_school_counseling {
	background:transparent url("../lot_img/subhead_MS_School_Counseling.gif") 0 0 no-repeat;
	height:81px;
}
h2.ms_counseling_stud {
	background:transparent url("../lot_img/subhead_MS_Counseling_Stud.gif") 0 0 no-repeat;
	height:65px;
}
h2.ms_public_admin {
	background:transparent url("../lot_img/subhead_MS_Public_Admin.gif") 0 0 no-repeat;
	height:66px;
}
h2.ms_pub_health {
	background:transparent url("../lot_img/subhead_ms_pub_health.gif") 0 0 no-repeat;
	height:45px;
}
h2.ms_pub_safety {
	background:transparent url("../lot_img/subhead_MS_Pub_Safety.gif") 0 0 no-repeat;
	height:45px;
}
h2.phd_bus_admin {
	background:transparent url("../lot_img/subhead_PhD_busi_admin.gif") 0 0 no-repeat;
	height:45px;
}
h2.phd_public_health {
	background:transparent url("../lot_img/subhead_PhD_Public_Health.gif") 0 0 no-repeat;
	height:45px;
}
h2.phd_social_work {
	background:transparent url("../lot_img/subhead_PhD_social_work.gif") 0 0 no-repeat;
	height:65px;
}
h2.phd_business_admin {
	background:transparent url("../lot_img/subhead_PhD_Business_Admin.gif") 0 0 no-repeat;
	height:45px;
}
h2.phd_ed {
	background:transparent url("../lot_img/subhead_PhD_Ed.gif") 0 0 no-repeat;
	height:61px;
}
h2.phd_hs {
	background:transparent url("../lot_img/subhead_PhD_HS.gif") 0 0 no-repeat;
	height:61px;
}
h2.phd_phil_ed {
	background:transparent url("../lot_img/subhead_PhD_Phil_Ed.gif") 0 0 no-repeat;
	height:61px;
}
h2.phd_phil_psy {
	background:transparent url("../lot_img/subhead_PhD_Phil_Psy.gif") 0 0 no-repeat;
	height:61px;
}
h2.phd_phil_it {
	background:transparent url("../lot_img/subhead_PhD_Phil_IT.gif") 0 0 no-repeat;
	height:61px;
}
h2.phd_psy {
	background:transparent url("../lot_img/subhead_PhD_Psy.gif") 0 0 no-repeat;
	height:45px;
}
h2.phd_pa {
	background:transparent url("../lot_img/subhead_PhD_PA.gif") 0 0 no-repeat;
	height:66px;
}
h2.phd_pa {
	background:transparent url("../lot_img/subhead_PhD_PA.gif") 0 0 no-repeat;
	height:66px;
}
h2.phd_Con_Ed {
	background:transparent url("../lot_img/subhead_PhD_Con_Ed.gif") 0 0 no-repeat;
	height:81px;
}
h2.phd_np {
	background:transparent url("../lot_img/subhead_PhD_NP.gif") 0 0 no-repeat;
	height:65px;
}
h2.phd_ha {
	background:transparent url("../lot_img/subhead_PhD_HA.gif") 0 0 no-repeat;
	height:65px;
}
h2.ms_ha {
	background:transparent url("../lot_img/subhead_MS_HA.gif") 0 0 no-repeat;
	height:65px;
}

h2.phd_business {
	background:transparent url("../lot_img/subhead_PhD_Business.gif") 0 0 no-repeat;
	height:81px;
}
h2.phd_counseling {
	background:transparent url("../lot_img/subhead_PhD_Counseling.gif") 0 0 no-repeat;
	height:66px;
}
h2.phil_organ_man {
	background:transparent url("../lot_img/subhead_Phil_Organ_Man.gif") 0 0 no-repeat;
	height:45px;
}
h2.phil_ps {
	background:transparent url("../lot_img/subhead_Phil_PS.gif") 0 0 no-repeat;
	height:45px;
}
h2.MPH_MS_Public_Saf {
	background:transparent url("../lot_img/subhead_MPH_MS_Public_Saf.gif") 0 0 no-repeat;
	height:81px;
}
h2.mbaGB {
	background:transparent url("../lot_img/subhead_MBA_GB.gif") 0 0 no-repeat;
	height:88px;
}
h2.mbaGO {
	background:transparent url("../lot_img/subhead_MBA_GO.gif") 0 0 no-repeat;
	height:72px;
}
h2.mbaFin {
	background:transparent url("../lot_img/subhead_MBA_Fin.gif") 0 0 no-repeat;
	height:74px;
}
h2.mbaMar {
	background:transparent url("../lot_img/subhead_MBA_Mar.gif") 0 0 no-repeat;
	height:88px;
}
h2.mbaHC {
	background:transparent url("../lot_img/subhead_MBA_HC.gif") 0 0 no-repeat;
	height:88px;
}
h2.mbaHR {
	background:transparent url("../lot_img/subhead_MBA_HR.gif") 0 0 no-repeat;
	height:72px;
}
h2.mbaAccount {
	background:transparent url("../lot_img/subhead_MBA_Account.gif") 0 0 no-repeat;
	height:88px;
}
h2.mbaPM {
	background:transparent url("../lot_img/subhead_MBA_PM.gif") 0 0 no-repeat;
	height:74px;
}
h2.mikeo {
	background:transparent url("../lot_img/subhead_mikeofferman.gif") 0 0 no-repeat;
}


h2.loremipsum {
	background:transparent url("../lot_img/subhead_loremipsum.gif") 0 0 no-repeat;
}

h2.cta_bs {
	background:transparent url("../lot_img/subhead_bachelors.gif") 0 0 no-repeat;
	height:19px;
	width:216px;
}
h2.cta_doctoral {
	background:transparent url("../lot_img/subhead_doctoral.gif") 0 0 no-repeat;
}
h2.cta_mba {
	background:transparent url("../lot_img/subhead_mba_degree.gif") 0 0 no-repeat;
}
h2.cta_masters {
	background:transparent url("../lot_img/subhead_masters.gif") 0 0 no-repeat;
}
h2.accomplishments {
	background:transparent url("../lot_img/subhead_accomplishments.gif ") 0 0 no-repeat;
}
h2.capoverview {
	background:transparent url("../lot_img/subhead_capoverview.gif ") 0 0 no-repeat;
}
h2.college_choices {
	background:transparent url("../lot_img/subhead_college_choices.gif ") 0 0 no-repeat;
}
h2.enrollment_counselors {
	background:transparent url("../lot_img/subhead_enrollment_counselors.gif ") 0 0 no-repeat;
	height:40px;
	width: 222px;
}
h2.success_stories {
	background:transparent url("../lot_img/subhead_success_stories.gif ") 0 0 no-repeat;
}
h2.edimprovement {
	background:transparent url("../lot_img/subhead_edimprovement.gif") 0 0 no-repeat;
}
h5.overviewsub {
	color:#800d1e;
	font-size:1.8em;
	margin-top:30px;
	margin-bottom:10px;
	padding: 0 0 0 25px;
	line-height:1.8em;
	font-family:times;
	font-weight: normal;
	background: transparent url("../lot_img/checkbox.gif") no-repeat;	
}
h5.listheading {
	color:#9C9683;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;		
}
h5.overviewsub2 {
	color:#706C5D;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;	
}
.left {
	padding-left:55px;
	background:transparent url("../lot_img/icon_docs.gif") 0 5px no-repeat;
}
.icontrophie {
	padding-left:71px;
	background:transparent url("../lot_img/icon_trophie.gif") 0 5px no-repeat;
}
.iconsheild {
	padding-right:55px;
	background:transparent url("../lot_img/icons_sheild.gif") 0 5px no-repeat;
}
.iconright {
	padding-right:130px;
	background:transparent url("../lot_img/icon_mikeo.gif") no-repeat;
	min-height:115px;
	height:auto !important;
	height:115px;
}
.iconcounselor {
	padding-left:98px;
	background:transparent url("../lot_img/icon_counselor.jpg") 0 5px no-repeat;
	padding-top:5px;
    padding-bottom:0;
	margin:0;
}

ul.listalt li {
	margin-left:1em;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
ul.listalt p {
	margin-left:1em;
	margin-bottom: 0;
	margin-top: 8px;
	padding: 0;
}
ul.listalt p a{
	margin-left:1em;
	margin-bottom: 0;
	margin-top: 8px;
	padding: 0;
}
ol.listalt li {
	margin-left:2.3em;
	font-size:1em;
}
ul.listawards {
	margin-left:1em;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 0;
}
ul.listawards li {
	margin-left:1em;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.bottomspacer {
	margin-bottom:3em;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.otherVidsTranscript {
	margin:3px 20px 5px 0; 
	text-align:right;
	clear:left;
}
.otherVidsTranscript2 {
	margin:3px 20px 5px 400px; 
	text-align:left;
	clear:left;
}
#transcript {
	clear:left;
	position:absolute;
	top:178px;
	left:334px;	
	width:103px;
	height:25px;
	display:none;
	text-align:center;
}
#playbutton {
	clear:left;
	position:absolute;
	top:149px;
	left:333px;	
	width:103px;
	height:25px;
}
#playbutton a {
	display:block;
	width:103px;
	height:25px;
	background:transparent url("../lot_img/button_playvideo.gif") 0 0 no-repeat;	
}
#playbutton a:hover {
	background:transparent url("../lot_img/button_playvideo.gif") 0 -25px no-repeat;	
}
#playbutton a.stopped {
	background:transparent url("../lot_img/button_stopvideo.gif") 0 0 no-repeat;	
}
#playbutton a.stopped:hover {
	background:transparent url("../lot_img/button_stopvideo.gif") 0 -25px no-repeat;	
}
/*-------------------------------------------+
|                                            |
|               LEFT NAV YO                  |
|                                            |
+-------------------------------------------*/
h5.subhead {
	color:#707070;
	font-size:1em;
	width:18em;
	padding:5px 0.5em;
	background:transparent url("../lot_img/leftnav_subhead_bg.jpg") 0 0 repeat-y;
	margin-bottom:10px;
}
.leftnav {
	margin-bottom:20px;
	border-top:1px solid #D7D0CD;
	zoom:1;
}
.leftnav h5 {
	font-weight:normal;
	font-size:1em;
	border-bottom:1px solid #D7D0CD;
	margin:0;
	padding:0;
}
.leftnav h5 a {
	text-decoration:none;
	display:block;
	width:16.4em;
	padding:5px 1em;
	margin:0;
	color:#707070;
    background:transparent url("../lot_img/leftnav_bg.gif") 0 0 repeat-y;
}
.leftnav h5 a:hover {
	color:#800d1e;
    background:transparent url("../lot_img/leftnav_hover_bg.jpg") 0 0 repeat-y;
}
.leftnav ul {
	margin:0;
	padding:0;
}
.leftnav ul li {
	font-size:1em;
	line-height:1.2em;
	color:#797979;
	list-style-type:none;
	background:none 0;
	margin:7px 0 14px 10px;
	vertical-align:top;
}
.leftnav ul li a {
	padding:0;
	margin:0 0 0 0; /* -5px if there is a list-style type. */
	color:#797979;
	text-decoration:none;
}
.leftnav ul li a:hover {
	color:#800d1e;
	text-decoration:underline;
}
.leftnav ul li a.current {
	color:#800d1e;
	text-decoration:none;
}
.leftnav ul li a.current:hover {
	color:#800d1e;
	text-decoration:none;
}

/*-------------------------------------------+
|                                            |
|               INST NAV YO                  |
|                                            |
+-------------------------------------------*/
.instnav {
	margin-bottom:20px;
	border-top:1px solid #D7D0CD;
}
.instnav h5 {
	font-weight:normal;
	font-size:1em;
	border-bottom:1px solid #D7D0CD;
	margin:0;
	padding:0;
	zoom:1;
}
.instnav h5 a {
	position:relative;
	text-decoration:none;
	display:block;
	width:17em;
	padding:0.5em 0.5em 0.5em 1.5em;
	margin:0;
	color:#707070;
    background:transparent url("../lot_img/leftnav_bg.gif") 0 0 repeat-y;
}
.instnav h5 a.current {
	color:#800d1e;
}
.instnav h5 a:hover {
	color:#800d1e;
    background:transparent url("../lot_img/leftnav_hover_bg.jpg") 0 0 repeat-y;
}
.instnav h5 a span {	
	display: block; 
	height:12px;
	width:12px;
	padding:0;
	margin:.2em 0 0 .5em;
	position:relative;	
	float: right; 
	z-index: 5; 
	text-indent:-100000em;
	background-repeat: no-repeat; 
	background-image: url("../lot_img/arrow_default.gif"); 
	background-position: left top;
}
.instnav h5 a:hover span {
	background-image: url("../lot_img/arrow_hoveractive.gif");	
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 12px; height: 12px; background-image: url(../lot_img/arrow_default.gif); } /* ui-icons_222222_256x240.png */
.ui-widget-content .ui-icon {background-image: url(../arrow_default.gif); } /* ui-icons_222222_256x240.png */
.ui-widget-header .ui-icon {background-image: url(../lot_img/arrow_default.gif); } /* ui-icons_222222_256x240.png */
.ui-state-default .ui-icon { background-image: url(../lot_img/arrow_default.gif); } /* ui-icons_888888_256x240.png */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lot_img/arrow_hoveractive.gif); } /* ui-icons_454545_256x240.png */
.ui-state-active .ui-icon {background-image: url(../lot_img/arrow_hoveractive.gif); } /* ui-icons_454545_256x240.png */

/* positioning */
.ui-icon-open-s { background-position: 0 -12px; }
.ui-icon-closed-e { background-position: 0 0; }

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; right: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }


/*

	To be great,
		feel great
			and act great.
				- Nate's tea bag on 3/21

*/