/* Xperts website screen css - Aug 2011 by Jiet Chong */
@font-face {
    font-family: 'RABold';
    src: url('../webfonts/ra_bold-webfont.eot');
    src: url('../webfonts/ra_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/ra_bold-webfont.woff') format('woff'),
         url('../webfonts/ra_bold-webfont.ttf') format('truetype'),
         url('../webfonts/ra_bold-webfont.svg#RABoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RARegular';
    src: url('../webfonts/ra-webfont.eot');
    src: url('../webfonts/ra-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/ra-webfont.woff') format('woff'),
         url('../webfonts/ra-webfont.ttf') format('truetype'),
         url('../webfonts/ra-webfont.svg#RARegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'UniversRegular';
    src: url('../webfonts/univers_regular-webfont.eot');
    src: url('../webfonts/univers_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/univers_regular-webfont.woff') format('woff'),
         url('../webfonts/univers_regular-webfont.ttf') format('truetype'),
         url('../webfonts/univers_regular-webfont.svg#UniversRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversLight';
    src: url('../webfonts/univers_light-webfont.eot');
    src: url('../webfonts/univers_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/univers_light-webfont.woff') format('woff'),
         url('../webfonts/univers_light-webfont.ttf') format('truetype'),
         url('../webfonts/univers_light-webfont.svg#UniversRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversBold';
    src: url('../webfonts/univers_bold-webfont.eot');
    src: url('../webfonts/univers_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/univers_bold-webfont.woff') format('woff'),
         url('../webfonts/univers_bold-webfont.ttf') format('truetype'),
         url('../webfonts/univers_bold-webfont.svg#UniversRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Core */
body {
	margin: 0px;
	padding: 0px;
	background-color: #e9e8e8;
	font-family: Arial, Helvetica, sans-serif;
}
#homepagebg {
	background-color: #FFF;
	background-image: url(../images/home-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#pagebg {
	background-color: #FFF;
	background-image: url(../images/section-bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

/* Typography */
h1 {
	font-size: 36px;
	font-weight: normal;
	font-family: 'RARegular', Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #333333;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'RABold', Arial, Helvetica, sans-serif;
	margin-top: 50px;
	color: #333333;
	}
h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: 'RABold', Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #666;
	}
#ftnavleft h3, #ftnavmiddle h3, #ftnavright h3 {
	font-family: 'UniversBold', Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d8;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'UniversLight', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}
p a {
	color: #066;
	text-decoration: underline;
}
p a:hover {
	color: #690;
	text-decoration: none;
}
#ftnavleft p, #ftnavmiddle p, #ftnavright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #666;
	line-height: 14px;
}
#ftnavleft p a, #ftnavmiddle p a, #ftnavright p a {
	color: #666;
	text-decoration: none;
}
#ftnavleft p a:hover, #ftnavmiddle p a:hover, #ftnavright p a:hover {
	color: #000;
	text-decoration: none;
}
#footerbox a {
	color: #666;
	
}
#footerbox a:hover {
	color: #000;
	text-decoration: none;
}
#ftnavright p.ftcontact {
	font-size:18px;
	padding-bottom:5px;
	line-height: 20px;
	font-family: 'UniversLight', Arial, Helvetica, sans-serif;
}
.leftfeat p, .rightfeat p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}
a:link {}
a:hover {}
.clearer {
	clear:both;
}
.green {
	color:#669933;
}

/* Layout */
#pagewrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#navpanel {
	width: 200px;
	display: block;
	*display: run-in;
	_display: block;
	position: fixed;
	*position:  absolute;
	_position: fixed;
	z-index: 100;
	*z-index: none;
	top: 0px;
	*top: none;
	_top: none
	*float:left;
	_float:left;
	background-color: #FFF;
	padding-bottom: 20px;
	text-align: center;
}
#contentwrapper {
	width: 740px;
	*float:right;
	_float:left;
	margin-left: 200px;
	*margin-left: 0px;
	_margin-left: 0px;
	padding-bottom: 50px;
}
#seccontentwrapper {
	width: 690px;
	*float:right;
	_float:left;
	margin-left: 200px;
	*margin-left: 0px;
	_margin-left: 0px;
	padding-bottom: 50px;
	background-image: url(../images/section-header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 200px;
	padding-left: 50px;
}
#footerwrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#footernav {
	padding-top: 20px;
	padding-bottom: 20px;
}
#ftnavleft {
	float: left;
	width: 290px;
	margin-right: 35px;
}
#ftnavmiddle {
	float: left;
	width: 290px;
	margin-right: 35px;
}
#ftnavright {
	float: left;
	width: 290px;
}
#footerbox {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7d7d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
}

/* Navigation */
#navbox  {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#navbox a {
	font-family: 'RARegular', Arial, Helvetica, sans-serif;
	display: block;
	text-align: right;
	padding: 5px;
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
#navbox a:hover {
	color: #339933;
	}
#navbox a.active {
	color: #339933;
	}
	
/* Elements */
.homefeatbox {
	margin-left: 50px;
	width: 690px;
	background-image: url(../images/home-feat-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	*background-color:#fff;
	_background-color:#fff;
}
.homefeatcontent {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d7d7d8;
	background-color: #FFF;
	background-image: url(../images/featbox-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.sidepic {
	margin-top: -75px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
.leftfeat, .rightfeat {
	float: left;
	width: 305px;
	padding:20px;
}
.leftfeat img, .rightfeat img {
	margin-right:8px;
}
.myButton {
	font-family: 'RARegular', Arial, Helvetica, sans-serif;
	background-color:#003333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
}.myButton:hover {
	background-color:#339933;
}.myButton:active {
	position:relative;
	top:1px;
}
.coursewrapper {}
.coursebox {
	float: left;
	width: 228px;
	height: 148px;
	margin-right: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.coursetitle {
	background-image: url(../images/course-header-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
	color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 38px;
	padding-top: 8px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 8px;
}
.coursepic {
	height: 37px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	padding-left: 100px;
}
#sdn {
	background-image: url(../images/course-sdn.jpg);
}
#vnz {
	background-image: url(../images/course-vnz.jpg);
}
#ast {
	background-image: url(../images/course-astro.jpg);
}
#nut {
	background-image: url(../images/course-nutri.jpg);
}

.myButtonsmall {
	font-family: 'RARegular', Arial, Helvetica, sans-serif;
	background-color:#003333;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	padding:6px 14px;
	text-decoration:none;
}.myButtonsmall:hover {
	background-color:#339933;
}.myButtonsmall:active {
	position:relative;
	top:1px;
}
.divider {
	height:1px; width:95%; background-color:#ccc;margin:15px 0px 15px 0px;
	}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
