/* Reset */

* html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	top:0;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
 /*   background:transparent;*/
}

body {
	top: 0;
	margin: 0;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#073c9c;
	
	/*background:url(../images/wrapbg.jpg) top center repeat-x;*/
	background-color:#e3e3e3;
}


.defaultBlu {
	background:#073c9c;
}

.bgWhite {
	background:#ffffff;
}

.bgNone {
	background:none;
}

a:link, a:visited, a:hover, a:active {
	
} 

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a .white {
	color:#ffffff;
}


.active {
	font-weight:bold;
	text-decoration: underline;
}

img, div, input { behavior: url("iepngfix.htc") }

ul {  /* uls must be set for each classes to avoid these general settings */
	list-style-type:disc;
	margin: 0;
}

li {  /* lis must be set for each classes to avoid these general settings */
	margin: 5px 20px 15px 50px;
	font-size:14px;
	
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 20px 20px 20px;
	line-height:18px;
	color:#073C9C;
	text-shadow: 1px 1px 0 #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#073C9C;
	margin: 5px 20px 15px 20px;
	line-height:normal;
	text-align:left;
	text-shadow: 1px 1px 0 #fff;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

#wrapper {
	width: 100%;
	height: auto;
	background:url(../images/wrapbg.jpg) top center repeat-x;
	background-color:#dcdede;
}

#innerwrap {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}


.clear {
	clear:both;
}


/* Splash Page */
.splash {
	float:left;
	width: 960px;
	height: 358px;
	/*background:url(../images/backgrounds/2.png) top center no-repeat;*/
}

.login {
	float: left;
	width: 300px;
	height: auto;
	margin: 10px 0 0 615px;
	background:none;
}

.splash a {
	color:#073c9c;
	text-decoration: none;
}

.splash a:hover {
	color:#073c9c;
	text-decoration:underline;
}

.splashleft {
	float: left;
	width: 170px;
	height: auto;
	text-align:right;
	margin: 10px 0 0 5px;
}

/* 3 Splash Blocks */
.spLeftBlock {
	float: left;
	width: 280px;
	height: 140px;
	margin: 10px 0 0 18px;
}

.spMidBlock {
	float: left;
	width: 280px;
	height: 140px;
	margin: 10px 0 0 43px;
}

.spRightBlock {
	float: left;
	width: 280px;
	height: 140px;
	margin: 10px 0 0 43px;
}

/* EOF Splash Page */

/*Forms*/
.inputbox {
	border:1px solid #bcd0e1;
	width:210px;
	position:relative
	
}

input {   /* used with jquery for input hints on input texts */
/*	width:auto;*/
	color: #3b5999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b5999;
}

select {
	width:auto;
	color: #3b5999;
}

.errorblock {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 10px 0;
	color:#FFFF00;
}

.errorblock2 {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 10px 0;
	color:#3b5999;
}

/*label {
	display:block;
	margin: 5px 0px 5px 0px;
	_margin: 5px 0px 5px 0px;
	font-size:11px;
}*/

label {

}

.formbox {
	float:left;
	width: 100%;
}

.check {
	width: 20px;
	margin: 0 5px 0 0;
	_margin: 0 5px 0 0;
}

.formbox p{
	margin:3px 10px 3px 10px;
	
}

.width350 {
	width: 350px;
}

.warpForm {
	width: auto;
	height: auto;
	margin: 0 20px 0 20px;
}

.greybox {
	background:#999999;
}

.whitebox {
	background:#ffffff;
}

.white {
	color:#ffffff;
}

.greyinputbox {
	width: 200px;
	background:#CCCCCC;
	border:1px solid inset;
}

/* Image Formatting */
.boxshadow {
	display:block;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/*Text Formatting*/
.bold {
	font-weight: bold;
}

.centered {
	text-align:center;
	margin-left:0;
	margin-right:0;
}

.margTop10 {
	margin: 5px 0 0 0;
}

.margTop20 {
	margin-top: 20px;
}

.margLeft20 {
	margin-left:20px;
}

.margbtm20 {
	margin-bottom: 20px!important;
}

.leftwing {
	text-align: left;
	margin: 0;
	padding: 0;
}

.rightwing {
	text-align: right;
	margin: 0;
	padding: 0;
}

.smallfont {
	font-size: 12px;
}

.smallestfont {
	font-size: 9px;
}

.friendBlock {
	float:left;
	width: auto;
	height: 100%;
	margin: 18px 0 0 0;
	_margin: 18px 0 0 0;
}

/* Form Stuff */
#mailBlock {
	float:left;
	width: 500px;
	height:auto;
	margin: 10px 0 10px 20px;
}

