header, footer, article, section, hgroup, nav, figure { display: block; }
/* CSS Reset EM */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {outline: 0;}
ins {text-decoration: none;}
del{text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'HelveticaNeueLTStd55Roman';
	src: url('../fonts/helveticaneueltstd-roman-webfont.eot');
	src: local('helveticaneueltstd-roman-webfont'), 
	local('helveticaneueltstd-roman-webfont'), 
	url('../fonts/helveticaneueltstd-roman-webfont.woff') format('woff'), 
	url('../fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneueltstd-roman-webfont.svg#webfonti9WTKP8d') format('svg');
}
@font-face {
	font-family: 'HelveticaNeueLTStd75Bold';
	src: url('../fonts/helveticaneueltstd-bd-webfont.eot');
	src: local('helveticaneueltstd-bd-webfont'), 
	local('helveticaneueltstd-bd-webfont'), 
	url('../fonts/helveticaneueltstd-bd-webfont.woff') format('woff'), 
	url('../fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneueltstd-bd-webfont.svg#webfontNNzB8N8C') format('svg');
}
@font-face {
	font-family: 'TitilliumText22LLight';
	src: url('../fonts/TitilliumText22L002-webfont.eot');
	src: local('TitilliumText22L002-webfont'), 
	local('TitilliumText22L002-webfont'), 
	url('../fonts/TitilliumText22L002-webfont.woff') format('woff'), 
	url('../fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
	url('../fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
}
@font-face {
	font-family: 'TitilliumText22LMedium';
	src: url('../fonts/TitilliumText22L004-webfont.eot');
	src: local('TitilliumText22L004-webfont'), 
	local('TitilliumText22L004-webfont'), 
	url('../fonts/TitilliumText22L004-webfont.woff') format('woff'), 
	url('../fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
	url('../fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
}
@font-face {
	font-family: 'TitilliumText22LBold';
	src: url('../fonts/TitilliumText22L005-webfont.eot');
	src: local('TitilliumText22L005-webfont'), 
	local('TitilliumText22L005-webfont'), 
	url('../fonts/TitilliumText22L005-webfont.woff') format('woff'), 
	url('../fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
	url('../fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
}
@font-face {
	font-family: 'TitilliumText22LXBold';
	src: url('../fonts/TitilliumText22L006-webfont.eot');
	src: local('TitilliumText22L006-webfont'), 
	local('TitilliumText22L006-webfont'), 
	url('../fonts/TitilliumText22L006-webfont.woff') format('woff'), 
	url('../fonts/TitilliumText22L006-webfont.ttf') format('truetype'),
	url('../fonts/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
}
/* screen version */
@media screen{
	/* CSS Reset EM */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {line-height: 1;}
	ol, ul {list-style: none;}
	blockquote, q {quotes: none;}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	:focus{outline: 0;}
	ins {text-decoration: none;}
	del{text-decoration: line-through;}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	* {font-size: 100.01%;}
	html {font-size: 62.5%;}
	body{
		font:1.4em 'HelveticaNeueLTStd55Roman', Arial, Helvetica, Verdana, sans-serif;
		margin:0;
		background: #adb47e;
		color:#717171;
		min-width:960px;
	}
	/*.home-page{background:#000;}*/
	a{
		color:#02abc8;
		text-decoration:underline;
	}
	a:hover{text-decoration:none;}
	img{border:none;}
	input,
	textarea,
	select{
		font:100% arial,sans-serif;
		vertical-align:middle;
		color:#000;
	}
	form,
	fieldset{
		margin:0;
		padding:0;
		border:none;
	}
	.container{
		width:100%;
		overflow:hidden;
	}
	.logo-print{display:none;}
	/* skip */
	#skip a{
		position:absolute;
		left:-9999px;
		top:13px;
		width:1px;
		height:1px;
		overflow:hidden;
		color:#000;
		font-size:13px;
		line-height:16px;
	}
	#skip a:focus{
		left:50%;
		margin:0 0 0 -328px;
		z-index:99;
		height:auto;
		width:auto;
	}
	#back-to-top{display:none;}
	/* wrapper */
	#wrapper{
		padding:79px 0 50px;
		position:relative;
		width:100%;
		background:#adb47e url(../images/bg-wrapper.gif) repeat-x;
	}
	/* header */
	#header{
		position:absolute;
		top:2px;
		left:0;
		width:100%;
		height:82px;
		background:#fff url(../images/bg-header.gif) repeat-x;
	}
	#header .decor-line{
		width:100%;
		height:5px;
		overflow:hidden;
		background: url(../images/bg-decor-line.png);
		position:absolute;
		bottom:-5px;
		left:0;
	}
	/* header-area */
	.header-area{
        width: 967px;
        height: 70px;
        padding: 11px 0 0 0;
        margin: 0 auto;
        overflow: visible;
        position: relative;
		z-index:8;
	}
	/* logo */
	.logo,
	.slogan{
		position:absolute;
		left:50%;
		top:3px;
		margin:0 0 0 -478px;
		width:144px;
		height:56px;
		background: url(../images/logo.gif) no-repeat;
		text-indent:-9999px;
		overflow:hidden;
		padding:0;
		z-index:7;
	}
	.logo a{
		display:block;
		height:100%;
		position:relative;
		z-index:2;
	}
	.slogan{
		height:21px;
		top:59px;
		background: url(../images/slogan.gif) no-repeat;
	}
	/* font-resize */
	.font-resize{
		float:left;
		padding:16px 24px 16px 0;
		border-right:1px solid #e7e6e6;
		line-height:24px;
		margin:0 25px 0 0;
		width: 200px;
	}
	* html .font-resize{margin-right:22px;}
	.font-resize strong{
		font-size:11px;
		color:#adadad;
		margin:0 10px 0 0;
		float:left;
		font-weight:normal;
		width: 100%;
		text-align: right;
	}
	.mac.webkit .font-resize{line-height:26px;}
	.mac.presto .font-resize{
		line-height:33px;
		padding-bottom:8px;
	}
	.mac.gecko .font-resize{line-height:26px;}
	.mac.safari2.webkit .link-bar .social-networks{  
        width:320px;
    }
	.font-resize ul{
		float:left;
		text-align:center;
		font-family:'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
	}
	.font-resize li{
		float:left;
		margin:0 4px 0 0;
		height:21px;
		overflow:hidden;
		display:inline;
		padding:2px 0 0;
	}
	.font-resize ul a{
		height:21px;
		line-height:21px;
		width:21px;
		color:#adadad;
		background:#f3f3f3;
		float:left;
		text-decoration:none;
	}
	.font-resize ul a:hover{text-decoration:underline;}
	.font-resize ul #decrease{
		font-size:10px;
		line-height:25px;
	}
	.mac.webkit .font-resize ul a{line-height:30px;}
	.mac.webkit .font-resize ul #decrease{line-height:32px;}
	.mac.presto .font-resize ul a{line-height:31px;}
	.mac.presto .font-resize ul #decrease{line-height:32px;}
	.mac.gecko .font-resize ul a{line-height:27px;}
	.mac.gecko .font-resize ul #decrease{line-height:30px;}
	.font-resize ul #increase{font-size:15px;}
	/* search */
	#header .search fieldset{
		padding:12px 0 0;
		display:inline-block;
		overflow:hidden;
	}
	#header .search input{
		background:#e7e7e7;
		float:left;
		border:solid #cacaca;
		border-width:1px 0 0 1px;
		margin:0 4px 0 0;
		padding:6px 10px;
		width:200px;
		line-height:16px;
		height:18px;
	}
	#header .search .btn-submit{
		background:#454545 url(../images/btn-submit.gif) no-repeat;
		width:108px;
		height:30px;
		margin:0;
		padding:0;
		border:none;
		float:left;
		cursor:pointer;
	}
	/* main */
	#main{
		width:100%;
		/*background: #adb47e url(../images/bg-main.jpg?n=22)  repeat-x;*/
		background:#adb47e;
	}
	.main-holder{
		width:100%;
		background: url(../images/bg-main-holder.jpg?n=104) no-repeat 50% 0;
		min-height:1065px;
	}
	* html .main-holder{height:1065px;}
	.main-frame{
		width:960px;
		margin:0 auto;
		position:relative;
		padding:230px 0 0;
	}
	/* content */
	#content{
		width:960px;
		overflow:hidden;
	}
	/* block-in */
	#content .container{margin:0 0 24px;}
	.block-in{
		float:right;
		width:464px;
		background: url(../images/bg-decor-line01.png);
		padding:6px;
		line-height:20px;
	}
	.block-in .holder{
		background:#fff;
		padding:8px 12px 6px 14px;
		height:1%;
		position:relative;
	}
	#content .hello-container{
		overflow:visible;
	}
	.block-in h2, #notify h2{
		margin:0 0 6px;
		font:2.143em 'TitilliumText22LLight', Arial, Helvetica, Verdana, sans-serif;
		color:#000;
	}
	.block-in p{margin:0 0 14px;}
	.block-in .info p{
		margin:0 2px 5px 0;
		line-height:1.23em;
	}
	.block-in .date{
		font-style:normal;
		padding:0 6px 0 0;
	}
	.block-in .author{
		padding:0 0 0 6px;
	}
	.block-in .block{
		padding:16px 2px 13px 5px;
		border-top:1px solid #f1eee9;
		line-height:15px;
		margin-right:5px;
	}
	.block-in .alignright{
		float:right;
		margin:0 0 0 12px;
	}
	.block-in .alignleft{
		float:left;
		margin:0 12px 0 0;
	}
	.block-in .text{
		float:left;
		width:125px;
	}
	.block-in .text h3{
		margin:0 0 2px;
		font:1em/0.9em 'TitilliumText22LMedium', Arial, Helvetica, Verdana, sans-serif;
		color:#565656;
	}
	.block-in .text a{
		font-size:0.8em;
		line-height:1em;
	}
	.block-in .info{
		height:1%;
		overflow:hidden;
		color:#777;
		text-align:right;
		font-size:0.756em;
	}
	.block-in .info h3{
		margin:0 0 3px;
		font:1.182em 'HelveticaNeueLTStd55Roman', Arial, Helvetica, Verdana, sans-serif;
	}
	/* link-area */
	.block-in .link-area{
		width:480px;
		margin:0 -20px;
		position:relative;
		font-size:0.925em;
		word-spacing:-1px;
	}
	.block-in .link-holder{
		height:1%;
		background: url(../images/bg-link-area.png);
		padding:12px 5px 12px 21px;
		overflow:hidden;
	}
	.block-in .link-area .link, #notify .linkpanel .link{
		float:left;
		padding:5px 26px 5px 11px;
		border:2px solid #2fb9ce;
		background:#2bb9d1 url(../images/bg-link.gif) no-repeat 100% 50%;
		font:1.154em 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
		color:#fff;
		text-decoration:none;
		margin:0 19px 0 0;
		position:relative;
	}
	.mac.presto .columns-holder .link,
	.mac .block-in .link-area .link{padding-top:9px;}
	* html .block-in .link-area .link{margin-right:15px;}
	.block-in .link-area .link:hover, #notify .linkpanel .link:hover{text-decoration:underline;}
	.block-in .space{
		padding:6px 0 0;
		position:relative;
		height:1%;
		overflow:hidden;
	}
	.block-in .link-area p{margin:0;}
	/* column-holder */
	.column-holder{
		background:#fff url(../images/bg-column-holder.gif) repeat-y;
		width:964px;
		line-height:22px;
	}
	.column-holder:after,
	#content .hello-container:after{
		content:"";
		clear:both;
		display:block;
	}
	.column-holder .column{
		float:left;
		width:240px;
		padding:0 0 13px;
		min-height:447px;
		position:relative;
	}
	* html .column-holder .column{height:447px;}
	.head{
		height:24px;
		line-height:24px;
		position:absolute;
		left:0;
		top:-24px;
		display:none;
	}
	.head strong{
		font:14px/24px'TitilliumText22LMedium', Arial, Helvetica, Verdana, sans-serif;
		color:#3d3d3d;
		float:left;
		padding:0 4px;
		background:#fff;
		position:relative;
	}
	.head .decor-head{
		background:url("../images/bg-title.gif") no-repeat;
		bottom:-6px;
		height:6px;
		overflow:hidden;
		position:absolute;
		left:50%;
		margin:0 0 0 -5px;
		text-indent:-9999px;
		width:11px;
	}
	.column-holder .column:hover .head,
	.column-holder .column-hover .head{display:block;}
	.column-holder img{
		display:block;
		margin:0 0 27px;
	}
	.column-holder .text{padding:0 25px 0 30px;}
	.column-holder h2{
		margin:0 0 22px;
		color:#000;
		font:2.143em 'TitilliumText22LBold', Arial, Helvetica, Verdana, sans-serif;
	}
	.column-holder .blue img{border-bottom:8px solid #02abc8;}
	.column-holder .light-green img{border-bottom:8px solid #a8af3f;}
	.column-holder .red img{border-bottom:8px solid #c34820;}
	.column-holder .orange img{border-bottom:8px solid #d97322;}
	.column-holder .pink img{border-bottom:8px solid #b4257f;}
	
	/* link-bar */
	.link-bar{
		position:fixed;
		bottom:0;
		left:0;
		width: 100%;
		z-index: 90;
		background:#292929 url(../images/bg-link-bar.gif) repeat-x;
		font-size:14px;
	}
	.link-bar .holder{
		height:46px;
		width:960px;
		margin:0 auto;
	}
	.link-bar .holder:after{
		content:"";
		clear:both;
		display:block;
	}
	.link-bar .decor-line{
		width:100%;
		overflow:hidden;
		height:3px;
		background: url(../images/bg-decor-link-bar.png);
		position:absolute;
		top:-3px;
		left:0;
	}
	/* select-area */
	.link-bar .select-area{
		float:left;
		padding:12px 16px 0 33px;
		background: url(../images/bg-select-area.gif) no-repeat 0 8px;
		height:25px;
	}
	.mac.presto .link-bar .select-area{
		padding-top:10px;
		height:27px;
	}
	.link-bar .button{
		float:left;
		text-transform:uppercase;
		padding:0 6px;
		color:#707070;
		font-family:'TitilliumText22LXBold', Arial, Helvetica, Verdana, sans-serif;
		text-decoration:none;
	}
	.link-bar .button:hover,
	.select-area:hover .button,
	.select-hover .button{background:#1a1a1a;}
	.link-bar .button span{
		padding:3px 24px 2px 0;
		background: url(../images/bg-quick-links.gif) no-repeat 100% -87px;
		float:left;
		cursor:pointer;
	}
	.mac.webkit .link-bar .button span{line-height:23px;}
	.mac.presto .link-bar .button span{line-height:24px;}
	.mac.gecko .link-bar .button span{line-height:21px;}
	.select-area .drop{
		position:absolute;
		left:30px;
		bottom:100%;
		display:none;
		width:154px;
		clear:both;
	}
	.select-area:hover,
	.select-hover{position:relative;}
	.select-area:hover .drop,
	.select-hover .drop{display:block;}
	.select-area .drop-b{
		width:155px;
		height:12px;
		background: url(../images/bg-select-drop-b.png) no-repeat;
		overflow:hidden;
	}
	.select-area .drop-holder{
		padding:3px;
		width:148px;
		background: url(../images/bg-drop-holder01.png);
	}
	.select-area .drop .frame{
		height:1%;
		padding:14px 13px 7px;
		position:relative;
		background:#000 url(../images/bg-drop.png) repeat-x;
	}
	.select-area .drop ul{font:13px/16px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;}
	.select-area .drop li{
		padding:0 0 7px 14px;
		vertical-align:top;
		height:1%;
		overflow:hidden;
		background: url(../images/bullet-select-area.gif) no-repeat;
	}
	.select-area .drop .blue{background-position:0 5px;}
	.select-area .drop .yellow{background-position:0 -105px;}
	.select-area .drop .red{background-position:0 -204px;}
	.select-area .drop .orange{background-position:0 -295px;}
	.select-area .drop ul a{
		color:#bfbfbf;
		text-decoration:none;
	}
	.select-area .drop ul a:hover{text-decoration:underline;}
	/* quick-links */
	.link-bar .quick-links{
		float:left;
		background: url(../images/separator-link-bar.gif) repeat-y;
		height:30px;
		padding:15px 0 0;
	}
	.mac.presto .link-bar .quick-links{line-height:22px;}
	.link-bar .quick-links ul{
		padding:0 23px 0 3px;
		background: url(../images/bg-quick-links.gif) no-repeat 100% 4px;
		margin:0 26px 0 0;
		text-transform:uppercase;
		font-family:'TitilliumText22LMedium', Arial, Helvetica, Verdana, sans-serif;
		float:left;
		display:inline;
	}
	.link-bar .quick-links li{
		float:left;
		padding:0 0 0 29px;
	}
	.link-bar .quick-links ul a{
		color:#497076;
		text-decoration:none;
	}
	.link-bar .quick-links ul a:hover{text-decoration:underline;}
	/* social-networks */
	.link-bar .social-networks{
		float:left;
		margin:0 -45px 0 0;
		padding:11px 0 0 20px;
		height:33px;
		width:335px;
		background: url(../images/separator-link-bar.gif) repeat-y;
		text-transform:uppercase;
	}
	.link-bar .social-networks strong{
		float:left;
		font-family:'TitilliumText22LXBold', Arial, Helvetica, Verdana, sans-serif;
		font-weight:normal;
		padding:4px 17px 0 0;
		color: #717171;
	}
	.link-bar .social-networks ul{
		float:left;
	}
	.link-bar .social-networks li{
		float:left;
		padding:0 0 0 5px;
		margin:0 13px 0 0;
	}
	.link-bar .social-networks ul a{
		float:left;
		height:23px;
		text-indent:-9999px;
		overflow:hidden;
	}
	.link-bar .social-networks .facebook{
		width:72px;
		background: url(../images/btn-social-networks.gif) no-repeat;
	}
	.link-bar .social-networks .twitter{
		width:68px;
		background: url(../images/btn-social-networks.gif) no-repeat -90px 0;
	}
	.link-bar .social-networks .facebook:hover,
	.link-bar .social-networks li:hover .facebook,
	.link-bar .social-networks li.hover .facebook{background-position:0 -23px;}
	.link-bar .social-networks .twitter:hover,
	.link-bar .social-networks li:hover .twitter,
	.link-bar .social-networks li.hover .twitter{background-position:-90px -23px;}
	.link-bar .social-networks li:hover,
	.link-bar .social-networks li.hover{position:relative;}
	.link-bar .social-networks li:hover .drop-social,
	.link-bar .social-networks li.hover .drop-social{display:block;}
	/* drop-social */
	.link-bar .social-networks .drop-social{
		display:none;
		position:absolute;
		right:11px;
		bottom:100%;
		width:320px;
		z-index:100;
		padding:0 0 1px;
		background:url(../images/transparent.gif);
	}
	.social-networks .drop-social .drop-b{
		width:320px;
		background:url(../images/bg-social-arrow.png) no-repeat;
		height:22px;
		overflow:hidden;
	}
	.social-networks .drop-social .social-holder{
		background: url(../images/bg-drop-social.png);
		padding:7px;
		width:304px;
		overflow:hidden;
	}
	.social-networks .drop-social .frame{
		width:100%;
		background:#fff;
		overflow:hidden;
		position:relative;
		padding:2px 0 0;
	}
	.social-networks .drop-social ul{
		padding:0 17px;
		overflow:hidden;
		height:1%;
		font-size:12px;
		color:#888;
		float:none;
		text-transform:none;
		position:relative;
	}
	.social-networks .drop-social li{
		padding:5px 0 11px;
		margin:-1px 0 1px;
		border-top:1px solid #eee;
		position:static;
		float:none;
		height:1%;
		overflow:hidden;
		width:100%;
	}
	.social-networks .drop-social ul strong{
		display:block;
		float:none;
		font:12px/16px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
		padding-bottom:2px;
	}
	.social-networks .drop-social ul a{
		font-family: 'HelveticaNeueLTStd55Roman', Arial, Helvetica, Verdana, sans-serif;
		text-decoration:none;
		float:none;
		height:auto;
		text-indent:0;
		overflow:visible;
	}
	.social-networks .drop-social ul a:hover{text-decoration:underline;}
	.social-networks .drop-social .area{
		height:1%;
		overflow:hidden;
		padding:4px 4px 2px;
		background:#e2f7fd;
	}
	.social-networks .drop-social .btn-link{
		float:left;
		background: url(../images/btn-social-networks.gif) repeat-x 0 -104px;
		text-indent:0;
		overflow:visible;
		text-transform:none;
		font:13px/16px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
		height:29px;
		text-decoration:none;
		margin:0 15px 0 0;
	}
	.social-networks .drop-social .btn-link span{
		float:left;
		background: url(../images/btn-social-networks.gif) no-repeat 0 -46px;
	}
	.social-networks .drop-social .btn-link span span{
		float:left;
		background: url(../images/btn-social-networks.gif) no-repeat 100% -75px;
		padding:0 17px 0 6px;
		height:29px;
		line-height:25px;
		cursor:pointer;
	}
	.mac .social-networks .drop-social .btn-link span span{padding-top:3px;}
	.social-networks .drop-social .btn-link:hover,
	.social-networks .drop-social .link:hover{text-decoration:underline;}
	.social-networks .drop-social .link{
		margin:5px 0 0;
		text-indent:0;
		overflow:visible;
		font:15px/16px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
		text-transform:none;
		text-decoration:none;
	}
	/* quick-links */

    #drop-morelinks{
	    display:none;
	    position:absolute;
	    right:0;
	    bottom:100%;
	    width:340px;
	    z-index:100;
    }
    #ql:hover,
    .select-hover{position:relative;}
    #ql:hover #drop-morelinks,
    .select-hover #drop-morelinks{display:block;}
    #drop-morelinks .drop-b{
	    width:340px;
	    background:url(../images/bg-select-drop-b.png) no-repeat 236px 0;
	    height:28px;
	    overflow:hidden;
	    text-transform:lowercase;
    }

    * html #drop-morelinks .drop-b{margin:-1px 0 0;}
    #morelinks-holder{
	    padding:3px;
	    width:340px;
	    background: url(../images/bg-drop-holder.png);
    }
    #morelinks-holder .frame{
	    background:#000 url(../images/bg-drop.png) repeat-x;
	    height: 1%;
        padding: 15px 12px 15px 12px;
        position: relative;
	    overflow: hidden;
    }
    #drop-morelinks ul{
	    font:13px/16px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
	    background: none;
	    margin: 0;
	    padding: 0 7px;
	    text-transform:none;
    }

    #drop-morelinks li{
	    padding:0 0 8px 15px;
	    vertical-align:top;
	    height:1%;
	    overflow:hidden;
	    background: url(../images/bullet-event.gif) no-repeat 0 6px;
	    float: none;
	    font:13px/16px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
    }

    #ql #drop-morelinks ul a{
	    color:#bfbfbf;
	    text-decoration:none;
    }
    #ql #drop-morelinks ul a:hover{text-decoration:underline;}
	
	/* status */
    .status {
        position: absolute;
        left: 170px;
        right: inherit;
        z-index: 5;
        top: -4px;
        display: none;
    }
	.status .holder{
		padding:0 4px 4px;
		width:287px;
		background: url(../images/bg-decor-link-bar.png);
		position:relative;
	}
	.status .frame{
		height:1%;
		overflow:hidden;
		background:#000;
		padding:13px 9px 9px 18px;
		position:relative;
	}
	.status strong{
		font:26px/30px 'TitilliumText22LLight', Arial, Helvetica, Verdana, sans-serif;
		display:block;
		margin:0 0 6px;
		color:#d1d1d1;
	}
	.status ul{
		width:100%;
		overflow:hidden;
		color:#505050;
		font:21px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
	}
	.status li{
		float:left;
		margin:0 25px 0 0;
	}
	.status ul span{
		color:#888;
		font-size:31px;
	}
	/* footer */
	#footer{
		color:#FFFFFF;
		width:960px;
		margin:0 auto;
		padding:40px 0 35px;
		font:0.786em 'HelveticaNeueLTStd55Roman', Arial, Helvetica, Verdana, sans-serif;
	}
	
	/*recommend section*/
	.recommend {
        width: 960px;
        margin: 0 auto;
        position: relative;
        padding: 40px 0 0;
        vertical-align: middle;
        color: #FFFFFF;
    }
    
    .recommend span {
        margin-left: 4px;
        display: inline-block;
        vertical-align: text-top;
        line-height: 1px;
        padding-right: 20px;
    }
        /*Drop Down Login*/
    
        #login-a, #login-b {
            margin:0 auto;
	        position: relative;
        }
        a img {
	        border-width:0;
        }
        #topnav {
	        padding:20px 0px 12px;
	        font-size:11px;
	        line-height:23px;
	        text-align:right;
        }
        #topnav a.signin {
	        /*float: left;*/
			padding: 5px 26px 5px 11px;
	        border: 2px solid #E5E5E5;
	        background: #EEE url(../images/bg-link-gray.gif) no-repeat 100% 50%;
	        font: 1.154em 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
	        color: #7C7C7C;
	        text-decoration: none;
	        margin: 0 19px 0 0;
	        position: relative;
        }
        a.signin {
	        position:relative;
	        margin-left:3px;
        }
        a.signin span {
	        background-repeat:no-repeat;
	        background-position:100% 50%;
	        padding:4px 16px 6px 0;
        }
        #topnav a.menu-open {
	        background: #EEE url(../images/bg-link-black.gif) no-repeat 100% 50%;
	        color:#FFF;
	        outline:none;
        }
        #small_signup {
	        display:inline;
	        float:none;
	        line-height:23px;
	        margin:25px 0 0;
	        width:170px;
        }
        #signin_menu {
	        display:none;
	        background: url(../images/bg-drop-holder.png);
	        position:absolute;
	        width:295px;
	        z-index:100;
	        border:0px;
	        text-align:left;
	        padding:5px;
	        top: 46px;
	        left: 76px;
	        margin-top:5px;
	        margin-right: 0px;
            margin-right: -1px;
	        color:#E7E7E7;
        }
                
        #signin_menu_inside {
	        background-color:#272727;
	        padding:10px;
	        min-height: 100px;
        }
        
        #signin_menu_inside img
        {
            float:right;
        }
        #signin_menu input[type=text], #signin_menu input[type=password] {
	        background: none repeat scroll 0 0 #E7E7E7;
	        border-color: #CACACA;
	        border-style: solid;
	        border-width: 1px 0 0 1px;
	        height: 18px;
	        line-height: 16px;
	        margin: 0 4px 0 0;
	        padding: 6px 10px;
	        width: 250px;
        }
        #signin_menu p {
	        margin:0;
	        padding-top:5px;
        }
        #signin_menu a {
	        color:#02ABC8;
			text-decoration:none;
        }
		
        #signin_menu a:hover {
			text-decoration:underline;
        }
        #signin_menu label {
	        font: 1em/0.9em 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
        }
        #signin_menu p.remember {
	        padding: 10px 0 0px 0;
        }
        #signin_menu p.forgot, #signin_menu p.complete {
	        clear:both;
	        margin:5px 0;
        }
        #signin_submit {
	        padding: 5px 26px 5px 11px;
	        border: 2px solid #E5E5E5;
	        background: #EEE url(../images/bg-link-white.gif) no-repeat 100% 50%;
	        font: 14px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
	        color: #02abc8;
	        text-decoration: none;
	        margin: 0 0 0 66px;
	        position: relative;
        }
        #signin_viewAccount {
	        padding: 5px 26px 5px 11px;
	        border: 2px solid #E5E5E5;
	        background: #EEE url(../images/bg-link-white.gif) no-repeat 100% 50%;
	        font: 14px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
	        color: #02abc8;
	        text-decoration: none;
	        margin: 10px 0 0 0;
	        position: relative;
        }
        #signin_point {
	        width: 155px;
	        height: 12px;
	        background: url(../images/bg-select-top.png) no-repeat;
	        overflow: hidden;
	        margin-left:-50px;
	        margin-top:-14px;
        }

        #signin_largeFont{
	        font: 22px 'TitilliumText22LBold', Arial, Helvetica, Verdana, sans-serif;
        }
        #signin_smallFont{
	        font: 18px 'TitilliumText22LBold', Arial, Helvetica, Verdana, sans-serif;
        }
        
    /*Live Service Banner*/
    
    #watchLive {
	    padding: 5px 26px 5px 11px;
	    border: 2px solid #E5E5E5;
	    background: #EEE url(../images/bg-link-white.gif) no-repeat 100% 50%;
	    font: 14px 'HelveticaNeueLTStd75Bold', Arial, Helvetica, Verdana, sans-serif;
	    color: #02abc8;
	    text-decoration: none;
	    top:10px;
	    position: relative;
    }

    .watchLiveImage{
	     float:left; 
	     margin-right:15px;
    }

    .watchLiveLabel{
	     color:#888;
    }
    
    /*iOS fixes*/
    .idevice .link-bar{
	    height: 50px;
	    position:static;
	    font-size:12px;
    }
    /*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */
		
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}
	
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
.reveal-modal.text 		    { width: 1000px; height: 540px; margin-left: -530px;}
.reveal-modal.sticky		{width: 753px; height:690px; margin-left: -400px;}

