/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, #switcher, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%; 
/*
	font-family:Arial, Helvetica, sans-serif;
 
*/
}
html, body { height:100%;}
	

/* #Basic Styles
================================================== */
html{
	
}
body {

/*	background:#036; --- CREATE new footer aside with no 036 but transp on top
*/	
	background: #036 url(../images/backs/campus-treeline2.jpg) 600px 600px repeat-x;	/* 1st number (200) is R-L margin, how many times repeats horizontal, second number (830) is top margin */
	
	margin:0;
	padding:0;
}


/* skipnav link for screen readers */
#skipnav {
	position: absolute;
 	left: 0px;
 	top: -500px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;	
}

#skipnav a img {
	border: 0;
}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #8c8b8b;
		font-family:Verdana, Geneva, sans-serif;
		font-weight: normal;
		line-height:1.2em;
		font-style:italic;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px;  margin-bottom: 14px;}
	h2 { font-size: 18px;  margin-bottom: 20px; }
	h3 { font-size: 16px;  margin-bottom: 8px; }
	h4 { font-size: 21px;  margin-bottom: 4px; }
	h5 { font-size: 17px;  }
	h6 { font-size: 14px; line-height:18px; margin-bottom:8px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;font-style:normal; }
	h6 a{text-decoration:none;color:#8c8c8c;}
	h6 a:hover{
		text-decoration:underline;
	}
	.nounder{text-decoration:none;}
	.nounder:hover{text-decoration:underline;}
	.coord-indent{
		display:inline-block;
		width:73px;
	}
	.width-icon{
		padding-top:5px;
		font-weight:bold;
	}
	.width-icon img{
		float:left;
		margin:-5px 10px 0 0;
	}
	
	.width-number{
		padding-top:10px;
		font-weight:bold;
		overflow:hidden;
		font-size:14px;
		font-style:normal;
	}
	
	.width-number span{
		float:left;
		margin:-10px 10px 0 0;
		font-size:21px;
		color:#fff;
		background:#16b2fa;
		text-align:center;
		padding-top:12px;
		height:28px;
		width:40px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-style:normal;
	}
	
	.slogan{
		text-align:center;
		line-height:1.2em;
		font-size:25px;
		font-family:Verdana, Geneva, sans-serif;
		margin-bottom:0;
	}
	
	.title{
		font-size:18px;
		line-height:1.2em;
		color:#8c8b8b;
		font-style:normal;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom:12px;
	}
	
	.divider{
		border-bottom:#e9e9e9 1px solid;
		height:1px;
		margin:25px 0;
	}
	
		.divider-line{
		border-bottom:#e9e9e9 1px solid;
		height:1px;
		margin:12px 0;
	}
	
	h3.col-title{
		font-size: 1.6em;
		font-color: #f7941d;
		margin:10px 0px 10px 0px;
		width:100%;
	}	
	
	
	
	
	p { margin: 0px 18px 18px 0px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* bottom ul */
.categories-widget {
	clear:left;
	margin-top: auto;
}

.categories-widget li{
	margin-top:5px;
	background:url(../images/category-marker.png) 0 6px no-repeat;
	padding-left:8px;
}
.categories-widget li:first-child{
	margin-top:10px;
}
.categories-widget li a{
	text-decoration:none;
	color:#06acf8;
}
.categories-widget li a:hover{
	text-decoration:underline;
}



/* #Links
================================================== */
	a{ color: #02aaf7; text-decoration: underline; outline: 0; }
	a:hover, a:focus { text-decoration:none; }
	p a, p a:visited { line-height: inherit; }

/*   Logo    */
header{
	z-index:99;
	position:relative;
	min-height:184px;
	background-color:#0e69aa;
/*
	background:url(../images/header-row-1-bg.gif) 0 bottom repeat-x #242424;
*/
}
header .row-1{
	background:url(../images/header-row-1-bg-1.gif) 0 0 repeat-x;
	height:22px;
	padding-top:6px;
	position:relative;
	overflow:hidden;
	text-align:right;
/* hide top bar
	display: none;
*/
}
header .row-2{
/* create new image with background behind banner 1000x100 */	

	height:190px; 
	position:relative;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0 0;
}

header .row-2 .inner{
/*  the banner and logo...
	background:url(../images/logo-ribbon.png) left 0 no-repeat;	
*/
	height:180px;
	float:inherit;
	position:relative;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px -20px 0px;
	background: url(../images/banners/banner-vector-flat3.png) center top no-repeat; 
}

header .row-3{
/*	ADJUST MARGIN BOTTOM TO MOVE SLIDESHOW UP ****	
	background:url(../images/header-row-3-bg.gif) 0 0 repeat-x;
*/
	padding-top:0px;
	margin-bottom: -10px;
}

header .row-3 .inner{
	/*  IMPORTANT: adjust margin between top tabs and content -- this is where the top tabs are... negative margine brings it up....
	background:#fff url(../images/nav-bg-tail.gif) 0 bottom repeat-x;
*/
	background: url(../images/backs/nav-bg-tail-notabs.png) 0 bottom repeat-x;
	margin-top: -90px;

	z-index: 0;
}
nav.header {
/* DO NOT add #color to background to hide ribbons	*/
	overflow: hidden;
	background:url(../images/backs/nav-center-notabs.png) center bottom no-repeat;
	margin-left: 0px;
	min-height:63px;
	position:relative;
	width:100%;
	display:block;
	z-index: 1000;	
}
/* original nav.header 

nav.header {
	overflow: hidden;

	background:url(../images/backs/nav-bg-center.jpg) center bottom no-repeat;

	min-height:90px;
	position:relative;
	width:100%;
	display:block;
}
*/



#site-title{
	position:absolute;
	top:0;
	left:50%;
	margin: 0 0;
	padding:0 0;	
	margin-left:-50%;
	z-index:80000;
	width:139px;
	/*
	height:185px;
*/
	text-align:left;
	z-index:2000;
}

#site-title a{
	text-decoration:none;
	display:block;
/*
	text-indent:-999999px;
*/
	position:absolute;
	width:100%;
	height:100%;

/* move logo right w/margin-left */
	text-decoration:none;
	display:inline-block;
	width:139px;
	height:160px;
	margin-left:68%;
	margin-top:0px;
}

#site-title img{
	display:inline-block;
	width:139px;
	height:160px;
	margin-top:-2px;
	z-index:4000;
}


