/*=====================================================================
Style Sheet for Kentucky Golfing

URL:		 http://www.kentuckygolfing.com
Version:	1.0
Author:		 Deron Sizemore

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

Colors Used on the Site

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

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

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

.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-top: 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: 421px;
height: 82px;
background: url(/images/logo.gif) no-repeat;
display: block;
text-indent: -9999px;
}

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

h1 {
margin-bottom: 15px;
}

h1.topHeading {
margin-bottom: -25px;
}

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

h1.notFound {
color: #bd524d;
}

h1, h2.heading {
font-weight: normal;
font-size: 120%;
text-transform: uppercase;
color: #444;
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;
}

#teacherBio h2 {
margin-top: 0;
}

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

#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;
}

#coursesSearch h3 {
margin-top: 10px;
font-size: 90%;
}

.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: 30px 0;
}

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

#headerLeft {
float: left;
width: 421px;
height: 82px;
padding-top: 25px;
}

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

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

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

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

#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: 257px;
}

#loggedOut ul {
list-style: none;
float: right;
}

#loggedOut ul li {
float: left;
padding: 0 10px;
border-left: 1px solid #ccc;
margin: 0;
}

#loggedOut ul li.noBorderLeft {
border: 0;
padding-left: 0;
margin: 0;
}

#loggedOut ul li.noPaddingRight {
padding-right: 0;
}

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

#loggedIn ul {
float: right;
list-style: none;
width: 364px;
margin: 0;
}

#loggedIn ul li {
float: left;
padding: 0 10px;
border-left: 1px solid #ddd;
}

#loggedIn ul li.noBorderLeft {
border: 0;
padding-left: 0;
margin: 0;
}

#loggedIn ul li.noPaddingRight {
padding-right: 0;
}

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

#search {
float: right;
background: url(/images/header-right-bg.gif) repeat-x;
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: #e9f1f6 url(/images/rss.gif) no-repeat right top;
border: 1px solid #d2e4ed;
padding: 10px;
margin-bottom: 20px;
}

#subscribeWrapper fieldset {
background: none;
margin-top: 10px;
}

#subscribeWrapper label {
font-size: 90%;
font-weight: bold;
}

#subscribeWrapper input {
width: 270px;
}

ul#subscribe {
list-style: none;
}

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

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: 20px;
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: 110%;
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: #eee;
border: 1px solid #ddd;
padding: 10px;
}

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

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

#courseSpotlight {
background: #f2efe2;
border: 1px solid #e6dec5;
margin-top: 20px;
padding: 10px;
}

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

#instruction {
background: #e3dbbf;
border: 1px solid #d1c8a8;
margin-top: 20px;
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;
}

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;
background: #eee;
border: 1px solid #ddd;
}

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

ul#otherWaysSearch {
list-style: none;
margin-top: 10px;
}

ul#otherWaysSearch li {
line-height: 1.7;
}

ul#otherWaysSearch li.courseByCity {
background: url(/images/map.gif) no-repeat left center;
padding-left: 22px;
}

ul#otherWaysSearch li.courseByAlpha {
background: url(/images/alpha.gif) no-repeat left center;
padding-left: 22px;
}

#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;
}



/* 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
=====================================================================*/

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
=====================================================================*/

#performancing {
padding: 0 0 30px 20px;
}

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;
margin-bottom: 20px;
background: #e2f2df;
border: 1px solid #c4e6bf;
}

#quickCourseSearch input {
width: 185px;
}

#quickCourseSearch input.submit {
width: 75px;
height: 26px;
margin: 0 0 0 7px;
background: #f1f1f1;
text-transform: uppercase;
}

#quickCourseSearch input.submit:hover {
background: #fff;
}

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

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

p.courseSearchNote {
font-size: 85%;
font-style: italic;
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 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: 120%;
}

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

p.strong {
font-weight: bold;
}

p.italic {
font-style: italic;
}

/* 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 */