.reveal-modal h2
{
	font:2.142em 'TitilliumText22LBold', Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 18px;
	color:#000;
}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	} 

.reveal-modal .link-area{
	width:478px;
	margin:20px -16px;
	position:relative;
	font-size:0.925em;
	word-spacing:-1px;
}

.reveal-modal .link-holder{
		height:1%;
	background: url(../images/bg-link-area.png);
	padding:13px 5px 13px 20px;
	overflow:hidden;
}

.reveal-modal .space {
	padding:6px 0 0;
	position:relative;
	height:1%;
	overflow:hidden;
}
    
    #notify strong{ font-weight:bold; font-family:'HelveticaNeueLTStd75Bold';}
    #notify p{margin:0 0 19px;}
	
#make-it-stick
{
    width: 192px;
    height: 204px;
    position: absolute;
    left: 790px;
    top: -16px;
    background: url(../images/make-it-stick.png);
    z-index: 7;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
}	

#make-it-stick a
{
	display: block;
	height: 100%;
	position: relative;
}

#homepageGraphicArea{
	float:left;
	background:none;
	margin-top:203px;
}

#homepageGraphicArea .holder{
    background:none;
}

/*Change the button link color here*/
#homepageGraphicArea .link{
    border: 1px solid #151515;
background: #FFFFFF;
color:#333333;
text-decoration: none;
padding: 5px 20px 5px 17px;
margin-left:150px;
}


