* {
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	background-color: #FFFFFF;
	font-size: 82%;
	color: #000000;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}

/* HEADINGS ------------------------------------------------------ */
H1 {
	font-size: 1.5em;
	font-weight: normal;
	color:#e19b50;
	margin-top: 0;
}

H2 {
	font-size: 1.2em;
	font-weight: normal;
}

/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

/*	HEADER	*/
.header {
	clear:both;
	background:url('img/header_bg.jpg') no-repeat top;
	padding:10px 20px;
	width:740px;
}

/*	CONTENT	*/
.content A:link, .content A:visited, .content A:hover, .content A:active { color:#e19b50;}

.content_top {
	background:url('img/content_top.gif') no-repeat top;
	margin:11px 0 0 0;
	padding:10px 0 0 0;
}

.content {
	clear:both;
	width:740px;
	overflow:hidden;
	text-align:left;
	padding:10px 20px 20px;
	margin:0 0 11px 0;
	background:url('img/content_bottom.gif') no-repeat bottom;
	background-color:#f7f1d2;
}

.content UL { 
	margin:-5px 0 0 0; 
	padding-left:25px;
	list-style-image:url('img/orange_arrow.gif');
}

.courseColumns TH {
	padding: 0 10px;
	vertical-align: top;
	text-align: left;
}
.courseColumns TH A {
	display: block;
	float: left;
	padding: 0 5px;
}
.courseColumns TH A IMG {
	display: block;
	float: left;
}
.courseColumns TD {
	padding: 0 5px;
	width: 305px;
	vertical-align: top;
	text-align: left;
}
.courseColumns .divider1 {
	padding: 0;
	width: 25px;
}
.courseColumns .divider2 {
	padding: 0;
	width: 25px;
	border-left: 1px solid #5F5B53;
}
.courseColumns .photo {
	background:url('img/photoback.jpg') no-repeat center top;
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align:center;
}
.courseColumns .details UL {
	margin:10px 0 0 10px;
	padding-left:20px;
	list-style-image:url('img/orange_bullet.gif');
}
.courseColumns .details UL LI {
	margin: 0 0 .5em 0;
}


/*	subpage content	*/
.subpageContent{
	float:right;
	width:520px;
	}
.sidebar{
	float:left;
	width:180px;
	text-align:center;
	border-right:1px solid #5F5B53;
	padding-right:20px;
}

.largeText{font-size:1.15em;}

.subpageContentFooter{
	clear: both;
	padding-top: 1em;
}
.subpageContentFooter p{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

/*	FOOTER	*/
.footer {
	clear: both;
	background:url('img/footer_bg.gif') top center no-repeat;
	padding:20px 0 0 0;
	color:#FFFFFF;
	text-align:center;
	height:91px;
}

.footer A {
	text-decoration:underline;
	color:#ecd870;
	font-weight:bold;
}

.footerPhone {
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	width:415px;
}

.footerFedEx {
	text-align:left;
	font-size:10px;
	line-height:12px;
	width:199px;
}

.footer P {
	line-height:18px;
	font-size:.9em;
	}

.footerBottom {
	clear: both;
	padding:30px 0 0 0;
	color:#000000;
	text-align:center;
}
.footerBottom A {
	text-decoration:underline;
	color:#E19B50;
}


/* SITE MAP */
.SiteMap * {
	background-color:#f7f1d2 !important;
}

.SiteMap TD {
	border-top: 10px solid #f7f1d2 !important;
}

/* NAVIGATION */

.menu {
	clear:both;
	width:750px;
	height:22px;
	text-align:center;
	margin:0;
	padding:15px 0 0 0;
	font-size:1.1em;
	font-weight:bold;
}

.nav UL {
	margin:0;
	padding:0;
	list-style-type:none;
}

.nav UL LI {
	display: block;
	float: left;
	margin:0;
	padding: 0 5px 0;
	border-left:1px solid #000000;
}
.nav UL LI.first {
	border: 0;
}
.nav UL LI.last { padding-right:0 !important; }

.nav UL LI A:link,.nav UL LI A:visited {
	text-decoration:none;
	color:#000000;
}

.nav UL LI.selected A { color:#d36719 !important; }

.nav UL LI A:hover { color:#d36719; }

/* social media links */
.social_media_links {
	height:30px;
	padding:25px 0 0px 0;
	margin:0 0 0 190px;
}
.social_media_links SPAN {
	font-weight:bold;
	float:left;
	margin:4px 4px 0 4px;
}
.social_media_links IMG {
	float:left;
	margin:0 4px 0 0;
}