@charset "utf-8";
/* CSS Document */

/*****************************************/
/**      W3C RECCOMENDED BASE STYLES    **/
/*****************************************/
/*http://www.w3.org/TR/CSS21/sample.html*/
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

/******************************************/
/**              HTML TAGS               **/
/******************************************/
html{
background-image:url(../images/bg_blue.jpg);
background-position:top;
background-repeat:repeat-x;
}

body{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:14px;
	line-height:20px;
	text-align:justify;
}

h1 {
	font-size:11px;
	float:right;
	width:50%;
	text-align:right;
	color:#ffffff;
	margin:0px 1px 1px 0px;
	font-weight:normal;
	position:relative;
	clear:both;
}

h2 {
	font-size:28px;
	text-align:left;
	color:#7F5B9D;
	padding:10px 10px 10px 0px;
	margin-top:0px;
}

h3 {
	font-size:16px;
	text-align:left;
	color: #7F5B9D;
	padding:0px;
	margin:20px 5px 5px 0px;
}

h4 {
	font-size:12px;
	text-align:left;
	color: #7F5B9D;
	padding:0px;
	margin:5px 5px 5px 0px;
}


img {
	display:block;
}

strong{
	color:#333333;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	overflow:scroll;
}

select{
	position:relative;
	top:10px;
	}

p{
	margin-top:0px;
	line-height:1.5em;
}


/******************************************/
/*             BESPOKE STYLES            **/
/******************************************/
.middle{ 
	text-align:center;
}

a img
{
	border:none;
}

a.calendar_link
{
	position:absolute;
	top:15px;
	right:35px;
	z-index:1000!important;
}

img.top_banner_a {
	margin-bottom:0px;
	clear:both;
}

p#player1{
	margin:0;
}

.error{
	color: #FF0033;
}

a.external_link{
	background-image:url(../images/icon_external_link.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
}

a.pdf{
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

p.movies{
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}

img.email{
	clear:left;
	}

/******************************************/
/*       HORIZONTAL RULE AND DIV         **/
/******************************************/
hr{
	clear:both;
	border:none;
	width:100%;
	height:1px;
	background-color: #999;
	margin:50px 0px 40px 0px;
	}

/******************************************/
/*            CONTACT FORM               **/
/******************************************/
form#contactform, form.standard{
	margin:0px 0px 20px 0px; 
	padding:0px;
	width:100%;
}

label
{
	width:120px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
	margin-top:10px;
}

label span{
	font-size:10px;
	padding-left:5px;
	padding-right:0px;
	margin-right:0px;
	position:relative;
	left:-4px;
}

#buttons, div.buttons{
	text-align:center; 
	margin-top:10px;
}

#buttons input{
	padding:2px;
	cursor:pointer;
}

input.fields{
	width:250px;
	margin-top:10px;
}
textarea{
	width:400px;
	margin-top:10px;
	font-size:12px;
	overflow-x:hidden;
}

fieldset{
	margin:0px; 
	padding:0px 0px 20px 0px;
}

/******************************************/
/**             PAGE LAYOUT              **/
/******************************************/
div#wrapper{
	width:1000px; 
	margin: 0 auto;
	position:relative;
	display:block;
}

/******************************************/
/**               FOOTER                 **/
/******************************************/
div#footer{
	width:960px; 
	margin: 0 auto;
	position:relative;
	display:block;
	position:relative;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	text-align:center;
	padding:20px;
}

ul.footer{
	padding:0px 0px 0px 0px;
	width:100%;
	display:block;
	margin:0px;
}

div#footer p{
	padding:10px 0px 0px 0px;
	font-size:12px;
}

ul.footer li{
	display:inline;
	font-size:12px;
	background-image:url(../images/nav_divider.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:right;
	padding:0px 10px 0px 0px;
	margin:0px 8px 0px 0px;
}

ul.footer li.last{
	background-image:none;
}

ul.footer li a{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul.footer a.current{
	color:#CCFF00!important;
}

div#footer a, div#footer a:visited{
	color:#ffffff;
	text-decoration:none;
	margin:0px;
}

div#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}


/******************************************/
/**               CONTENT                **/
/******************************************/
div#content{
	width:918px; 
	margin: 0 auto;
	position:relative;
	display:block;
	clear:both;
	color:#000000;
	padding:20px 40px 40px 40px;
	border-right:solid #12002D 1px;
	border-left:solid #12002D 1px;
	background-color:#FFFFFF;
	float:left;
}

div#content ol{
	float:left;
	list-style:none;
	margin:0px 20px 0px 0px;
	padding:0px;
	text-align:center;
	color:#666;
	font-style:italic;
	width:319px;
}

div.left{
	clear:both;
	float:left;
	list-style:none;
	margin:0px 20px 0px 0px;
	padding:0px;
	text-align:center;
	color:#666;
	font-style:italic;
	width:319px;
	display:block;
	min-height:100%;
	position:relative;
}

div#content ol li{
	margin:0px 0px 20px 0px;
	padding:0px;
}

div#content ol li img{
	margin:0px 0px 20px 0px;
	padding:0px;
}


div#content ul{
	padding:0px 0px 0px 0px;
	margin:20px 0px 20px 20px;
	line-height:30px;
	position:relative;
	left:0px;
	list-style-position:inside;
}

