/*--------------------------------------------------------------
UNIVERSAL STYLES
--------------------------------------------------------------*/
body{
	background: #ffffff url(images/bg_pattern.jpg) repeat top left;
	margin: 0;
	padding: 0;
	font: 10px georgia, serif;
	color: #000000;
}

h1{
	font: 24px georgia, serif;
	text-align: left;
}

img{
	margin: 0;
	border: 0;
}

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

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

a:hover{
	text-decoration: none;
}

.required {
	color: red;
}

.dividingline {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #dddddd;
}

.clear {
	clear: both;
}

.dropshadow {
	background: url(images/bg_dropshadow.png) repeat-y top center;
	width: 1080px;
	margin: 0 auto 0 auto;
}

.wrapper {
	background: #ffffff;
	width: 980px;
	padding-bottom: 10px;
	margin: 0 auto 0 auto;
}

/*--------------------------------------------------------------
HEADER STYLES
--------------------------------------------------------------*/
.header{
	background: url(images/header.jpg) no-repeat top left;
	height: 110px;
	width: 100%;
	text-align: right;
}

/*--------------------------------------------------------------
MENUBAR STYLES
--------------------------------------------------------------*/
.menubar{
	background: url(images/menubar_bg.jpg) repeat-x top left;
	height: 38px;
	width: 100%;
	overflow: hidden;
}

.menubar a{
	display: inline-block;
	height: 38px;
	padding: 0 7px;
	font: 17px/38px georgia, serif;
	color: #403f3e;
	text-decoration: none;
	vertical-align: top;
}

.menubar a:hover{
	background: url(images/menubar_bg_hover.jpg) repeat-x top left;
}

/*--------------------------------------------------------------
HOMEPAGE STYLES
--------------------------------------------------------------*/

/*HOME LEFT---------------------------------------------------*/
.homeleft {
	width: 485px;
	float: left;
	margin: 0;
}

.newsflash {
	position: relative;
	overflow: hidden;
	height: 275px;
	width: 100%;
}

.newsflash_bg, .newsflash_bg_fixed {
	z-index: 1;
	position: absolute;
	top: 0;
}

.newsflash_arrow_left, .newsflash_arrow_right {
	z-index: 2;
	position: absolute;
	top: 0;
	overflow: hidden;
	float: left;
	height: 25px;
	width: 20px;
	cursor: pointer;
}

.newsflash_arrow_left {
	left: 0;
}

.newsflash_arrow_left img:hover{
	overflow: hidden;
	position: relative;
	left: -20px;
}

.newsflash_arrow_right {
	left: 20px;
}

.newsflash_arrow_right img:hover{
	overflow: hidden;
	position: relative;
	left: -20px;
}

.upcoming {
	font: 12px georgia, serif;
	color: #ffffff;
	height: 220px;
	width: 475px;
	margin-left: 10px;
	overflow: hidden;
}
	
.up_div {
	background: url(images/upcoming_bg.png) no-repeat top right;
	height: 78px;
	margin-top: 10px;
	margin-bottom: 3px;
	font-weight: bold;
}

.up_t {
	padding: 5px 0 0 8px;
	font: 28px/35px georgia, serif;
}

.up_cat {
	padding-left: 12px;
}

.upcoming a{
	text-decoration: none;
	color: #ffffff;
}

.upcoming div{
	overflow: hidden;
}

#up_a1 {
	background-color: #96b2c8;
	padding: 0 5px;
	margin: 0 2px;
	font-weight: bold;
	cursor: pointer;
}

#up_a2 {
	background-color: #6ec59b;
	padding: 0 5px;
	margin: 0 2px;
	font-weight: bold;
	cursor: pointer;
}

#up_a3 {
	background-color: #4e6d85;
	padding: 0 5px;
	margin: 0 2px;
	font-weight: bold;
	cursor: pointer;
}

.up_a4 {
	display: block;
	height: 38px;
	width: 100%;
	margin-bottom: 7px;
	text-decoration: none;
}

