body {
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clearBoth {
	clear: both;
}

/* main container stuff */
#containerTop {
	background: no-repeat url(images/shadowTop.gif);
	width: 824px;
	height: 14px;
	margin: 0 auto;
	padding: 0;
}

#containerBot {
	background: no-repeat url(images/shadowBot.gif);
	width: 824px;
	height: 14px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#container {
	background: repeat-y url(images/shadowBG.gif);
	width: 824px;
	margin: 0 auto;
	padding: 0;
}

#pageHead h2 {
	font-size: 24px;
	color: #213184;
	font-weight: normal;
	margin: 15px 0 0 23px;
}

/* top area stuff */
#logo {
	margin: 10px 0 0 23px;
	float: left;
}

#basketContainer {
	width: 146px;
	height: 88px;
	background: no-repeat url(images/basketBackground.gif);
	float: right;
	margin: 6px 13px 0 0;
	text-align: center;
}

#basketContainer img#titShoppingBasket {
	margin: 10px 0 0 0;	
}

#basketContainer p {
	font-size: 10px;
	color: #999;
	margin: 5px 0 0 0;
}

#basketContainer a {
	color: #213184;
	text-decoration: none;
}

#basketContainer a:hover {
	color: #333;
	border-bottom: dotted 1px #333;
}

/* top navbar */
#topMenu {
	clear: both;
	background: no-repeat url(images/menuBackground.gif);
	width: 798px;
	height: 34px;
	margin: 8px auto 0 auto;
}

#topMenu li {
	float: left;
	list-style: none;
	font-size: 12px;
	margin: 10px 18px 0 18px;
}

#topMenu a {
	color: #213184;
	text-decoration: none;
}

#topMenu a:hover {
	color: #333;
	border-bottom: dotted 1px #333;
}


/* evening courses box */
#eveningBody {
	background: no-repeat bottom url(images/eveningBody.gif);
	width: 221px;
	float: right;
	margin: 13px 14px 0 0;
	display: inline;
}

#eveningTop {
	background: no-repeat top url(images/eveningTop.gif);
	width: 221px;
}

#eveningContent {
	padding: 15px;
}

#eveningContent h2 {
	color: #213184;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.homeEveningMeeting {
	margin: 0 0 10px 0;
}

#eveningContent p {
	color: #999;
	font-size: 11px;
}

#eveningContent p.homeEveningMeetingDate {
	color: #999;
	font-size: 10px;
	font-style: italic;
}

#eveningContent p#homeEveningMeetingMore {
	margin: 10px 0;
}

#eveningContent p#homeEveningMeetingMore a {
	color: #213184;
	text-decoration: none;
}

#eveningContent p#homeEveningMeetingMore a:hover {
	color: #333;
	text-decoration: underline;
}

/* main body of home page */
#picHome {
	float: right;
	margin: 20px 16px 0 0;
}

#bodyHome {
	width: 279px;
	margin: 20px 0 0 23px;
}

#bodyHome p {
	font-size: 12px;
	color: #999;
	line-height: 160%;
}

#bodyHome ul {
	margin: 10px 0 0 0;
}

#bodyHome li {
	margin: 0 0 5px 35px;
	font-size: 12px;
	color: #31428c;
	line-height: 160%;
}

#bodyHome li a {
	color: #31428c;
	text-decoration: none;
}

#bodyHome li a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-top: solid 1px #ddd;
	height: 1px;
	width: 780px;
	margin: 10px auto 0 auto;
}

/* vet day courses */
#homeVetCourses {
	width: 378px;
	margin: 15px 0 0 23px;
	float: left;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 0;
}

#homeVetCourses h2 {
	color: #213184;
	font-weight: normal;
	font-size: 14px;
}

.homeVetCourse {
	margin: 10px 0 40px 0;
	clear: right;
}

.homeVetCoursePicContainer {
	background: #e5e5e5;
	float: left;
	width: 147px;
	height: 112px;
	line-height: 112px;
	text-align: center;
}

.homeVetCoursePic {
	border: #e5e5e5 3px solid;
}

.homeVetCourseInfo {
	margin: 0 0 0 153px;
}

.homeVetCourseInfo h3 {
	font-size: 12px;
	color: #999;
	margin: 0 0 5px 0;
}

.homeVetCourseInfo p {
	font-size: 12px;
	color: #999;
	margin: 0 0 5px 0;
}

.homeVetCourseInfo p.homeVetCourseLocation {
	font-size: 11px;
}

.homeVetCourseInfo img {
	float: left;
	margin: 0 10px 0 0;
}

.homeVetCourseInfo p.moreInfo {
	padding: 5px 0 0 0;
}

.homeVetCourseInfo p.moreInfo a {
	color: #213a84;
	text-decoration: none;
}

.homeVetCourseInfo p.moreInfo a:hover {
	text-decoration: underline;
}

.homeVetDateDetail {
	margin: 5px 0 5px 0;
	border-left: 5px #ddd solid;
	padding-left: 5px;
}

.homeVetDateDetail p {
	font-size: 11px;
}

.homeVetDateDetail p a {
	color: #213a84;
	text-decoration: none;
	margin: 0 20px 0 0;
}

.homeVetDateDetail p a:hover {
	text-decoration: underline;
}

#homeVetCourses ul {
	margin: 10px 15px 0 0;
	float: right;
}

