@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/bebasneue-webfont.eot');
	src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebasneue-webfont.woff') format('woff'),
		url('fonts/bebasneue-webfont.ttf') format('truetype'),
		url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'misoregular';
	src: url('fonts/miso-regular-webfont.eot');
	src: url('fonts/miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/miso-regular-webfont.woff') format('woff'),
		url('fonts/miso-regular-webfont.ttf') format('truetype'),
		url('fonts/miso-regular-webfont.svg#misoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'misobold';
	src: url('fonts/miso-bold-webfont.eot');
	src: url('fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/miso-bold-webfont.woff') format('woff'),
		url('fonts/miso-bold-webfont.ttf') format('truetype'),
		url('fonts/miso-bold-webfont.svg#misobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
* { 
	margin:0; 
	padding:0;
	max-height:10000px;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
html{
	height: 100%;
}
body {
	color:#000;
	font:15px/16px 'misoregular', Arial, Helvetica, sans-serif;
	background:#e7e7e7 url(images/bg-body.gif);
	min-width:1280px;
	min-height:100%;
	position:relative;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {text-decoration:none;}
a:active {background-color: transparent;}
input, textarea, select {
	font:100% 'misoregular', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
.aligncenter { text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {float: left;}
.alignright {float: right;}
input[type="image"]{padding:0;border:none;}
input[type=text], input[type=password], input[type=file], input[type=submit], textarea{-webkit-appearance:none;}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:100%;
}
.w1{
	padding-bottom: 10px;
	background:url(images/bg-header.gif) repeat-x;
}
#header{
	width:100%;
	overflow:hidden;
}
.logo {
	width:286px;
	height:226px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 26px;
	float:left;
	position:relative;
	z-index: 5000;
}
.logo a{
	display:block;
	height:100%;
}
.panel{
	height:76px;
	padding:16px 0 0;
	text-align:right;
	position:relative;
	z-index:150;
}
.panel:after{
	content:"";
	display:block;
	clear:both;
}
.panel .facebook-like{
	display:inline-block;
	vertical-align:top;
	padding:32px 16px 0 15px;
}
.panel .facebook-like img{vertical-align:top;}
.panel nav{
	text-align:left;
	display:inline-block;
	vertical-align:top;
}
#nav{
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0;
	font:19px/22px 'misoregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#nav li{
	float:left;
	list-style:none outside;
}
#nav li:first-child{margin:0;}
#nav a{
	display:block;
	height:44px;
	padding:32px 17px 0;
	text-decoration:none;
	color:#3c3c3c;
}
#nav a.home{
	background:#ebebeb url(images/bg-home.png) no-repeat 50% 30px !important;
	overflow:hidden;
	text-indent:-9999px;
	width:78px;
	height:76px;
	padding:0;
}
#nav a:hover,
#nav .active a,
#nav li.hover a{
	background:#c12523;
	text-decoration:none;
	color:#fff;
}
#nav li.hover{ position:relative;}
#nav li.hover .drop{display: block;}
#nav .drop {
	width:133px;
	position:absolute;
	left:0;
	top:100%;
	z-index:2;
	display:none;
	margin:-6px 0 0;
}
#nav .top,
#nav .bottom {
	background:url(images/bg-drop-t.png) no-repeat;
	height:8px;
	display:block;
	overflow:hidden;
}
#nav .bottom {
	background:url(images/bg-drop-b.png) no-repeat;
	height:11px;
}
#nav ul{
	background:url(images/bg-drop.png) repeat-y;
	padding:2px 6px 2px 8px;
	margin:0;
	width:119px;
}
#nav li li{
	float:none;
	width:100%;
	vertical-align:top;
	padding:2px 0 3px;
	background:url(images/divider.gif) repeat-x;
	margin:0 !important;
}
#nav li li:first-child{background:none;}
#nav .active li a,
#nav li li a,
#nav li.hover li a{
	background:none;
	display:inline;
	color:#3c3c3c;
	padding: 0 9px;
}
#nav li li a:hover{text-decoration:underline;}
#main{
	min-width: 1280px;
	width: 100%;
	margin:-133px auto 0;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
