/* generic
----------------------------------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#444;
}
/* fonts
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	margin-bottom:5px;
}
h1 a, h2 a, h3 a {
	text-decoration:none;
	font-weight:normal!important;
}
h1 {
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight:normal;
	margin-top:0;
}
h2, .post h1, .post h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight:normal;
}
.post h2 {
	margin-bottom:5px;
	margin-top:10px;
}
h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
}
.intro {
	font-size: 16px;
	line-height: 22px;
}
em {
	color: #444444;
	font-style: italic;
	font-weight: bold;
}
/* Main Nav
----------------------------------------------------------------------------------------------------*/

/* MENU WIDTH SETTINGS */
#menu, #menu ul {
	width:920px;
	left:19px;
}
#menu ul li ul, #menu ul li ul li {
	width: 170px;
}
#menu ul li ul li a {
	width:170px;
}
#menu ul li ul li ul {
	left:210px;
}
/* MENU COLOR SETTINGS */

#menu ul li a {
	color: #454545;
	font-size: 14px;
	text-transform: uppercase;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a {
	color: #454545;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a, #menu li:hover a {
	background-color:#dedede;
}
#menu ul li.selected > a, #menu ul li.selected a {
	color: #ffffff;
}
#menu ul li ul li a {
	border-top: 1px solid #fff;
}
#menu ul li ul li a {
	background: x#f47d31;
	color: #454545;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a {
	background-color: #fff;
	color: #454545!important;
}
/* GENERAL MENU SETTINGS */
#menu {
	padding:0px 0px 0px 0px;
	font-size: 12px;
	height:83px;
	  position: relative;
    z-index: 1000;
	margin-bottom:-29px;
	background:url(images/navBg.png);
}
#menu a {
font-size: [menu-font-size];
	font-weight: bold;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	position: relative;
	float: left;
	  border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DFDFDF;
}
#menu ul li a {
	float: left;
	padding: 22px 20px 18px;
	text-decoration: none;
}
* + html #menu ul li a {
	padding: 20px 20px 16px;
}
#menu ul li.selected > a, #menu ul li.selected a {
	text-decoration: none !important;
}
#menu ul li em {
	position: absolute;
	left: -10001px;
	top: -10001px;
}
#menu ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top:100%;
	z-index:500;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li ul li {
	display: block;
	float: none;
	margin: 0;
}
html* #menu ul li ul li {
	margin-bottom: -3px;
}
#menu ul li ul li a {
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 15px 20px 12px;
	line-height: 1.3;
}
html* #menu ul li ul li a {
	float: left;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a {
	text-decoration: none;
}
#menu ul li ul li ul {
	top: 0;
	padding-left: 1px;
}
#menu ul li ul li ul li {
	font-size: 1em;
}
#menu ul li ul li ul li a {
}
#menu img {
	display:none;
}/*
Header
----------------------------------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	overflow: hidden;
	width: 921px;
	position:relative;
	top:20px;
}
#logo {
	border: medium none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#logo a {
	display: block;
	float: left;
	font-size: 0;
	text-indent: -9999px;
	width:920px;
	position:absolute;
	z-index:1;
}
/*
hero
----------------------------------------------------------------------------------------------------*/
.hero {
	position:relative;
	width:920px;
	height:200px;
	overflow:hidden;
	background:#fff;
}
.hero img {
	float:right;
	margin-top: -40px;
	width: 450px;
}
/*
container
----------------------------------------------------------------------------------------------------*/
#container {
	width:960px;
	margin:0 auto;
	position:relative;
}
.shadow-left {
	background: url(images/page-left.png) no-repeat scroll 0 0 transparent;
	width:32px;
	position:absolute;
	height:377px;
	left:-32px;
}
.shadow-right {
	background: url(images/page-right.png) no-repeat scroll 0 0 transparent;
	position:absolute;
	height:377px;
	right: 268px;
	top: -24px;
	width: 32px;
}
#main-content.oneCol .shadow-right {
	right: -32px;
}
/*
Main-Content
----------------------------------------------------------------------------------------------------*/
#main-content {
	width:960px;
	margin:0 auto;
}
/*
page-Content
----------------------------------------------------------------------------------------------------*/
#page-content {
	float: left;
	left: 19px;
	position: relative;
	width:920px;
	background:url(images/pagewrapper.jpg) repeat-y;
}
#page-content .boxImage {
	border: 1px solid #EDEDED!important;
	padding: 10px;
}
.webpage-content ul li {
	padding-bottom: 5px;
}
/*
webpage-Content
----------------------------------------------------------------------------------------------------*/
.webpage-content {
	padding:30px;
	width:560px;
	float:left;
	background:#fff;
	clear:both;
}
/*oneCol
---------------------*/
#main-content.oneCol .webpage-content {
	width:860px;
}
/*
sidebar
----------------------------------------------------------------------------------------------------*/
#side-bar {
	float: right;
	width:300px;
	background:#eeeeee;

}
.sidebar-content {
	padding:45px 25px 45px;
	float:left;
}
/*studentlogin
----------------------------------------------------------------------------------------------------*/
#studentlogin {
	position:relative;
	width:244px;
	height:75px;
	overflow:hidden;
}
#studentlogin a {
	background:url(images/student-login.png) no-repeat;
	display: block;
	height: 75px;
	width: 244px;
	position:absolute;
	z-index:1;
}
#studentlogin .custom-color {
	display: block;
	height: 54px;
	left: 4px;
	position: absolute;
	top: 2px;
	width: 235px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#studentlogin {
 clear:both;
}
}
/*
/*sidebar-block
----------------------------------------------------------------------------------------------------*/
.sidebar-block {
	margin-bottom:30px;
	    border-bottom: 1px solid #DDDDDD;
}
.sidebar-block.address {
	margin-bottom:15px;
}
.sidebar-block.address .imageplaceholder, .sidebar-block.address img {
	width:38px;
	height:38px;
	margin-top:0;
	float: left;
	margin: 0px 12px 0 0;
	padding: 2px;
	text-align: center;
	border:1px solid #DEDEDE;
	background:#fff;
}
.sidebar-block h2 {
	color:#666;
}
.sidebar-block ul {
	margin:10px 0 0;
	padding:0;
}
.sidebar-block ul li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px solid #ccc;
}
.sidebar-block ul li a {
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}
/*consultantlinks
----------------------------------------------------------------------------------------------------*/
.consultantlinks {
	float:left;
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	padding:2px 0 15px;
}
.imageplaceholder {
	background:#fff;
	float: left;
	margin: 12px 12px 0 0;
	padding: 10px;
	text-align: center;
	width:88px;
	height:88px;
	border:3px solid #DEDEDE;
}
.second {
	margin-right:0;
}
/*social
----------------------------------------------------------------------------------------------------*/
#social ul {
	margin:0;
	padding:0;
}
#social ul li {
	display:inline-block;
	width:25px;
	height:25px;
	overflow:hidden;
	margin-right:5px;
	border:0;
}
* + html #social ul li {
	display:inline;
	margin-right:5px;
}
#social ul li a {
	display:block;
	height: 25px;
	width: 25px;
}
/*
----------------------------------------------------------------------------------------------------*/
blockquote, .blockquote {
	background: url("images/blockquote.gif") no-repeat scroll 2px top transparent;
	padding-left: 40px;
	margin:10px 0;
	font-style:italic;
}
.quote-author {
	font-weight:bold;
	color:#444;
}
.featured {
	border-bottom:1px solid #dedede;
	padding-bottom:15px;
	margin-bottom:15px;
}
.featured blockquote {
	font-size: 18px;
	line-height: 24px;
}
div.more a {
	float:right;
}
.name {
	font-size:14px;
	color:#444;
}
/*utility-nav
----------------------------------------------------------------------------------------------------*/

