/*******************************************************************************************************
* National Paralegal College
* Developed by I-ology
* http://www.i-ology.com
*
* Created 12/19/12 - AC
*
* General Style Definitions
*******************************************************************************************************/

/*******************************************************************************************************
* Browser Reset - Created by Eric Meyer
*******************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

blockquote {
	font-style: italic;
	margin: 0 1.5em;
}


/*******************************************************************************************************
* Typography - Pulled from BlueprintCSS
*******************************************************************************************************/

body {
    color: #333333; 
	font-size: 16px;
	line-height: 22px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background: #4184b8 url(../images/bg.jpg) top center repeat-x;
	margin: 0;
    padding: 0;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #1c3f95;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 22px; line-height: 24px; margin-bottom: .5em; }
h2 { font-size: 16px; line-height: 22px; margin-bottom: .5em; font-weight: bold; }
h3 { font-size: 16px; line-height: 22px; margin-bottom: .5em; font-weight: bold; }
h4 { font-size: 14px; line-height: 16px; margin: 0 0 .5em 0; }
h5, h6 { font-size: 1em; line-height: 1; margin-bottom: .5em; }

p           { margin: 0 0 1em; }
p.last      { margin-bottom: 0; }
/* p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } */
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0; padding: 0; line-height: 0; vertical-align: auto;}

a:focus, 
a:hover     { color: #d9292e; text-decoration: none; }
a           { color: #d9292e; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
strong      { font-weight: bold; }
em          { font-style: italic; }
select      { font-size: 12px; padding: 2px; }


/*******************************************************************************************************
* General Structure
*******************************************************************************************************/

.container {
	width: 1090px;
	margin: 0 auto 0 auto;
	padding: 0;
    position: relative;
}

.content-container {
	display: block;
	width: 1090px;
	overflow: hidden;
}

/*******************************************************************************************************
* Header
*******************************************************************************************************/

header {
    display: block;
    position: relative;
    z-index: 400;
    height: 103px;
    background: #f7f7f7 url(../images/header-bg.jpg) top center repeat-x;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    overflow: hidden;
}

.header-container {
    width: 1090px;
    margin: 0 auto;
    position: relative;
}

.logo {
	position: absolute;
	top: 0;
	left: 36px;
	width: 364px;
	height: 103px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo.gif) top left no-repeat;
}

.tagline {
	position: absolute;
	top: 36px;
	left: 445px;
	text-indent: -9999px;
	overflow: hidden;
	width: 306px;
	height: 32px;
	background: url(../images/hdr-virtual-tour.gif) top left no-repeat;
}

.btn-back {
    position: absolute;
    width: 213px;
    top: 31px;
    right: 14px;
}

.btn-back a {
    display: block;
    width: 213px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn-back-to-site.gif) top left no-repeat;
}

.btn-back a:hover {
    background-position: bottom;
}

/*******************************************************************************************************
* Sidebar
*******************************************************************************************************/

.sidebar {
    float: right;
    width: 264px;
    margin: 31px 0;
    color: #b3d3e5;
    font-size: 12px;
}

.sidebar p {
    line-height: 18px;
}

.sidebar h3 {
    cursor: pointer;
    font-size: 14px;
    border-top: 1px solid #689fc7;
    border-bottom: 1px solid #2d6b98;
    margin: 0;
    padding: 5px 18px;
    font-weight: normal;
    color: #e3e3e3;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
}

.sidebar h3:hover {
    background: #3676a5;
}

.sidebar h3.ui-state-active {
    background: #3676a5;
    border-top: 1px solid #3676a5;
    border-bottom: 1px solid #689fc7;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar ul li a {
    display: block;
    color: #e3e3e3;
    font-size: 14px;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    padding: 7px 18px 7px 49px;
    text-decoration: none;
    background: #25618e;
    line-height: 18px;
    border-bottom: 1px solid #3676a5;
}

.sidebar ul li a:hover {
    background: #25618e url(../images/icon-play.gif) no-repeat 17px 5px;
}


/*******************************************************************************************************
* Footer
*******************************************************************************************************/

footer {
    position: absolute;
    font-size: 11px;
    color: #b3d3e5;
    line-height: 16px;
    width: 264px;
    height: 52px;
    bottom: 60px;
    right: 0;
}

/*******************************************************************************************************
* Image Map
*******************************************************************************************************/

#content {
    float: left;
    display: block;
    width: 793px;
    height: 850px;
	position: relative;
}

