html,body{
	display:table;
	height:100%;
	width:100%;
}
body{
	color:#444;
	font:12px Arial, Helvetica, sans-serif;
	background:#292827 url(../images/bg-body.jpg) no-repeat 50% 52%;
	display:table-cell;
	vertical-align:middle;
	margin:0;
	scrollbar-base-color: #292928;
	scrollbar-track-color: #292928;
	scrollbar-face-color: #292928;
	scrollbar-highlight-color: #D6D6D6;
	scrollbar-3dlight-color: none;
	scrollbar-darkshadow-color: none;
	scrollbar-shadow-color: #D6D6D6;
	scrollbar-arrow-color: #D6D6D6;
}
img{border:0;}
a{
	color:#818181;
	text-decoration:none;
}
a:hover{color: #fff;}
input,textarea,select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:978px;
	margin:0 auto;
	padding:0 0 0 0;
}
.wrapper-t{
	background: url(../images/bg-wrapper-top.png) no-repeat;
	height:26px;
}
.wrapper-b{
	background: url(../images/bg-wrapper-b.png) no-repeat;
	height:26px;
}
.wrapper-c{
	background: url(../images/bg-wrapper-c.png) repeat-y;
	padding:0 9px;
	height:1%;
}
.wrapper-c:after{
	content:"";
	display:block;
	clear:both;
}
#wrapper .content-wrap{
	margin:-17px auto -16px;
	position:relative;
	float:left;
	width:100%;
}
.container-holder{
	border-top:1px solid #97bbd5;
	border-left:1px solid #666;
	border-right:1px solid #666;	
	background-color: #333333;
	padding:33px 0 20px;
	position:relative;
	height: 646px;
}

.submenu 
{ 
	color: #818181;
	position: relative;
	top: -20px;
}
.submenu a, .submenu a:visited { color: #818181; text-decoration: none; font-weight: bold; margin: 0 5px; }
.submenu a:hover, .submenu a.active { color: #fff; font-weight: bold; }
.submenu a.first { margin-left: 0px !important; }

/* Static random bg images */
.bg1 { background: url(../images/bgimage1.jpg) no-repeat 0 100%; }
.bg2 { background: url(../images/bgimage2.jpg) no-repeat 0 100%; }
.bg3 { background: url(../images/bgimage3.jpg) no-repeat 0 100%; }
.bg4 { background: url(../images/bgimage4.jpg) no-repeat 0 100%; }
.bg5 { background: url(../images/bgimage5.jpg) no-repeat 0 100%; }

/* homepage bg image rotator */
#homeImages
{
	position: absolute;
	top: 0;
	left: 0;
	width:958px;
	height: 698px;
}
#homeImages ul, #homeImages ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#homeImages ul li
{
	position: absolute;
	top: 0;
	left: 0;
}

#header{
	position: relative;
	left: -1px;
	background: url(../images/bg-header.png);
	border-left:1px solid #616260;
	border-right:1px solid #616260;
	width:958px;
	height: 100px;
	z-index: 28;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	width: 353px;
	height: 91px;
	text-indent: -9999px;
	margin:8px 0 0 40px;
	float:left;
	display:inline;
}
.logo a{
	display: block;
	width: 353px;
	height: 91px;
}
#nav{
	list-style:none;
	margin:0 0 0 10px;
	padding: 0 0 0 10px;
	float:left;	
	position: relative;	
	z-index: 29;
}
#nav li {
	float:left;
	padding:42px 19px 24px;
	background: url(../images/separator-nav.gif) no-repeat 0 50%;
	margin:0 3px 0 0;
	height: 30px;
	z-index: 29;	
	text-align: center;
	white-space: nowrap;
}
#nav li.first-nav { background: none; }
#nav li a{
	color: #818181;
	display:block;
	height:30px;
	cursor:pointer;
	font-weight: bold;	
}
#nav a:hover { color: #ffffff;text-decoration: none; font-weight: bold;	 }
#nav a.active { color: #ffffff;text-decoration: none; font-weight: bold;	 }