/*
#site-title a img{
	display:inline-block;
	z-index:2000;
	width:139px;
	height:185px;
	margin-left:-62%;
	margin-top:-2px;
}
*/

#head-title {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:normal;
	font-size: 2.3em;
	text-align:left;
	color: #fff;
	font-variant:small-caps;
	border-bottom: #ffbd16 1px solid;
	margin: 10px 0px 0px 140px;
	width: 270px;
/* originally, margin-left: 160px; */
}

#head-tagline {
	font-family:"Myriad Pro";
	font-style:italic;
	font-size: 1.3em;
	font-stretch:ultra-expanded;
	color: #fff;
	margin: 8px 0px 0px 160px;	
}


h1.page-title{
	font-size:26px;
	color:#7e7e7e;
	line-height:1em;
/*
	font-family:Georgia, "Times New Roman", Times, serif; --change to:--
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Console", Monaco, monospace;
	font-family:Verdana, Geneva, sans-serif;
	or

*/	
	border-bottom:#e9e9e9 1px solid;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:0px 0px 6px 0px;
	margin:0px 12px 10px -8px;
	text-align:left;
	font-style: normal;
	width: auto;
}

h2.sub-title{
	font-size:20px;
	color:#0099ff;
	line-height:1.2em;
	width: 98%;
	margin: 20px 0px 4px 0px;

/*
	font-family:Georgia, "Times New Roman", Times, serif; --change to:--
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Console", Monaco, monospace;
	font-family:Verdana, Geneva, sans-serif;
	or
*/	
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:#9d9d9d 1px solid;
	text-align:left;
}