.dinput {
	width: 300px;
	height: 30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	background: #e3e3e3;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-moz-box-shadow: inset 2px 5px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 2px 5px 10px rgba(0,0,0,.5);
	box-shadow: inset 2px 5px 10px rgba(0,0,0,.5);
	color: #0a3c7b;
	padding: 2px 10px;
}
.dinput:focus {
	background:#f2f2f2;
	-moz-box-shadow: 0 0 15px #4460af;
	-webkit-box-shadow: 0 0 15px #4460af;
	box-shadow: 0 0 15px #4460af;
	outline:none;
}
.dinput2 {
	width: 300px;
	height: 200px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	background: #e3e3e3;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-moz-box-shadow: inset 2px 5px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 2px 5px 10px rgba(0,0,0,.5);
	box-shadow: inset 2px 5px 10px rgba(0,0,0,.5);
	color: #0a3c7b;
	padding: 2px 10px;
}
.dinput2:focus {
	background:#f2f2f2;
	-moz-box-shadow: 0 0 15px #4460af;
	-webkit-box-shadow: 0 0 15px #4460af;
	box-shadow: 0 0 15px #4460af;
	outline:none;
}
.result {
	float:left;
	width:100%;
	height: auto;
	margin: 10px;	
	text-align: center;
}
.formleft {
	float: left;
	width: 130px;
	height: auto;
	text-align:right;
	font-size: 16px;
	margin: 18px 0px 10px 10px;
}
.formright {
	float: left;
	width: 340px;
	height: auto;
	text-align:left;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
}
.formright2 {
	float: left;
	width: 340px;
	height: auto;
	text-align:left;
	margin: 10px 0px 10px 10px;
}
.spacer {
	float:left;
	width: 100%;
	height: 20px;
	background:none;
}
.errorBlock {
	float:left;
	width: 100%;
	height: auto;
	padding-top:5px;
	color: #FF0000;
}

.tado {  /*used to hide the honeypot*/
	display:none;
	width: 0px;
	height: 0px;
}

/* Register */
.regBlock {
	float:left;
	width: 960px;
	height: 358px;
	background:url(../images/reg.png) top center no-repeat;
}

.signup {
	float: left;
	width: 280px;
	height: auto;
	margin: 120px 0 0 355px;
	background:none;
}

/* Signup Result */

.registered {
	float:left;
	width: 960px;
	height: 345px;
	background:url(../images/regsuccess.png) top center no-repeat;
}

.regmsg {
	float: left;
	width: 650px;
	height: auto;
	color: #062762;
	margin: 100px 0 0 255px;
}

.darkblue {
	color: #062762;
}

nav {
	width: auto;
	float: left;
}

/* Main */

#header {
	float: left;
	width: 100%;
	height: 200px;
	background:url(../images/header.png) top center no-repeat;
}

.hdrMain {
	float: left;
	position:relative;
	width: 960px;
	height: 30px;
}

.hdrLeft {
	float: left;
	position:relative!important;
	width: 244px;
	height: 30px;
}

.hdrRight {
	float: right;
	position:relative;
	width: 244px;
	height: 30px;
}

#contentmain {
	float: left;
	width: 960px;
	height: auto;
	margin: 0px 0 0 0;
	_margin: 0px 0 0 0;
	background:url(../images/contentbg.png) top center repeat-y;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

#colLeft {
	float: left;
	width: 170px;
	height: auto;
	margin: 10px 0 0 0;
}

.adBlock {
	float: left;
	width: 170px;
	height: auto;
	margin: 20px 0 0 0;
}

#colMid {
	float: left;
	width: 600px;
	height: auto;
	margin: 10px 0 10px 10px;
}

#colMid a:link, a:visited, a:hover, a:active{

}

.colmidwideright {
	float:left;
	width: 520px;
	height: 100%;
}

