html{
	height: 100%;
}

body{
	font-family: Fanwood Text;
	margin: 0px;
	background-color: #e4e4e4;
	font-weight: 300;
	height: 100%;
}

#displayCanvas{
	position: relative;
	min-height: 100%;
	margin: 0px 0px -108px 0px;
}

#displayCanvasSpacer{
	display: block;
	height: 108px;
}

a{
	color: inherit;
	border: none;
	text-decoration: none;
}

img{
	border: none;
}

.clear{
	clear: both;
}

.blockWrapper{
	width: 100%;
}

.elementWrapper{
	width: inherit;
}

/* ------------------------- Tables ------------------------- */

table{
	position: relative;
	border-collapse: none;
	text-align: center;
	display: inline-block;
	left: 50px;
}

table, th, td{
	border: 1px solid #282828;
}

th{
	width: 200px;
}

/* ------------------------- Header ------------------------- */

#headerBar{
	height: 8px;
	background-color: #c5382a;
	border-bottom: 1px solid #a83a30;
}

#headerWrapper{
	height: 100px;
	background-color: #fff;
	color: #40271b;
	border-bottom: 2px solid #eeeeee;
}

#header{
	width: 850px;
	margin: 0px auto 0px auto;
}

#header .menu{
	display: inline-block;
	margin: -1px 0px 0px 0px;
}

#header .menu .menu0{
	display: inline-block;
	margin: 0px 0px 0px 25px;
}

#header .menu .menu1{
	display: inline-block;
	margin: 0px 0px 0px 20px;
	float: right;
}

#header .menu .menu2{
	display: inline-block;
}

#header .menu .item{
	height: 26px;
	display: inline-block;
	padding: 7px 12px 0px 12px;
}

#header .menu .big{
	font-size: 21px;
}

#header .menu .medium{
	font-size: 18px;
}

#header .menu .item.selected{
	color: #c52e1f;
	border-top: 5px solid #c5382a;
	padding-top: 2px;
}

#header .menu .item.selected.medium{
	padding-top: 4px;
}

#header .image{
	display: inline-block;
	position: relative;
	right: 10px;
	text-align: center;
	padding-top: 10px;
}

/* ------------------------- Content ------------------------- */

#contentWrapper{
	border-top: 2px solid #e1e1e1;
	background-color: #e4e4e4;
	color: #282828;
}

#content{
	width: 795px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 17px 0px;
	display: none;
}

#content a{
	text-decoration: underline;
	font-weight: 400;
	color: #38241a;
}

#content a:hover{
	text-decoration: none;
}

#pageTitle{
	border-bottom: 2px solid #a83a30;
	height: 50px;
}

#pageTitle .title{
	display: inline-block;
	float: left;
	font-size: 36px;
	padding: 0px 10px 0px 10px;
}

#pageTitle .subtitle{
	display: inline-block;
	line-height: 18px;
	height: 40px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
}

#pageTitle .subtitle .title{
	display: inline-block;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
}

#pageTitle .subtitle .element{
	display: inline-block;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
}

#pageMedia{
	border-top: 3px solid #c5382a;
}

#pageMedia .left{
	display: inline-block;
	width: 575px;
	padding: 10px 0px 0px 10px;
}

#pageMedia .left .main{
	border: 2px solid #949494;
	display: none;
}

#pageMedia .left .main.selected{
	display: inline-block;
}

#pageMedia .left .sub{
	width: 128px;
	height: 85px;
	display: inline-block;
	border: 2px solid #949494;
	margin: 7px 7px 0px 0px;
	cursor: hand;cursor: pointer;
}

#pageMedia .left .sub.selected{
	cursor: auto;
	display: none;
}

#pageMedia .right{
	display: block;
	float: right;
	width: 200px;
	text-align: center;
	font-family: Signika Negative;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
}

#pageMedia .right a{
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}

#pageMedia .right .element{
	position: relative;
	z-index: 10;
	display: inline-block;
	color: #636363;
	width: 170px;
	padding: 5px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	cursor: hand;cursor: pointer;
}

#pageMedia .right .element.selected{
	position: relative;
	z-index: 20;
	width: 205px;
	background-color: #979797;
	color: #efefef;
	border: none;
	padding: 7px 0px 5px 0px;
	margin: -2px 0px -2px 0px;
	border-top: none;
}

#pageMedia .right .bar{
	width: 170px;
	height: 2px;
	margin: 0px auto 0px auto;
	background-color: #d0d0d0;
}

#pageMedia .right .top.bar{
	width: 185px;
	background-color: #bababa;
}

#pageText{
	display: inline-block;
	font-family: Signika Negative;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color: #303030;
	width: 753px;
	padding: 0px 20px 14px 17px;
	margin: -5px 0px 0px 0px;
}

#pageText .textBlock{
	display: block;
	margin-top: 14px;
	text-indent: -7px;
	padding: 0px 10px 0px 2px;
}

#pageText .title{
	display: inline;
	font-weight: 400;
	font-size: 16px;
	vertical-align: top;
}

#pageText .text{
	display: inline;
}

#pageTextBar{
	height: 3px;
	background-color: #a83a30;
	border-top: 2px solid #c5382a;
}

/* ------------------------- Footer ------------------------- */

#footerTopBar{
	border-top: 1px solid #939393;
}

#footerWrapper{
	position: relative;
	z-index: 10;
	border-top: 2px solid #120b08;
	background-color: #38241a;
	height: 105px;
}

#footer{
	color: #ddd;
	font-family: Fanwood Text;
	font-size: 15px;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 7px 0px;
	text-align: center;
}

#footer a{
	font-style: italic;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .menu{
	font-size: 14px;
}

#footer .menu .item{
	display: inline-block;
	margin-left: 30px;
}

#footer .menu .item.first{
	margin-left: -15px;
}

#footer .credits{
	display: inline-block;
	margin: 0px 0px 3px 0px;
	font-size: 16px;
	color: #c9c9c9;
}

#footer .credits .copyright{
	display: inline-block;
}

#footer .credits .company{
	display: inline-block;
}

#footer .social{
	display: inline-block;
	margin: 10px 0px 3px 0px;
	text-align: center;
}

#footer .social a{
	width: 32px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 0px;
}

#footer .facebook{
	background-image: url('img/Facebook.png');
}

#footer .twitter{
	background-image: url('img/Twitter.png');
	background-position: left center;
}

#footer .linkedin{
	background-image: url('img/LinkedIn.png');
}