.up_a4s1 {
	display: block;
	float: left;
	width: 90px;
	line-height: 38px;
	font-size: 25px;
	padding-left: 10px;
}

.up_a4s2 {
	display: block;
	float: left;
	padding-top: 5px;
	font-size: 11px;
}

/*HOME MIDDLE-------------------------------------------------*/
.homemid {
	background: url(images/updates_bg.png) no-repeat bottom left;
	float: left;
	height: 494px;
	width: 233px;
	margin: 0 10px;
	overflow: hidden;
}

.homemid a{
	display: block;
	background-color: transparent;
	border-width: 1px 0px;
	border-style: solid;
	border-color: transparent;
	margin: 0 1px 10px 1px;
	text-decoration: none;
}

.homemid a:hover{
	border-color: #dddddd;
}

#updates_hd, #updates_hd:hover{
	display: inline-block;
	background-color: #23b67e;
	padding: 0 10px;
	margin-bottom: 5px;
	border: 0;
	font: 20px/1.3em georgia, serif;
	text-decoration: none;
	color: #ffffff;
}

.updates_date {
	display: inline-block;
	background-color: #dddddd;
	padding: 0 9px;
	font: bold 12px/20px georgia, serif;
	color: #000000;
}

.updates_t {
	display: block;
	padding: 5px 0 0 8px;
	font: 17px georgia, serif;
	color: #000000; 
}

.updates_b {
	display: block;
	padding: 0 8px 5px 8px;
	margin: 0;
	font: 12px/1.2em "trebuchet ms", sans-serif;
	color: #000000;
	text-decoration: none;
}

/*HOME RIGHT--------------------------------------------------*/
.homeright {
	position: relative;
	overflow: hidden;
	float: left;
	height: 494px;
	width: 242px;
}

.homeright div{
	margin-bottom: 8px;
}

a.signup{
	display: block;
	margin-bottom: 8px;
	text-align: center;
	font: bold 13px/25px georgia, serif;
	color: #ffffff;
	text-decoration: none;
	background-color: #2eb883;
}

a.signup:hover{
	background-color: #36c08b;
}

.homeright_link {
	width: 232px;
	overflow: hidden;
}

.homeright_link a:hover{
	position: relative;
	left: -232px;
}

/*--------------------------------------------------------------
CONTENT STYLES
--------------------------------------------------------------*/

/*CONTENT LEFT------------------------------------------------*/
.contentleft {
	position: relative;
	float: left;
	height: 100%;
	width: 253px;
}

.nav_link {
	position: relative;
	display: block;
	height: 50px;
	margin: 10px 0 0 10px;
	text-decoration: none;
	overflow: hidden;
}

.nav_link img{
	position: absolute;
	top: -50px;
	right: 0;
	width: 13px;
}

.nav_link_s1 {
	display: block;
	padding: 5px 20px 0 10px;
	margin: 0;
	font-size: 17px;
	line-height: 15px;
	color: #ffffff;
}

.nav_link_s2 {
	display: block;
	padding: 0 20px 0 9px;
	margin: 0;
	font-size: 23px;
	line-height: 30px;
	color: #ffffff;
}