.colmidLeft {
	float: left;
	width: 160px;
	height: auto;
	text-align: right;
	margin: 0 0 5px 10px;
	background:#eef1f2;
	padding: 5px  10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.colmidRight {
	float: left;
	width: 63%;
	height: auto;
	text-align: left;
	margin: 0 0 5px 10px;
	background:#eef1f2;
	padding: 5px  10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.colmidLft21 {
	float: left;
	width: 100px;
	height: 31px;
	text-align: right;
	margin: 0 0 10px 20px;
}

.colmidLft21B {
	float: left;
	width: 100px;
	height: auto;
	text-align: right;
	margin: 0 0 10px 20px;
}

.colmidLftcol1 {
	float: left;
	width: 100%;
	height: 21px;
	text-align:right;
	margin: 0 0 5px 0px;
}

.colmidRt21 {
	float: left;
	width: 65%;
	height: 31px;
	text-align: left;
	margin: 0 0 10px 10px;
}

.colmid2Rt {
	float: left;
	width: 80px;
	height: 31px;
	text-align: left;
	margin: 0 0 10px 10px;
}

.colmidRt21A {
	float: left;
	width: 65%;
	height: auto;
	text-align: left;
	margin: 0 0 10px 10px;
}

.colmidRt21B {
	float: left;
	width: 70%;
	height: auto;
	text-align: left;
	margin: 0 0 10px 10px;
}

.colmidRtcol1 {
	float: left;
	width: 47%;
	height: 21px;
	text-align:left;
	margin: 0 0 5px 10px;
}

.colmid4col {
	float: left;
	width: 25%;
	height: 25px;
	text-align:center;
	font-size:10px;
	margin: 0 0 5px 0px;
}

.colmid4col p{
	text-align:center;
	font-size:10px;
	vertical-align:middle;
	margin:0;
}

#colRight {
	float: left;
	width: 170px;
	height: auto;
	margin: 10px 0 0 10px;
}

#colRight a:link, a:visited, a:hover, a:active {
	color:#073C9C;
}

#container {  /* Used in Jquery Masonry */
	float:left;
	width: 100%;
	height: auto;
	padding: 10px 0 20px 0;
	border-top:#fff 1px solid;
	border-bottom:#b7b7b7 1px solid;
	overflow:hidden;
}

.myContent {
    -moz-column-count: 6;
    -moz-column-gap: 0px;
    -webkit-column-count: 6;
    -webkit-column-gap: 0px;
    column-count: 6;
    column-gap: 0px;
    width: 1200px;
}

.myContent li{
	list-style:none;
}
 
