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

html, body {
	margin: 0; 
	padding: 0; 
	background: #F1F4FD url(../images/bodyBg.jpg) repeat-x;
	color: #444;
	font-size: 87%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	height:101%;
}
:focus {
	outline:none;
}
img {
	border: 0;
}
p {
	padding: 0;
	margin: 0 0 15px 0;
}
ul, ol {
	margin: 15px 0 15px 15px;
}
h1, h2, h3, h4 {
	font-family: "Verdana", Times, serif;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 2em;
	color: #94A7DA;
	margin: 0 0 15px 0;
	line-height:28px;
}
h1 strong {
	font-weight:normal;
	color:	#3E4E8C;
}
h2 {
	color: #3E4E8C;
	font-size: 1.7em;
	margin: 0 0 20px 0;
}
h3, h4 {
	color: #3E4E8C;
	font-size: 1.3em;
	margin: 15px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #3E4E8C;
}
a:hover {
	text-decoration: none;
}
.container {
	width: 970px;
	margin: 0 auto;
	position:relative;
}
/* header */
.header {
	float: left;
	display: inline;
	height: 115px;
	width: 970px;
	
}
.header img {
	position: relative;
	left: 20px;
	top: 25px;
}
.menu {
	background: #B0C2E4 url(../images/menuBg.jpg) repeat-x bottom;
	float: right;
	display: inline;
	position: relative;
}
.menu ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	list-style-position: outside;
	float: left;
	display: inline;
	background: url(../images/menuRightCorner.jpg) no-repeat right bottom;
}
.menu li {
	float: left;
	display: inline;
	border-right: #7488CE 1px solid;
       	border-bottom: #7488CE 1px solid;
	
}
.menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	float: left;
	display: inline;
	height: 42px;
	padding: 20px 15px 0 17px;
}
.menu li a:hover, .menu .active a {
	background: url(../images/menuActiveBg.jpg) repeat-x bottom;
}
.menu .last {
	border-right: 0;
}
.leftCorner {
	width: 9px;
	height: 9px;
	font-size: 1px;
	background: url(../images/menuLeftCorner.jpg) no-repeat top left;
	position: absolute;
	left: 0;
	bottom: 0;
}
/* content */
.content {
	width: 970px;
	background: #fff url(../images/contentBg.jpg) no-repeat top left;
	clear: both;
}

.content span.description {cursor:pointer;}
.contentBody {
	margin: 10px;
	float: left;
	display: inline;
	background: url(../images/rightColumnBg.png) repeat-y right;
	width: 940px;
	padding: 0 0 10px 10px;
}
.mainColumn {
	float: left;
	display: inline;
	width: 400px;
	padding:20px 20px 20px 20px;
	min-height: 400px;
}
.single {
	width:680px;
	
}
.middleColumn {
	float: left;
	display: inline;
	width: 240px;
	margin-left: 30px;
}
.rightColumn {
	float: right;
	display: inline;
	width: 200px;
}
.rightColumn * {
	margin: 10px;
}
.rightColumn .sideMenu {
	list-style: none;
	list-style-position: outside;
	margin: 0 0px;
	padding: 0;
}
.rightColumn .sideMenu a {
	text-decoration: none;
	display: block;
	padding: 7px 14px;
	margin: 0px 0 0px 0;
}
.rightColumn li {
	padding: 0;
	margin: 0px;
	border-bottom: 1px solid #fff;
}
.rightColumn a {
	margin: 0;
}
.rightColumn .sideMenu .active a, .rightColumn .sideMenu a:hover {
	background-color: #94A7DA;
	color: #fff;
}
.box {
	background: url(../images/boxGradient.jpg) top left no-repeat;
	margin: 12px 12px 40px 12px;
}
.boxContent {
	background: url(../images/boxGradientBottom.jpg) bottom right no-repeat;
	padding: 12px;
}
.coursesList {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 10px 0;
}
.coursesList li {
	padding: 0;
	margin: 0 0 10px 0;
}