#sidebar{
	padding:187px 0 0;
	float:left;
	width:285px;
	margin:0 -300px 50px 0;
}
.twitter-box{
	border:1px solid #fefefe;
	width:234px;
	position:relative;
	margin:0 0 0 49px;
	z-index:15000;
}
.twitter-box:after{
	content:"";
	position:absolute;
	left:-25px;
	top:-15px;
	background:url(images/twitter-bird.png) no-repeat;
	width:38px;
	height:31px;
}
.widget.xmt{
	margin:0;
	width:234px;
	padding:0 0 15px;
}
.tweet_area{
	margin:0;
	padding:0;
}
.tweet_list{
	width:234px;
	background:url(images/bg-twitter-block.png) no-repeat;
	padding:11px 0 3px;
	margin:0;
	list-style:none outside;
}
.tweet_list .holder{
	background:url(images/bg-twitter-block-b.png) no-repeat 0 100%;
	padding:0 0 17px;
}
.tweet_list .frame{
	background:url(images/bg-twitter-block.png) repeat-y -237px 0;
	padding:2px 8px 0;
	width:218px;
	overflow:hidden;
	font:12px/14px 'misoregular', Arial, Helvetica, sans-serif;
}
.tweet_list blockquote{
	margin:0;
	padding:0 20px 2px 18px;
	background:url(images/quote-l.png) no-repeat 6px 3px;
}
.tweet_list q{
	background:url(images/quote-r.png) no-repeat 100% 3px;
	padding:0 12px 0 0;
}
.tweet_list blockquote .mark{color:#a81e22;}
.tweet_list .date{
	padding:0 5px 0 0;
	display:block;
	text-align:right;
	text-transform:uppercase;
	color:#2daae2;
	font:9px/14px 'misobold', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin: 0 0 -2px;
}
.twitter-box .scrollable-area{
	width:234px !important;
	height:344px;
	overflow:auto;
	padding: 2px 0;
	min-height:494px !important;
}

.twiget-widget{
	/*height:344px !important;
	max-height:344px !important;*/
}
.twitter-box .vscrollbar{
	display:block !important;
	bottom: 0 !important;
	height: 7px !important;
	padding: 5px 5px 5px 0;
	right: 0 !important;
	top: auto !important;
	width: 229px !important;
	background: url(images/bg-body.gif);
}
.twitter-box .vscroll-up{
	background:url(images/btn-up-down.png) no-repeat  -16px 0 !important;
	width:12px !important;
	height:7px !important;
	margin: 0 0 0 192px;
}
.twitter-box .vscroll-down{
	background:url(images/btn-up-down.png) no-repeat !important;
	width:12px !important;
	height:7px !important;
	margin:0 0 0 3px;
}
.twitter-box .vscroll-slider{
	width:0 !important;
	height:0 !important;
	background:none !important;
}
.twitter-box .vscroll-line{
	width:0 !important;
	height:0 !important;
	background:none !important;
}
#content{
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 0 300px;
	width: 960px;
	position:relative;
}
#content:before{
	content:"";
	background:url(images/shadow-panel.png) no-repeat 100% 0;
	width:100%;
	position:absolute;
	height:105px;
	top:0;
	left:0;
	z-index:10;
}
.page #content{padding: 0 15px 0 295px;}
#content .scrollable-area{
	width:911px;
	overflow:auto;
	z-index:100;
	padding:0 11px 0 0;
}
#content .scrollable-area .inner-area{padding:30px 0 90px 40px;}
.page #content .scrollable-area .inner-area{padding:96px 0 90px 40px;}
#content .vscrollbar{
	width:7px !important;
	top:30px !important;
}
.page #content .vscrollbar{top:96px !important;}
#content .vscroll-line{
	width:7px !important;
	max-height:522px;
	background:url(images/bg-scroll-line.png) no-repeat !important;
}
#content .vscroll-slider{
	height:127px !important;
	background:url(images/bg-slider.png) repeat-y !important;
	width:7px !important;
}
#content .vscroll-up,
#content .vscroll-down{
	height:0 !important;
}
#content .heading{
	background:url(images/bg-heading.png);
	width:841px;
	overflow:hidden;
	margin:0 0 4px;
	height: 18px;
}
.page #content .heading{
	width:833px;
	margin:0 0 19px -3px;
}
.page #content .heading.long{width:841px;}
#content .heading h2{
	float:left;
	margin:0;
	color:#fff;
	background:#000;
	min-width:94px;
	text-transform:uppercase;
	padding:0 4px;
	font:19px/21px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}
