/* CSS RESET */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

h2 {
display : inline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIN CSS RESET */

/* --------------------------------------------------- */


/* Begin Typography & Colors */
body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	background: #ccc;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link, a:visited 
{
	color:#0043bf;
	text-decoration: none;
}
a:hover
{
	color:#102656;
	text-decoration: underline;
}

#content blockquote
{
	margin: 10px 20px 10px 30px;
}

#page 
{
	margin: auto auto;
	width: 932px;
	background: #fff;
	text-align: left;
	padding: 0;
}

#header 
{
	background-color: #fff;
	text-align: center;
}

#contact_us
{
	float:right;
	padding:4px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:13px;
}

#contact_us a:link, #contact_us a:visited 
{
	color:#333333;
	text-decoration: none;
}

#contact_us a:hover
{
	color:#1D4090;
	text-decoration: underline;
}

#headerimg 	
{
	width: 100%;
	margin-top: -10px;
	margin-bottom: 10px;
}

/* MENU */

#topbar
{
	margin:  0px;
	padding: 0px 0px 0px 55px;
	width:   90%;
	height:  24px;
	position: relative;
	z-index: 1;
}
#under_skyline
 {
 	margin: 0px;
 	padding: 0px;
	width: 100%;
	height: 24px;
	background: url('images/menu_line.png') no-repeat;
	position: relative;
	z-index: 0;
}
#skyline 
 {
	width: 932px;
	height: 29px;
	background: url('images/arrow_menu.png') no-repeat;
	position: relative;
	background-position: -100px -100px;
}

#content 
{
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding: 25px 15px 0 25px;
	margin: 0;
	width: 880px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	min-height:350px;
}

#content td {
	padding-right: 25px;
	vertical-align: top;
}

#content p {
	margin: 10px 0 10px 0;
}

#content ol, #content ul {
	list-style: inherit;
	margin-left: 4em;
}

.entry table, .entry tr, .entry td, .entry h1, .entry h2, .entry h3, .entry h4, .entry ul,
{
	padding: 0px;
	color: #222222;
}
.entry h1 {
	font-size: 200%;
	line-height: 1.6em;
}
.entry h2 {
	font-size: 150%;
	line-height: 1.2em;
}
.entry h3 {
	font-size: 115%;
	line-height: 1.1em;
}
.entry h4 {
	font-size: 105%;
	line-height: 1em;
}
.entry h5 {
	font-size: 80%;
	line-height: 1.5em;
}
.entry li
{
	padding: 3px;
	color: #222222;
}

#sidebar1 
{
	font-family: "Abadi MT Condensed Light", Arial, Helvetica, sans-serif;
	background: #fafaf8;
	padding: 10px;
	margin-left: 762px;
	width: 150px;
	position: static;
	min-height: 400px;
}

.sidebar2
{
	margin-top: -50px;
}

#footer
{
	background: #6079B1;
	width:932px;
	text-align:left;
}
#footer_1
{
	background: #6079B1;
	width:932px;
	height:52px
}
#footer_2
{
	background: #6079B1;
}


