/* #3F2929 choc brown */ /* #CC8833 medium orange */
	/* #446622 darkish green */ /* #88BB55 lightish green */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}


a:link {
	color: #88BC55;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #88BC55;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #88BC55;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #88BC55;
	text-decoration: underline;
	font-weight: normal;
}

.secondarycolour {
	background-color: #999999;
	<!--
	orange
	-->
}

.infopanelcolour {
	background-color: #446622;
	<!--
	choc
	brown
	-->
}

.courseinfobordercolour {
	background-color: #CCCCCC;
	<!--
	choc
	brown
	-->
}

.navcolour {
	color: #FFFFFF;
}

.navcolour:hover {
	color: #CCCCCC;
}

.moreinfo {
	background-color: #668844; <!-- background colour in the navigation
	"more information" links --> float : left;
	padding-left: 3px;
	white-space: nowrap;
}

#blurbborder {
	float: left;
	width: 260px;
	height: 510px;
	margin-right: 10px;
}

#blurbinnerborder {
	background-color: #FFFFFF;
	float: left;
	width: 250px;
	height: 500px;
	margin: 5px;
	padding-top: 0px;
}

#blurb {
	height: 420px;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 3px;
}

/* Override of jquery accordion settings:
Moves accordion triangle icon to the left of the containing block.
If we set the two h3 padding settings to 14px this is about right */
.ui-accordion .ui-accordion-header .ui-icon {
	left: -2px;
}

#blurb h3 {
	padding-left: 14px;
}

#courseinfo h3 {
	padding-left: 14px;
}

/* Overrides accordion settings for content */
.ui-accordion .ui-accordion-content {
	padding-left: 6px;
	padding-right: 6px;
}

#courseinfo p {
	padding-top: 10px;
	padding-bottom: 5px;
}

.coursetitle {
	color:#668844;
	font-size: 1.3em;
	text-indent: 2px;
}


a {
	text-decoration: none;
}

#container {
	width: 1050px;
	height: 660px;
	margin: 0px auto;
}

#heading {
	height: 150px;
}

#info {
	height: 500px;
}

#infoborder {
	float: left;
	width: 760px;
	height: 510px;
}

#infoinnerborder {
	background-color: #FFFFFF;
	float: left;
	width: 750px;
	height: 500px;
	margin: 5px;
	padding-top: 0px;
}

#footerborder {
	float: left;
	width: 1035px;
	height: 40px;
	margin-right: 10px;
	margin-top: 10px;
}

#footerinnerborder {
	background-color: #FFFFFF;
	float: left;
	width: 1025px;
	height: 20px;
	margin: 5px;
	padding-top: 10px;
}

#footer {
	height: 10px;
	width: 1000px;
	/* move the text up a little bit: */
	position: relative;
	top: -6px;
}

#strong {
	font-weight: bold;
}

#topstrip {
	width: 1000px;
	height: 100px;
}

#titlebar {
	padding-top: 25px;
	padding-left: 250px;
}

#menu {
	text-align: center;
	width: 1000px;
}

#menu a {
	color: #989A98;
	border-style: none;
	border-right-style: solid;
	border-width: 1px;
	border-color: #989A98;
	padding: 6px;
	margin: 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#menu a:hover {
	color: #88BB55;
}

#menu a.selected {
	color: #668844;
}

#courseinfo p a {
	color: #446622; /* style of the links in the accordion content links */
	background-color: #FFFFFF;
	font-weight: bold;
}


#courseinfoborder {
	padding: 1px;
	position: relative;
	opacity: 0.9;
}

#courseinfoinnerborder {
	padding: 3px;
}

img.floatphone {
	float: left;
	margin-right: 10px;
	margin-left: 120px;
	margin-top: 2px;
}

img.floatemail {
	float: left;
	margin-right: 14px;
	margin-left: 120px;
	margin-top: 2px;
}

img.floatleft {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.floatleft {
	float: left;
}

.floatright {
	display: inline;
}

.onepointfivefont {
	font-size: 1.5em;
}

#footer a {
	color: #668844;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
}

#menu a.menuend {
	border-style:none;
	border-width: 0px;
}

.italic {
	font-style: italic;
}