.nav_link_sel {
	position: relative;
	display: block;
	height: 50px;
	margin: 10px 0 0 10px;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.nav_link_sel img{
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
}

.addlink {
	width: 241px;
	margin: 10px 0 0 10px;
	overflow: hidden;
}

.addlink span{
	display: inline-block;
	background-color: #dddddd;
	padding: 0 10px;
	margin-top: 15px;
	font-size: 11px;
	line-height: 1.7em;
}

.addlink a{
	display: block;
	margin-bottom: 10px;
}

.addlink a:hover{
	position: relative;
	left: -241px;
}

/*CONTENT MIDDLE----------------------------------------------*/
.contentmid {
	float: left;
	width: 474px;
	background: url(images/content_bg.jpg) repeat-x bottom left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #dddddd;
}

.content_body {
	padding: 0 10px 10px 10px;
	font: 12px/1.3em "trebuchet ms", sans-serif;
	text-align: justify;
	overflow: hidden;
}

.heading {
	display: block;
	font: 24px/1.3em georgia, serif;
	text-align: left;
}

.subheading {
	display: block;
	font: 18px/1.3em georgia, serif;
}

/*CONTENT RIGHT-----------------------------------------------*/
.contentright {
	float: left;
	position: relative;
	height: 460px;
	width: 230px;
	margin-left: 10px;
	overflow: hidden;
}

.quotebox {
	position: absolute;
	width: 105px;
	background: url(images/quotebox.png) repeat;
	padding: 8px;
	font:11px/1.3em "trebuchet ms", sans-serif;
	color: #403f3e;
	text-align: right;
}

.quotebox img{
	vertical-align: top;
}

/*--------------------------------------------------------------
NEWS & UPCOMING EVENTS STYLES
--------------------------------------------------------------*/
.type_buttons {
	display: block;
	margin-left: 10px;
}

.type_buttons a{
	display: block;
	height: 40px;
	margin: 10px 10px 5px 5px;
	font: 20px/32px georgia, serif;
	text-align: center;
	text-decoration: none;
}

.news_link {width: 81px; float: left; background: url(images/cover_news.png) no-repeat top left; color: #000000;}
.eletters_link {width: 116px; float: left; background: url(images/cover_eletters.png) no-repeat top left; color: #000000;}
.testimonies_link {width: 133px; float: left; background: url(images/cover_testimonies.png) no-repeat top left; color: #000000;}
.course_link {width: 100px; float: left; background: url(images/cover_courses.png) no-repeat top left; color: #000000;}
.event_link {width: 87px; float: left; background: url(images/cover_events.png) no-repeat top left; color: #000000;}
.both_link {width: 71px; float: left; background: url(images/cover_both.png) no-repeat top left; color: #000000;}

a.news_link:hover, a.eletters_link:hover, a.testimonies_link:hover, a.course_link:hover, a.event_link:hover, a.both_link:hover{
	background-color: #e3e3e3;
}

.news_link_sel {width: 81px; float: left; background: #4e6d85 url(images/cover_news.png) no-repeat top left; color: #ffffff;}
.eletters_link_sel {width: 116px; float: left; background: #4e6d85 url(images/cover_eletters.png) no-repeat top left; color: #ffffff;}
.testimonies_link_sel {width: 133px; float: left; background: #4e6d85 url(images/cover_testimonies.png) no-repeat top left; color: #ffffff;}
.course_link_sel {width: 100px; float: left; background: #4e6d85 url(images/cover_courses.png) no-repeat top left; color: #ffffff;}
.event_link_sel {width: 87px; float: left; background: #4e6d85 url(images/cover_events.png) no-repeat top left; color: #ffffff;}
.both_link_sel {width: 71px; float: left; background: #4e6d85 url(images/cover_both.png) no-repeat top left; color: #ffffff;}

a.buttonize {
	display: inline-block;
	width: auto;
	background-color: #4e6d85;
	margin: 5px 0 0 10px;
	font: 20px/32px georgia, serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

a.buttonize:hover {
	background-color: #5a7d99;
}

.postdate {
	display: inline-block;
	background-color: #dddddd;
	padding: 0 10px;
	font: 17px/1.4em georgia, serif;
}

.left {
	float: left;
	width: 49%;
	margin-right: 1%;
	text-align: left;
}

.right {
	margin: 5px 0 15px 0;
	font: 17px/32px georgia, serif;
	text-align: right;
}

/*--------------------------------------------------------------
FOOTER STYLES
--------------------------------------------------------------*/
.dropshadow_foot {
	background: url(images/bg_dropshadow_foot.png) no-repeat top center;
	height: 51px;
	width: 1080px;
	margin: 0 auto 0 auto;
}

.footer {
	width: 980px;
	margin: 0 auto 20px auto;
	text-align: right;
}

.footer a, .footer span{
	display: inline-block;
	padding: 0 5px;
	margin-left: 5px;
	background-color: #999999;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	background-color: #2eb883;
}