* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
body {
	background:#eaeaea; 
}
body.wysiwygeditor, body.filedialog {background-image:none; background:#fff;}
.mainContainer { background:#fff; width:95%; max-width:1600px; margin:0px auto;}

.span9 {/*width:98%; max-width:1200px;*/ width:100%; max-width:1200px; margin:0px auto;}
.span12 {width:100%;}
.Pagefooter {padding:5px; background:#eaeaea;}
.footeritems {display:inline; list-style-type:none; margin:0px;}
.footeritems li {display:inline; list-style-type:none;}
.topnavitem {list-style:none;}
.container {margin-left:40px;}
.navbar-inner {
	/*
	background-image:url(img/blk.png);
	background-repeat:repeat;*/
	background: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#333333));
	background: -moz-linear-gradient(top, #525252, #333333);
	background: -ms-linear-gradient(top, #525252, #333333);
	height:50px;
}
.float_left {float:left; margin:5px;}
.float_right {float:right; margin:5px;}
#filewrapper {background-color:#fff;}
.mountains {
	background-image:url(img/mountains.png);
	background-repeat:no-repeat;
	background-position:center;
	height:400px;
	width:100%;
	max-width:1800px;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	font-weight:lighter;
	letter-spacing:2.5px;
}
.mountains .tagline {margin-top:160px;}
.mountains p{padding:3px;}
h1, .moduletitle {
	font-weight:lighter;
	letter-spacing:2.5px;
	color:#9da3a8;
	margin-bottom:5px;
}
.floatpanelcontainer {
	text-align: center;
	width: 98%;
	margin: 10px auto;
	position: relative;
	z-index: 10;
	}
.section {
	padding:20px 10px 10px 10px; 
	text-align:center; 
	display: inline-block;
	margin: 1%;
	width:40%;
	min-width: 300px;
	height: 250px;
	position: relative;
	zoom: 1;
	*display:inline;
	vertical-align:top;
}
.section h3 { 
	font-size:20px;
	font-weight:lighter;
	letter-spacing:2.5px;
	color:#9da3a8;
	margin:10px 0px;
}
.green{ background:#C3FDE1;  color:#0d5e6c;}
.green h3{ color:#0d5e6c;}
.yellow{background:#F7F0E0; color:#753040;}
.yellow h3{ color:#753040;}
.pagemenu {
	/*background:#eaeaea;*/
	display:none;
}
.row {margin:5px auto;}
.slidecontainer {padding:0px 10px;}
.PortfolioSlide{ 
	border:1px solid #cdcdcd; 
	border-radius:3px; 
	text-align:left; 
	display:block; 
	margin:25px auto; 
	padding:10px;
	-webkit-transition: .2s background linear;
	-moz-transition: .2s background linear;
	-ms-transition: .2s background linear;
	-o-transition: .2s background linear;
	transition: .2s background linear;
}
.PortfolioSlide:hover {
	background:#eaf6f7; 
}
.PortfolioSlide img {width:75%; height:auto; float:left; margin:5px 20px 5px 5px; border:1px solid #cdcdcd;}
.viewmore {
	border: 1px solid #cdcdcd;
	background: #1f842d;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f842d', endColorstr='#0e771d');
	background: -webkit-gradient(linear, left top, left bottom, from(#1f842d), to(#0e771d));
	background: -moz-linear-gradient(top, #1f842d, #0e771d);
	background: -ms-linear-gradient(top, #1f842d, #0e771d);
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
}
.viewmore:hover {
	color: #fff;
	text-decoration: underline;
}
.viewmore:visited{
	color: #fff;
	text-decoration: none;
}
.Fullslide {text-align:center; display:block; margin:25px auto;}
.panelwrapper {
	/*padding:20px;
	border:1px solid #cdcdcd; 
	background:#fff; 
	padding:20px;
	border-radius:15px; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px;*/
}
.maxwidth {
	 margin:20px auto; 
	 text-align:center;
}
.maxwidth img {width:auto; max-width:100%;}
.subtext {font-size:.8em; font-style:italic; text-align:center;}
.polaroid {
	padding:10px;
	border:1px solid #cdcdcd; 
	box-shadow: 0 0  3px #888;
	-moz-box-shadow: 0 0  3px #888;
	-webkit-box-shadow: 0 0  3px #888;
	margin:0px 10px;
}

/*******************************************
Site Navigation
*******************************************/

ul.root-nav  a
{
	border-radius:0px; 
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
	font-size:14px;
}
ul.root-nav  li {
	margin:0px;
	margin-bottom:-5px;
	}
ul.root-nav  li a {
	font-size:14px;
	padding:30px 35px 18px 35px;
	
}

/* selected menu element */
ul.root-nav  li.current > a,
ul.root-nav li:hover > a {
    background:#c30;
    color:#fff;
    border:0px;
	border-radius:0px;
	font-size:14px;
}
ul.root-nav  li ul {display:none;}
/*ul.root-nav  li ul {width:auto; background:#fff; top:38px;}
ul.root-nav  li ul li {height:18px; padding:0px 5px; text-align:left; margin:5px 3px; white-space:nowrap;}
ul.root-nav  li ul li.current > a, ul.root-nav li ul li:hover > a
 { 
 	background:none;
    border:0px;
	border-radius:0px;
	color:#333;
 }
ul.root-nav  li ul li a {
	padding:0px; margin:0px;	
}*/

/*******************************
Conditional CSS
*******************************/
@media screen and (max-width: 960px) {

}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}


@-moz-document url-prefix() {
ul.root-nav  li a {padding:30px 35px 16px 35px;}		
}