.page #content .heading h2{
	padding:0 8px 0 4px;
	min-width:111px;
}
#content .heading .return{
	float:right;
	width:102px;
	height:17px;
	background:url(images/btn-return.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#content .heading .return:hover{
	background-position:0 -20px;
}
#content div.carousel {
	position: relative;
	padding:0 40px 54px;
	width: 841px;
	overflow:hidden;
	margin:0 0 -38px -40px;
	background:url(images/shadow-content-block.png) no-repeat 50% 100%;
	z-index:10;
}
#content div.carousel1{
	padding:0 40px 49px;
	margin:0 0 -26px -40px;
}
#content div.carousel div.mask {
	position: relative;
	overflow: hidden;
	width: 846px;
}
#content div.carousel div.mask div.slideset {
	width: 99999px;
	float: left;
}
#content div.carousel div.gmask-holder{
	overflow:hidden;
	position:relative;
	width:843px;
}
#content div.carousel div.mask div.slide {
	width: auto;
	float: left;
	width:198px;
	height:72px;
	padding:4px;
	background:#fff;
	margin:0 5px 0 0;
}
#content div.carousel1 div.mask div.slide{
	width:auto;
	height:auto;
}
#content div.carousel div.slide a:before {
	content:'';
	position:absolute;
	width:198px;
	height:72px;
	background-color:rgba(0,0,0,0);
}
#content div.carousel div.mask div.slide1 {
	letter-spacing: -1px;
	padding: 4px 12px;
	text-align: justify;
	width: 252px;
}
#content div.carousel div.mask div.slide img{
	vertical-align:top;
	width:100%;
}
#content div.carousel1 div.mask div.slide img{width:auto;}
#content div.carousel div.mask div.slide1 img{
	display:block;
	margin:0 0 6px -8px;
}
#content div.carousel div.mask div.slide1 p{margin:0 0 10px;}
#content div.carousel .btn-prev,
#content div.carousel .btn-next{
	width:20px;
	height:34px;
	background:url(images/btn-gallery.png) no-repeat 0 -36px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:50%;
	margin:-47px 0 0;
}
#content div.carousel .btn-next.disabled:hover,
#content div.carousel .btn-next.disabled{background-position:-23px 0;}
#content div.carousel .btn-prev.disabled:hover,
#content div.carousel .btn-prev.disabled{background-position:0 0;}
#content div.carousel .btn-next{
	background-position:-23px -37px;
	left:auto;
	right:0;
}
#content div.carousel div.mask .heading1{
	width:262px;
	overflow:hidden;
	height:44px;
	margin: 0 0 0 -8px;
	padding:0 2px 0 4px;
}
#content div.carousel div.mask .heading1 h3{
	float:left;
	text-transform:uppercase;
	margin:0;
	font:20px/25px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	padding:5px 0 0;
	letter-spacing:-1px;
}
#content div.carousel div.mask .heading1 h3.big{
	font:22px/25px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}