#nav li ul{
	position:absolute;
	top:65px;
	left:17px;
	margin:0 0 0 9px;
	padding:3px 0 0 0;
	width:480px;
	list-style:none;
	z-index:9999;
	border-top: 1px solid #666666;
}
#nav li ul li.first-nav { background: none;	padding: 0px 19px 0px 3px !important; }
#nav li ul li{
	float: left;
	z-index: 999;
	padding: 0px 15px 0px 15px !important;
	height: 30px;
}
#nav li ul a{
	display:block;
	float:none;
	margin: 0px;
	padding:5px 0px 10px 0px !important;
	height:1% !important;
	z-index: 999;	
}
#nav li ul a:hover {
	z-index: 999;	
}

#main{
	overflow:hidden;
	width:100%;
	position:relative;
	height: 550px;
}
.box-holder{
	margin:400px 0 0 43px;
	overflow:hidden;
	position:relative;
}
.box{
	float:left;
	width:233px;
	border:1px solid #666;
	background: url(../images/bg-header.png);
	padding:13px 10px 16px 20px;
	margin:0 40px 0 0;
	height: 132px;
	color: #fff;
	font-size: 10px;
}
.lastBox { margin-right: 0px !important; }

.box h2{
	margin:0;
	padding: 0;
	overflow:hidden;
	height: 20px;
	font-size: 12px;
}
.boxcontent { height:120px;overflow:hidden;margin:0;padding:0; }
.boxcontent img { float: right;margin-left: 5px; }
.post{
	overflow:hidden;
	padding:0 0 21px;
}
.post .img{
	float:left;
	width:114px;
	overflow:hidden;
	height:84px;
	padding:4px 13px 0 0;
}
* html .post .img{
	padding:4px 10px 0 0;
}
.post .img img{
	display:block;
	border:1px solid #eff5f9;
}
.post p{
	line-height:18px;
	overflow:hidden;
	margin:0;
}
.post p strong{
	display:block;
}
.more{
	font-weight:bold;
	float:left;
	margin:-6px 0 0 -2px;
	background: url(../images/bg-more.gif) no-repeat 0 50%;
	padding:0 0 0 11px;
}
.date-holder{
	position:absolute;
	bottom:0;
	right:0;
}
.date-holder span{
	float:right;
	font-weight:bold;
	font-size:14px;
	background: url(../images/bg-block.png);
	border:1px solid #fff;
	padding:14px 30px 12px 18px;
}
.date-holder.content-black span
{
	border:1px solid #292928 !important;
	background: #292928 none !important;
	color: #fff !important;
}