#utility-nav ul {
	margin:0 0 20px;
	padding:0;
	width:250px;
}
#utility-nav ul li {
	border-bottom: 1px solid #CCCCCC;
	list-style: none outside none;
	margin: 2px 0 20px;
	padding: 5px 6px;
	float:left;
}
#utility-nav ul li a {
	text-decoration:none;
}
#utility-nav ul li.selected a {
	color:#444;
}
/*
general
----------------------------------------------------------------------------------------------------*/
.right {
	margin-right:20px;
}
hr {
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin:15px 0;
	opacity: 0.2;
	clear:both;
}
/*
search
----------------------------------------------------------------------------------------------------*/
.search-box {
	padding: 0px;
}
#search {
	-moz-border-radius: 2px 2px 2px 2px;
	background: none repeat scroll 0 0 #DEDEDE;
	margin-bottom: 15px;
	padding: 10px;
	width: 220px;
	position:relative;
	overflow:hidden;
}
* + html #search {
	float:left;
	height:26px;
}
#search input#CAT_Search {
	width:210px;
	float:left;
	position:relative;
}
#search input.cat_button {
	position:absolute;
	z-index:1;
	background:none;
	margin-left:-30px;
	margin-top:4px;
	border:0;
	background:none;
}
/*form
----------------------------------------------------------------------------------------------------*/
input.textinput, select, input.button, input.textbox {
	-moz-border-radius: 2px 2px 2px 2px;
	background: url("images/input_bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #DEDEDE;
	color: #444666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 5px;
}
input.button {
	margin: 0 0 0 3px;
	background:url("images/bg_select.png") repeat-x scroll 0 14px #FFFFFF;
}
.webform select, .select {
	background: url("images/bg_select.png") repeat-x scroll 0 14px #FFFFFF;
	margin: 0 5px 0 0 !important;
}
.webform .form-inputs {
	margin-left: 160px;
	margin-bottom:10px;
}
table.webform tr {
	height:38px;
}
table.webform td {
	line-height: 0px;
	padding:0;
}
.webform label {
	color: #333333;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding-top: 8px;
	text-align: right;
	width: 145px;
}
.form-inputs input[type="radio"] {
	margin: 9px 4px 0 0;
	padding: 0;
}
.req {
	color: #2E5F64;
}
.webform select {
	margin-right: 10px;
	width: auto !important;
}
.webform input[type="text"]:focus, .webform input[type="password"]:focus, .webform textarea:focus {
	border: 1px solid #ccc;
}
.webform input[type="submit"] {
	width:82px;
	height:32px;
	border:0;
	cursor:pointer;
	color:#fff;
}
.shop-product-small img {
	border: 0 none !important;
	float: none !important;
	height: 120px;
	margin: 0 !important;
	padding: 0 !important;
}
.shop-product-small li.quantity input.productTextInput {
	width:20px;
}
.webform textarea, textarea {
	background: url("images/input_bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #dedede;
	color: #444666;
	font-family: Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	height: 200px;
	margin: 0;
	overflow: auto;
	padding: 3px 5px;
}
.shop-product-small li.quantity input.productSubmitInput {
	background-image:url(images/submit_bg.png) repeat-x;
	border:0;
	color:#fff;
	width:80px;
}
* + html .shop-product-small li.quantity input.productSubmitInput {
	width:75px;
}
.shop-product-large li img {
	display:block;
}
.shop-catalogue .image {
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}
#page-content .shop-catalogue .image img {
	border: 0 none !important;
	float: none !important;
	height: 145px;
	margin: 0 !important;
	padding: 0 !important;
}
.productitemcell {
	height: 35px;
}
.formbox {
	background: none repeat scroll 0 0 #F9F9F9;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	width: 425px;
}
div.form div.item, div.webform div.item {
	clear: both;
	padding: 3px 0;
}
.formbox label {
	color: #444666;
	float: left;
	font-size: 12px;
	padding: 7px 15px 0 0;
	text-align: right;
	width: 120px;
}
.form select, select {
	max-width: 200px;
	width: auto;
}
.formbox input[type="text"], .formbox input[type="password"], .formbox textarea {
	float: left;
	margin: 0 5px 0 0;
	width: 260px;
}
.form h2 {
	float: left;
	font-size: 18px !important;
	margin: 15px 0;
	width: 100%;
}
.formbox br {
	display: none;
}
div.methods input {
	margin-left:134px;
}
.formbox .methods label {
	float: none;
}
.formbox .methods br {
	display: block;
}
table.order-list {
	border-bottom: 1px solid #EDEDED;
	margin: 0;
}
table.order-list td {
	width: 115px;
	border:0;
	padding:8px;
}
table.order-list a {
	margin: 0 9px 0 0;
}
table.order-list span.number {
	color: #444666;
	display: block;
	font-size: 11px;
}
.comment-form {
	clear:both;
}
.bottom {
	clear:both;
	padding:10px 0 0;
}
.bottom img {
	margin-left: 46px;
	margin-top: -20px;
}
.bottom input {
	position:absolute;
	margin-left:25px;
}
#calendar-container select {
	margin-right:5px;
	background:url(images/select_bg.png) repeat-x;
}
/* collist-2
---------------------------------------------------------------------------------------------------------*/
#page-content ul.col2-list {
	float: left;
	margin: 0 0 30px;
	width: 560px;
	padding:0;
	clear:both;
}
#page-content ul.col2-list li {
	background: none repeat scroll 0 0 transparent !important;
	color: #000000;
	float: left;
	height: 125px;
	list-style: none outside none;
	padding: 0 30px 30px 0 !important;
	text-indent: 0 !important;
	width: 250px;
}
#page-content ul.col2-list li img {
	margin-bottom: 55px;
	max-width: 58px !important;
	padding: 5px !important;
	float:left;
	margin-right: 5px;
}
.team-detail img {
	border: 1px solid #EDEDED !important;
	float: left;
	margin: 0 15px 15px 0;
	max-width: 260px;
	padding: 10px;
}
#page-content ul.col2-list p, #page-content ul.col2-list h3 {
	margin:0 0 5px;
}
/* blog
----------------------------------------------------------------------------------------------------*/
.blog-container .post-list {
	width:100%;
}
.post {
	float:left;
	padding:10px 0 15px;
}
.blogpost-list .post p {
	margin-bottom:0;
}
.post .date-author, .post .post-content {
	width:100%;
}
.post .post-details {
	display:inline;
	font-weight:bold;
	color:#333;
}
.blogpost-detail .imageplaceholder, .blogpost-detail img {
	float:none;
	width:auto;
}
/*literature
----------------------------------------------------------------------------------------------------*/

