/* CSS Document */
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body{
	margin: 0;
	padding: 0;
	font: normal 13px/1.45 Arial, sans-serif;
	background: #f1f1f1 url(images/bg.jpg) top center repeat-y;
	color: #000; 
}

.pane{
	margin:0;
	padding:30px;
	border-bottom:0px solid #000;
}

.pane h2{
	margin:0;
	padding:0;
}

/*#frame, #frame div.button, #scroller, .section { height: 55.5em; }*/

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 470px;
	position: relative;
	}
	

	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 470px;
	margin: 0 auto;	
	border-top: 1px solid #fff;
	background: #fff url(./img/content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 440px;
	margin: 0px;
	padding:0px 30px 30px 0px;
	float: left;
	z-index:100;
}

.section h2{
	font-size: 24px;
	margin:0;
}

.section h3{
	font-size: 16px;
	margin:16px 0 3px 0;
}



.section h4{
	font-size: 16px;
	margin:0px 0 6px 0;
	padding:0;
	
}

.section h4.label, td#classmpromo h4.label{
	font-size: 10px;
	margin:3px 0 10px 0;
}

.section h4.label span{
	padding:4px;
	color:#fff;
	background-color:#2882db;
}


#projects_pane a, td#classpromo a{
	display:block;
	margin:3px 0;
}


.section p{
	margin:0px 0 14px 0;
}

.section p img{
	margin: 2px 0 10px 15px;
	border: 2px solid #ccc;
}


div.comm{
	width:343px;
	background: #fcf3e5 url(../images/comm_top.jpg) top left no-repeat;
	padding: 45px 0px 0 0px;
	text-align:left;
	margin: 30px 0;
}
div.comm div{
	height:137px;
	background: #fcf3e5 url(../images/comm_bottom.jpg) top left no-repeat;
}

div.comm p{
	font: normal 14px/1.45 Arial, sans-serif;
	margin: 12px 35px 4px 35px  ;
	color:#533500;
}

div.comm p.title{
	color: #8e5a00;
	margin: 2px 35px 0 35px  ;
	font: bold 11px/1.45 Arial, sans-serif;
}

#footer{
	background: transparent url(../images/footer.jpg) top left no-repeat;
	padding: 30px 0 30px 0;
	text-align:center;
}

#footer p{
	margin: 0 0 0 0px;color:#666;font-size:10px;
}


a:link{
	color: #24263E;
	text-decoration: underline;
/*	background-color:#fff;*/
	}
a:visited{
	color: #2D2D2D;
	text-decoration: underline;
/*	background-color:#fff;*/
	}
a:hover{
	color: #af0000;
	text-decoration: none;
	}


/*-------------------------------- */



div#static{
	width:995px;
	margin:0 auto;
}

td#classpromo{
	display:block;
	position:relative;
}



#promo_title{
	position:absolute;
	top:0;
	left:470px;
}

td#classpromo h2{
	font:bold 48px/1 Arial;
	margin:0px 0 0 87px;
	padding: 60px 0 0 0;
	width:753px;
}

td#classpromo h3{
	font:bold 20px/1 Arial;
	margin:7px 0 0 87px;
	padding: 0;
	color:#2a4259;
	width:753px;
}

td#classpromo p{
	font-size:14px;
	margin:16px 0 0 87px;
	width:500px;
}

td#classpromo div.contact{
	background-color:#f2f7fc;
	width:197px;
	padding:15px;
	font-size:14px;
	border:2px solid #83b2e3;
	position:absolute;
	top:169px;
	left:610px;
}

td#classpromo div.contact div{
	font-size:18px;
	margin-top:12px;
}