/* STRUCTURE
------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
body {
	background-color: #DEDEDE;
}
#contentContainer {
	width: 960px;
	margin: 30px auto 30px auto;
}
p, a, ul, ul li, blockquote, h1, h2, h3, h4, h5, h6, #introText, img {
	text-align: left;
}


/* HEADER 
------------------------------------------------------------------------------*/
#header {
	float: left;
	width: 900px;
	height: 70px;
	background-color: #000;
	padding: 30px 30px 0px 30px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin: 0px auto;
}


/* FOOTER 
------------------------------------------------------------------------------*/
#footer {
	float: left;
	width: 900px;
	padding: 35px 0px 0px 30px;
}
#content #footer p {
	float: left;
	font-size: 10px;
	color: #AAA;	
	line-height: 13px;
}
#content #footer h3 {
	margin-bottom: 0px;
}
#footer h3 a {
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	color: #555;
	margin-left: 20px;
}
#footer h3 a:hover {
	text-decoration: underline;
}	
#footerSpacer {
	float: left;
	height: 75px;
	width: 100%;
	background-color: transparent;
	display: block;
}


/* HOMEPAGE 
------------------------------------------------------------------------------*/
.homepage #header {
	background-image: url(../images/bgHomepage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	height: 418px;
	margin-right: 19px;
}
.homepage #header ul {
	background-image: none;
	width: 420px;
}	
.homepage #header a {
	font-size: 21px;
}
.homepage #header h1 a {
	font-size: 48px;
}
.homepage #header h2 {
	width: 600px;
	margin: 125px 0px 25px 0px;
	font-size: 40px;
	color: #F1E2B3;
}
.homepage #content h2 {
	font-size: 30px;
	color: #d3820e;
	margin: 20px 0px 1px 0px;
}
.homepage #header h3 {
	margin: 0px 0px 55px 0px;
	font-size: 12px;
	color: #D2AB77;
	text-transform: uppercase;
}
.homepage #content h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.homepage .contentColumn {
	float: left;
	width: 260px;
	padding: 0px 30px;
}
.homepage .middleColumn {
	background-image: url(../images/bgMiddleContent.gif);
	background-repeat: repeat-y;
}
.homepage .divider {
	float: left;
	display: block;
	height: 1px; 
	width: 100%;
	margin: 0px 0px 8px 0px;
	background-image: url(../images/bgDivider.gif);
	background-repeat: repeat-x;
}
.homepage #content p {
	font-size: 12px;
}
.homepage #content {
	background-image: none;
}
.homepage .contentColumn img {
	margin-bottom: 14px;
}



/* ABOUT 
------------------------------------------------------------------------------*/
.about #leftContent {
	padding-top: 60px;
	background-image: url(../images/bgAbout.jpg);
	background-repeat: no-repeat;
}
.about #leftContent h1 {
	margin-top: 80px;
}
.about #leftContent #introText {
	width: 300px;
	margin-left: 280px;
	color: #D2AB77;
	text-transform: none !important;
	line-height: 30px;
	font-size: 18px;
}
.about #rightContent {
	padding: 40px 30px 30px 20px;
}
.about #rightContent h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.about #rightContent ul li {
	margin-bottom: 5px;
	padding: 0px 0px 2px 0px;
	font-size: 13px;
	background-image: none;
}


/* COURSES 
------------------------------------------------------------------------------*/
.courses #content p {
	font-size: 13px;
}


/* MEDIA
------------------------------------------------------------------------------*/
#leftContent ul.halfWidth {
	float: left;
	margin: 0px 22px 20px 0px;
	width: 46%;
}
.videoBox {
	float: left;
	width: /*185px*/179px;
	height: 215px;
	margin: 0px 0px 30px 0px;
	border: 1px solid #CDCCCC;
}
.videoBox.middleBox {
	margin: 0px 8px 0px 8px;
}
.videoBox img {
	padding: 5px;
}
#content #leftContent .videoBox p {
	margin: 5px;
	font-size: 11px;
	line-height: 13px;
}
.videoBox a {
	display: block;
	width: 175px;
	height: 175px;
}
a#video1 {
	background-image: url(../images/video1inactive.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
a#video1:hover {
	background-image: url(../images/video1active.jpg);
	background-repeat: no-repeat;
}

a#video2 {
	background-image: url(../images/video2inactive.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px !important;	
}
a#video2:hover {
	background-image: url(../images/video2active.jpg);
	background-repeat: no-repeat;
}

a#video3 {
	background-image: url(../images/video3inactive.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px !important;	
}
a#video3:hover {
	background-image: url(../images/video3active.jpg);
	background-repeat: no-repeat;
}


/* CONTENT PAGES 
------------------------------------------------------------------------------*/
#content {
	float: left;
	display: block;
	width: 960px;	
	padding: 0px 0px 30px 0px;	
	background-color: #F4F4F4;
	background-image: url(../images/bgContent.gif);
	background-repeat: repeat-y;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
#leftContent {
	float: left;
	width: 580px;
	padding: 15px 20px 15px 30px;
	background-color: #FFF;
}
#leftContent ul {
	margin: 0px 0px 30px 0px;
}
#rightContent {
	float: left;
	width: 280px;
	padding: 80px 30px 30px 20px;
}
.imageFloat {
	float: left;
	margin: 5px 30px 15px 0px;
	clear: right;
}
#content .imageFloat h6 {
	margin: 0px;
	clear: right;
	font-size: 11px;
	color: #777;
	line-height: 13px;
	margin-top: 2px;
	font-weight: normal;
}