.myContent img{
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

.postMid {
	float:left;
	width: 100%;
	height: auto;
	padding: 10px 0 20px 0;
	border-top:#fff 1px solid;
	border-bottom:#b7b7b7 1px solid;
	overflow:hidden;
}

.postRight {
	float:left;
	width: 160px;
	height: auto;
	padding: 10px 0 10px 10px;
}

.forcedmargs {
	margin: 5px 0 20px 0;
	line-height:18px;
}

.appRight {
	float: left;
	width:100px;
	height:100px;
	margin: 0 0 10px 25px;
}

.titleRight {
	float:left;
	width:160px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 10px;
	border-bottom:#ccc 1px solid;
}

.postRight ul li{
	display: block;
	width: auto;
	height: auto;
	margin:0;
	list-style-type:none;
	list-style-position:inside;
	padding: 5px  0 5px 10px;
	background:#eef1f2;
	border-bottom: #ccc 1px solid;
	border-radius: 3x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.title {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-backface-visibility: hidden;
	float:left;
	width:600px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border-bottom:#e2e2e2 1px solid;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -animation-delay: 1s;
}


.postBar { /* Blue Title Bars */
	float:left;
	width: 600px;
	height: 36px;
	padding: 0 0 0 0;
	background: url(../images/postbarGrad.jpg) repeat-x;
	border-bottom: 1px #CCCCCC solid;
	color:#ffffff;
}

.postBar a {
	color: #ffffff;
	text-decoration:none;
}

.postBar a:hover {
	text-decoration: none;
}

.pBarLeft {
	float: left;
	width: 102px;
	height: 27px;
	margin: 3px 0 0 20px;
}

.pBarBtn  { /* used in postBar */
	float: left;
	display:block;
	width: 102px;
	height: 22px;
	text-align:center;
	color:#ffffff;
	padding: 5px 0 0 0;
	text-decoration:none;
	background: url(../images/pbarbutton.png) top center no-repeat;
	overflow:hidden;
}

.pBarBtn:hover {
	text-decoration: none;
	background: url(../images/pbarbtnhover.png) top center no-repeat;
}

.pBarBtnRight { /* used in postBar */
	float: right;
	width: 102px;
	height: 22px;
	margin: 5px 20px 0 0;
}

.appBlock { /* main rounded cornered white boxes */
	float: left;
	width: 580px;
	height: auto;
	background:#fdfdfd;
	margin: 10px 0 0 10px;
}

.appBlock p {
	font-weight:normal;
	margin: 15px 10px 10px 10px;
}

.appBox { /* the rows of boxes inside appBlock */
	width: 560px;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding: 10px;
	background:none;
	border-bottom:#e2e2e2 1px solid;
	color:#073C9C;
}

.appBox .appBox2 h1,h2,h3 {
	margin: 10px 0 10px 20px;
	color:#073C9C;
}

.appBox2 {
	width: 560px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding: 10px;
	background:none;
	border-bottom:#e2e2e2 1px solid;
	color:#073C9C;
}

.appBox3 {
	float:left;
	width: 560px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding: 10px;
	background:none;
	color:#073C9C;
}

.appBox:hover { /* creates hovers on appBox */
	text-decoration:none;
	display:block;
	background:url(../images/appboxhover.jpg) top center repeat-x;
}

.appBox2:hover { /* creates hovers on appBox */
	text-decoration:none;
	display:block;
	background:url(../images/appboxhover.jpg) top center repeat-x;
}


.apptitler { /* use for single app titles to have no borders */
	border-bottom: 0px;
}

.applast { /* last row of appBox use along with appBox in a class => class="appBox applast" */
	border-bottom: 0px;
}

.appBoxRight { /* the little box to the right where you put an arrow */
	float: right;
	width: auto;
	height:auto;
	margin: 0 0 0 10px;
}

.appBlockThumb {
	float:left;
	width:100px;
	height:100px;
	margin: 10px 0px 0px 10px;
}

.appBlockContent {
	float:left;
	width:435px;
	height: auto;
	margin: 5px 0px 10px 10px;
}

.chartBlock { /* put charts in this */
	float: left;
	width: 580px;
	height: auto;
	background:none;
	margin: 10px 0 0 10px;
}

.msgBar {
	float:left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	background:#e4e7e8;
	border-bottom: 1px #CCCCCC solid;
	color:#3b5999;
}

.midH {
	text-align: center;
	margin: 10px 0 15px 0;
}

/* Extra classes for divs */

.padTop10 { /* use as addtional class => class="appBlock padTop10" */
	padding: 10px 0 0 0;
}

.padTop20 { /* use as addtional class => class="appBlock padTop20" */
	padding: 20px 0 0 0;
}

/* Quick Nav */

.quickNav {
	float: right;
	width:auto;
	height: 20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin: 5px 15px 10px 0;
	padding: 10px 0 0 0;
	_padding: 10px 0 0 0;
}

.quickNav a {
	color: #3b5999;
	text-decoration: none;
}

.quickNav a:hover {
	color:#db01dd;
	text-decoration:underline;
}

.quickNav2 {
	float: right;
	width:auto;
	height: auto;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin: 5px 15px 5px 0;
	padding: 0;
	_padding: 0;
}

.quickNav2 a {
	color:#3b5999;
	text-decoration:none;
}

.quickNav2 a:hover {
	color:#db01dd;
	text-decoration:underline;
}

#logoBlck {
	float: left;
	width: auto;
	height: 150px;
	margin: 10px 0 0 10px;
	-webkit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
	-moz-animation-duration: 3s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
	-o-animation-duration: 3s;
    -o-animation-delay: 0s;
    -o-animation-iteration-count: 1;
	-animation-duration: 3s;
    -animation-delay: 0s;
    -animation-iteration-count: 1;
}

/* Menu */

.menuBlck {
	float:left;
	width: 100%;
	height: auto;
	text-transform:uppercase;
	padding: 10px 0 20px 0;
}

.menuTN {
	width: 150px;
	height: auto;
	margin: 5px auto 5px auto;
}

.menuName {
	font-weight: bold;
	text-align: center;
}

.menuBlck ul li {
	margin: 0;
	list-style:none;
}

.menuBlck li {
	font-size:15px;
	line-height:15px;
	display: block;
	width: auto;
	height: 15px;
	margin:0;
	padding: 10px  0 5px 40px;
	border-bottom: #ccc 1px solid;
}

.menuBlck li a {
	display: block;
	width: auto;
	height: 15px;
	color:#073c9c;
}

/*  Used in the home and menu pages */
.dhome {
	background:url(../images/home.png) 15px 8px no-repeat;
}

.services {
	background:url(../images/services.png) 15px 8px no-repeat;
}

.progress {
	background:url(../images/progress.png) 15px 8px no-repeat;
}

.user {
	background:url(../images/user.png) 15px 8px no-repeat;
}

.msgs {
	background:url(../images/msgs.png) 15px 8px no-repeat;
}

.events {
	background:url(../images/events.png) 15px 8px no-repeat;
}

.photos {
	background:url(../images/photos.png) 15px 8px no-repeat;
}

.friends {
	background:url(../images/friends.png) 15px 8px no-repeat;
}

.clients {
	background:url(../images/clients.png) 15px 8px no-repeat;
}

.blog {
	background:url(../images/blog.png) 15px 8px no-repeat;
}

.promo {
	background:url(../images/promo.png) 15px 8px no-repeat;
}

.time {
	background:url(../images/time.png) 15px 8px no-repeat;
}

.invite {
	background:url(../images/invite.png) 15px 8px no-repeat;
}

.ref {
	background:url(../images/referral.png) 15px 8px no-repeat;
}

.add {
	background:url(../images/add.png) 15px 8px no-repeat;
}

.courses {
	background:url(../images/course.png) 15px 8px no-repeat;
}

/* Image classes */

.imground {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.imgLeft {
	display:block;
	float:left;
	margin: 0 15px 5px 0;
}

.imgRight {
	display:block;
	float:right;
	margin: 0 15px 0 5px;
}

.responsive {
  width: 100%;
  height: auto;
}


/* Sortable User Apps */

.sortCol {
	float: left;
	width: 282px;
	height:auto;
	background:#ccc;
	margin: 10px 8px 10px 8px;
}

.sortableitem {
	float: left;
	width: 282px;
	height:auto;
	background:none;
	padding:10px 0 10px 0;
}


/* Footer */
#footer {
	width: 100%;
	height: auto;
	text-align:center;
	background:#123575;
}

#innerboot {
	width: 626px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	background:url(../images/footer.png) top center no-repeat;
}

