/*-----------------------------------------------

	The Learning Pad
	
	primary styles
	
-----------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	background: url(../img/bg_home.gif) repeat-x #364758;
	font-family: Helvetica, Arial, Candara, Trebuchet MS, Tahoma, sans-serif;
}

body#home, body#catalog, body#calendar {
	margin: 0;
	padding: 0;
	background: url(../img/bg_home.gif) repeat-x #364758;
}

body#course {
	margin: 0;
	padding: 0;
	background: url(../img/bg_home.gif) repeat-x #364758;
}

p, ul {
	padding; 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
	color: #555;
}

a {
	color: #237fff;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

.clear {
    clear: both;
}

/*------------
	header
------------*/

#header {
	width: 1250px;
	height: 120px;
	background: url(../img/launch.gif) top left no-repeat;
	margin: 0 auto 0 auto;
	border-top: 1px solid #237eff; /* not sure why this is necessary, but it keeps the header from pushing down */
}

#wordmark {
	float: left;
	margin: 40px 0 0 75px;
}

#wordmark a img {
	border: 0;
}
	
#slogan {
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	float: right;
	margin: 48px 0 0 0;
}

/* navigation */

#nav {
	height: 36px;
	list-style: none;
	margin: 84px 0 0 170px;
}

#nav li {
	float: left;
	height: 36px;
}

#nav li a {
	display: block;
	line-height: 36px;
	text-indent: -1000px; /* hides the text */
	overflow: hidden; /* prevents resizing */
	background-position: center top;
}

#nav li a:hover {
	background-position: 0 -36px;
}

#navHome {
	width: 64px;
	background: url(../img/nav_home.gif) no-repeat;
}

	#home #navHome { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navLocation {
	width: 99px;
	background: url(../img/nav_location.gif) no-repeat;
}

	#location #navLocation { /* sets on state for tab */
		background-position: 0 -36px;
	}
	
#navNewsletter {
	width: 99px;
	background: url(../img/nav_newsletter.gif) no-repeat;
}

	#newsletter #navNewsletter { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navRentals {
	width: 132px;
	background: url(../img/nav_rentals.gif) no-repeat;
}

	#rentals #navRentals { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navCourses {
	width: 132px;
	background: url(../img/nav_courses.gif) no-repeat;
}

	#catalog #navCourses { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navPrograms {
	width: 155px;
	background: url(../img/nav_programs.gif) no-repeat;
}

	#programs #navPrograms { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navCalendar {
	width: 77px;
	background: url(../img/nav_calendar.gif) no-repeat;
}

	#calendar #navCalendar { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navAbout {
	width: 81px;
	background: url(../img/nav_about.gif) no-repeat;
}

	#about #navAbout { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navContact {
	width: 78px;
	background: url(../img/nav_contact.gif) no-repeat;
}

	#contact #navContact { /* sets on state for tab */
		background-position: 0 -36px;
	}


/*-----------------------
	feature (Home page)
------------------------*/

#feature {
	height: 236px;
	width: 800px;
	margin: 0 auto 0 auto;
}

#feature img {
	margin: 10px 5px 0 5px;
}
#feature .gallery img { display: none }

#feature a img {
	border: 0;
}

/*---------------------------
	Home: Featured Courses
----------------------------*/

#featured_courses {
	width: 200px;
	margin: 0 25px 10px 0;
	padding: 0 15px 0 0;
	float: left;
	border-right: 1px dotted #b3b3b3;
	_border-right: 1px solid #b3b3b3; /* IE 6 hack */
}

#featured_courses .listing {
	float: left;
	margin: 0 0 10px 0;
}

#featured_courses h2 {
	font-size: 18px;
	width: 200px;
	border-bottom: 1px solid #ccdde2;
	margin: 0 0 10px 0;
	padding: 4px 0 6px 0;
}

#featured_courses a {
	font-size: 12px;
	line-height: 15px;
	float: left;
	width: 200px;
}

#featured_courses p {
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0 5px 0;
	float: left;
	width: 200px;
}


/*--------------
	footer
----------------*/

#footer {
	background: #364758;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}

#home #footer p, #course #footer p, #catalog #footer p, #programs #footer p, #calendar #footer p, #about #footer p, #contact #footer p, #register #footer p, #location #footer p, #rentals #footer p, #newsletter #footer p {
	font-size: 11px;
	line-height: 15px;
	color: #8e979e;
	padding: 2px;
	width: 800px;
	margin: 0 auto 5px auto;
}

#footer a {
	color: #2a96ff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.bbb {
	float: right;
	margin: 0 20px 0 0;
	border: 0;
}


/*--------------
	featurebar
----------------*/

#featurebar {
	min-height: 115px;
	height: auto !important;
	height: 115px;
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px solid #f2f6f7; /* not sure why this is necessary, but it is thus far... */
}

#back {
	width: 800px;
	height: 40px;
	margin: 0 auto 0 auto; padding-top: 20px;
	border: 1px solid #f2f6f7; /* not sure why this is necessary, but it is thus far... */
	text-align: left;
}

#back a {
	font-size: 12px;
}

h1 {
	font-size: 23px;
	line-height: 28px;
	color: #4b5f73;
	margin: 65px 0 0 0;
	width: 200px;
}

#featurebar ul {
	float: right;
	margin: 0;
	padding: 0;
}

#featurebar li {
	list-style: none;
	display: block;
	float: left;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

#featurebar li a {
	color: #2a96ff;
	text-decoration: none;
}

#featurebar li .on {
	color: #4b5f73;
	text-decoration: none;
}

/*------------
	content
------------*/

#content {
	width: 800px;
	margin: 15px auto 0 auto;
}

#content_fill {
	background: #fff;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

h2 {
	font-size: 15px;
	line-height: 21px;
	color: #4b5f73;
	margin: 0 0 20px 0;
	width: 330px;
	float: left;
}

.homeList {
    margin-left: 230px;
    _margin-left: 270px; /* IE 6 hack */
}

.homeList li {
    margin-bottom: 4px;
}

.list {
    _list-style: disc; /* IE 6 hack */
    _list-style-position: outside; /* IE 6 hack */
    _padding-left: 20px; /* IE 6 hack */
    _margin-left: 10px; /* IE 6 hack */
    float: left;
}

.list li {
    _list-style: disc; /* IE 6 hack */
}

#course ol {
    border: 1px solid white; /* not sure why this is necessary */
    float: left;
}

/*-------------
	about
--------------*/

#about h1, #about h2, #about p {
	width: 800px;
}

#list { /*TEMPORARY*/
	float: left;
}

/*-------STAFF PAGE-------*/
div.staff{
	margin-bottom:1em;
	clear:left;
	float:left;
}
div.staff h2{
	margin-bottom:10px;
	clear:left;
}

div.staff img{
	float:left;
	padding-right:10px;
}
div.staff p{
	margin-bottom:0;
	padding-bottom:10px;
}

h3.staff{
	margin-top:15px;
}