/*=====================================================================
Style Sheet for The Rockies Golf Guide

URL:			http://www.RockiesGolfGuide.com
Version:		        2.0
Author:			Lee Tengum

-------------------------------------------------------------------------

Colors Used on the Site

- Links, Navigation border-bottom: #08689a
- Blue Color: #13689e
- h2, date: #666
- Search textbox border: #cdc29a
- About background: #eee
- Course spotlight background: #
- Instruction background: #e3dbbf

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

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

a:active {
outline:none !important;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
font-family: arial, helvetica, sans-serif;
font-size: small;
background: url(/images/body-bg-top.gif) repeat-x;
min-width: 980px;
color: #000;
line-height: 150%;
margin-bottom: 10px;
}

* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size: small; /* for other IE versions */
}

* {
margin: 0; 
padding: 0;
}

p {
margin-bottom: 15px;
}

img {border: 0;}

p.forgot {
margin-top: 0;
}

#about p,
#courseSpotlight p,
#instruction p,
#blog p {
margin-top: 10px;
}

/* Links
=====================================================================*/

a:link, a:visited {
color: #08689a;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}

#headerLeft a {
width: 299px;
height: 103px;
background: url(/images/logo.jpg) no-repeat;
display: block;
text-indent: -9999px;
}

/* Headings
=====================================================================*/

h1 {
margin-bottom: 15px;
}

h1.topHeading {
margin:20px 0 -25px 0;
}

h1.extraMarginHeading {
margin-bottom: 20px;
}

h1.notFound {
color: #bd524d;
}

h1, h2.heading {
font-weight: bold;
font-size: 120%;
color:#13689e;
font-family: "century gothic",  "trebuchet ms", arial, helvetica, sans-serif;
margin-top: 0;
letter-spacing: .04em;
}

body#courses h2 {
margin-bottom: 10px;
}

body#submit h2 {
margin-bottom: 10px;
}

h2 {
font-size: 120%;
margin-top: 20px;
clear: left;
}


#mainContent h2 {
font-size: 120%;
margin: 20px 0 10px 0;
clear: left;
font-weight: bold;
font-size: 140%;
color:#13689e;
font-family: "century gothic",  "trebuchet ms", arial, helvetica, sans-serif;
letter-spacing: .04em;
padding-bottom:5px;
border-bottom:1px solid #CFEBF6;
}

#mainContent h2.heading {
	padding-bottom:0px;
	border-bottom:none;
}

#teacherBio h2 {
margin-top: 0;
}

h2.articleTitle {
margin-top: 40px;
text-transform: none;
letter-spacing: normal;
border:none!important;
}

#about h2, #recentForumDiscussions h2, body#courses h2.searchResultsHeading {
margin-bottom: 15px;
}

#courseSpotlight h2,
#instruction h2,
#subscribe h2,
#blog h2,
#rightContent h2 {
margin-bottom: 10px;
}

h2.favoriteCoursesHeading {
margin-bottom: 15px;
}

h2.favoritesAddTitleHeading {
font-size: 110%;
font-weight: bold;
margin-top: 15px;
}

h3, h4 {
font-size: 100%;
font-weight: bold;
margin-top: 20px;
}

.noBorder {
	border:0!important;
}



.instructionHeading {
margin: 0 0 5px 0;
}

body.home h3 {
font-size: 100%;
margin-top: 0;
}

/* Page Structure
=====================================================================*/

#wrapper {
background: #fff;
border-top: 5px solid #e3dbbf;
margin-top: 2px;
}

#wrapperInner {
width: 960px;
margin: 0 auto;
padding:0;
}

#header {
width: 960px;
margin: 0 auto;
padding-top: 23px;
}

#headerLeft {
float: left;
width: 317px;
height: 95px;
padding-top: 10px;
padding-bottom:10px;
}

#headerRight {
float: right;
width: 539px;
}

#mainContent {
float: left;
width: 630px;
}

#leftContent {
float: left;
width: 300px;
}

.readMore {
background:url('http://www.rockiesgolfguide.com/images/left-bottom-bg.gif') repeat-x;
text-align:right;
height:22px;
width:275px;
display:block;
padding-right:5px;
}