/* footer */
.footer {
	clear: both;
	height: 33px;
	background: #7488CE url(../images/footerBg.jpg) repeat-x top;
	color: #fff;
	padding: 20px;
}
.footer a {
	color: #fff;
	background: none;
}
.lower_image {
	position:absolute;
	right:23px;
	bottom:18px;
	width: 178px;
	height: 181px;
	background-image: url(../images/lower_image.jpg);
	background-repeat: none;
	z-index: 999;
}

/*Courses */
.course_wrapper{
	margin-bottom:10px;
	 padding:10px;
	 color: #7D7D7D;
	 background-color: #F0F2FE;
	 overflow:hidden;
}
.button_wrapper {
	float:right;
	display:inline;
	width: 200px;
}
.button_wrapper a {
	color: #506AC5;
	font-size: 1.5em;
	line-height: 2em;
}
.course_wrapper span { font-weight: bold; color: #7D7D7D;}
.course_wrapper strong {color: #3C3C3C;}
.course_wrapper h2 {margin-bottom: 5px;}
.course_wrapper p {margin-bottom: 5px;}
td {padding: 6px 11px; border-bottom:1px solid #95bce2; vertical-align:top;}

th {
background:#7E92D1 none repeat scroll 0 0;
border-right:1px solid #FFFFFF;
color:#FFFFFF;
font-weight:bold;
line-height:1.2;
padding:2px 11px;
text-align:left;
}

tr.alt td, .stripeMe tr.alt td { background: #EEF3F8;}
tr.over td { background: #bcd4ec;}

/* courses popup form */
#TB_window {background: #C3D2E7;}
#TB_window h4 { color: white; font-size:1.3em; margin-bottom: 5px;}
.viewCourse {background: white; width: 340px; overflow:hidden; padding:  10px 0;}
.viewCourse p {  margin:0; padding:0; overflow:hidden; height:20px;}
.viewCourse label { width: 120px; float: left; text-align: right; margin:0 10px 0 0; display: inline; clear:left; margin-bottom:10px;}
.viewCourse input {  border: 1px solid #C3D2E7; width:190px; padding:2px;}
.submit { height: 30px; clear:left; margin-left: 41px; width: 79px!important; margin-top:10px; background:url('../../../images/view_course.jpg') no-repeat; border: none!important;cursor:pointer; }
.cancel { height: 30px; margin-left: 6px; width:50px!important;margin-top:10px; border: none!important; background:url('../../../images/cancel.jpg') no-repeat; cursor:pointer;}

/* Materials display*/

.listFiles { width:100%;}

/* floated images */
.imageToLeft {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}
.imageToRight {
	float: right;
	display: inline;
	margin: 0 0px 15px 15px;
}
.stripeMe td { background: #F4F7FB;}

// Sign-up Form Styles

div#toggle {
	display:none;
	background-color: #F0EFB3!important ;
	
}
.toggle {
	overflow:hidden;
}

label.required { color: red;}
input.required { border: 1px solid red;}
/* formular */
.signUp ._jqValidate div, .signUp ._jqValidate h4  {
	margin: 0 0 15px 0;
	clear: left;
}
.signUp ._jqValidate p input, .signUp ._jqValidate p textarea {
	background: #fff url(../images/inputBg.gif) repeat-x top;
	border-style: solid;
	border-color:  #bbb #eee #eee #bbb;
	width: 300px;
}
.signUp ._jqValidate p input, .signUp ._jqValidate p label {
	float: left;
	display: inline;
	
	margin-bottom: 15px;
}
.signUp ._jqValidate p label{
	clear: left;
	width: 200px;
	padding-top: 4px;
}
.signUp ._jqValidate h4  {
	padding: 15px 0 10px 0;
	clear: left;
	border-bottom: 1px solid #E7EDFE;
}
.thickbox {
	clear:left;
}