#innerboot a{
	color: #073c9c;
}

#innerboot a:link, a:visited, a:hover, a:active{
	color: #073c9c;
}

/* Buttons */
.searchbtn {
	width: 25px;
	height: 25px;
	padding:5px 0 0 0;
	background: transparent url(../images/searchbtn.png) no-repeat center 7px;
	text-indent:-1000em;
	border:none;
	overflow:hidden;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

/* Use in collapse */
.collapseBlock {
	width: 100%;
	height: auto;
	margin: 10px auto 0 auto;
}


/* xPages - Called from Highslide */

.xWrap {
	width:600px;
	height:auto;
	margin: 0 auto 0 auto;
	_margin: 0 auto 0 auto;
}

.xContentmain {
	float: left;
	width: 600px;
	height: auto;
}

/* myKool Buttons */
.kool, .kool:visited {
	background: #222 url(../images/alert-overlay.png) bottom repeat-x; 
	display: inline-block; 
	/*padding: 5px 10px 6px; */
	border:0;
	color: #ffffff; 
	text-decoration: none;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-top: 1px solid rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	outline:none;
}
	.kool:hover							{ background-color: #111; color:#ffffff;}
	.kool:active							{ top: 1px; }
	.small.kool, .small.kool:visited 			{ font-size: 10px; padding: 4px 5px 5px; }
	.kool, .kool:visited,
	.medium.kool, .medium.kool:visited 		{ font-size: 18px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.50);padding: 10px 20px 10px 20px; }
	.large.kool, .large.kool:visited 			{ font-size: 28px; padding: 18px 25px 18px 25px; }
	.beige.kool, .green.kool:visited		{ background-color: #c5b387; }
	.beige.kool:hover						{ background-color: #bb9e57; }
	.green.kool, .green.kool:visited		{ background-color: #136a7b; }
	.green.kool:hover						{ background-color: #12849b; }
	.blue.kool, .blue.kool:visited		{ background-color: #0e517d; }
	.blue.kool:hover							{ background-color: #1F7FBE; }
	.red.kool, .red.kool:visited			{ background-color: #d50000; }
	.red.kool:hover							{ background-color: #fc0000; }
	.magenta.kool, .magenta.kool:visited		{ background-color: #a9014b; }
	.magenta.kool:hover							{ background-color: #630030; }
	.orange.kool, .orange.kool:visited		{ background-color: #fec603; }
	.orange.kool:hover							{ background-color: #fea202; }
	.yellow.kool, .yellow.kool:visited		{ background-color: #ffb515; }
	.yellow.kool:hover							{ background-color: #fc9200; }
	.earth.kool, .earth.kool:visited		{ background-color: #a49a90; }
	.earth.kool:hover							{ background-color: #bca895; }
	.scot.kool, .scot.kool:visited		{ background-color: #bfd5da; color:#136A7B}
	.scot.kool:hover							{ background-color: #dce3e5; }

/*The Biography Block*/
.bioBlock {
	float:left;
	width: 800px;
	height:auto;
	padding: 20px 0 20px 0;
	background:#EEF1F2;
	
}
.bioBlock ul {
	margin: 5px 10px 10px 50px;
}
.bioBlock ul li {
	list-style:disc;
	line-height:normal;
	margin: 10px 0 10px 0;
}
.bioBlock ol {
	margin: 5px 10px 10px 50px;
}
.bioBlock ol li{
	list-style-type:decimal;
	line-height:normal;
	margin: 10px 0 10px 0;
}
.bioBlock ol ul li {
	list-style-type:circle;
}

/* Quad-Boxes*/
#quadBlock {
	float:left;
	width:100%;
	height: auto;
	margin: 20px 0 10px 0;
}
.quadbox {
	float:left;
	width: 184px;
	height: auto;
	text-align:center;
	margin: 0 8px 20px 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#f3f3f3 url(../images/iconoverlay.png) center bottom repeat-x;
	-webkit-box-shadow: 0 0 5px rgba(20, 51, 105, 0.75);
	-moz-box-shadow: 0 0 5px rgba(20, 51, 105, 0.75);
	box-shadow: 0 0 5px rgba(20, 51, 105, 0.75);
}
.quadbox a {
	text-decoration:none;
}
.quadbox h4,h5,h6{
	text-align: center;
	margin: 10px 0 10px 0;
}
.quadbox p{
	font-size: 14px;
	margin: 10px;
}
.quadImg {
	display:block;
	position:relative;
	margin: 0 auto;
	padding: 10px;
	background: #c9d7da;
	border: 1px #9BBCC3 solid;
}
.consultBox {
	float:left;
	width: 184px;
	height: 74px;
	text-align:center;
	margin: 0 7px 20px 9px;
}

/* Other kool stuff */

/* Xmas and New Year */
.completedstcker {
	float:right;
	width: 140px;
	height: 138px;
	background: url(../images/coursecomplete.png) 0 0 no-repeat;
	-webkit-transform:rotate(-25deg);
	-moz-transform:rotate(-25deg);
	-o-transform:rotate(-25deg);
}

/* Holiday Theme Stuff */

.halloween {
	position:absolute;
	left:50%;
	top:55px;
	margin-left: -415px;
	width:72px;
	height:65px;
	z-index:999;
}

.witch {
	position:absolute;
	left:50%;
	top:75px;
	margin-left: -200px;
	width:122px;
	height:92px;
	z-index:999;
}

.fmoon {
	position:absolute;
	left:50%;
	top:55px;
	margin-left: -208px;
	width:135px;
	height:135px;
	z-index:998;
}

.santacap {
	position:absolute;
	left:50%;
	top:9px;
	margin-left: -486px;
	width:127px;
	height:132px;
	z-index:999;
}

.sleigh {
	position:absolute;
	left:50%;
	top:9px;
	margin-left: -250px;
	width:200px;
	height:107px;
	z-index:999;
}

.fworks01 {
	position:absolute;
	left:50%;
	top:120px;
	margin-left: -86px;
	width:auto;
	height:auto;
	z-index:99;
}

.fworks02 {
	position:absolute;
	left:50%;
	top:100px;
	margin-left: -86px;
	width:auto;
	height:auto;
	z-index:98;
}

.fworks03 {
	position:absolute;
	left:50%;
	top:98px;
	margin-left: 280px;
	width:auto;
	height:auto;
	z-index:97;
}

/* Valentine's */
.valcap {
	position:absolute;
	left:50%;
	top:55px;
	margin-left: -210px;
	width:auto;
	height:auto;
	z-index:999;
}

/* Sinulog */
.sincap {
	position:absolute;
	left:50%;
	top:3px;
	margin-left: -451px;
	width:127px;
	height:132px;
	z-index:999;
}

.sin1 {
	position:absolute;
	left:50%;
	top:54px;
	margin-left: -205px;
	width:auto;
	height:auto;
	z-index:90;
}

.sin2 {
	position:absolute;
	left:50%;
	top:3px;
	margin-left: 320px;
	width:auto;
	height:auto;
	z-index:90;
}

/* For Snbw Stuff */
#canvas {
border: 1px solid black;
position: absolute;
z-index: 10000;
}
	
#flake {
color: #fff;
position: absolute;
font-size: 25px;
top: -50px;
}