#middleContent {
float:right;
width: 280px;
position:relative;
left:-10px;
top:15px;
}

#rightContent {
float: right;
width: 300px;
}

#footer {
margin: 0 auto;
font-size: 85%;
padding: 15px 0;
border-top: 1px dotted #ccc;
width: 960px;
}

/* Login
=====================================================================*/

#loggedOut {
float: right;
clear: right;
width: 300px;
}

#loggedIn {
clear: right;
float: right;
width: 300px;
}

#loggedIn p, #loggedOut p {
color:#13689e;
font-weight:bold;
font-size:120%;
text-indent:6px;
padding-bottom:10px;
}

.screenName {color:#84b4cd;}

#loggedIn ul, #loggedOut ul {
float: right;
list-style: none;
width: 296px;
height:27px;
padding: 0px 0px 0px 4px;
background: url(/images/login-bg.gif) repeat-x;
text-align:center;
line-height:30px;
}

#loggedIn ul li, #loggedIn ul li a:link, #loggedIn ul li a:visited, #loggedOut ul li, #loggedOut ul li a:link, #loggedOut ul li a:visited {
float: left;
padding: 0px 0px 0px 6px;
color:#fff;
font-size:90%;
}

/* Search
=====================================================================*/

#search {
float: right;
background: #e6dfc5;
padding-bottom: 15px;
text-align: center;
width: 300px;
}

#search input {
width: 250px;
padding: 4px 4px 4px 20px;
margin-top: 10px;
border: 1px solid #cdc29a;
background: #fff url(/images/magnify.gif) no-repeat .2em center;
}

ul.siteSearchResults {
padding-bottom: 15px;
list-style: none;
}

ul.siteSearchResults li p {
margin-top: 0;
}

/* Subscribe
=====================================================================*/

#subscribeWrapper {
background: #f2eddf;
padding: 10px;
color:#8ab7ce;
}

#subscribeWrapper .heading {
text-transform:none;
color:#08689a;
font-weight:bold;
}

#subscribeWrapper fieldset {
background: none;
margin:4px 0px 0px 0px;
padding:0px 0px 2px 0px;
text-indent:4px;
}

#subscribeWrapper form {
border-top:1px solid #d8d0b6;
padding:0;
}

#subscribeWrapper label {
font-size: 90%;
font-weight: bold;
color:#84b4cd;
padding:0;
}

#subscribeWrapper input {
width: 270px;
color:#999;
border:none;
}

ul#subscribe {
list-style: none;
padding-bottom:10px;
}

ul#subscribe li {
padding-left: 25px;
float: left;
margin-left: 15px;
}

ul#subscribe li a:link {color:#84b4cd;}

ul#subscribe li.rssHeading {
padding-left: 0;
}

ul#subscribe li.subscribeRSS {
background: url(/images/rss-icon.gif) no-repeat left center;
margin-left: 0;
}

ul#subscribe li.whatIsRss {
background: url(/images/help.gif) no-repeat left center;
}

/* Navigation
=====================================================================*/

#navbar {
margin-top: 0px;
background: #e9f1f6;
border-bottom: 5px solid #08689a;
}

#navbar ul {
width: 960px;
margin: 0 auto;
list-style: none;
}

#navbar ul li {
float: left;
background: url(/images/nav-right-border.gif) no-repeat bottom right;
}

#navbar ul li.noBorderRight {
background: none;
}

#navbar ul li#current a {
background: #08689a url(/images/nav-hover-bg.gif) repeat-x;
color: #fff;
}

#navbar ul li a:link, #navbar ul li a:visited {
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
padding: 8px 15px 8px 15px;
display: block;
letter-spacing: .05em;
font-size: 85%;
font-family: arial, "trebuchet ms", "century gothic", arial, helvetica, sans-serif;
}

#navbar ul li a:hover {
background: #08689a url(/images/nav-hover-bg.gif) repeat-x;
color: #fff;
}

/* Left Content
=====================================================================*/

#about {
background: #f2eddf;

padding: 10px;
}

ul.innerfade {
list-style: none;
padding-bottom: 10px;
}

