/* @override http://www.2020creativegroup.local/site_library/css/default.css */

/*---global common definitions---*/
body {
	margin:0;
	font:13px Trebuchet MS, Arial, sans-serif;
	color:#666;
	min-width:989px;
}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
img {border:0;}
a{
	color:#8e8f93;
	text-decoration:none;
	outline-style:none;
	outline:none;
}
a:hover{color:#a2d20a;}
.active a{color:#1e1b1b;}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
#infinite_grey {
	width:100%;
	overflow:hidden;
	position:relative;
	background:#8e8f93;
	position:absolute;
	height:443px;
	top:126px;
	z-index: -1;
}

div#preloader_gui {
	width:100%;
	overflow:hidden;
	position:absolute;
	height:443px;
	top:126px;
	
	font: 12px "Trebuchet MS", Lucida, Verdana, sans-serif;
	color: #8d8e91;
	
	display: none;
}

div#preloader_gui div.bg {
	width: 60px;
	height: 50px;
	background-color: rgba(255,255,255,0.7);

	overflow:hidden;
	position: relative;
	display: block;
	
	left: 46%;
	top: 45%;
	padding: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.8);
	text-align: center;
}

div#preloader_gui div.bg img {
	margin-bottom: 3px;
}

.main_content{
	width:1174px; 
	position:relative;
	float:left;
	left:50%;
}
.page{
	width:743px;
	position:relative;
	float:left;
	left:-50%;
	padding:68px 209px 0 222px;
	
	background:#fff;
}
.left-arrow, .right-arrow{
	position:absolute;
	height:443px;
	width:211px;
	top:126px;
	left:0;
	background:#8e8f93;
}
.right-arrow{
	width:209px;
	left:auto;
	right:0;
}
.left-arrow a, .right-arrow a{
	display:block;
	width:43px;
	height:57px;
	background: url(/site_content/images/bg-arrows.gif) no-repeat;
	margin:198px 0 0 94px;
	text-indent:-9999px;
}
.right-arrow a{
	width:42px;
	background-position:100% 100%;
	margin:198px 0 0 76px;
}
/* header */
#header{
	position:absolute;
	width:743px;
	left:222px;
	top:0;
}
#header .logo{
	display:block;
	width:95px;
	height:35px;
	background:url(/site_content/images/logo.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	margin:33px 0 0;
}
#header .logo a{
	height:100%;
	display:block;
}
.nav1{
	float:right;
	padding: 42px 93px 0 0;
	font-size:14px;
}
#header .logo{
	float: none;
	padding: 0;
}
.nav1 ul{
	list-style:none;
	padding:0;
	float:left;
	overflow:hidden;
	margin: 0;
}
.nav1 li{
	background: url(/site_content/images/bg-nav1.gif) no-repeat 0 50%;
	padding:0 8px 0 13px;
	display:inline;
	margin:0 0 0 -1px;
}
.nav1 li.first{
	background: none;
}
/* main */
.main_box{
	height:501px;
	overflow:hidden;
}
/* content */
.content{
	padding:58px 0 0;
	overflow:hidden;
	width:100%;
	background:#fff;
	height: 443px;
}
.content2{
	position:relative;
	margin:-58px 0 0;
	padding:28px 0 0;
	overflow:hidden;
	width:100%;
	/*height: 473px;*/
}

.content2.no-nav-2 {
	padding-top: 58px;
}

div.content2 div.grid {
	background-image: url(/site_content/images/grid_bg.gif);
	width: 740px;
}

div.content2 div.grid.small {
	background-image: url(/site_content/images/grid_bg.gif);
	width: 445px;
}

div.content2 div.grid ul {
	height: 443px;
}

div.content2 div.grid ul li {
	height: 141px;
	width: 138px;
	float: left;
	display: inline;
	position: relative;
}

/* @group New Grid Item Form */

div.content2 div.grid ul li div.newGridItem {
	float: left;
	display: inline;
	position: relative;
	padding: 5px;
	width: 126px;
	text-align: center;
}

div.content2 div.grid ul li div.newGridItem input,
div.content2 div.grid ul li div.newGridItem select {
	width: 126px;
	float: left;
	display: inline;
	position: relative;
	margin-bottom: 10px;
}
div.content2 div.grid ul li div.newGridItem input.hidden {
	display: none;
}

/* @end */

.nav{
	list-style:none;
	margin:0 0 10px;
	padding:0;
	height:20px;
	overflow:hidden;
}
.nav li{
	display:inline;
	font-size:12px;
	margin:0 16px 0 0;
}
/* sidebar */
#sidebar{
	float:left;
	width:236px;
	height:444px;
	padding:0 19px 0 32px;
	position:relative;
	background:#fff;
}
#sidebar ul li.first {
	margin-top: 0;
	padding-top: 0;
}

#sidebar ul li {
	width:100%;
}

span.title{
	font-size:11px;
	line-height:8px;
	display:block;
	margin:92px 0 0;
	letter-spacing:2px;
}
.content h1{
	margin:20px 0 26px;
	font-size:20px;
	font-weight:normal;
	color:#19191a;
}
.content .industries h1{
	margin:40px 0 26px;
}
.content h2{
	font-size:16px;
	font-weight:normal;
	color:#1e1b1b;
	margin:27px 0 30px;
}
.content p{
	margin:0 0 22px;
	line-height:20px;
}