h2.nav-title{
	font-size:16px;
	color:#C30;
	background-color:#CCC;
	line-height:1.0em;
	width: auto;

/*
	font-family:Georgia, "Times New Roman", Times, serif; --change to:--
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Console", Monaco, monospace;
	font-family:Verdana, Geneva, sans-serif;
	or
*/	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	padding:6px 10px;
	border-bottom:#666 1px dotted;
	margin-bottom:12px;
	text-align:left;
}

h2.mini-title{
	font-size:18px;
	color:#0099ff;
	line-height:1.0em;
	width: 98%;

/*
	font-family:Georgia, "Times New Roman", Times, serif; --change to:--
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Console", Monaco, monospace;
	font-family:Verdana, Geneva, sans-serif;
	or
*/	
	font-family:Verdana, Geneva, sans-serif;
	padding:0px 6px 6px 0px;
	border-bottom:#9d9d9d 1px solid;
	margin:0px 6px 10px 0px;
	text-align:left;
}

h3.blue-title {
	font-size:13px;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:600;	
	color:#0099ff;
	padding-bottom: 10px;
}

h3.subhead {
	font-size:13px;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:600;	
	color:#0099ff;
	padding-top: 10px;
	margin-bottom: -6px;
}

h3.testimonial-author{

	font-size:17px;
	line-height:1.2em;
	margin-bottom:0;
	color:#000;
	text-align:right;
}
h3.portfolio-title{
	font-size:14px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.address{
	background:url(../images/mail.png) 0 3px no-repeat;
	padding-left:62px;
	margin-bottom:27px;
}
.contacts{
	background:url(../images/phone-big.png) 0 3px no-repeat;
	padding-left:62px;
}

/* moved nav.header from here */

.tabs-menu {
	list-style: none;
	overflow: auto;
	display:inline-block;
	margin-top: 2px;
	/* 10px, 14px */
	float: right;
	width:auto;
	height:auto;
	}

nav.header ul {
	overflow: hidden;
	margin-left:0px;
}

nav.header li{
	float:left;
/* hide for corner tabs nav	
	background:url(../images/nav-li-bg2.gif) 0 3px no-repeat;
*/
	padding:0 18px 0 25px;
	/* 0 43 0 50 */
	font-size:14px;
	line-height:1.2em;
	overflow:hidden;	
	font-family:Verdana, Geneva, sans-serif;
/*
	font-weight:600;
*/
	font-style:normal;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
}

nav.header li a {
	text-decoration:none;
	color:#036;
	
}

/*HOVER*/
nav.header li a:hover, nav.header li.current a {
	text-decoration:underline;
	color: #fff;
/* 	color: #015693; */	
}

.link{
	display:inline-block;
	text-decoration:none;
	background:url(../images/link-bg.gif) 0 0 no-repeat #cbcbcb;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:12px;
	line-height:1.2em;
	padding:3px 5px 2px 32px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.link:hover{
	background-color:#33befe;
}




.wrapper{
	width:100%;
	overflow:hidden;
}
.extr{
	overflow:hidden;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.alignright{
	text-align:right;
}
.alignleft{
	text-align:left;
}
.aligncenter{
	text-align:center;
}

.img-container{
	border:#0099ff 3px solid;
}
.full-columns{
	width:100%;
	height:auto;
}

/* transition icons */

.social-icons{
	float:left;
	padding-top:0px;
	margin-left:-10px;
}
.social-icons li{
	float:left;
	padding-left:12px;
	padding-bottom:7px;
}
.social-icons li a{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow:hidden;
	display:inline-block;
}
.social-icons li a:hover{
	margin-top:-5px;
	margin-bottom:5px;
}




/* original 

.social-icons{
	float:right;
	padding:27px 1px 0 0;
}
.social-icons li{
	
	float:left;
	padding-left:16px;
	padding-bottom:7px;
	color:#02aaf7;
	font-size:14px;
	font-style:italic;
}
.social-icons li:first-child{
	padding-left:0;
}
.social-icons li a{
	display:inline-block;
	margin-top:-2px;
}
.social-icons li a:hover{	
}

*/


/* main menu */
.main-menu {
	list-style: none;
	display:inline-block;
	margin: 0px 0px 0px 0px;
	width:100%;
	height:auto;
	}
	

/* accordion menu */
#accordion {
	height:inherit;	
	background: #0D5995;
	color: #fff; 
	font: normal 12px Verdana, sans-serif;
	border: 1px solid #013d6c;			
}

/* accordion left nav menu */

#accordion h3 {
	background: #0D5995;
	color: #fff; 
	font: normal 12px Verdana, sans-serif;
	border: 1px solid #013d6c;	
}

#accordion ul {

	border-top: 1px solid #013d6c;
	margin-top: 0;
}