#about img {
border: 2px solid #666;
background: #fff;
padding: 2px;
}

#courseSpotlight {
background: #f2eddf;
padding: 10px;
}

#courseSpotlight img {
float: left;
margin-right: 15px;
margin-top: 15px;
padding: 2px;
border: 2px solid #666;
}

#instruction {
background: #f2eddf;
padding: 10px;
}

#instruction img {
float: left;
margin-right: 15px;
margin-top: 15px;
padding: 2px;
border: 2px solid #666;
}

#recentForumDiscussions {
margin-top: 25px;
}

#recentForumDiscussions ul {
list-style: none;
border-top: 1px dotted #ccc;
}

#recentForumDiscussions ul li {
padding: 5px 0 5px 25px;
border-bottom: 1px dotted #ccc;
background: url(/themes/forum_themes/kygolfing/images/marker_new_topic.gif) no-repeat left .5em;
}

#recentForumDiscussions ul li p {
margin-top: 1px;
font-size: 85%;
line-height: 140%;
}

ul.entryInfo {
list-style: none;
font-size: 85%;
padding: 5px;
background: #eee;
border: 1px solid #ddd;
margin-top: 15px;
}

ul.entryInfo li {
display: inline;
border-left: 1px solid #000;
padding: 0 7px;
}

ul.entryInfo li.leftLink {
border-left: none;
padding-left: 0;
}

ul.relatedPosts {
margin-left: 15px;
margin-top: 15px;
}

ul.relatedPosts li {

}

.teachersImage {
float: right;
background: #fff;
border: 4px solid #ddd;
padding: 4px;
margin: 0 0 0 25px;
}

.articleImageNoMarg {
float: left;
background: #fff;
border: 4px solid #ddd;
padding: 4px;
margin: 5px 20px 0 0;
}

.articleImageLeft {
float: left;
background: #fff;
border: 4px solid #ddd;
padding: 4px;
margin: 20px 20px 0 0;
}

.articleImageRight {
float: right;
background: #fff;
border: 4px solid #ddd;
padding: 4px;
margin: 20px 0 0 20px;
}

.date {
margin-top: 0;
font-size: 85%;
color: #666;
line-height: 135%;
}

#courseSpotlight p.date,
#instruction p.date,
#blog p.date {
margin-top: 0;
}

p.articleAuthor {
font-size: 85%;
margin-top: 0;
line-height: 135%;
}

ul#contributingInstructors {
list-style: none;
padding-top: 20px;
}

ul#contributingInstructors li {
float: left;
margin: 0 10px;
}

ul#contributingInstructors li.left {
margin-left: 0;
}

ul#contributingInstructors li img {
border: 4px solid #ddd;
padding: 2px;
}

ul#contributingInstructors li a:hover img {
border-color: #ccc;
}

ul#contributingInstructors li p {
text-align: center;
font-size: 85%;
margin-top: 2px;
line-height: normal;
color: #777;
}

ul#instructionCategories {
list-style: none;
clear: left;
}

ul#instructionCategories li ul {
list-style: none;
}

ul#instructionCategories li {
padding: 10px;
margin-top: 20px;
background: #eee;
border: 1px solid #ddd;
}

ul#instructionCategories li ul li {
background: url(/images/boxedarrow.gif) no-repeat left center;
padding: 2px 0 2px 20px;
border: 0;
margin-top: 0;
}

body#instructionCat .paginate {
margin-top: 25px;
}

.paginate {
clear: left;
padding: 8px;
margin-top: 15px;
background: #eee;
border: 1px solid #ddd;
}

.paginate b {
border: 1px solid #08689a;
background: #fff;
color: #08689a;
padding: 1px 4px;
}

.paginate a, .paginate a:visited {
color: #08689a;
padding: 0 3px;
font-weight: bold;
text-decoration: none;
}

.paginatea:hover {
text-decoration: underline;
}

p.noResults {
background: #f3e0df url(/images/stop.gif) no-repeat 1em center;
padding: 8px 8px 8px 40px;
border: 1px solid #bd524d;
}

