/* 
	simple template - no styles
*/

body, html{
	margin:0; padding:0;
	width:100%; height: 100%;
}

body{
	background:#f4ffcb url('../images/bg/body.jpg') repeat;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}


#header{
	background:url('../images/header.jpg') top left repeat-x;
	height: 221px;
	padding:0; margin:-5px 0 0 0;
	clear:both;
	z-index:2000;
}

body.default #header{
	height: 111px;
	overflow:hidden;
}

#pageheader #logo{
	width:190px; height:92px;
	background:url('../images/logo.gif') top left no-repeat;	
	position: relative;
	display:block;
	padding:0;margin:0 auto;
	border-top: 1px solid #093707;
	z-index:100;
}

#header #logo h1{ }

#topbar{
	background: url('../images/bg/menu.png') top left repeat-x;
	width: 100%; height: 40px;
	padding:0; margin:0;
	z-index:1000;
}

#pageheader{	
	background-color: #093707;
	width: 890px;
	padding: 0; margin:0 auto;
	color:white;
	border-top: 1px solid #093707;
}

#topleft{
	width: 230px; height: 211px;
	padding: 0px 20px 10px 20px; margin:0;
	float:left;
	background: #093707 url('../images/bg/topleft.jpg') bottom left no-repeat;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body.default #topleft{
	height: 111px;
	background-image:none;
}
	
#topleft h3{
	font-size: 15px;
}

#topcenter{
	width: 396px; height: 221px;
	float:left;
	background: white url('../images/bg/center-top.jpg') bottom left no-repeat;
	padding:0;margin:0;
}

body.default #topcenter{
	height: 111px;
}

#topcenter img{
	height: 207px; width: 396px; 
}

body.default #topcenter img{
	height: 111px;
}

#topright {
	width: 224px; height: 221px;
	padding:0; margin:0;
	float:left;
	background: url('../images/bg/topright.jpg') bottom left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body.default #topright{
	height: 81px; width: 184px;
	background-image:none;
	background-color: #093707;
	padding: 15px 20px; margin:0;
	text-align:center;
}

body.default #topright h3{
	font-size: 15px;
}

#topright .address{
	width: 194px;height: 117px;
	padding: 80px 10px 10px 20px; margin:0;
	background-color: #093707;
}

#topright .address h3{
font-size: 13px;
}

#page{
	width: 890px;
	padding: 0; margin:0 auto;
	clear:both;
}

#left{
	background:url('../images/bg/call-out.jpg') top right no-repeat;	
	width: 268px;
	float:left;
	text-align:right;
	padding:0; margin:0;
}

#call-out{
	text-transform: uppercase;
	text-align:center;
	width: 259px; height: 102px;
	color: #1A4015;
	font-weight:bold;
	padding:0; margin:0;
}

body.default #call-out{
	height: 92px;
}

#call-out p{
	width: 200px;
	padding: 0; margin:0 auto;
	font-size:11px;
}

#call-out p a:link,
#call-out p a:visited{
	font-size: 18px;
	font-style:normal;
	font-weight:bold;
}

#news-and-updates{
	text-align:right;
	padding:0 10px 10px 10px; margin:0;	
}

#news-and-updates h3{
	text-transform:uppercase;
	background:url('../images/bg/h2-back.jpg');
	width: 240px;
	padding:5px;margin:0;
	display:block;
	font-size: 12px;
}

#testimonials{
	padding: 10px; margin:0;
	font-size: 11px;
	line-height: 17px;
}

#left #testimonials em{
	padding:0;
	font-size: 11px;
}

#testimonials p{
	line-height: 17px;
	font-size: 11px;
}

#testimonials h3{
	background:url('../images/bg/h2-back.jpg');
	font-size: 12px;
	width: 240px;
	padding: 5px; margin:0;
	display:block;
}

#left .date{
	font-size: 11px;
	font-weight:bold;
	color: #666;
	padding: 0;margin:0;
}

#left a:link,
#left a:visited{
	font-size: 12px;
	font-weight:bold;
	color: #093707;
	text-decoration:none;
}

#left a:hover,
#left a:active,
#left a.over,
#left a.selected:link,
#left a.selected:visited{
	text-decoration: underline;
}

#left .post{
	padding: 5px 10px 5px 0; margin:0;
}

#left .summary{
	font-size: 11px;
	color:black;
	font-weight: bold;
	padding:0; margin:0;
}

#left em{
	font-size: 12px;
	padding:5px 0 0 0; margin:0;
	display:block;
}

.body img{
	padding:5px;
	margin: 5px 10px;
}

.body td{
	overflow:hidden;
}

.body td a:link,
.body td a:visited,
.body td a:link img,
.body td a:visited img,
.body td img{
	padding:0; margin:0;
	border: 0px solid white;
	position:relative;
	display:block;
}


/*---------------RIGHT------------*/

#right{
	width: 616px;
	padding:0; margin:0;
	float:left;
	background:url('../images/bg/right.jpg') top left repeat-y;
}

body.default #right{
	background:url('../images/bg/right-default.jpg') top left repeat-y;
	padding: 0; margin:0;
}

body.default #right li{
	padding: 5px 0; margin:0;
}

#right-bottom{
	background:url('../images/bg/footer.jpg') bottom right no-repeat;	
}

#main{
	float:left;
	width: 360px;
	padding: 20px; margin:0;
}

body.default #main{
	width:560px; 
}

.article h1{
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#sidebar{
	float:left;
	width: 207px;
	background:url('../images/bg/sidebar.jpg') top center repeat-y;
	padding:0;margin:0;
}