#homeVetCourses li {
	margin: 0 0 5px 35px;
	font-size: 12px;
	color: #31428c;
	line-height: 160%;
}

#homeVetCourses li a {
	color: #31428c;
	text-decoration: none;
}

#homeVetCourses li a:hover {
	text-decoration: underline;
}


/* nurse day courses */
#homeNurseCourses {
	width: 378px;
	margin: 15px 0 0 430px;
}

#homeNurseCourses h2 {
	color: #b53131;
	font-weight: normal;
	font-size: 14px;
}

#homeNurseCourses ul {
	margin: 10px 15px 0 0;
	float: right;
}

#homeNurseCourses li {
	margin: 0 0 5px 35px;
	font-size: 12px;
	color: #31428c;
	line-height: 160%;
}

#homeNurseCourses li a {
	color: #31428c;
	text-decoration: none;
}

#homeNurseCourses li a:hover {
	text-decoration: underline;
}

/* evening courses section of the courses page */
#eveningCourses {
	margin: 20px 23px 0 23px;
}

#eveningCourses h2 {
	color: #213184;
	font-weight: normal;
	font-size: 14px;
}

.eveningCourseItem {
	margin: 15px 0 25px 0;
}

.eveningCourseItem p {
	font-size: 12px;
	color: #999;
	margin: 0 0 5px 0;
}

.eveningCourseItem p.eveningCourseLocation {
	font-size: 11px;
}

.eveningCourseItem p.moreInfo {
	padding: 5px 0 0 0;
}

.eveningCourseItem p.moreInfo a {
	color: #213a84;
	text-decoration: none;
}

.eveningCourseItem p.moreInfo a:hover {
	text-decoration: underline;
}

.eveningCourseItem img {
	/* float: left;
	margin: 0 10px 0 0; */
}

.eveningCourseItemPromo {
	margin: 15px 0 0 0;
	border: solid 1px #eee;
	padding: 10px;
}

.eveningCourseItemPromo p {
	font-size: 12px;
	color: #213a84;
	margin: 0 0 5px 0;
	font-weight: bold;
}


/* stuff for individual courses */
#coursePageBody {
	margin: 20px 23px 0 23px;
}

#coursePageBody h2 {
	color: #213184;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
}

#coursePageBody h3 {
	color: #213184;
	font-weight: normal;
	font-size: 12px;
	margin: 5px 0 10px 0;
}

#coursePageBody p {
	font-size: 12px;
	color: #999;
	padding: 0 0 10px 0;
	line-height: 140%;
}

#coursePageBody p.indent {
	padding-left: 60px;
}

#coursePageBody p#coursePageShort {
	font-style: italic;
}

#coursePageBody li {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
	line-height: 140%;
}

#coursePageBody a {
	color: #31428c;
	text-decoration: none;
}

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

#coursePageRight {
	float: right;
	margin: 0 10px 0 20px;
	/* text-align: center; */
}

#picCoursePageContainer {
	background: #e5e5e5;
	width: 240px;
	height: 181px;
	line-height: 181px;
	text-align: center;
	margin: 0 0 5px 0;
}

img#picCoursePage {
	padding: 3px;
	background: #e5e5e5;
}

.coursePageRightDetails {
	margin: 0 0 10px 0;
}

.coursePageRightDetails>p.coursePageRightLocation {
	background: #eee;
	padding: 2px;
	text-align: left;
	color: #666;
}


/* selecting courses when more than one */
.courseSelect {
	border: 1px solid #eee;
	padding: 5px;
	margin: 10px 0 0 0;
}

.courseSelect h4 {
	font-size: 11px;
	color: #999;
	margin: 0 0 5px 0;
	padding: 0;
}

.courseSelect p {
	font-size: 11px;
	color: #999;
	margin: 0 0 5px 0;
	padding: 0;
}

.courseSelect p a {
	color: #31428c;
	text-decoration: none;
}

.courseSelect p a:hover {
	text-decoration: underline;
}


.coursePageSelect {
	border: 1px solid #eee;
	padding: 5px;
	margin: 0 0 10px 0;
}

.coursePageSelect h4 {
	font-size: 11px;
	color: #999;
	margin: 0 0 5px 0;
	padding: 0;
}

#coursePageBody #coursePageRight p {
	font-size: 11px;
	color: #999;
	margin: 0 0 5px 0;
	padding: 0;
}

#coursePageBody #coursePageRight p a {
	color: #31428c;
	text-decoration: none;
}

#coursePageBody #coursePageRight p a:hover {
	text-decoration: underline;
}


/* stuff specific to the charts page */
#feedbackCharts {
	float: left;
	margin: 20px 0 0 60px;
	width: 300px;
}

#feedbackCharts img {
	padding: 0 0 20px 0;
}

#feedbackComments {
	margin: 20px 0 0 390px;
}

#feedbackComments p {
	padding: 0 0 15px 0;
}

#feedbackComments em {
	font-style: normal;
	color: #525dab;
}



/* footer */
#footer {
	width: 798px;
	margin: 10px auto;
}

#footer li {
	float: left;
	list-style: none;
	font-size: 11px;
	margin: 0 18px 0 18px;
}

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

#footer a:hover {
	color: #666;
}

#footer p {
	float: right;
	color: #999;
	font-size: 11px;
}