p.searchResults {
background: #e2f2df url(/images/accept.gif) no-repeat 1em center;
padding: 8px 8px 8px 40px;
border: 1px solid #b6e0af;
}

ul.bioList {
margin-left: 15px;
}

ul.list {
margin: 15px 0 0 15px;
}

ol {
margin-top: 15px;
padding-left: 20px;
}

ol.topTen {
float: left;
width: 340px;
font-family: georgia, times, serif;
font-style: italic;
font-size: 140%;
}

ol.topTen li {
line-height: 25px;
margin-left:15px;
}

ol.topTen li a {
font-family: arial;
font-style: normal;
font-size: 70%;
}
ol.topTen li img {
vertical-align: -2px; 
}

ol.topTen li span {
float: right;
width: 100px;
height: 25px;
}

body#courses #mainContent p {
margin-top: 0;
}

#coursesTop {
background: #eee;
padding: 10px;
border: 1px solid #ddd;
}

#ratingFavoriteInfo {
float: left;
width: 190px;
}

.favoritesdiv {
padding-top: 10px;
}

a.info {
background: url(/images/information.gif) no-repeat left center;
padding-left: 25px;
}

a.favoriteIt {
background: url(/images/add.gif) no-repeat left center;
padding-left: 25px;
}

.addedIt {
background: url(/images/accept.gif) no-repeat left center;
padding-left: 25px;
color: #5eba4e;
}

.favoritesNote {
clear: both;
padding-top: 15px;
}

.removedIt {
background: url(/images/accept.gif) no-repeat left center;
padding-left: 25px;
color: #bd524d;
}

a.removeIt {
background: url(/images/delete.gif) no-repeat left center;
padding-left: 25px;
}

.favorites {
padding-top: 10px;
}

a.whatAreFavorites {
background: url(/images/information.gif) no-repeat left center;
padding-left: 25px;
}

#map {
float: right;
border: 5px solid #fff;
}

p.coursesDisclaimer {
padding-top: 15px;
font-style: italic;
font-size: 85%;
color: #666;
}

#coursesSearchTop {
padding: 10px 10px 10px 10px;
border: 1px solid #ddd;
}

#coursesSearch {
float: left;
border-right: 1px dotted #999;
padding-right: 30px;
width: 275px;
}

#coursesSearch label {
font-size: 90%;
margin-top: 0;
font-weight: bold;
}

#coursesSearch input {
padding: 4px 4px 4px 20px;
width: 250px;
background: #fff url(/images/magnify.gif) no-repeat .2em center;
}

#coursesNote {
float: right;
width: 270px;
padding: 5px 5px 0 0;
}

p.reviewsBasedOn {
font-size: 85%;
color: #999;
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
}

body#courses #mainContent p.numberFavorites {
font-size: 85%;
color: #999;
margin-top: 5px;
}

#reviews {
background: #e9f1f6;
border: 1px solid #d2e4ed;
padding: 10px;
margin-top: 20px;
overflow: hidden;
}

.reviewerInfo {
float: left;
background: #d2e4ed;
border: 5px solid #fff;
padding: 7px 10px 10px 10px;
width: 125px;
}

.reviewsStars {
padding-top: 5px;
}

reviewsStarsAuthor {
padding-top: 0;
}

.review p.reviewTitle {
font-size: 110%;
font-weight: bold;
padding-top: 0;
}

.reviewBody {
padding-top: 10px;
}

.review {
float: left;
padding-left: 20px;
width: 433px;
}

.review p {
padding-top: 15px;
}

body#courses #mainContent p.reviewHelpfulStats {
font-size: 85%;
padding-top: 10px;
}

.reviewHelpful {
font-size: 85%;
}

.reviewsDate {
font-size: 85%;
line-height: normal;
color: #666;
}

#teacherBio {
background: #e9f1f6;
border: 1px solid #d2e4ed;
padding: 10px;
margin-top: 20px;
}

.teacherBioRight {
float: left;
width: 480px;
padding-left: 15px;
}

.teacherBioLeft {
float: left;
width: 100px;
}

.teacherBioLeft img {
background: #fff;
border: 4px solid #ddd;
padding: 4px;
margin-top: 15px;
}