#sidebar em{
	padding: 0 0 5px 0; margin:0;
	display:block;
}

#sidebar .fieldwrap{
	paddding-left: 5px;
}

#tree{
	width: 180px; 
	padding: 0 0 5px 10px;
	margin:0 auto;
	text-align:left;
	color: #093707;
}

#tree h3{
	padding: 0 0 5px 0; margin:0;
}

#professional-development{
	background:url('../images/bg/button.png') top center no-repeat;
	width: 180px; 
	padding: 15px 10px 5px 10px;
	margin:0 auto;
}


#professional-development ul, #tree ul{
	padding:0; margin:0;
	font-size: 11px;
	line-height: 14px;
}

#professional-development li, #tree li{
	list-style:none;
	padding: 3px 0; margin:0;
	
}

#professional-development li a:link,
#professional-development li a:visited,
#tree a:link,
#tree a:visited{
	text-decoration: none;
	color: #093707;
	font-size: 14px;
	line-height: 17px;
	font-weight:bold;
	padding:0;margin:0;
}

#tree a:hover,
#tree a:active,
#tree a.over,
#tree a.selected:link,
#tree a.selected:visited{
	text-decoration: underline;
}

#tree li ul{
	padding: 5px 5px 5px 15px;
}

#tree li ul a:link,
#tree li ul a:visited{
	font-size: 11px;
	line-height: 17px;
}

#professional-development h4{
	text-decoration:none;
}

#calendar a:link,
#calendar a:visited{
	font-size: 10px;
	float:right;
	padding-top: 5px;
	color: #093707;
}

#registration-form{
	background:url('../images/bg/button.png') top center no-repeat;
	margin:0 auto; padding: 22px 10px 30px 10px;
}

#registration-form a:link,
#registration-form a:visited{
	text-decoration: none;
}

#email-newsletter,
#application-form{
	background:url('../images/bg/button.png') top center no-repeat;
	width: 180px;
	margin:0 auto;
	padding: 14px 10px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#application-form a:link,
#application-form a:visited{
	text-decoration: none;
}

#learn-more img{
	padding:0 0 0 7px; margin:0;
}

#meeting-space{
	margin:0 auto;
	padding:0 10px;
}
#right .headline{
	font-weight: bold;
	font-size: 15px;
}

/* Course */

body.default #course{
	width: 100%;
}

#course h1{
	font-size: 28px;
	color: #1A4015;
}

#course h1.headline{
	padding:10px 0 0 0;margin:0;
}

#course a:link,
#course a:visited{
	color: #1A4015;
	text-decoration: none;
}

#course a:hover,
#course a:active,
#course a.over,
#course a.selected:link,
#course a.selected:visited{
	text-decoration: underline;
}

#course h3{
	padding: 3px 0; margin:0;	
}

#course p{
	padding: 2px 0; margin:0;
}

#course ul{
	margin-top: 3px; margin-bottom:3px;
}

#click-title{
	float:right;
}

/*--------Other--------*/

#paypal{
	width: 480px; margin:0 auto; padding:0;
}

/* Printer Friendly */

body.printer-friendly{
	background-image: none;
	background-color: white;
}

body.printer-friendly #course{
	width: 600px;
	color:black;
	
}
body.printer-friendly{
	font-size: 10px;
}

body.printer-friendly #course #address{
	border-top: 1px solid black;
}

body.printer-friendly #course #address p{
	text-align: center;
	padding: 5px 0;
}


body.printer-friendly #course blockquote{
	background-color:white;
}


body.printer-friendly img{
	float:left;
}

body.printer-friendly h1{
	text-align:center;
}

/*-----------Blog------------*/

.post{
	padding-top: 30px
}

.firstpost{
	padding-top: 0px
}

/* footer */
#footer{
	color:#1A4015;
	text-align:right;
	font-size:10px;
}

#footer p{
	padding:0 10px 0 0; margin:0;
	font-size: 11px;
}

#legitify{
	height: 30px;
	margin-right: 5px;
}

/* media enlargement styles */

.photomatte{
		display:none; 
		position:absolute;
		top:0; left:0; 
		width:100%; height:100%; 
		z-index:6000; 
		background-color:#000;
}
.photomatte span{
		position:absolute; top:370px;
	 	width:100%;		
		text-align:center;
		color:#FFF;
		letter-spacing:15px;
}

/* notifications */
.error{
	color:#FFF;
	background-color:#CC0000;
	padding:5px;
}
.notify{
	display:none;
	color:#FFF;
	background-color:#FF9900;
}


/*   forms   
label{
	display:block;
	width:100px;
	float:left;
}

input, textarea{
	float:left; margin:2px 6px 10px 0;
	padding:2px; font-size:15px; 	font-family:"Trebuchet MS",Verdana, Sans-serif;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:300px;
}
textarea{ width:300px; }



.fieldwrap{
	clear:both;
}

.textareawrap{
	clear:both;
}


.checkboxwrap{
	clear:both;
	margin:5px 0 5px 100px;
}
.checkboxwrap input, .checkboxwrap label{
	width:auto; font-size:12px;
	cursor:pointer;
}
.submit { clear:both; margin:0 0 0 100px; }
.submit input{ 
	width:auto;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC; 
}

input.submit{
	float:left; width:auto; clear:none;
	font-size:13px;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0;
}
.disabled{
	color:#888;
}

.clear{
	clear:both; 
	margin:0; padding:0;
	width:0; height:0;
} */