#accordion ul li a {
	text-decoration: none;
	padding: 10px 10px 10px 15px;
	display: block; 
	color: #fff; 
	border-bottom: 1px solid #013d6c; 
	border-top: 1px solid #4695d3; 
	position: relative;
}


#accordion ul li a:hover {
	background: #05477c; 
	color: #fff;
}

#accordion ul li a:active {
	color: #fff; 
	background: #0D5995;
	list-style:#FFF;
}

/*
#accordion ul li a {
	list-style: circle;
	list-style-position: 0;
	text-decoration: none;
	list-style:decimal;
	padding: 0;
	margin: 0;
}
#accordion ul li a:hover, a:active {
	list-style: circle;
	color: #0099ff;
	text-decoration: none;
}
*/



/* import 4284 styles */

.col-left{
	float:left;
	width: 33px;
	position:relative;
	padding-right:0px;
	padding-left:0px;
	margin: 10px 0px 0px 0px;
	overflow:hidden;
}
.col-left img{
	margin:4px 0px 0px 0px;
	padding: 0 0;
}
.col-right{
	float:left;
	width:100%;
	margin-top: 10px;
	overflow: hidden;
}


.script_behind{
	z-index:1;
}


.col-icon{ 
	padding:0px 6px 12px 2px;
	margin: 0px 6px 0px 0px;
}


.col-right img {
	float: left;
	margin: 4px 0px 6px 0px;
	border:#0099ff 1px solid;
	padding: 0 0;
}

.col-right .noborder {
	border:none;
}


.shadow-left{
	background:url(../images/left-shadow.png) 0 0 no-repeat;
	padding-left:10px;
}
.shadow-right{
	background:url(../images/right-shadow.png) right 0 no-repeat;
	padding-right:10px;
}
.divider{
	height:2px;
	width:100%;
	background:url(../images/divider.gif) 0 0 repeat-x;
	margin:20px 0 20px 0;
}
.divider.divider-indent{
	margin:10px 0 30px 0;
}


/*=========Portfolio=============*/
.da-thumbs {
	list-style: none;
	position: relative;
}
.da-thumbs li {
	float: left;
	margin-bottom:20px;
}
.da-thumbs li a img {
	display: block;
	position: relative;
	width:100%;
	height:auto;
}
.da-thumbs li a {
	overflow: hidden;
	border:#16b2fa 3px solid;
	display: block;
	position: relative;
	color:#e9e9e9;
	text-align:center;
}
/* solid background on image hover */
.da-thumbs li a div {
	position: absolute;
	background: rgba(0,51,102,0.99);
/* default is black at half opacity:
	background: rgba(0,0,0,0.48);
*/
	width: 100%;
	height: 100%;
}

.da-thumbs li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li a div p {
	display: block;
	margin:0;
	padding: 10px;
}
.da-thumbs li a div p span{
	display:block;
	margin-bottom:8px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}


.portfolio{}
	.portfolio .columns{margin-top:25px;}


#filter{}
	#filter li{
		float:right;
		margin-left:18px;
	}
		#filter li a{
			text-decoration:none;
			color:#9d9d9d;
		}
		#filter li a.selected{
			text-decoration:underline;
		}
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/*===============================*/

