/*	
	colour palettes
		Blue: 		#00AEEF
		Orange:		#F7941E

		Blue 50%:	#6DCFF6
		Blue 40%: 	#8ED8F8 - nav off
		Blue 20%: 	#C7EAFB
		Blue 15%:	#CCEAFD - background
		Blue 10%: 	#E1F4FD
	
		Grey text:	#666
		Grey 20%:	#D1D3D4 - nav select
		Grey 50%:	#939598

		Black:		#000
		White:		#FFF
*/

#content #customCourses{
	margin: 0;
	padding: 0;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #CCEAFD;
	background-image: url(../images/bkgd-img.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000;
	margin:auto;
} 
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bkgd-top.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	height: auto;
	width: 901px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	overflow:auto;
}
a {
    outline: none;
}
a img {
    border: none;
}

/*   header specific tags   */

#wrapper #header {
	height: 145px;
	width: 900px;
	position: relative;
	top: 0px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#logo {
	height: 145px;
	width: 178px;
	/*margin-top: 16px;*/
	/*margin-bottom: 20px;*/
	position: relative;
	float: left;
}
#bannerImg {
	position: relative;
	float: right;
}
#mainNav {
	height: 37px;
	width: 900px;
	position: relative;
	top: 0;
	background-color: #939598;
	background: url(../images/nav-bkgd.gif) repeat-x;
	z-index: 999;
}
.date {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	padding-top: 9px;
	height: 25px;
}

/*   content specific tags   */

#wrapper #container {
	height: auto;
	width: 900px;
	margin: 15px 0 0 0;
	padding: 0;
	background-color: #FFF;
	position: relative;
}
#content {
	height: auto;
	width: 814px;
	position: relative;
	padding: 39px 32px 32px 54px;
	margin-top: 15px;
	overflow: auto;
}

/*   font specific tags   */

.h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 25pt;
	color: #F7941E;
}
.h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14pt;
	color: #00AEEF;
}
.h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16pt;
	color: #00AEEF;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F7941E;
	text-transform: capitalize;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	text-transform: capitalize;
	line-height: 30px;
}
.h6 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
}
.bodyTextItalic {
	font-style: italic;
}
.serifItalic {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	font-size: 13pt;
	color: #939598;
}