/* texto en azul del menu secundario, cuando una página de courses esta seleccionada */
.menu_courses_selecc, .menu_courses_selecc a:link, .menu_courses_selecc a:visited
{
	color: #15306F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/* Idem enrol */
.menu_enrol_selecc, .menu_enrol_selecc a:link, .menu_enrol_selecc a:visited
{
	color: #15306F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/* Idem About */
.menu_about_selecc, .menu_about_selecc a:link, .menu_about_selecc a:visited
{
	color: #15306F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/* Idem Locations */
.menu_locations_selecc, .menu_locations_selecc a:link, .menu_locations_selecc a:visited
{
	color: #15306F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.upcoming_events
{
	display:block;
	width:270px;
	padding: 8px 0px 5px 25px;
	line-break:normal;
	color:#000000;
	font-size:11px;
	font-family:Verdana;
	line-height:13px;
}
.upcoming_events a:link, .upcoming_events a:visited, .upcoming_events a:active
{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
	text-decoration: none;
}
.upcoming_events a:hover
{
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
	text-decoration: underline;
}

.current_courses
{
	display:block;
	width:300px;
	padding-top: 8px;
	padding-left:13px;
	padding-bottom:5px;
	line-break:normal;
	color:#000000;
	font-size:10px;
	font-family:Verdana;
	line-height:13px;
}
.current_courses a:link, .current_courses a:visited, .current_courses a:active
{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
	text-decoration: none;
}
.current_courses a:hover
{
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
	text-decoration: underline;
}

.upcoming_events_view_all
{
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
	margin-top: -8px;
}
.upcoming_events_view_all a:link, .upcoming_events_view_all a:visited, .upcoming_events_view_all a:active
{
	color: #fff;
	font-weight: normal;
}
.upcoming_events_view_all a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
}

.quick_links
{
	float:left;
	display:block;
	height:60px;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	
}
.quick_links_image
{
	width:45px;
	height:45px;
	float:left;
}
.quick_links_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	float:left;
	width:180px;	
}
.quick_links_link a:link, .quick_links_link a:visited, .quick_links_link a:active
{
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
}
.quick_links_link a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.alertbox
{
	text-align: center;
	color: #cf5d5a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	float: left;
	width:560px;
	padding: 15px;
	margin-left: 170px;
	border: 1px solid #ccc;
	/* firefox */
	-moz-border-radius: 10px; 
	/* ie */
	-ms-border-radius: 10px;
	/* safari */
	-webkit-border-bottom-radius: 10px;}

.alertbox_title
{
	float:left;
}

.alertbox_content
{
}

.newsflashbox
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3em;
	float: left; 
	background-color:#FFFAEA;
 	width:560px;
	padding: 10px;
	margin-left: 180px;
	border: 1px solid #ccc;
	/* firefox */
	-moz-border-radius: 10px; 
	/* ie */
	-ms-border-radius: 10px;
	/* safari */
	-webkit-border-bottom-radius: 10px;
	margin-bottom: 10px;
}

a.footer_poster { 
	display: block;
	width: 217px; 
	height: 263px;
	background-image: url(images/footer_poster01.jpg);
	background-repeat: no-repeat; 
	background-position: top left;
}
a.footer_poster:link { 
	display: block;
	width: 217px; 
	height: 263px;
	background-image: url(images/footer_poster01.jpg);
	background-repeat: no-repeat; 
	background-position: top left;
}
a.footer_poster:visited { 
	display: block;
	width: 217px; 
	height: 263px;
	background-image: url(images/footer_poster01.jpg);
	background-repeat: no-repeat; 
	background-position: top left;
}
a.footer_poster:hover   { 
	display: block;
	width: 217px; 
	height: 263px;
	background-image: url(images/footer_poster01.jpg);
	background-repeat: no-repeat; 
	background-position: -214px 0px;
}
a.footer_poster:active  { 
	display: block;
	width: 217px; 
	height: 263px;
	background-image: url(images/footer_poster01.jpg);
	background-repeat: no-repeat; 
	background-position: top left;
}
.popup_poster {
	float: left;
	text-align: left;
	width: 400px;
	font-family: "Abadi MT Condensed Light", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.7em;
	margin: 2.5em 1em 3em 2em;
}
.popup_image_poster {
	float: left;
	width: 500px;
}

#videos {
margin: 0 0 10px 50px;	
}

#enrol td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 17px;
	padding: 2px;
}

.line_space {
	line-height:20px;
}

/* START MENU CSS */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding: 0 1em;
	list-style:		none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			83%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14.45em; /* match ul width + padding on either side*/
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14.45em; /* match ul width + padding on either side*/
	top:			0;
}

/*** DEMO SKIN ***/

.sf-menu {
	float:			left;
	width: 850px;/* change if lower scroll bar appears*/
	margin-bottom:	.5em;
	font-size: 12px;
}
.sf-menu a {
	padding: 		.5em .75em;
	text-decoration:none;
}
a.menuHome {
	padding: 		.5em .75em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour */
	color:			#6a6a6a;
}
.sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour */
	color:			#091d4b;
}
.bluText a, .bluText a:visited {
	color: #091d4b;
}
.sf-menu li { /*level 1 menu color */
	background:		#fff;
}
.sf-menu li li { /* level 2 menu color */
	background:		url("images/menu_background.png");
}
.sf-menu li li li { /* level 3 menu color */
	background:		url("images/menu_background.png");
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.75em;
	min-width:		10px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	margin-left: 	5px;
	display:		block;
	right:			.01em; 
	top:			1.05em; /* IE6 only */
	width:			3px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -104px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: -10px -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
/* tocar el primer valor (px) de las dos lineas background-position para correr la flecha del subnivel */
.sf-menu ul .sf-sub-indicator { background-position:  18px 0px; }
/*.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }*/
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 18px 0; /* arrow hovers for modern browsers*/
	
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END MENU CSS */