p.literature-container span.icon, p.literature-container span.name {
	font-size:12px;
}
/* faq
----------------------------------------------------------------------------------------------------*/
.faq-question {
	border-bottom:1px solid #dedede;
	padding-bottom:15px;
	margin-top:15px;
}
.faq-details {
	margin:20px 0;
	background:#f3f3f3;
	padding:20px;
}
.answer {
	background:#fff;
	padding:10px;
	color:#333;
}
/*modules
----------------------------------------------------------------------------------------------------*/

table.module-calendar td ul, table.module-calendar td ul li {
	padding:0;
	margin:0;
	list-style:none;
}
table.productTable td {
	vertical-align:top;	
}
/* Footer
----------------------------------------------------------------------------------------------------*/


#footer {
	clear: left;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 15px;
	width: 100%;
}
.footer-content {
	width:920px;
	margin:0 auto;
}
.overlap {
	background: #FFFFFF;
	height: 15px;
	left: -1px;
	margin-bottom: 15px;
	position: relative;
	width: 620px;
}
#footer.oneCol .overlap {
	width:920px;
}
#footer ul {
	display: block;
	float: left;
	margin: 0 0 0 15px;
	overflow: auto;
	padding: 0 0 15px;
}
#footer ul li {
	display:inline;
	float:left;
	list-style:none;
	padding:0 8px;
	font-size:12px;
}
#footer ul li#footer-first {
	background:none;
	padding-left:0;
}
#footer ul li a:link, #footer ul li a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
#footer ul li a:hover, #footer ul li a:active {
 opacity:;
}
#hotpress-link {
	display:block;
	width:100px;
	margin:0;
	float:right;
}
#hotpress-link a:link, #hotpress-link a:visited {
	background:url(images/ecp.png) no-repeat left top;
	display: block;
	float: right;
	height: 34px;
	text-indent: -9999px;
	width: 153px;
}
#hotpress-link a:hover, #hotpress-link a:active {
	opacity: .8;
}
		