.log-list{}
.log-list li{
	float:left;
	background:url(../images/ver-line.gif) 0 6px no-repeat;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
}
.log-list li:first-child{
	background:none;
	padding-right:0;
}
.log-list li a{
	color:#fff;
	text-decoration:none;
}
.log-list li a:hover{
	text-decoration:underline;
}

/* top target links */
.top-targets{}
.top-targets li{
	float:right;
	background:url(../images/ver-line.gif) 0 6px no-repeat;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
}
.top-targets li:last-child{
	background:none;
	padding-left:0;
}
.top-targets li a{
	color:#fff;
	text-decoration:none;
}
.top-targets li a:hover{
	text-decoration:underline;
}



.useful-links{}
	.useful-links li{
		background:url(../images/marker.gif) 0 6px no-repeat;
		padding-left:15px;
		margin-top:4px;
	}
	.useful-links li:first-child{
		margin-top:0;
	}
		.useful-links li a{
			text-decoration:none;
			color:#fff;
		}
		.useful-links li a:hover{
			text-decoration:underline;
		}
.social-list{overflow:hidden;}
.social-list li{
	float:left;
	padding-left:16px;
}
.social-list li:first-child{
	padding-left:0;
}

.service-list{}
	.service-list li{
		margin-top:18px;
	}
	.service-list li:first-child{
		margin-top:0;
	}
		.service-list li strong{
			display:block;
			font-size:14px;
			font-weight:normal;
			padding-bottom:3px;
		}
		.service-list li img{
			float:left;
			margin:0 10px 0 0;
		}
.add-list{}
	.add-list li{
		background:url(../images/marker1.gif) 0 8px no-repeat;
		margin-top:10px;
		padding-left:12px;
	}
	.add-list li:first-child{
		margin-top:0;
	}
		.add-list li a{
			color:#8c8b8b;
			text-decoration:none;
		}
		.add-list li a:hover{
			text-decoration:underline;
		}

.bullets {
	list-style:outside;
	margin: 0px 10px 10px 40px;
	padding: 0;	
}

ol.numbers li {
	list-style:outside;
	list-style-type:decimal;
	margin: 0px 10px 2px 40px;
	padding: 0;	
}	
	
	
/* Indents */

.top5{
	padding-top:5px;
}
.top10{
	padding-top:10px;
}
.top15{
	padding-top:15px;
}
.top20{
	padding-top:20px;
}

.top25{
	padding-top:25px;
}

.top30{
	padding-top:30px;
}
.top35{
	padding-top:35px;
}

.bottom25{
	margin-bottom:25px;
}

/*Sliding Text and Icon Menu Style*/

.sti-menu{
	position:relative;
}
.sti-menu li{
	height:260px;
	text-align:center;
	
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:100%;
	border-top:none;
	position:relative;
}
.sti-menu li a h2{
	text-align:center;
	margin-bottom:20px;
	position:absolute;
	width:100%;
	top:20px;
	color:#8fc122;
}
.sti-menu li a div.text{
	position:absolute;
	top:159px;
	left:0px;
	padding:10px;
	text-decoration:none;
}

.sti-icon{
	display:inline-block;
	font-size:38px;
	line-height:1.2em;
	width:73px;
	height:60px;
	padding-top:13px;
	text-align:center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:#8fc122 3px double;
	
	position:absolute;
	left:50%;
	margin-left:-39px;
	top:61px;
}


.col-style{
	border-top:#8fc122 6px solid;
	text-align:center;
	background:url(../images/col-bg.jpg) 0 0 repeat;
	
}
.col-style h2{
	text-align:center;
	margin-bottom:20px;
}
.col-style .inner{
	border:5px #fff solid;
	border-top:none;
	padding:18px 7px 19px 7px;
}
.col-num{
	display:inline-block;
	font-size:38px;
	line-height:1.2em;
	width:73px;
	height:60px;
	padding-top:13px;
	text-align:center;
	color:#8c8c8c;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:#c3c3c3 3px double;
	margin-bottom:21px;
}