#map-container {
    float: left;
}

#content img.map {
    position: relative;
    z-index: 100;
}

#content div.region {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 25;
}		

#content img.regionBg {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 19;
}


/*******************************************************************************************************
* Image Hover
*******************************************************************************************************/

#content div.applying-map {
    position: absolute;
    top: 45px;
    left: 397px;
    overflow: hidden;
}

#content div.scheduling-map {
    position: absolute;
    top: 220px;
    left: 498px;
    overflow: hidden;
}

#content div.course-map {
    position: absolute;
    top: 454px;
    left: 397px;
    overflow: hidden;
}

#content div.classes-map {
    position: absolute;
    top: 454px;
    left: 92px;
    overflow: hidden;
}

#content div.doing-map {
    position: absolute;
    top: 220px;
    left: 45px;
    overflow: hidden;
}

#content div.misc-map {
    position: absolute;
    top: 45px;
    left: 91px;
    overflow: hidden;
}

#content div.playall-map {
    position: absolute;
    top: 276px;
    left: 277px;
    overflow: hidden;
}

#content div#applying-thumbs {
	position: absolute;
	z-index: 200;
	display: block;
    top: 0;
    left: 0;
}

#content div#scheduling-thumbs {
	position: absolute;
	z-index: 200;
	display: block;
    top: 0;
    left: 0;
}

#content div#course-thumbs {
	position: absolute;
	z-index: 200;
	display: block;
    top: 0;
    left: 0;
}

#content div#classes-thumbs {
	position: absolute;
	z-index: 200;
	display: block;
    top: 0;
    left: 0;
}

#content div#doing-thumbs {
	position: absolute;
	z-index: 200;
	display: block;
    top: 0;
    left: 0;
}

#content div#misc-thumbs {
	position: absolute;
	z-index: 200;
	display: block;
    top: 0;
    left: 0;
}

.thumb a {
	display: block;
	width: 66px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
}

.thumb a:hover {
	background-position: bottom;
}

/****************************/

.thumb1 {
	position: absolute;
	top: 11px;
	left: 405px;
}

.thumb1 a {
	background: url(../images/thumb1.png) top left no-repeat;
}

.thumb2 {
	position: absolute;
	top: 25px;
	left: 473px;
}

.thumb2 a {
	background: url(../images/thumb2.png) top left no-repeat;
}

.thumb3 {
	position: absolute;
	top: 53px;
	left: 536px;
}

.thumb3 a {
	background: url(../images/thumb3.png) top left no-repeat;
}

.thumb4 {
	position: absolute;
	top: 93px;
	left: 593px;
}

.thumb4 a {
	background: url(../images/thumb4.png) top left no-repeat;
}

.thumb5 {
	position: absolute;
	top: 144px;
	left: 641px;
}

.thumb5 a {
	background: url(../images/thumb5.png) top left no-repeat;
}

/****************************/

.thumb6 {
	position: absolute;
	top: 236px;
	left: 691px;
}

.thumb6 a {
	background: url(../images/thumb6.png) top left no-repeat;
}

.thumb7 {
	position: absolute;
	top: 318px;
	left: 713px;
}

.thumb7 a {
	background: url(../images/thumb7.png) top left no-repeat;
}

.thumb8 {
	position: absolute;
	top: 406px;
	left: 713px;
}

.thumb8 a {
	background: url(../images/thumb8.png) top left no-repeat;
}

.thumb9 {
	position: absolute;
	top: 489px;
	left: 691px;
}

.thumb9 a {
	background: url(../images/thumb9.png) top left no-repeat;
}

/****************************/

.thumb10 {
	position: absolute;
	top: 553px;
	left: 659px;
}

.thumb10 a {
	background: url(../images/thumb10.png) top left no-repeat;
}

.thumb11 {
	position: absolute;
	top: 605px;
	left: 619px;
}

.thumb11 a {
	background: url(../images/thumb11.png) top left no-repeat;
}

.thumb12 {
	position: absolute;
	top: 650px;
	left: 571px;
}

.thumb12 a {
	background: url(../images/thumb12.png) top left no-repeat;
}

.thumb13 {
	position: absolute;
	top: 684px;
	left: 513px;
}

.thumb13 a {
	background: url(../images/thumb13.png) top left no-repeat;
}

.thumb14 {
	position: absolute;
	top: 706px;
	left: 450px;
}