p.noArticles {
padding-top: 25px;
}

#courseSpotlightHeader {
background: #eee;
border: 1px solid #ddd;
padding: 10px;
margin-top: 20px;
}

#courseSpotlightHeader p {
clear: both;
margin-top: 0;
background: url(/images/world.gif) no-repeat left .8em;
padding: 10px 0 0 25px;
}

#courseSpotlightImage {
float: right;
}

#courseSpotlightImage img {
border: 5px solid #fff;
}

ul#courseSpotlightRatingsNoImage {
float: left;
width: 280px;
list-style: none;
border: 1px solid #ddd;
background: #eee;
padding: 10px 0 10px 10px;
margin: 20px 20px 10px 0;
}

ul#courseSpotlightRatingsNoImage li {
line-height: 25px;
}

#courseSpotlightRatingsNoImage li.world {
margin: 0;
background: url(/images/world.gif) no-repeat left .7em;
padding: 5px 10px 0 25px;
}

ul#courseSpotlightRatingsNoImage li img {
vertical-align: -2px; 
}

ul#courseSpotlightRatingsNoImage li span {
float: right;
width: 100px;
height: 25px;
}

ul#courseSpotlightRatings {
float: left;
width: 280px;
list-style: none;
}

ul#courseSpotlightRatings li {
line-height: 25px;
}

#courseSpotlightRatings li.world {
margin: 0;
background: url(/images/world.gif) no-repeat left .7em;
padding: 5px 10px 0 25px;
}


ul#courseSpotlightRatings li img {
vertical-align: -2px; 
}

ul#courseSpotlightRatings li span {
float: right;
width: 100px;
height: 25px;
}

ul#coursesRelatedGallery {
list-style: none;
}

ul#coursesRelatedGallery li {
float: left;
margin: 15px 13px 0 0;
}

ul#coursesRelatedGallery li img {
border: 4px solid #ddd;
padding: 2px;
height: 65px;
width: 65px;
}

ul#coursesRelatedGallery li a:hover img {
border-color: #ccc;
}

blockquote {
background: #eee url(/images/blockquote_bg.gif) no-repeat 1em 1em;
margin: 20px 0 10px 0;
padding: 10px 10px 10px 60px;
font-family: Georgia, "Times New Roman", Times, serif;
border-left: 10px solid #ddd;
font-style: italic;
}

blockquote p {
margin-top: 0;
}

dl#moreNews {
list-style: none;
margin: 15px 0 0 0;
}

dl#moreNews dt {
float: left;
color: #666;
}

dl#moreNews dd {
padding: 0 0 0 85px;
}

div.blurb {margin-top:10px;}
.blurb p {margin-bottom:10px;}


/* Blog Comments
=====================================================================*/

.comments p {
margin-left: 37px;
}

.count {
margin-right: 10px;
border: 4px solid #ddd;
padding: 1px 4px 1px 4px;
background: #fff;
color: #999;
font-weight: bold;
font-size: 110%;
}

p.commentDate {
font-style: italic;
font-size: 85%;
color: #999;
margin-left: 37px;
}

.adminCommentBox {
background: #e9f1f6;
border: 1px solid #d2e4ed;
padding: 10px;
margin: 20px 0;
}

.adminCommentBox .count {
margin-right: 10px;
border: 4px solid #d2e4ed;
padding: 1px 4px 1px 4px;
background: #fff;
color: #08689a;
font-weight: bold;
font-size: 110%;
}

.commentBox {
background: #eee;
border: 1px solid #ddd;
padding: 10px;
margin: 20px 0;
}

/* Middle Content
=====================================================================*/

#middleContent h2.heading {
color:#13689e;
text-transform:normal !important;
}

dl#news {
list-style: none;
margin: 15px 0 0 0;
border-top: 1px dotted #ccc;
}

dl#news dt {
float: left;
color: #666;
font-size: 85%;
padding-top: 5px;
}

dl#news dd {
padding: 5px 0 5px 70px;
border-bottom: 1px dotted #ccc;
}

#blogTabs {
background: #e9f1f6;
border: 1px solid #d2e4ed;
padding: 10px;
margin-top: 25px;
}