div#content ul li{
	line-height:40px;
}

/*

div#content p{
	float:right;
	text-align:left;
	width:577px;
} 

div#content h2{	
float:right;
	text-align:left;
	width:568px;
	margin-left:0px;
	margin-bottom:20px;
	padding-left:0px;
	}
	
	div#content h3{	
	float:right;
	text-align:left;
	width:572px;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	}

*/

div#content.home{
	background-image:url(../images/home.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:479px;
}

div#content a, div#content a:visited{
	color:blue;
}

/******************************************/
/**       HOME PAGE EXCEPTIONS           **/
/******************************************/
div.home_left{
	color:#FFFFFF;
	width:350px;
	font-size:12px;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
	float:left;
	position:relative;
}

div.home_right{
	color:#000000;
	width:390px;
	font-size:12px;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
	float:right;
	position:relative;
	text-align:justify;
}


/******************************************/
/**         COURSE DETAILS               **/
/******************************************/
p.course_pic{
	width:auto; 
	float:left; 
	margin-right:20px;
	text-align:center;
}

table.course_details, table.course_details td
{
	border:none;
	font-size:14px;
	padding-left:0px;
	padding-right:10px;
	}
	
.course_title {
	font-size:18px;
	text-align:left;
	color:#000;
	padding:0px;
	margin:5px 5px 5px 0px;
}

/******************************************/
/**            CMS STYLES                **/
/******************************************/
div#uploading p{
	text-align:center;
	margin:0 auto;
	padding:10px;
}

div#uploading img{
	text-align:center!important;
	margin:0 auto;
	padding:10px;
}

.logout{
	font-size:11px;
	text-align:left;
	position:absolute;
	top:1px;
}

.logout a{
	color:#FFF;
	text-decoration:none;
}

.logout a:hover{
	text-decoration:underline;
}

.edit_link{
	position: absolute;
	top:30px;
	right:40px;
	z-index:500;
	}
	
form.update_page_form{
	margin:0px;
	padding:0px;
	position:relative;
	top:-22px;
	left:-42px;
	}
	
p.big_link{ 
	float:right;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h3.big_link{
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
/************************************************/
/**      PAGING RECORDS (PAGINATION LINKS)     **/
/************************************************/
div.paging{
	clear:both;
	padding:8px 0px 5px 0px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	margin:10px 0px 0px 0px;
	height:19px;
}

div.paging a{
	padding:4px 0px 4px 0px;
	margin:0px 2px 0px 2px;
	border:0px solid #E0E0E0;
	color:#666666;
	text-decoration:none;
	height:25px!important;
}

div.paging a:hover{
	border:0px solid #999999;
	text-decoration:none;
}

/******************************************/
/**         TABLE CLASS                  **/
/******************************************/
table.table{
	margin-top:20px;
	border-top:solid silver 0px;
	border-right:solid silver 1px;
	border-bottom:solid silver 1px;
	border-left:solid silver 0px;
	text-align:left;
	font-size:12px
}


table.table td, table.table th{
	border-top:solid silver 1px;
	border-right:solid silver 0px;
	border-bottom:solid silver 0px;
	border-left:solid silver 1px;
	padding:5px;
	vertical-align:top;
}

table.table tr.table_classa{ 
	background-color:#ffffff;
}

table.table tr.table_classb{ 
	background-color:#F5F5F5;
}

caption{
	text-align:left;
	}

/******************************************/
/**          NAV WRAPPER                 **/
/******************************************/
div #navwrap
{
	width:1000px;
	background-image:url(../images/top_banner_b.jpg); 
	background-repeat:no-repeat;
	
	margin-top:0px;
	display:block;
	float:left;
	height:80px;
	position:relative;
	z-index:1000!important;
}

/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
div.menu{z-index:1000!important;}
 
.menu {width:1000px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; w\idth:1000px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:1000px;
	
}

.menu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:120px;
	position:relative;
	}
/* style the links for the top level */
.menu a, .menu a:visited  {
	display:block;
	text-decoration:none;
	color:#fff;
	width:138px;
	border:1px solid #000;
	border-width:0px 0 0px 0px;
	line-height:29px;
	background-image:url(../images/blue_button.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	padding:45px 0px 10px 0px;
	text-align:center; 
}


.menu a:hover { background-image:url(../images/green_button.gif);background-repeat:no-repeat;background-position:50% 0;  }
.menu :hover > a{
	background-position: top;
	 }



/* style the links for the top level */
.menu a.current, .menu a.current:visited {
	background-image:url(../images/green_button.gif); background-repeat:no-repeat; background-position:center top;
}



/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:120px;}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#3E42C0; color:#FFF;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#BFF200; color:#000000!important;}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3E42C0; color:#FFF;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#BFF200; color:#000000!important;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:79px;left:0; width:142px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:80px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:100px; top:-1px; width:142px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {position:absolute;left:149px; margin:0px;padding:0px;}

 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table  {position:absolute; top:0px;  left:-8px; border-collapse:collapse; z-index:1000!important;}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#3E42C0; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
.menu ul ul a:hover {background:#3E42C0; color:#FFF;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:120px;}
 
/* style the top level hover */


.menu ul ul a:hover{background:#BFF200; color:#000000!important;}
.menu ul ul :hover > a {background:#BFF200; color:#000000!important;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}