.img-bottom-indent{
	margin-bottom:15px;
	position:relative;
}

 a[rel^='prettyPhoto']{
	 display:block;
	 position:relative;
	 z-index:99;
}
.zoom{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/zoom.png) 50% 50% no-repeat rgba(36,36,36,0.21);
	top:0;
	left:0;
}
.ibe_inner{
	z-index:99;
}
.img-indent{
	float:left;
	margin:2px 10px 0 0;
}
.w70{
	width:70px;
	display:inline-block;
}
.map{
	width:100%;
}

#content{
	margin:0px 0px 0px 0px;
}

#content #container{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

#content #container p {
	margin: 10px 10px 10px 0px;
}

#home #content{
	/* main content white section, create new with new shadow 1000x15 */
	background: url(../images/backs/page-back.png) center repeat-y;
	margin-top: 0px;
/* margin:10px 0 34px 0; */
	padding: 0px 0px 24px 0px;	
}


/*
#slider-container {
	padding: 0px 0px 0px -60px;
	margin: 0px 0px 0px 0px;	
}
*/


footer{
	background:url(../images/footer-bg-1.gif) 0 0 repeat;
	position:relative;
}


/* verticial line divisions:

footer .spacer{
	background:url(../images/spacer-bg.gif) 0% 0 repeat-y;
}
footer .spacer1{
	background-position:100% 0;
	
}

footer .spacer{
	background:url(../images/spacer-bg.gif) 22% 0 repeat-y;
}
footer .spacer1{
	background-position:66% 0;
	
}
*/


.footer-bottom{
	background:#073759 url(../images/footer-bottom-bg.gif) 0 0 repeat-x;
	padding:20px 0 20px 0;
	text-align: center;
}

footer h3{
	font-size:14px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:16px;
}
footer .aside{
	background:url(../images/aside-bg-tail2.gif) repeat-x;
}


.footerpage{
	background:url(../images/footer-page-bg.gif) top center repeat-y;
	margin-left: 0;		
}


/* add new scroll shadow to footer
footer .aside .container{
}		
*/	

footer .aside .container{
	color:#fff;
	background:url(../images/footer-bg-center2.gif) top center no-repeat;
	padding:38px 10px 10px 40px;
}

footer .container a {
	color: #fce27e;
}

nav.footer{
	overflow:hidden;
	padding:11px 10px 0 0;
	float:right;
}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form#contact{margin-top:15px;}
	label{
		display:block;
		margin-bottom:19px;
	}
	form#contact strong{
		color:#242424;
		font-weight:normal;
		padding-bottom:3px;
		display:block;
	}
	form#contact strong span{
		color:#242424;
	}
	fieldset {
		margin-bottom: 20px;
	}
	form#contact input[type="text"],
	input[type="password"],
	input[type="email"],
	form#contact textarea,
	select {
		
		border:#692989 1px solid;
		border-left:#8332aa 1px solid;
		border-bottom:#9e44c2 1px solid;
		border-right:#8332aa 1px solid;
		position:relative;
		background:#8f37ba;
		width:92.5%;
		padding:8px 5px 8px 5px;
		color:#e2e2e2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.2em;
		
	}
	
	input[type="submit"], input[type="reset"]{
		border:0;
		margin:0;
		background:0;
		display:block;
		width:42px;
		height:18px;
		background:url(../images/submit-bg.gif) 0 0 no-repeat;
		cursor:pointer;
		float:left;
		margin-top:-4px;
		
	}
	input[type="reset"]{
		background:url(../images/reset-bg.png) 0 0 no-repeat;
		width:39px;
		margin-right:79px;
	}
	textarea {
		min-height: 81px;
	}
	

/* #query catalog form
================================================== */

#querycatalog form.querybox#contact {