#blogTabs div {
clear: left;
padding: 0 10px 10px 10px;
background: #fff;
}

ul.idTabs {
list-style: none;
padding-top: 15px;
overflow: hidden;
}

ul.idTabs li {
float: left;
}

ul.idTabs li a:link, ul.idTabs li a:visited {
display: block;
padding: 6px 10px;
margin-left: 3px;
background: #d2e4ed;
color: #444;
}

ul.idTabs li a:hover {
background: #bcd6e3;
text-decoration: none;
color: #444;
}

ul.idTabs li a.selected {
background: #fff;
color: #08689a;
}

ul.idTabs li a.noLeftMargin {
margin-left: 0;
}

ul#blog {
list-style: none;
}

ul#blog li {
padding: 15px 0;
border-bottom: 1px dotted #ccc;
}

ul#blog li.noBorderEntry {
border-bottom: none;
}

ul.recent {
list-style: none;
padding-top: 5px;
}

ul.recent li {
border-bottom: 1px dotted #ccc;
padding: 10px 0 10px 25px;
background: url(/images/star.gif) no-repeat left .9em;
}

ul.recentComments {
padding-top: 5px;
list-style: none;
}

ul.recentComments li {
border-bottom: 1px dotted #ccc;
padding: 10px 0;
}

p.commentDateIndex {
font-style: italic;
font-size: 85%;
color: #999;
}

table.scorecard {
width: 630px; 
margin: 0;
padding: 0;
}

.column {
background: #fff;
border-bottom: 2px solid #eee;
}

table.scorecard tr td {
padding: 3px;
}

table.scorecard tr.head td {
background: #e9f1f6;
font-weight: bold;
}

/* Member Stuff
=====================================================================*/

#memberPhoto {
float: left;
}

#memberPhoto img {
margin-top: 5px;
}

#memberStats {
float: left;
padding: 0 0 0 20px;
}

#memberStats p {
margin: 0 0 3px 0;
}

#memberPhoto p {
margin-top: 0;
text-align: center;
font-size: 85%;
}

ul#favoritesCourses {
float: left;
width: 340px;
padding-left: 15px;
}

ul#favoritesCourses li {
line-height: 25px;
}

ul#favoritesCourses li img {
vertical-align: -2px; 
}

ul#favoritesCourses li span {
float: right;
width: 100px;
height: 25px;
}

#comments p {
margin-top: 10px;
}

/* Right Content
=====================================================================*/

ul#advertisements {
list-style: none;
}

ul#advertisements a {
display: block;
}

ul#advertisements li {
padding: 0 0 20px 0;
}

ul#advertisements li img {
vertical-align: bottom;
}

ul#galleryPreview {
list-style: none;
padding-top: 5px;
margin-top: 15px;
}

ul#galleryPreview li {
float: left;
margin: 0 0 16px 16px;
}

ul#galleryPreview li.galleryOneHomepage {
margin-left: 0;
}

ul#galleryPreview li img {
border: 4px solid #ddd;
padding: 2px;
height: 130px;
width: 130px;
}

ul#galleryPreview li a:hover img {
border-color: #ccc;
}

ul#galleryPreview li p {
text-align: center;
font-size: 85%;
margin-top: 2px;
line-height: normal;
color: #777;
}

ul#galleryPreview li p.galleryDescription {
margin-top: 0;
}

p.viewGallery {
margin-top: 0;
}

ul.sidebarList {
list-style: none;
border-top: 1px dotted #ccc;
margin-bottom: 20px;
}

ul.sidebarList li {
background: url(/images/boxedarrow.gif) no-repeat left .7em;
padding: 5px 0 5px 20px;
border-bottom: 1px dotted #ccc;
}

#quickCourseSearch {
padding: 10px 10px 15px 10px;
background: url('/images/search-submit-bg.gif') repeat-x;
}

#quickCourseSearch .heading {
text-transform:none;
color:#fff;
padding:0;
margin:0;
}

#quickCourseSearch .secondFieldset {color:#84b4cd;}

.courseSearchNote {
color:#fff;
font-style:normal;
font-size:85%;
}