.content div.richtxt ul,
.content div.richtxt ol {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	line-height:20px;
	margin:0 0 22px;
}

.content div.richtxt ol {
	list-style-type: decimal;
}

.scrollable{
	height:240px; /* adjusted from 220px to allow for 1 more line of text */
	overflow:hidden;
}
.scroll_os_style {
	height:240px; /* adjusted from 220px to allow for 1 more line of text */
	overflow-x:hidden;
	overflow-y:auto;
}
.scrollable .vscroll-line{
	overflow:hidden;
	width:1px;
	background: url(/site_content/images/bg-vscroll-line.gif) repeat-y;
	left:5px !important;
}
.scrollable  .vscroll-slider{
	/* background:#d36626; */
	background:#8e8f93;
	width:5px !important;
	left:3px !important;
}
.scrollable .vscroll-up{height:8px !important;}
.holder{
	margin:69px 0 30px;
	overflow:hidden;
	width:100%;
}
.long{height:340px;}
.list{
	list-style:none;
	margin:0;
	padding:0;
}
.list li{
	line-height:16px;
	padding:5px 0;
}
.list a{color:#666;}
.list a:hover{color:#a2d20a;}
.list .active a{color:#1e1b1b;}
.content .list p{margin:0 0 8px;}
.date{
	display:block;
	font-size:11px;
	color:#8e8f93;
}
.gallery{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.gallery li{
	float:left;
	width:138px;
	height:141px;
	height:1%;
	overflow:hidden;
	margin:0 10px 11px 0;
	display:table !important;
	display:inline;
}
.gallery li a{
	width:138px;
	height:141px;
	background:#e1e1e4;
	display:block;
}
.gallery li a:hover{position:relative;}
.gallery .over{
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.gallery .over strong{
	display:none;
	background: url(/site_content/images/bg-over.png);
	width:138px;
	height:141px;
	font-weight:normal;
}
.gallery li a:hover .over strong{display:block;}
.gallery li a:hover .over{display:block;}
.gallery .over span{
	width:138px;
	height:141px;
	display:table-cell !important;
	vertical-align:middle;	
	text-align:center;
	display:block;
}
.gallery .over em{
	font-style:normal;
	font-size:11px;
	color:#fff;
}
#sidebar.beige{background:#ebe8d3;}
/* column */	
#column{
	float:right;
	width:445px;
	height:100%;
}
#column img{display:block;}
.scrollable div.vscroll-bar img{display:block;}
.grey{background:#e1e1e4;}
.col{
	height:444px;
	background:#e1e1e4;
	margin:0 8px 0 0;
	overflow:hidden;
	position: relative;
	/*border:1px solid #949;*/
}
.col .img {
	width:437px;
	height:444px;
	overflow:hidden;
}
.col .embedcode {
	width:437px;
	height:444px;
	overflow:hidden;
	float:left;
	position:relative;
	text-align: center;
}

/*
.col .embedcode .code {
	float:left;
	position:relative;
	display:block;

}*/


.col .embedcode object {
	float:left;
	padding-top:107px;
	width:437px;
}

.note{
	display:block;
	margin: 4px 0;
	position:absolute;
	font: 12px "Trebuchet MS", Lucida, Verdana, sans-serif;
	background: url(/site_content/images/4-square-icon.gif) no-repeat right center;
	width: 43px;
}

a:hover .note {
	background: url(/site_content/images/4-square-icon-mouseover.gif) no-repeat right center;
}

.note .menu_button {
	
}

#sidebar .note {
	bottom:6px;
	right:19px;
	position:absolute;
}
.pager{
	list-style:none;
	margin:0;
	padding:0;
	line-height:20px;
	float:left;
	width:207px;
}
.pager ul {
	padding:0px;
	margin:0px;
}
#sidebar .pager {
	position:absolute;
	bottom:6px;
}
.pager li{
	display:inline;
	margin:0 8px 0 0;
}
#column .beige{
	padding:0 20px 0 36px;
	background:#e3e5d6;
}
/* footer */
#footer{
	height:1%;
	overflow:hidden;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#b3b4b8;
	padding:15px 0;
}
#footer p{
	margin:0;
	float: left;
}
#footer a.permalink{
	float: right;
	display: none;
}


/* group:gallery toggle */

div.options_box {
	font:12px Trebuchet MS, Arial, sans-serif;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.8);
	border:2px solid rgb(0,0,0);
	border:2px solid rgba(0,0,0,0.5);
	padding:5px;
	width:auto;
	height:auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#column {
	position:relative;
}

div.options_box.column_options {
	position:absolute;
	display:block;
	width:70px;
/*
	height:30px;
*/
	right:12px;
	top:5px;
/*
	right:3px;
	top:-35px;
*/
}

div.options_box p {
	width:auto;
	padding:0;
	margin:0;
	float:left;
	margin-right:10px;
	display:inline;
}

div.options_box p span {
	padding:0;
	margin:0;
	float:left;
	display:inline;
	margin-top:5px;
	position:relative;
}

div.options_box p.last {
	margin-right:0;
}

div.options_box.vertical p {
	margin-bottom:5px;
	margin-right:0;
	display:block;
	width:100%;
}

div.options_box.vertical p span {
	line-height:12px;
	margin:0;
	padding:0;
}


div.options_box.vertical p.last {
	margin-bottom:0;
}

div.options_box p input {
	padding:0;
	margin:0;
	margin-right:5px;
	float:left;
}