/* NAVIGATION 
------------------------------------------------------------------------------*/
#header h1 a {
	float: left;
	font-size: 42px;
	font-weight: bold;
	color: #80BDE8;
	text-transform: uppercase;
}
#header h1 a:hover {
	padding: 0px;
	margin-top: 0px;
	border: 0px;	
}
#header ul {
	float: left;
	width: 550px;
	padding: 9px 0px 0px 0px;
	margin-left: 17px;
	list-style: none;
	background-image: url(../images/bgNav.gif);
	background-repeat: repeat-x;	
}
#header ul li {
	display: inline;
	margin-right: 15px; 
	background-image: none;
}
.homepage #header ul li {
	margin-right: 2px !important;
}
#header ul li a {
	font-size: 21px;
	color: #D2AB77;
	text-transform: uppercase;
	border: 1px solid #000;
}
#header ul li a:hover, 
#header ul li strong a, 
#header ul li strong a:hover {
	padding-top: 8px;
	color: #D3820E;
	border-top: 1px solid #d3820e;
	text-decoration: none;
	font-weight: normal;
}
#header p {
	float: right;
	margin-top: 10px;
	margin-right: -2px;
}

/* Subnav */
#header ul.subnav {
	background-image: none;
	margin: 0px;
	padding: 0px 0px;
}
#header ul.subnav li {
	margin-right: 10px;
}
#header .subnav a {
	text-transform: none;
	font-size: 11px;
	color: #D2AB77;
	padding: 0px;
	border: 0px;
}
#header .subnav a:hover, 
#header .subnav strong a, 
#header .subnav strong a:hover {
	padding: 0px;
	border: 0px;
	text-decoration: underline;
	font-weight: normal;
	color: #D3820E;
}

#header ul li h4 strong a {
	margin-left: -3px;
}


/* TYPOGRAPHY 
------------------------------------------------------------------------------*/
#header h4 {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#content h1 {
	margin-bottom: 30px;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
}
#content h2 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #555;
	text-transform: uppercase;
}
#content h3 {
	margin-bottom: 15px;
	font-weight: bold;
	color: #D3820E;
}
#content h4 {
	margin-bottom: 4px;
	font-size: 15px;
	color: #555;
}
.courses #content h3 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
}
.courses #content h3 em {
	text-transform: none;
	font-weight: normal;
}
#content p {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	line-height: 18px;
	color: #555;
}
a {
	color: #D3820E;
	text-decoration: none;
}
a:hover {
	color: #D3820E;
	text-decoration: underline;
}
ul {	
	margin: 0px 0px 30px 0px;
	list-style: none;	
}
#content ul li {
	padding: 0px 0px 6px 15px;
	font-size: 13px;
	background-image: url(../images/arrow.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	line-height: 18px;
	color: #555;
}
#content ul li a {
	color: #555;
	font-weight: bold;
}
#content ul li a:hover {
	color: #D3820E;
	text-decoration: none;
}
img {
	border: 0px;
}
blockquote {
	float: left;
	display: block;
	width: 180px;
	padding: 0px 20px 0px 0px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #BC6F01;
}
#content p.h3Text {
	margin-bottom: 15px;
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
}
.italicText {
	font-style: italic;
}

/* PHOTO GALLERY: SEPARATE THUMBNAILS
------------------------------------------------------------------------------*/
.gallery {
	float: left;
	display: block;
	padding-top: 20px;
}
.gallery ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
}
#content .gallery ul li {
	display: inline;
	float: left;
	background-image: none;
	padding: 0px;
	margin: 0px 6px 6px 0px !important;
	background-image: none;
	line-height: 1px;
}
#content .gallery ul li img {
	width: 87px;
}
.bizAffil img {
	margin-bottom: 4px;
}


/* PHOTO GALLERY: SINGLE THUMBNAIL
------------------------------------------------------------------------------
#jquery-lightbox img {margin: 0px;}

.gallery {
	padding-top: 20px;
}
.gallery ul {
	list-style: none;
	margin-left: 12px;
	margin-right: 12px;
}
.gallery ul li {
	display: inline;
	float: left;
	background-image: none;
	padding: 0px;
	margin: 3px;
}
.gallery ul li:hover {	
	margin: 0px;
	padding: 2px;
	background-color: #DBDBDB;
	border: 1px solid #A8A8A8;
}
.gallery ul img {
	border: 1px solid #DBDBDB;
	margin: 0px;
	float: left;
}
.gallery.singleThumb {
	margin-bottom: 15px;
}
.gallery.singleThumb ul {
	margin-bottom: 0px;
}
*html .singleBox .gallery.singleThumb ul {
	margin-bottom: 7px;
}
.gallery.singleThumb ul li {
	display: none;
}
.gallery.singleThumb ul li.display {
	display: inline;
}
.gallery.singleThumb ul li.display:hover {
	background-color: transparent;
	border: none;
	margin: 3px;
	padding: 0px;
}
*html .gallery.singleThumb .galleryCount {
	margin: 2px 8px;
}
.gallery.singleThumb .galleryDate {
	display: block; clear: both;
	color: #7d7d7d;
	margin: 0px 15px;
}
*/	