#quickCourseSearch input {
width: 200px;
background:#e9f0f6;
border:none;
height:20px;
margin:0;
padding:0;
}

#quickCourseSearch input.submit {
width: 75px;
height: 20px;
margin: 0px 0px 0px 2px;
background: url('/images/search-bg.gif') repeat-x;
text-transform: uppercase;
color:#fff;
border:none;
position:relative;
top:5px;
}

#quickCourseSearch label {
font-weight: bold;
font-size: 90%;
margin-top: 0;
padding-bottom:6px;
}

p.advancedSearch {
font-size: 85%;
margin-top: 0;
}

p.courseSearchNote {
font-size: 75%;
font-style: normal;
margin-top: 5px;
}

/* Photo Gallery
=====================================================================*/

#galleryTop {
padding: 10px 10px 10px 10px;
background: #eee;
border: 1px solid #ddd;
}

#gallerySearch {
float: left;
border-right: 1px dotted #999;
padding-right: 30px;
width: 275px;
}

#gallerySearch label {
font-size: 90%;
margin-top: 0;
font-weight: bold;
}

#gallerySearch input {
padding: 4px 4px 4px 20px;
width: 250px;
background: #fff url(/images/magnify.gif) no-repeat .2em center;
}

#gallerySubmit {
float: right;
font-size: 85%;
width: 270px;
padding: 5px 5px 0 0;
}

.submitImage {
background: url(/images/envelope.gif) no-repeat left center;
padding-left: 17px;
}

#gallerySubmit p {
margin-top: 0;
}

ul#gallery {
list-style: none;
padding-top: 5px;
margin-top: 30px;
}

ul#gallery li {
float: left;
margin: 0 10px 15px 10px;
}

ul#gallery li.galleryOne {
margin-left: 0;
}

ul#gallery li.galleryFour {
margin-right: 0;
}

ul#gallery li img {
border: 4px solid #ddd;
padding: 2px;
height: 130px;
width: 130px;
}

ul#gallery li a:hover img {
border-color: #ccc;
}

ul#gallery li p.galleryDescription {
margin-top: 0;
}

ul#gallery li p {
text-align: center;
font-size: 85%;
margin-top: 2px;
line-height: normal;
color: #777;
}

ul#gallery li p.gallery-description {
margin-top: 0;
}

/* Footer
=====================================================================*/
#footer {
	clear:both;
	margin-top:20px;
}

#footer p {
margin-top: 0;
}

#footer ul {
list-style: none;
}

#footer ul li {
border-left: 1px solid #ccc;
display: inline;
padding: 0 8px;
}

#footer ul li.noLeftBorder {
border-left: none;
padding-left: 0;
}

/* Forms
=====================================================================*/

fieldset {
background: #fff;
border: 0;
margin-top: 20px;
}

fieldset.secondFieldset {
margin-top: 0;
background: none;
}

.formField {
padding-bottom: 10px;
width: 310px;
clear: both;
}

.formField select {
width: 160px;
}

input {
font-family: arial, helvetica, sans-serif;
padding: 4px;
border: 1px solid #ccc;
}

input.required {
font-size: 100%;
width: 300px;
}

input.notRequired {
font-size: 100%;
width: 300px;
}

textarea {
padding: 4px;
border: 1px solid #ccc;
font-family: arial, helvetica, sans-serif;
font-size: 100%;
width: 600px;
height: 200px;
}

textarea.rules {
width: 600px;
height: 125px;
color: #777;
}

p.autoLogin {
margin-top: 5px;
}

input.checkbox {
border: 0;
}

input.submit, input.submitForgotPass { 
cursor: pointer;
width: 75px;
padding: 4px;
border: 1px solid #ccc;
background: #eee;
color: #08689a;
font-weight: bold;
text-transform: uppercase;
font-size: 90%;
margin-top: 10px;
}

input.submit:hover, input.submitForgotPass:hover {
background: #fff;
}

input.submitForgotPass {
width: 140px;
}

#captcha {
background: #eee;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 0 10px;
margin-top: 15px;
}

.submitExample {
font-size: 85%;
font-style: italic;
float: right;
}