#footer{
	font-size:10px;
	color:#999;
	font-weight:bold;
	overflow:hidden;
	width:100%;
}
.copy{
	float:left;
	padding:20px 19px 0 23px;
}
.join{
	border-left:1px solid #666;
	border-right:1px solid #666;
	float:left;
	padding:10px 24px 11px 25px;
}
.join fieldset{
	float:left;
}
.join label{
	float:left;
	padding:9px 0 0;
	margin:0 25px 0 0;
}
.join .text{
	background:#282827;
	border:1px solid #666;
	padding:8px 10px 8px;
	color:#999;
	float:left;
	width:147px;
	margin:1px 8px 0 0;
	line-height:14px;
}
.join .submit{
	background: url(../images/btn-go.gif) no-repeat;
	width: 34px;
	height: 31px;
	border:0;
	float:left;
	cursor:pointer;
}
.nav{
	list-style:none;
	margin: 0 auto;
	padding:20px 0 0;
	overflow:hidden;
	width: 130px;
}
.nav li{
	float:left;
	background: url(../images/separator-footer.gif) no-repeat 0 100%;
	padding:0 4px 1px 5px;
	margin:0 1px 0 -1px;
}
.nav li a{
	color:#999;
}
.content{
	border:1px solid #fff;
	background: url(../images/bg-block.png);
	width: 845px;
	float:left;
	display:inline;
	margin:23px 0 0 22px;
	padding:30px 30px 10px;
	overflow-y: auto;
	overflow-x: visible;
	height: 485px;
	position: relative;
}
.content-black
{
	border:1px solid #292928 !important;
	background: #292928 none !important;
	color: #fff !important;
}
.content-black h2 { color: #fff !important; }
	
.column 
{ 
	width: 130px !important;
	padding: 14px 10px 30px 10px !important;
}

.content .post{
	padding:0 0 20px;
	text-align: left;
}
.content .post .img{
	padding:0;
}
.content h2{
	overflow:hidden;
	height:35px;
	margin:0 0 18px;
	font-size: 25px;
	position: relative;
}
.content .post .date{
	display: block;
	font-weight:bold;
	font-style:normal;
}
.content .post p{
	margin:0 0 3px;
}
.content .more{
	margin:0;
	background: url(../images/bg-more2.gif) no-repeat 0 70%;
	padding:0 0 0 11px;
	color:#444;
}
.contentimg {
	float:right;
	padding:0 3px 20px 20px;
	width: 304px;
	overflow: hidden;	
}
.contentimg img { border: 1px solid #efefef; }
.thumb
{
	float: left;
	margin-bottom: 10px;
}
.padd-left
{
	margin-left: 10px;
}

.contentimg a, .contentimg a:visited { color: #fff; text-decoration: none; font-size: 13px; }
.contentimg a:hover { color: #818181; text-decoration: none; }

.pdflink
{
	background-color: transparent;
	background-image: url("../images/pdf.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 30px;
	display: block;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 34px;
	margin-bottom: 10px;
}

.post a, .post a:visited { color: #fff !important; }
.post a:hover { color: #fff !important;text-decoration: underline; }

/* STYLE FOR PROJECTS PAGE ONLY */
#projects{
	border:1px solid #292928;
	background-color: #292928;
	width: 682px;
	float:left;
	display:inline;
	margin:23px 0 0 15px;
	padding:15px 30px 10px;
	overflow-y: auto;
	overflow-x: visible;
	height: 500px;
	color: #fff;
}
#projects .img
{
	float: right;
	margin: 0px 5px 10px 20px;
	border: 1px solid #efefef;
}
#projects h2{
	overflow:hidden;
	height:35px;
	margin:0 0 18px;
	font-size: 25px;
	color: #fff;	
}

/* STYLE FOR EVENTS PAGE ONLY */
#events{
	border:1px solid #292928;
	background-color: #292928;
	width: 682px;
	float:left;
	display:inline;
	margin:22px 0 0 15px;
	padding:15px 30px 10px;
	overflow-y: auto;
	overflow-x: visible;
	height: 505px;
	color: #fff;	
}
#events .img
{
	float: right;
	margin: 0px 5px 10px 20px;
	border: 1px solid #efefef;	
}
#events h2{
	overflow:hidden;
	height:35px;
	margin:0 0 18px;
	font-size: 25px;
	color: #fff;	
}

/* STYLE FOR TEAM PAGE ONLY */
#team{
	border:1px solid #292928;
	background-color: #292928;
	width: 682px;
	float:left;
	display:inline;
	margin:22px 0 0 15px;
	padding:15px 30px 10px;
	overflow-y: auto;
	overflow-x: visible;
	height: 505px;
	color: #fff;	
}
#team .img
{
	float: right;
	margin: 0px 5px 10px 20px;
	border: 1px solid #efefef;	
}
#team h2{
	overflow:hidden;
	height:35px;
	margin:0 0 18px;
	font-size: 25px;
	color: #fff;	
}

/* pagination styles */
.pageidx-prev, .pageidx-nos {
	display: inline;
}
.pageidx-prev {
	padding-right: 10px;
	display: inline;
}
.pageidx-next {
	padding-left: 10px;
	display: inline;
}
.pageidx-nav {
	padding-top: 25px;
	text-align: center;
	color:#003366;
	font-weight: bold;
	margin: 0 auto;	
	font-size: 13px;
}
.pageidx-nav a {
	color:#5C97C3;
}
.pageidx-nav a:hover{
	color: #444;
	text-decoration: underline;
}

/* Styles for the learning page */
#video-embed
{
	display: none;
	width: 640px;
	height: 505px;
}

.viewing_area
{
	border:1px solid #fff;
	width: 850px;
	float:left;
	display:inline;
	margin:23px 0 20px 22px;
	padding:20px 30px 10px;
	overflow-y: auto;
	overflow-x: visible;
	height: 200px;
}
.content_list
{
	width: 258px;
	height: 270px;
	float: left;
	margin-left: 36px;
	padding: 0 10px;
	position: relative;
}
.content_list h2{
	overflow:hidden;
	height:35px;
	margin:0 0 18px;
	font-size: 20px;
	color: #fff;
	position: relative;
	top: 12px;
	left: 15px;	
}
.content_list h3 { font-size: 16px;border-bottom: 3px double #fff; }


.content_list_holder
{
	margin: 0 auto;
}
.first { margin-left: 22px !important; }

.scrollbar
{
	overflow-y: auto !important;
	overflow-x: hidden !important;
}
.fileRow.firstRow { padding-top: 0px !important; }
.fileRow.lastRow { border-bottom: 0px !important; }
.fileRow
{
	width: 100%;
	min-height: 80px;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	padding: 10px 0;
}
.pdfRow { min-height: 30px !important; border: 0px !important; }
.pdfRow .text { top: 8px !important; }

.audiorow .fileRow { padding: 10px 0 10px 10px; }
.fileRow img
{
	float: left;
}
.fileRow .text
{
	position: relative;
	left: 5px;
	top: 30px;
	font-size: 14px;
}
.fileRow a, .fileRow a:visited { color: #fff; font-weight: bold;}
.audio
{
	margin: 0 auto;
	width:615px;
	padding: 0;
}
.audioContainer
{
	float: left;
	width: 281px;
	height: 78px;
	position: relative;
	top: 50px;
	margin-left: 25px;
}
.audioImg
{
	float: left;
	min-width: 140px;
}
.videoContainer
{
	margin: 0 auto;
	width: 345px;
	height: 200px;
	position: relative;
	top: -10px;
}

/* CONTACT PAGE */
#contact-form { float: left; }
form#contact { width: 585px; }
.nobotpad { padding-bottom: 0px !important; }
.row {
	height: 1%;
	padding-bottom: 15px;
	display: block;	
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.row label {
	float: left;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
}
.row .text {
	width: 187px;
	overflow: hidden;
	padding: 7px 5px;
	background: url(../images/bg-text.gif) no-repeat;
	float: left;
}
.row .textarea {
	width: 281px;
	height: 100px;
	overflow: hidden;
	background: url(../images/bg-textarea.gif) no-repeat;
	float: left;
	padding: 5px 5px 0;
}
.contactrow { display: block; }
.contactrow label { width: 200px; }
.contactrow .captcha 
{
	position: relative;
	top: -10px;
}
.moveup
{
	position: relative;
	top: 0px;
}
.row .text input, .row .textarea textarea {
	width: 187px;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	overflow: auto;
}
.row .textarea textarea { width: 270px !important; }
.row .submit {
	width: 88px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	border: 0;
	float: left;
	text-indent: -9999px;
	line-height: 0;
	background: url(../images/btn-submit.png) no-repeat;
	cursor: pointer;
	margin: -5px -1px -6px 0;
	position: relative;
}
.asterisk
{
	color: #C3262E;
	font-size: 16px;
	display: inline;
	position: relative;
	top: 4px;
}
.clicktoplay { margin-bottom: 15px; }
.contactright
{
	float: right;
	width: 200px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 20px;
}

.learningIco
{
	float: left;
	position: relative;
	top: 15px;
	left: 4px;
}
.videoIco { top: 13px !important; }