margin-top:15px;}
	label{
		display:block;
		margin-bottom:19px;
	}
	form#contact strong{
		color:#999;
		font-weight:normal;
		padding-bottom:3px;
		display:block;
	}
	form#contact strong span{
		color:#999;
	}
	fieldset {
		margin-bottom: 20px;
	}
	form#contact input[type="text"],
	input[type="password"],
	input[type="email"],
	form#contact textarea,
	select {		
		border:#692989 1px solid;
		border-left:#8332aa 1px solid;
		border-bottom:#9e44c2 1px solid;
		border-right:#8332aa 1px solid;
		position:relative;
		background:#3cf;
		width:auto;
		padding:8px 5px 8px 5px;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.2em;		
	}
	
	input[type="submit"], input[type="reset"]{
		border:0;
		margin:0;
		display:block;
		width:30px;
		height:25px;
		background:url(../images/icons/Search24.png)0 0 no-repeat;
		border:#e2e2e2 1px solid;
		cursor:pointer;
		float:left;
		margin-bottom: 0;
		
	}
	input[type="reset"]{
		background:#3cf;
		width:39px;
		margin-right:79px;
	}
	textarea {
		min-height: 81px;
	}
		


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }



/* --------SEARCH ------------------- */

#searchbox form input {
	float:left;
	width: 180px;
	height: 20px;
	color: #036;
	background-color: #ffc;
	padding: 0;
	margin: 0;
}
#searchbox form input.searchbutton {
	float: left;
	width: 24px;
	height: 24px;
	border: 2px solid #CCC;
	padding: 0;
	margin: 0;
    background: #fff url(http://www.centralia.edu/images2/icons/search.gif) no-repeat center;	
}


/* image wraps */

.imgleft img {
	float: left;
	margin: 4px 8px 6px 0px;
}	
.imgright img {
	float: right;
	margin: 4px 0px 6px 8px;
}

/* random images */
#random {
	margin:0;
	padding:0;
}

/* hide content - not compliant if used for links, links must be active not hidden */
.semantic {display:none;}


/* header font styles */

#header_gold {
	font-size:3em;
	color:#e5a127;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 30px 0px;
	padding: 4px 0px 4px 4px;
	background-color:#fff;
}
#header_blue {
	font-size:3em;
	color:#1073eb;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 30px 0px;
	padding: 4px 4px 4px 0px;
	background-color:#fff;
}

#header_sm_gold {
	font-size:2em;
	color:#e5a127;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left:33px;
}
#header_sm_blue {
	font-size:2em;
	color:#1073eb;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


#name_blue {
	font-size:1.2em;
	color:#1073eb;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}	

/* picasa widget - to display thumbnails set height:200px and edit galleria.classic.css - This rule is read by Galleria to define the gallery height: */

#galleria{height:140px; margin: 10px 0px 0px 0px;}						

.cred{margin-top:0px;}

/* feed title */
h3.feed-title a {
	color:#39f;
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	font-size:14px;
	margin-top: 0;	
}

h3.feed-title a:hover {
	color:#9cf;
}

/* feed description not shown */
p.feed-desc {
	color:#C06;	
}
/* feed icon, choose one for news */
img.feed-title-image {	
}

/* feed item title */
h4.feed-item-title a {
	color:#666;
	display:block;
	text-decoration:none;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-size:12px;
	padding: 0 0;
	margin-bottom: 10px;
	text-height:font-size;
	line-height:13px;			
}
h4.feed-item-title a:hover {
	color:#6cf;	
}

/*feed item description */
p.feed-item-desc {
	color:#666;
	margin-top: -20px;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	}
	
#newsfeed {
	margin-bottom: -70px;
	
}
#eventsfeed {
	margin-bottom: -180px;
}

/* bottom ul
.categories-widget li{
	margin-top:7px;
	background:url(../images/category-marker.png) 0 5px no-repeat;
	padding-left:11px;
}
.categories-widget li:first-child{
	margin-top:0;
}
.categories-widget li a{
	text-decoration:none;
	color:#06acf8;
}
.categories-widget li a:hover{
	text-decoration:underline;
}
*/
#googlesearchbox {
	margin-top: -20px;
	padding-top: 0px;
}