label.error {
color: #bd524d;
background: #fff url(/images/alert.gif) no-repeat left .5em;
padding: 2px 0 0 18px;
display: block;
}

label.labelName {
float: left;
}

label.reviewLabel {
float: left;
padding-right: 5px;
}

.submitExampleRequired {
font-size: 85%;
float: right;
color: #bd524d;
font-style: italic;
}

.termsAgree {
color: #bd524d;
font-weight: bold;
}

.indicatesRequired {
font-weight: bold;
padding: 5px 0 10px 0;
}

.requiredAst {
color: #bd524d;
}

/* Misc
=====================================================================*/

body#courses #mainContent hr {
margin-top: 20px;
}

hr {
margin-top: 20px;
border-top: 1px dotted #ccc;
border-left: none;
border-bottom: none;
border-right: none;
height: 1px;
}

body#courses #mainContent hr.disclaimer {
margin-top: 30px;
border-top: 1px dotted #ccc;
border-left: none;
border-bottom: none;
border-right: none;
height: 1px;
}

.arrow {
font-size: 110%;
color:#08689a;
}

p.small {
font-size: 85%;
}

p.strong {
font-weight: bold;
}

p.italic {
font-style: italic;
}

.makeBlue {color:#13689e;}

/* Course Rating Stars
=====================================================================*/

.rating{
	float: left;
	width:80px;
	height:16px;
	margin-top: 2px;
	padding:0;
	clear:none;
	list-style:none;
	position:relative;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.star0 {background-position:0 0}
.star1 {background-position:0 -16px}
.star2 {background-position:0 -32px}
.star3 {background-position:0 -48px}
.star4 {background-position:0 -64px}
.star5 {background-position:0 -80px} 
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */

#calloutHolder {
	margin:5px 0;
	width:655px;
	background:#ccc;
	overflow:hidden;
}

/**************************************************************
							SLIDER
**************************************************************/

#featured {
	width: 627px;
	margin: 0 0 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 13px;
}

.sectiontitle {
	display: block;
	width: 500px;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	color: #565656;
	background-image: url('/assets/img/test/title_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.pagetitle {
	display: block;
	width: 500px;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	color: #565656;
	background-image: url('/assets/img/test/title_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	position: relative;
	left: 20px;
}

#slider {
	display: block;
	width: 627px;
	height: 280px;
	overflow: hidden;
	margin: 0;
	position: relative;
	background-color: #000;
}

#slider img {
	margin: 0;
}

#sliderWrapper {
	width: 9999px;
	height: 280px;
	float: left;
	position: relative;
	display: block;
	margin: 0;
}

.sliderPostWrapper {
	width: 655px;
	height: 430px;
	float: left;
	position: relative;
	background-color: #000;
	display: table;
	text-align: left;
	_display: inline;
}

.sliderimg img {
	display: block;
	position: relative;
}

.slidercontent {
	width: 614px;
	height: 102px;
	position: relative;
	top: -130px;
	background-image: url('/assets/img/test/blackbg50.png');
	background-repeat: repeat;
	/*background-color: #000;*/
	display: block;
	padding: 14px;
	/*_width: 524px;
	_height: 130px;*/
}

.slidercontent h3, .slidercontent h3 a {
	font-size: 18px !important;
	letter-spacing: -1px;
	color: #c3dbf5 !important;
	text-decoration: none !important;
	border: 0 !important;
	font-weight: normal;
}

.slidercontent h3 a:hover {
	text-decoration: none;
}

.slidercontent p {
	color: #fff;
	font-size: 11px;
	margin: 5px 0;
}

.slidercontent p a {
	color:#c3dbf5;
}


#slideritems {
	width: 655px;
	margin: 8px 0 0 0;
	background-color: #f8f9fa;
	border: 1px solid #dcdcdc;
	padding-left: 2px;
}

.slideritem img {
	border: 0;
	margin: 8px 0 8px 8px;
}

.sliderfull {
	display: block;
	width: 110px;
	height: 23px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('/assets/img/test/full_article.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	display: block;
	float: right;
	position: relative;
	top: -15px;
	right:10px;
}


