/* CSS Document */

/* 
light blue: #A1B9BD
orange: #9B4A17
light orange: #C85200
gray: #58595B
PMS 476 brown: #4F3324
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #58595B;
}

a:link {
	color: #4C7080;
	text-decoration: none;
}
a:visited {
	color: #4C7080;
	text-decoration: none;
}
a:hover {
	color: #4C7080;
	text-decoration: underline;
}
a:active {
	color: #4C7080;
	text-decoration: none;
}

input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #58595B;
	text-decoration: none;
	border: solid 1px #A1B9BD;
	background-color: #FFFFFF;
}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #58595B;
	text-decoration: none;
	border: solid 1px #A1B9BD;
	width: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9B4A17;
	margin-top: 0;
	line-height: 20px; 
	font-weight: normal !important;
}

h2 {
/* difference is margin bottom */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 4px;
	color: #9B4A17;
	font-weight: normal !important;
}

h3 {
/* gray for the course listing titles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px; 
	margin-top: 0;
	margin-bottom: 4px;
	color: #9B4A17;
	font-weight: normal !important;	
}

h4 {
/* event descriptions on checkout success page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #799195;
	margin: 0;
	/*font-weight: normal !important;	*/

}

p {
	margin-top: 12px;
	margin-bottom: 0;
}


hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	height: 10px;
	border: none;
	border-top: 1px #999999 solid;
}

.hrBlue {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	/*height: 10px;*/
	border: none;
	border-top: 1px #B3B3CC solid;
}

.hrBlueDots {
/* this is for the home page */
	color: #FFFFFF; 
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
 	/*height: 10px;*/
	border: none;
	border-bottom: 1px #A1B9BD dotted;
}

.hrWhiteDots {
/* this is for the home page */
	color: #A1B9BD;
	background-color: #A1B9BD;
	margin-left: 0px;
 	height: 10px;
	border: none;
	border-bottom: 1px #FFFFFF dotted;
}


.hrOrangeDots {
/* this is for the home page */
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-left: 0px;
 	height: 5px;
	border: none;
	border-bottom: 1px #9B4A17 dotted;
}

ul {
	list-style-position: outside;
	padding: 0px;
	margin-left: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
}

/* base text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #58595B;
	text-decoration: none;
}
.text a:link {
	color: #4C7080;
	text-decoration: none;
}
.text a:visited {
	color: #4C7080;
	text-decoration: none;
}
.text a:hover {
	color: #4C7080;
	text-decoration: underline;
}
.text a:active {
	color: #4C7080;
	text-decoration: none;
}

/* base text home page */
.homeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #58595B;
	text-decoration: none;
}
.homeText a:link {
	color: #4C7080;
	text-decoration: none;
}
.homeText a:visited {
	color: #4C7080;
	text-decoration: none;
}
.homeText a:hover {
	color: #4C7080;
	text-decoration: underline;
}
.homeText a:active {
	color: #4C7080;
	text-decoration: none;
}

/* left side text */
.homeLeftText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #58595B;
	text-decoration: none;
}
.homeLeftText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.homeLeftText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.homeLeftText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.homeLeftText a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.homeLeftCarat {
	color: #9B4A17;
}


/* use as span classes when needed */
.introText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #393D58;
	text-decoration: none;
}
.introText a:link {
	color: #999933;
	text-decoration: none;
}
.introText a:visited {
	color: #999933;
	text-decoration: none;
}
.introText a:hover {
	color: #999933;
	text-decoration: underline;
}
.introText a:active {
	color: #999933;
	text-decoration: none;
}

.homeIntroText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4C7080;
	text-decoration: none;
	margin-top: 12px;
}
/* if needed */
.homeIntroText a:link {
	color: #4C7080;
	text-decoration: none;
}
.homeIntroText a:visited {
	color: #4C7080;
	text-decoration: none;
}
.homeIntroText a:hover {
	color: #4C7080;
	text-decoration: underline;
}
.homeIntroText a:active {
	color: #4C7080;
	text-decoration: none;
}

/* subnav inside */
.subNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #D8864D;
	text-decoration: none;
}
.subNavText a:link {
	color: #4C7080;
	text-decoration: none;
}
.subNavText a:visited {
	color: #4C7080;
	text-decoration: none;
}
.subNavText a:hover {
	color: #4C7080;
	text-decoration: underline;
}
.subNavText a:active {
	color: #4C7080;
	text-decoration: none;
}
.subNavPipe {
	color: #4C7080;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #A1B9BD;
	text-decoration: none;
}
.copyright a:link {
	color: #A1B9BD;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:visited {
	color: #A1B9BD;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:hover {
	color: #A1B9BD;
	font-weight: normal;
	text-decoration: underline;
}
.copyright a:active {
	color: #A1B9BD;
	font-weight: normal;
	text-decoration: none;
}

.checkoutMark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B4A17;
	text-decoration: none;
}