#content div.carousel div.mask div.slide1 .heading1 img{
	margin:0;
	display:inline;
}
#content div.carousel div.mask .heading1 .logo{
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	float:right;
	margin:0;
}
#content div.carousel div.mask .btn-holder{
	width:268px;
	overflow:hidden;
	margin:0 0 0 -8px;
	position:relative;
}
#content .more{
	float:right;
	background:#8a2420;
	overflow:hidden;
	min-width:45px;
	min-height:15px;
	margin:0 13px 0 0;
	text-transform:uppercase;
	color:#fff;
	font: 12px/15px 'misobold',Arial,Helvetica,sans-serif;
	text-align:center;
	padding:0 2px;
	text-decoration:none;
	letter-spacing:0;
}
#content .more:hover{text-decoration:underline;}
#content div.carousel .info-block{
	background:#ebebeb;
	padding:10px 7px;
	margin:-5px 0 0 -8px;
	width: 254px;
}
#content div.carousel .info-block dl{
	margin:0;
	text-transform:uppercase;
	letter-spacing:-1px;
	font:14px/14px 'misobold', Arial, Helvetica, sans-serif;
}
#content div.carousel .info-block dt{
	display:inline;
	color:#a81e22;
	padding: 0 2px 0 0;
}
#content div.carousel .info-block dd{
	margin:0 5px 0 0;
	display:inline;
}
#content .container{
	width:846px;
	overflow:hidden;
	padding:0 0 49px;
	margin:0 0 0 -5px;
	background:url(images/shadow-content-block.png) no-repeat 50% 100%;
}
#content .container2{margin:-15px 0 0 -3px;}
#content .container1{
	background:none;
	padding:0 0 20px;
}
#content .container .block{
	float:left;
	width: 250px;
	border:4px solid #fff;
	background:#f0f0f0;
	padding:6px 7px 11px 12px;
	margin:0 0 0 5px;
	font:13px/12px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:64px;
	overflow:hidden;
	color:#555;
}
#content .container1 .block{margin:0 0 18px 5px;}
#content .container2 .block{margin:0 5px 18px 0;}
#content .container .heading1{
	width:100%;
	overflow:hidden;
	margin: 0 0 -3px;
}
#content .container h3{
	float:left;
	text-transform:uppercase;
	margin:0;
	white-space:nowrap;
	font:22px/25px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#1e1e1e;
}
#content .container .heading1 .more{margin:3px 0 0;}
#content .container .date{
	color:#c12523;
	text-transform:uppercase;
	font:14px/14px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 4px;
}
#content .container .block p{margin:0;}
.twocolumns{
	width:833px;
	background:url(images/bg-twocolumns.png) repeat-y;
	overflow:hidden;
	margin:0 0 0 2px;
	position:relative;
}
.twocolumns .columns{
	float:left;
	width:402px;
	padding:4px 5px 5px;
}
.twocolumns .columns.r{
	float:right;
	padding:4px 7px 115px 9px;
	width:397px;
}
.twocolumns .columns .section{
	width:398px;
	overflow:hidden;
	padding:0 2px 5px;
}
.twocolumns .columns .info-block{
	float:left;
	max-width:290px;
}
#content .twocolumns .columns .info-block h3{
	font:18px/18px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	float:none;
}
#content .twocolumns .columns .box{
	margin:0 -5px;
	width:400px;
	padding:21px 7px 21px 5px;
	background:url(images/divider-box.gif) repeat-x 0 8px;
}
#content .twocolumns .columns .info-block h4{
	font:14px/14px 'misoregular', Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	text-transform:uppercase;
	letter-spacing: -1px;
}
.twocolumns .columns .info-block dl{
	margin:-2px 0 0;
	text-transform:uppercase;
	font:14px/14px 'misoregular', Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.twocolumns .columns .info-block dt{
	display:inline;
	color:#a81e22;
	padding: 0 3px 0 0;
}
.twocolumns .columns .info-block dd{
	margin:0 5px 0 0;
	display:inline;
}
.twocolumns .columns .link{
	float:right;
	font:16px/18px 'misobold', Arial, Helvetica, sans-serif;
	color:#fff;
	background:#c12523;
	padding:0 4px;
	text-decoration:none;
	margin:3px 0 0;
	height:17px;
	overflow:hidden;
}
.twocolumns .columns img{
	vertical-align:top;
	margin:0 0 5px;
}
.twocolumns .columns .logo{
	text-indent:0;
	margin:0 0 5px;
	background:none;
	width:auto;
	height:auto;
}
.twocolumns .columns .logo.last{margin:0;}
.twocolumns .columns .logo img{margin:0;}
.twocolumns .columns .heading2{
	background:#c12523;
	margin:3px 0 1px;
	padding:0 3px;
}
.twocolumns .columns .box .heading2{margin:3px 0 4px;}
#content .twocolumns .columns .heading2 h3{
	font:16px/18px 'misobold', Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	float:none;
	letter-spacing:0;
	height:17px;
	overflow:hidden;
}
.twocolumns .columns .textholder{
	padding:5px 20px 5px 13px;
	font-size:16px;
	line-height:21px;
	text-align:justify;
	letter-spacing:-1px;
}
.twocolumns .columns .box .textholder{padding:5px 25px 5px 15px;}
.twocolumns .columns .textholder p{margin:0;}
.twocolumns .columns .info-section{
	background:#f4f4f4;
	padding:5px 8px;
	width:386px;
	overflow:hidden;
	position:absolute;
	bottom:5px;
	right:5px;
}
.twocolumns .columns .info-section dl{
	float:left;
	width:330px;
	margin:0;
	font:16px/16px 'misobold', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.twocolumns .columns .info-section dl.short{
	text-transform:uppercase;
	width:155px;
	padding:5px 46px 4px 0;
	position:relative;
	font-size: 15px;
	line-height: 18px;
}
.twocolumns .columns .info-section dt{
	float:left;
	padding:0 7px 0 0;
	color:#c12523;
}
.twocolumns .columns .info-section dl.short dt{padding:0 5px 0 0;}
.twocolumns .columns .info-section dd{
	overflow:hidden;
	height:1%;
	color:#000;
	margin:0;
}
.twocolumns .columns .info-section dl.short dd a.read{
	position:absolute;
	right:0;
	background:url(images/btn-read-bio.gif) no-repeat 0 3px;
	width:43px;
	height:15px;
	overflow:hidden;
	text-indent:-9999px;
}
.twocolumns .columns .info-section dl.short dd a.read:hover{background-position:0 -12px;}
.twocolumns .columns .info-section .logo{
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	float:right;
	margin:7px 3px 0 0;
}
.twocolumns .columns .info-section .logo img{vertical-align:top;}
.logos-list{
	width:851px;
	margin:0 0 0 -4px;
	padding:0 0 0 1px;
	overflow:hidden;
}
.logos-list li{
	float:left;
	list-style:none outside;
	width:399px;
	height:222px;
	background:#fff;
	margin:0 7px 7px 0;
	padding:6px 7px;
}
.logos-list .logo{
	text-indent:0;
	margin:0 0 6px;
	background:none;
	width:auto;
	height:auto;
}
.logos-list .logo img{vertical-align:top;}
.logos-list .section{
	width:100%;
	overflow:hidden;
}
.logos-list .info-block{
	float:left;
	max-width:290px;
	padding: 0 0 0 2px;
}
.logos-list .info-block h3{
	font:18px/18px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	float:none;
}
.logos-list .info-block h4{
	font:14px/14px 'misoregular', Arial, Helvetica, sans-serif;
	margin:-3px 0 0;
	color:#000;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#content .logos-list .more{margin:1px 0 0;}
.profile-block{
	background:url(images/bg-profile-block.png) repeat-y;
	padding:5px 0 4px;
	width:841px;
	margin:0;
}
.profile-block .holder{
	background:url(images/bg-profile-holder.png) repeat-y;
	padding:0 5px;
	width:831px;
	overflow:hidden;
}
.profile-block .content-block{
	float:right;
	width:422px;
	padding:11px 48px 10px 8px;
	font:17px/20px 'misoregular', Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: justify;
}
.profile-block .content-block p{margin:0 0 21px;}
#content .profile-block .content-block h3{
	font:30px/30px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	margin:0 0 1px;
	float:none;
}
#content .profile-block .content-block h4{
	font:17px/17px 'misoregular', Arial, Helvetica, sans-serif;
	margin:0;
	color:#c12523;
	text-transform:uppercase;
	letter-spacing:0;
}
.profile-block .info-block{
	margin:0 0 14px -7px;
	width:440px;
	background:url(images/divider.gif) repeat-x 0 100%;
	padding:3px 8px 25px;
	letter-spacing:0;
}
#content .profile-block .content-block dl{
	font:17px/17px 'misoregular', Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	text-transform:uppercase;
	width:100%;
	overflow:hidden;
}
#content .profile-block .content-block dt{
	float:left;
	padding:0 2px 3px 0;
}
#content .profile-block .content-block dd{
	overflow:hidden;
	height:1%;
	margin:0 0 3px;
}
#content .profile-block .content-block dd a{
	color:#c12523;
	text-decoration:none;
}
#content .profile-block .content-block dd a:hover{text-decoration:underline;}
.profile-container{
	width:846px;
	overflow:hidden;
	margin:-15px 0 0 -4px;
}
.profile-container .block{
	width:269px;
	height:226px;
	overflow:hidden;
	background:#fff;
	margin:0 5px 6px 0;
	float:left;
	padding:4px;
}
.profile-container .block img{
	vertical-align:top;
	margin:0 0 3px;
}
.profile-container .section{
	width:100%;
	overflow:hidden;
}
.profile-container .info-block{
	float:left;
	max-width:290px;
}
.profile-container .info-block h3{
	font:18px/18px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	margin:0 0 -2px;
	color:#000;
	letter-spacing:-1px;
	float:none;
}
.profile-container .info-block h4{
	font:14px/14px 'misoregular', Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	text-transform:uppercase;
}
#content .profile-container .more{margin:1px 0 0;}
.content-box{
	background:#f0f0f0;
	border:4px solid #fff;
	width:813px;
	overflow:hidden;
	padding:10px;
	font-size:17px;
	line-height:15px;
	margin:0 0 15px;
	text-align: justify;
}
.content-box:first-child{margin:0 0 5px;}
.container .content-box{margin:0;}
.content-box.twocolumns{
	margin:0 0 0 2px;
	width:791px;
	padding:25px 17px 21px 24px;
	overflow:hidden;
}
.content-box.twocolumns .alignright{margin:0 0 10px 19px;}
.content-box.twocolumns .text-holder{
	overflow:hidden;
	height:1%;
	padding:0 8px 0 3px;
	text-align:justify;
	font-size:16px;
	line-height:20px;
	letter-spacing:-1px;
}
#content .content-box.twocolumns .text-holder h3{
	background:#c12523;
	color:#fff;
	font:16px/18px 'misobold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 -8px 2px -3px;
	float:none;
	padding:0 4px;
	height:17px;
	overflow:hidden;
}
.content-box p{margin:0 0 15px;}
.content-box.twocolumns .text-holder p{margin:0 0 28px;}
.content-box .section{
	width:100%;
	overflow:hidden;
	margin:0 0 -5px;
}
.content-box .info-block{
	float:left;
	max-width:290px;
	padding: 10px 0 0;
}
.content-box .info-block.r{
	float:right;
	text-align:right;
	padding:0;
}
.content-box .info-block h3{
	font:22px/22px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	letter-spacing:-1px;
	float:none;
}
.content-box .info-block h4{
	font:19px/19px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	margin:0;
	clear:both;
	color:#c12523;
	text-transform:uppercase;
}
#content .content-box .more{
	text-align:left;
	display:inline-block;
	vertical-align:top;
	min-width:45px;
	min-height:15px;
	background:#8a2420;
	color:#fff;
	font: 12px/15px 'misobold',Arial,Helvetica,sans-serif;
	letter-spacing: 0;
	text-transform:uppercase;
	overflow:hidden;
	margin:0 0 16px;
	float:none;
}
#content .content-box .more:hover{text-decoration:underline;}
.content-box .date{
	color:#c12523;
	font:14px/14px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	margin:0 0 3px;
}
.content-box .autor{
	color:#1e1e1e;
	font:14px/14px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	margin:0 0 3px;
}
#twocolumns{
	background:url(images/bg-twocolumns1.png) repeat-y;
	width:841px;
	margin:0;
}
#twocolumns .holder{background:url(images/bg-twocolumns1-t.png) no-repeat;}
#twocolumns .frame{
	background:url(images/bg-twocolumns1-t.png) no-repeat 0 100%;
	padding:4px;
	width:833px;
	overflow:hidden;
}
#twocolumns .column{
	float:left;
	width:358px;
	padding:25px 28px 19px;
}
#twocolumns .column.r{
	float:right;
	width:360px;
	padding:25px 25px 25px 21px;
}
.contact #twocolumns .column h3{float:left;}
#twocolumns .column h3{
	color:#fff;
	font:16px/18px 'misobold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 -3px 3px;
	background:#c12523;
	float:none;
	padding:0 3px;
	letter-spacing:-1px;
	height:17px;
	overflow:hidden;
}
#twocolumns .column .info-block{
	width:100%;
	overflow:hidden;
	margin:0 0 24px;
	padding: 5px 0 0;
	font-size:16px;
	line-height:14px;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#twocolumns .column address{
	font-style:normal;
	margin:0;
	float:left;
	width:150px;
	padding:0 15px 0 0;
}
#twocolumns .column address span{display:block;}
#twocolumns .column dl{
	float:right;
	width:193px;
	margin:0;
}
#twocolumns .column dt{
	float:left;
	padding:0 2px 0 0;
}
#twocolumns .column dd{
	overflow:hidden;
	height:1%;
	margin:0;
}
#twocolumns .column dd a{
	text-decoration:none;
	color:#000;
}
#twocolumns .column dd a:hover{text-decoration:underline;}
#twocolumns .column img{
	vertical-align:top;
	margin:0 0 39px 1px;
}
#twocolumns .topiclist{
	margin:0 0 0 -5px;
	padding:0;
	letter-spacing:-1px;
	text-align:justify;
	font-size:16px;
	line-height:16px;
}
#twocolumns .topiclist li{
	list-style:none outside;
	width:359px;
	vertical-align:top;
	background:url(images/divider-topiclist.gif) no-repeat 6px 0;
	padding:17px 4px 7px;
}
#twocolumns .topiclist li:first-child{
	background:none;
	padding:0 4px 3px;
}
#twocolumns .topiclist p{
	margin:0 0 8px;
	line-height:20px;
}
#twocolumns .topiclist p a{
	text-decoration:none;
	color:#c12523;
}
#twocolumns .topiclist p a:hover{text-decoration:underline;}
#twocolumns .topiclist .head{
	display:inline-block;
	vertical-align:top;
	margin:-5px 0 0 -3px;
	background:#c12523;
	color:#fff;
	text-transform:uppercase;
	font:16px/18px 'misobold', Arial, Helvetica, sans-serif;
	padding:0 2px;
	min-width:75px;
	height:17px;
	overflow:hidden;
}
#twocolumns .topiclist li:first-child .head{margin:0 0 0 -3px;}
#twocolumns .topiclist .info{
	display:block;
	letter-spacing:-1px;
}
#twocolumns .topiclist .info span{font-family:'misobold', Arial, Helvetica, sans-serif;}
.contact-form{
	width:355px;
	margin:0 0 0 -4px;
	clear:both;
	padding:7px 0 3px;
}
.contact-form .row{
	width:355px;
	padding:0 0 4px;
	overflow:hidden;
}
.contact-form .row label,
.contact-form .btn-holder span{
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	margin:0 5px 0 1px;
	float:left;
}
.contact-form .btn-holder span{width:100%;}
.contact-form .row input{
	background:#fff;
	border:1px solid #c9c9c9;
	width:343px;
	padding:6px 5px;
	color:#000;
	float:left;
	overflow:hidden;
	font-size:15px;
	line-height:17px;
	height:16px;
}
.contact-form .row textarea{
	background:#fff;
	border:1px solid #c9c9c9;
	width:343px;
	min-width:343px;
	max-width:343px;
	height:256px;
	min-height:256px;
	max-height:256px;
	padding:5px;
	color:#000;
	float:left;
	overflow:auto;
}
.contact-form .row textarea.short{
	height:92px;
	min-height:92px;
	max-height:92px;
}
.contact-form .btn-holder{
	width:100%;
	overflow:hidden;
	padding:4px 0 9px;
}
.contact-form .btn-holder1{padding:3px 0 28px;}
.contact-form .row .add,
.contact-form .btn-holder .add{
	float:left;
	background:url(images/btn-sprite.png) no-repeat -60px 0;
	border:0;
	width:57px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	margin:0 3px 0 0;
}
.contact-form .row .add:hover{cursor:pointer;}
.contact-form .comment{
	color:#c12523;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	padding: 0 4px;
}
.contact-form .comment span{display:block;}
.contact-form .btn-holder1 .jcf-fake-input{display:none;}
.contact-form input[type="submit"]{
	background:url(images/btn-sprite.png) no-repeat -120px 0;
	border:0;
	width:57px;
	height:24px;
	padding:0;
	margin:0 8px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
}
.contact-form input[type="submit"].btn,
.contact-form input[type="reset"].btn{
	background:url(images/btn-sprite.png) no-repeat -245px 0;
	text-align:center;
	text-indent:0;
	color:#fff;
	font: 16px/18px 'misobold',Arial,Helvetica,sans-serif;
	text-transform:uppercase;
}
.contact-form input[type="submit"]:hover{cursor:pointer;}
.contact-form input[type="reset"]{
	background:url(images/btn-sprite.png) no-repeat -185px 0;
	border:0;
	width:57px;
	height:24px;
	padding:0;
	margin:0 5px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
}
.contact-form input[type="reset"]:hover{cursor:pointer;}
#twocolumns .section{
	padding:17px 0 0;
	width:357px;
	overflow:hidden;
	margin: 0 0 0 -2px;
}
#twocolumns .section .inner{
	background:url(images/divider.gif) repeat-x 0 100%;
	padding:3px 0 4px;
	width:100%;
	overflow:hidden;
}
#twocolumns .section .inner .more{margin:1px 1px 0 0;}
#twocolumns .section h3{
	font:16px/19px 'misobold', Arial, Helvetica, sans-serif;
	float:left;
	margin:0;
	padding: 0 5px 0 0;
	letter-spacing:-1px;
	text-transform:none;
	background:none;
	color:#000;
}
#twocolumns .section h3 span{font-family: 'misoregular', Arial, Helvetica, sans-serif;}
#twocolumns .section h4{
	font:14px/17px 'misoregular', Arial, Helvetica, sans-serif;
	margin:0 0 2px;
	padding:0 14px;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 90px;
	background:url(images/bg-footer.png) repeat-x 0 100%;
	color:#fff;
	margin:0;
	overflow:hidden;
	z-index:100;
	min-width: 1280px;
}
.copyright{
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	margin:0 -400px 0 0;
	width:970px;
	height:18px;
	float:left;
	background:url(images/bg-footer-l.png) no-repeat;
	padding:72px 0 0 5px;
}
#footer .section{
	float:right;
	background:url(images/bg-footer-r.png) no-repeat 100% 100%;
	height:35px;
	min-width:244px;
	padding:55px 15px 0 0;
}
#footer .info-block{
	float:right;
	border-left:1px solid #6a6a6a;
	padding:6px 0 0;
	color:#e7e7e7;
	font:12px/12px 'misoregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#footer .info-block address{
	float:left;
	padding:0 5px 0 45px;
	min-width:129px;
	text-align:center;
	font-style:normal;
	background:url(images/ico1.png) no-repeat 27px 1px;
	margin:0;
}
#footer .info-block address span{display:block;}
#footer .info-block dl{
	margin:0;
	padding:0 13px 0 50px;
	width:85px;
	float:left;
	background:url(images/ico2.png) no-repeat 22px 0;
}
#footer .info-block dt{float:left;}
#footer .info-block dd{
	overflow:hidden;
	height:1%;
	margin:0;
}
#footer .info-block .email{
	color:#e7e7e7;
	background:url(images/ico3.png) no-repeat;
	float:left;
	padding:1px 0 2px 20px;
	text-decoration:none;
}
#footer .info-block .email:hover{text-decoration:underline;}
#footer .social-list{
	float:left;
	margin:0;
	padding:8px 11px 0 0;
}
#footer .social-list li{
	float:left;
	list-style:none outside;
	padding:0 2px;
}
#footer .social-list a{
	display:block;
	background:url(images/social.png) no-repeat;
	height:16px;
	width:19px;
	text-indent:-9999px;
	overflow:hidden;
}
#footer .social-list a.vimeo{
	background-position:-23px 0;
	width:20px;
}
#footer .social-list a.youtube{
	background-position:-47px 0;
	width:17px;
}
#footer .social-list a.twitter{background-position:-69px 0;}
#footer .social-list a.facebook{background-position:-92px 0;}
#footer .social-list a.ico{background-position:-116px 0;}
/* hide original element */
.jcf-hidden {
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom file input */
.file-area .jcf-input-wrapper {
	position: relative;
	overflow: hidden;
	float: left;
}
.file-area .jcf-upload-button {
	float:left;
	background:url(images/btn-sprite.png) no-repeat;
	width:57px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 3px 0 0;
}
.file-area .jcf-fake-input {
	font-size:15px !important;
	line-height:16px !important;
	border: 1px solid #c9c9c9;
	background:#fff;
	padding: 5px;
	float: left;
	margin: 0 13px 0 0;
	width: 205px;
	height: 18px;
}
.file-disabled .jcf-upload-button {
	border-color: #eee;
	background-color: #eee;
	color: #777;
}
.file-disabled .jcf-fake-input {
	border-color: #eee;
	color: #aaa;
}
/* custom scrollbars styles */
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.scrollable-area-wrapper .hscrollbar,
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .hscroll-right,
.scrollable-area-wrapper .vscroll-down {
	background: #777;
	width: 20px;
	height: 20px;
	float: left;
}
.scrollable-area-wrapper .hscroll-line,
.scrollable-area-wrapper .vscroll-line {
	background: #eee;
	width: 20px;
	float: left;
}
.scrollable-area-wrapper .hscroll-slider,
.scrollable-area-wrapper .vscroll-slider {
	background: #ccc;
	width: 20px;
	height: 20px;
}
.scrollable-area-wrapper .hscrollbar {
	position: static;
	height: 20px;
	top: auto;
}
.scrollable-area-wrapper .hscroll-line {
	height: 20px;
	width: auto;
}