.thumb14 a {
	background: url(../images/thumb14.png) top left no-repeat;
}

.thumb15 {
	position: absolute;
	top: 715px;
	left: 384px;
}

.thumb15 a {
	background: url(../images/thumb15.png) top left no-repeat;
}

/****************************/

.thumb16 {
	position: absolute;
	top: 702px;
	left: 278px;
}

.thumb16 a {
	background: url(../images/thumb16.png) top left no-repeat;
}

.thumb17 {
	position: absolute;
	top: 661px;
	left: 183px;
}

.thumb17 a {
	background: url(../images/thumb17.png) top left no-repeat;
}

.thumb18 {
	position: absolute;
	top: 596px;
	left: 104px;
}

.thumb18 a {
	background: url(../images/thumb18.png) top left no-repeat;
}

/****************************/

.thumb19 {
	position: absolute;
	top: 500px;
	left: 43px;
}

.thumb19 a {
	background: url(../images/thumb19.png) top left no-repeat;
}

.thumb20 {
	position: absolute;
	top: 433px;
	left: 20px;
}

.thumb20 a {
	background: url(../images/thumb20.png) top left no-repeat;
}

.thumb21 {
	position: absolute;
	top: 363px;
	left: 13px;
}

.thumb21 a {
	background: url(../images/thumb21.png) top left no-repeat;
}

.thumb22 {
	position: absolute;
	top: 292px;
	left: 22px;
}

.thumb22 a {
	background: url(../images/thumb22.png) top left no-repeat;
}

.thumb23 {
	position: absolute;
	top: 224px;
	left: 44px;
}

.thumb23 a {
	background: url(../images/thumb23.png) top left no-repeat;
}

/****************************/

.thumb24 {
	position: absolute;
	top: 153px;
	left: 82px;
}

.thumb24 a {
	background: url(../images/thumb24.png) top left no-repeat;
}

.thumb25 {
	position: absolute;
	top: 101px;
	left: 127px;
}

.thumb25 a {
	background: url(../images/thumb25.png) top left no-repeat;
}

.thumb26 {
	position: absolute;
	top: 59px;
	left: 184px;
}

.thumb26 a {
	background: url(../images/thumb26.png) top left no-repeat;
}

.thumb27 {
	position: absolute;
	top: 29px;
	left: 250px;
}

.thumb27 a {
	background: url(../images/thumb27.png) top left no-repeat;
}

.thumb28 {
	position: absolute;
	top: 12px;
	left: 321px;
}

.thumb28 a {
	background: url(../images/thumb28.png) top left no-repeat;
}



/* add where desired  */

#content div.region.selected, #content div.region.hover {
  
  display:block;
}

.thumb a.sidebar-hover {

  background-position: bottom;
}

.above-800px { display: block; }

.below-800px { display: none; }

.above-1090px { display: block; }

.below-1090px { display: none; }

.msidebar-intro { display: none; }



@media only screen and (max-width: 1090px) {
body {
	background-image: none;
}

.above-1090px { display: none; }

.below-1090px { display: block; }

.header-container { width: 728px; margin: 0 auto; position: relative; }

.container { width: 100%; }

.content-container { width: 100%; }

#content { margin: 0 auto; float: none; }

.sidebar { display: none; }

footer { z-index: 100; }

.tagline {
	top: 27px;
	left: 445px;
	width: 204px;
	height: 30px;
	background: url(../images/hdr-virtual-tour-small.gif) top left no-repeat;
}

.btn-back {
    position: absolute;
    width: 118px;
    top: 64px;
    left: 485px;
}

.btn-back a {
    display: block;
    width: 118px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn-back-to-site-small.gif) top left no-repeat;
}

footer {
	text-align: right;
	padding-right: 20px;
}

}


@media only screen and (max-width: 800px) {

.above-800px { display: none; }

.below-800px { display: block; }



.msidebar-intro { display: block; font-size: 14px; text-align: center; }

.header-container { width: 320px; margin: 0 auto; position: relative; }

.content-container { width: 86%; padding: 0 7%; }

#content { display: none; }

.sidebar { display: block; float:left; width: 100%; }

.logo {
	left: 0;
	width: 96px;
	height: 103px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo-small.gif) top left no-repeat;
}

.tagline {
	top: 40px;
	left: 106px;
	width: 204px;
	height: 28px;
}

.btn-back {
    display: none;
}

footer {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0px;
	display: block;
	clear: both;
	bottom: auto;
}

}