/******
/******
/******
/******
Fonts 
-------------------------------------------------------------------------------------------------*/

@font-face {
 font-family: 'ColaborateThinRegular';
 src: url('/fonts/ColabThi-webfont.eot');
 src: url('/fonts/ColabThi-webfont.eot?iefix') format('eot'), url('/fonts/ColabThi-webfont.woff') format('woff'), url('/fonts/ColabThi-webfont.ttf') format('truetype'), url('/fonts/ColabThi-webfont.svg#webfontG4vaW79c') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ColaborateLightRegular';
 src: url('/fonts/ColabLig-webfont.eot');
 src: url('/fonts/ColabLig-webfont.eot?iefix') format('eot'), url('/fonts/ColabLig-webfont.woff') format('woff'), url('/fonts/ColabLig-webfont.ttf') format('truetype'), url('/fonts/ColabLig-webfont.svg#webfont3FAZKDdg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ColaborateRegular';
 src: url('/fonts/ColabReg-webfont.eot');
 src: url('/fonts/ColabReg-webfont.eot?iefix') format('eot'), url('/fonts/ColabReg-webfont.woff') format('woff'), url('/fonts/ColabReg-webfont.ttf') format('truetype'), url('/fonts/ColabReg-webfont.svg#webfontTlHJ4DQk') format('svg');
 font-weight: normal;
 font-style: normal;
}