/*Parallax Stuff*/
.parallax{
    display:none;
}



}
/* print version */
@media print{
	body{
		font:13px Arial, Helvetica, Verdana, sans-serif;
		margin:0;
		background:#fff;
		color:#717171;
	}
	a{
		color:#02abc8;
		text-decoration:underline;
	}
	abbr{border:none;}
	#skip{display:none;}
	#back-to-top{display:none;}
	/* wrapper */
	#wrapper{
		width:95%;
		position:relative;
	}
	/* header */
	#header{
		position:absolute;
		left:0;
		top:0;
		height:90px;
		width:95%;
		z-index:1;
	}
	#header .decor-line{display:none;}
	/* logo */
	.logo{display:none;}
	/* slogan */
	.slogan{display:none;}
	/* logo-print */ 
	.logo-print{
		position:absolute;
		left:0;
		top:3px;
		width:144px;
		height:77px;
		z-index:99;
	}
	/* .font-resize */
	.font-resize{display:none;}
	/* search */
	.search{display:none;}
	/* status */
	.status{display:none;}
	/* link-area */
	.link-area{display:none;}
	/* head */
	.head{display:none;}
	/* block */
	.block-in{
		overflow:hidden;
		width:95%;
	}
	.block-in h2{
		margin:0 0 11px;
		font:30px Arial, Helvetica, Verdana, sans-serif;
		color:#000;
	}
	.block-in p{margin:0 0 15px;}
	.block-in .block{
		padding:15px 0;
		border-top:1px solid #f1eee9;
	}
	.block-in .alignright{
		float:right;
		margin:0 0 0 12px;
	}
	.block-in .alignleft{
		float:left;
		margin:0 12px 0 0;
	}
	.block-in .text{
		float:left;
		width:25%;
	}
	.block-in .text h3{
		margin:0;
		color:#565656;
	}
	.block-in .info{
		height:1%;
		overflow:hidden;
		color:#777;
		text-align:right;
		font-size:11px;
	}
	.block-in .info h3{
		margin:0 0 3px;
		font:13px  Arial, Helvetica, Verdana, sans-serif;
	}
	/* column-holder */
	.column-holder{
		width:95%;
		line-height:22px;
	}
	.column-holder:after{
		content:"";
		clear:both;
		display:block;
	}
	.column-holder .column{
		float:left;
		width:24%;
		padding:0 0 15px;
	}
	.column-holder img{
		display:block;
		margin:0 0 20px;
		width:100%;
	}
	.column-holder .text{padding:0 5px 0 10px;}
	.column-holder h2{
		margin:0 0 30px;
		color:#000;
		font:20px Arial, Helvetica, Verdana, sans-serif;
	}
	.column-holder .blue img{border-bottom:8px solid #02abc8;}
	.column-holder .light-green img{border-bottom:8px solid #a8af3f;}
	.column-holder .red img{border-bottom:8px solid #c34820;}
	.column-holder .orange img{border-bottom:8px solid #d97322;}
	.column-holder .pink img{border-bottom:8px solid #b4257f;}
	
	/* main */
	#main{
		width:95%;
		line-height:19px;
		padding:100px 0 0;
	}
	.main-holder{
		border-bottom:1px solid #E7E7E7;
		padding:0 0 10px;
		width:95%;
	}
	#main p{margin:0 0 5px;}
	/* content */
	#content{width:95%;}
	/* footer */
	#footer{
		color:#787878;
		width:95%;
		padding:35px 0 0;
		clear:both;
	}
	/* sidebar */
	#sidebar img{display:block;}
	#footer p{margin:0;}
	/* .link-bar */
	.link-bar{display:none;}

}


@media only screen and (orientation:landscape){

   .idevice .link-bar{
	margin-top: 50px;
   }
}