@charset "UTF-8";
/* CSS by Redux */

body {
	margin: 0;
	padding: 0;
	background: #547C22 url(../_img/bg.jpg) repeat-x left top;
	font: 0.75em/140% "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2 {
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 170%;
}

h3 {
	font: normal 135% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 5px;
}
.wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 255px;
	height: 183px;
}
/*
.number {
	float: right;
	width: 250px;
	height: 60px;
	margin: 70px 0 0 0;
}
*/
.number {
	FLOAT: right; 
	MARGIN: 10px 0px 0px; 
	WIDTH: 693px; 
	HEIGHT: 166px;
}

.clear {
	clear: both;
}

.topnav {
	width: 950px;
	height: 183px;
	background: url(../_img/topbg.png) no-repeat left bottom;
}
/*
.nav {
	margin: 0px -450px 0px;
	width: 690px;
	height: 31px;
}
*/
.nav {
	margin: 8px -50px 0px;
	width: 690px;
	height: 31px;
	/*float: right;*/
}

.nav ul {
	margin: 2px 0 0 0;
	padding: 6px 4px 0 0;
	text-align: right;
}

.nav ul li {
	display: inline;
	background: url(../_img/topnav_spacer.png) no-repeat left top;	
	padding: 6px 4px 6px 8px;
}

.nav ul li a {
	color: #FFF;
	text-decoration:  none;
	font-size: 110%;
	padding: 5px;
}

.nav ul li a:hover {
	color: #FC0;
}

.mainbg {
	background: url(../_img/mainbg.png) repeat-y left top;	
}

.left {
	padding: 0 0 0 1px;
}

.left ul {
	margin: 10px 20px 10px 5px;
	padding: 0;
}

.left ul li {
	list-style-type: none;
}

.left ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 159px;
	height: 26px;
	padding: 8px 0 0 10px;
	font: bold 120% Arial, Helvetica, sans-serif;
 }

.left ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../_img/rollover.png) no-repeat left;	
}

.middle {
	padding: 10px 20px 0 0;
}

.footer {
	width: 950px;
	height: 31px;
	background: url(../_img/footerbg.png) repeat-x left top;
}


.footer ul {
	margin: 0;
	padding: 6px 0 0 6px;
	text-align: left;
}

.footer ul li {
	display: inline;
	background: url(../_img/topnav_spacer.png) no-repeat right top;	
	padding: 6px 12px 6px 6px;
}

.footer ul li a {
	color: #FFF;
	text-decoration:  none;
	font-size: 110%;
	padding: 5px;
}

.footer ul li a:hover {
	color: #FC0;
}

.credits {
	padding: 5px 10px;
	color: #FFF;
	font-size: 80%;
}

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

.titles {
	margin: 5px 0 0 0;
}

.areas {
	background: #eee;
	width: 546px;
	height: auto;
	padding: 0 0 0 12px;
}

.areastop {
	background: url(../_img/areas_top.png) no-repeat left top;
	width: 558px;
	height: 13px;
}

.areasbot {
	background: url(../_img/areas_bottom.png) no-repeat left top;
	width: 558px;
	height: 13px;
}

.areas p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.areas a {
	text-decoration: underline;
	color: #333;
}

.areas a:hover {
	text-decoration: none;
	color:#000;
}

.areas h3 a {
	text-decoration: none;
}

.areas h3 a:hover {
	color:#000;
}

.right div {
	width: 151px;
	height: auto;
	margin: 5px 0 0 15px;
}

.right input {
	width: 141px;
	margin: 0 0 6px 0;
}

.breadcrumb {
	width: 545px;
	height: 18px;
	background: url(../_img/breadcrumb.png) no-repeat left top;
	color: #FFF;
	padding: 1px 0 0 10px;
}

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

.breadcrumb a:hover {
	color:#CCC;
}

.thumbs {
	width: 251px;
	height: 153px;
	background: url(../_img/thumbnail1.png) no-repeat left top;
	padding: 0 10px 0 10px;
}

.fiveline {
	height: 173px;
	background: url(../_img/bgs/5lines.png) no-repeat left top !important;
}
.sixline {
	height: 193px;
	background: url(../_img/bgs/6lines.png) no-repeat left top !important;
}
.eightline {
	height: 228px;
	background: url(../_img/8liner.png) no-repeat left top !important;
}

.thumbtit {
	width: 251px;
	height: 52px;
}

.thumbadd {
	font-size: 80%;
	padding: 22px 0 0 5px;
	width: 118px;
	float: left;
	height: auto;
	text-transform: capitalize;
}

.thumbdetail {
	font-size: 100%;
	float: right;
	width: 58px;
	height: auto;
	line-height: 185%;
	
	
}


/* Pagination */

.pagination {
	width: auto;
	height: auto;
	float: right;
	background: #FC0;
	margin: 0 0 10px 0;
	border: 1px solid #999;
}

.pagination ul {
	margin: 0;
	padding: 5px;

}
.pagination ul li {
	list-style: none;
	display: inline;
	padding: 5px;
	font-weight: bold;
}
.pagination ul li a {
	font-weight: normal;
	text-decoration: none;
	background: #FFF;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 0 3px 0 3px;
	color:#999;
}
.pagination ul li a:hover {
	color: #333;

}

/* Course info */

.caddress {
        background: url(../_img/coursepage/fulladd.png) no-repeat left top;
        background: url(../_img/bgs/fulladdress.png) no-repeat left top;
        background: url(../_img/8linerADD.png) no-repeat left top;
        width: 150px;
        height: 112px;
        height: 142px;
        height: 181px;
        margin: 0 0 10px 0px;
        padding: 30px 8px 0 8px;
        font-size: 110%;
        line-height: 140%;
}

.cdetails {
        background: url(../_img/coursepage/courses.png) no-repeat left top;
        width: 86px;
        height: 126px;
        margin: 0 0 10px 0px;
        padding: 26px 0 0 80px;
        line-height: 165%;
        font-weight: bold;
}

.cinfo {
        background: url(../_img/coursepage/contact.png) no-repeat left top;
        width: 150px;
        height: 123px;
        margin: 0 0 10px 0px;
        padding: 30px 8px 0 8px;
        font-size: 110%;
        line-height: 140%;

}

.ctabs {
	margin-top: 3px;
        width: 382px;
        height: 250px;
        background: url(../_img/coursepage/tabs_bg.png) no-repeat left top;
}

.ctabs div.content {

	padding-left: 0px !important;
	padding-top: 3px !important;
}

.cmainimg {
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
}

.ctext {
        background-color: #C7EDFE;
        padding: 10px;
        border-top: none;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        margin: 0 0 20px 0;


}

.ctext h2 {
        padding: 0;
        margin: 0;

}

.ctext p {
        margin: 5px 0 0 0;

}

.cfees {
        background: url(../_img/coursepage/fees.png) no-repeat left top;
        font-size: 90%;
        padding: 30px 0 10px 0;
        margin: 0 0 20px 0;
}

.cfees p {
        margin: 0;
        padding: 0;
}

/* Contact Forms */

.signuptext {
	width: 320px;
	height: auto;
	float: left;
}

.gl_registertext {
	display:none;
}

.contactform {
	width: 180px;
	height: auto;
	margin: 0 0 20px 20px;
	padding: 0 15px 0 15px;
	float: left;
	background:  #FC0;
	border: 1px solid #E1B613;	
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}
.form_error {
  color: red;
}
.promo_homepage_top{
	display:none;
}
.clickhere {
	font: impact;
}
