/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, tbody, tfoot, thead, tr, th, td,*/
caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/* resizable */
* {font-size: 100.01%;}
html {font-size: 62.5%;}
/* all */
body{
	margin:0;
	color:#333;
	background:#edece0;
	font:1.3em Arial, Helvetica, sans-serif;
	position:relative;
	min-width:984px;
}
img{border-style:none;} 
a{
	text-decoration:underline;
	color:#335839;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	overflow:hidden;
	width:100%;
}
/* header */
#header:after{
	content:'';
	display:block;
	clear:both;
}
#header{
	width:100%;
	background:#102e14 url(../images/design/bg-header.gif) no-repeat 50% 0;
}
.header-holder{
	overflow:hidden;
	width:984px;
	margin:0 auto 17px;
}
/* logo */
#header .logo{
	float:left;
	background:url(../images/logoheader.png) no-repeat;
	width:278px;
	height:88px;
	text-indent:-9999px;
	overflow:hidden;
	margin:13px 0 0 30px;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .social-networks{
	float:right;
	height:36px;
	background:url(../images/design/sprite.png) no-repeat 100% 0;
  	padding:0 9px 0 0;
	margin:0 12px 20px 0;
}
#header .social-networks ul{
	float:left;
	height:29px;
	padding:10px 0 0 17px;
	background:url(../images/design/sprite.png) no-repeat 0 -50px;
}
#header .social-networks li{
	float:left;
	padding:0 4px 0 10px;
	background:url(../images/design/sep-social-networks.gif) no-repeat;
}
#header .social-networks li:first-child{
	background:none;
	padding:0 10px 0 0;
}
#header .social-networks a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	line-height:15px;
}
#header .social-networks img{
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
.buttons{
	float:right;
	width:600px;
	height:44px;
    display:inline;

}
#header .btn-friends{
	float:right;
	clear:right;
	background:url(../images/design/sprite.png) no-repeat 0 -100px;
	width:171px;
	height:29px;
	padding:7px 5px 7px 13px;
	color:#fff;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	margin:0 12px;
	display:inline;
}

#header .bnt-camps {
    float: left;
    clear:right;
    display: inline;
    width: 197px;
    height: 43px;
    margin-left: 180px;
}

#header .btn-friends:hover{background-position:0 -150px;}
#header .btn-friends img{
	float:left;
	margin:0 4px 0 0;
}
#header .btn-friends span{overflow:hidden;}
#header .btn-friends strong{
	display:block;
	font-size:14px;
}
#header .panel:after{
	content:'';
	display:block;
	clear:both;
}
#header .panel{
	width:100%;
	background:#edece0 url(../images/design/bg-panel.gif) repeat-x;
	position:relative;
	z-index:200;
}
#header .panel .holder:after{
	content:'';
	display:block;
	clear:both;
}
#header .panel .holder{
	width:978px;
	height:47px;
	background:url(../images/design/bg-panel-holder-b.gif) no-repeat 50% 100%;
	margin:0 auto 0;
	padding:0 3px 4px;
}
/* nav */
#nav{float:left;}
#nav li{
	float:left;
	padding:0 0 0 2px;
	background:url(../images/design/sep-nav.gif) repeat-y;
}
#nav li:first-child{background:none;}
#nav a{
	display:block;
	padding:16px 19px 15px;
	color:#fff;
	text-decoration:none;
	/* changed font-size from 14px to 12px because of all-caps */
	font-size:12px;
	line-height:16px;
}
#nav .active a,
#nav li:hover a,
#nav a:hover{background:url(../images/design/bg-nav-hover.gif) repeat-x;}
#nav li:hover{position:relative;}
#nav li:hover .drop{display:block;}
#nav .drop{
	display:none;
	position:absolute;
	top:48px;
	left:-77px;
	/* changed width from 978px 4-column to 489 2-column */
	width:489px;
	background:url(../images/design/bg-drop.gif) repeat-y -985px 0;
}
#nav .drop-holder{
	overflow:hidden;
	width:100%;
	background:url(../images/design/bg-drop.gif) no-repeat 0 0;
}
#nav .drop-frame{
	overflow:hidden;
	padding:22px 0;
	background:url(../images/design/bg-drop.gif) no-repeat -1965px 100%;
}
#nav .drop .content{
	overflow:hidden;
	margin:0 0 -5px;
}
#nav ul{
	float:left;
	display: block;
	width: 100%;
	padding:0 0 0 0; 
	margin:0 11px 0 0;
}
#nav ul li{
	float: left;
	display: block;
	width: 225px;
	padding:0 0 0 5px;
	margin: 0 7px 0 7px;
	overflow:hidden;
	background:none;
}
#nav li:hover ul a{
	background:none;
	width: 225px;
	padding:5px;
}
#nav li:hover ul li:hover{background:#0c70a4;}
/* search form */
#header .search-form{
	float:right;
	background:url(../images/design/sprite.png) no-repeat -600px -650px;
	width:213px;
	height:36px;
	margin:6px 9px 0 0;
}
#header .search-form .text{
	float:left;
	height:16px;
	background:none;
	border:none;
	color:#fff;
	font-size:13px;
	line-height:15px;
	outline:none;
	width:150px;
	padding:10px 15px 10px;
}
#header .search-form .btn-submit{
	float:right;
	border:none;
	background:url(../images/design/sprite.png) no-repeat -820px -650px;
	width:20px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
	margin:9px 10px 0 0;
	padding:0;
}
/* main */
#main{
	overflow:hidden;
	width:958px;
	background:#edece0 url(../images/design/bg-body.gif) repeat-y 50% 0;
	margin:0 auto;
	padding:7px 13px 20px;
	clear:both;
}
/* slideshow */
#main .slideshow{
	overflow:hidden;
	width:958px;
	margin:0 auto 12px;
	position:relative;
}
#main .slideshow img{display:block;}
#main .slideshow .slideshow-list{
	overflow:hidden;
	width:958px;
	height:302px;
	position:relative;
}
#main .slideshow-list li{
	position:absolute;
	top:0;
	left:0;
}
#main .slideshow .text{
	position:absolute;
	left:17px;
	bottom:0;
	height:31px;
	text-align:center;
	background:url(../images/design/sprite.png) no-repeat 100% -250px;
	padding:0 8px 0 0;
	font-size:12px;
	line-height:15px;
}
#main .slideshow .text-holder{
	overflow:hidden;
	background:url(../images/design/sprite.png) no-repeat 0 -300px;
	padding:9px 12px 7px 20px;
}
#main .slideshow a{
	color:#fff;
	text-decoration:none;
}
#main .slideshow a:hover{border-bottom:1px solid #fff;}
#main .slideshow .switcher{
	position:absolute;
	top:287px;
	left:876px;
	height:10px;
	width:auto;
}
#main .slideshow .switcher li{
	float:left;
	margin:0 0 0 4px;
}
#main .slideshow .switcher a{
	display:block;
	background:url(../images/design/btn-switcher.png) no-repeat 0 -15px;
	width:11px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
}
#main .slideshow .switcher .active a,
#main .slideshow .switcher a:hover{
	background-position:0 0;
	border:none;
}

.main-block:after{
	content:'';
	display:block;
	clear:both;
}
.main-block{
	width:934px;
	background:url(../images/design/bg-line-b.gif) no-repeat 17px 100%;
	padding:0 0 13px 17px;
	margin:0 0 12px;
}
.main-block .tab-block{
	float:left;
	width:569px;
	padding:6px 0 0;
}
.main-block .tabset{overflow:hidden;}
.main-block .tabset li{
	float:left;
	height:34px;
	margin:0 0 0 -10px;
}
.main-block .tabset li:first-child{margin:0;}
.main-block .tabset .tab{
	float:left;
	font-size:16px;
	line-height:18px;
	padding:0 7px 0 0;
	color:#979586;
	text-decoration: none;
}
.main-block .tabset .tab span{
	display:block;
	padding:10px 20px 6px 27px;
}
.main-block .tabset .tab:hover,
.main-block .tabset .active{
	color:#002e07;
	background:url(../images/design/sprite.png) no-repeat 100% -350px;
}
.main-block .tabset .tab:hover span,
.main-block .tabset .active span{background:url(../images/design/sprite.png) no-repeat 0 -400px;}
.main-block .tab-block .tab-content{
	overflow:hidden;
	padding:12px 14px 20px 16px;
	background:#f4f2ec;
	height:277px;
}
.main-block .tab-content .schedule-list{
	overflow:hidden;
	width:539px;
	margin:0 0 3px;
}
.main-block .schedule-list li{
	overflow:hidden;
	width:537px;
	height:71px;	
	background:#fff url(../images/bg-shedule.gif) repeat-y 54px 0; 
	border:1px solid #dedbd4;
	margin:0 0 8px;
	vertical-align:top;
}
.main-block .schedule-list li:hover{border-color:#bdb9b0;}
/*  not using date
.main-block .schedule-list .date{
	float:left;
	text-align:center;
	width:56px;
	font-size:24px;
	line-height:24px;
	color:#002e07;
	text-transform:uppercase;
	padding:6px 0 0;
}
.main-block .schedule-list .date span{
	display:block;
	font-size:16px;
	line-height:18px;
	color:#565553;
	margin:0 0 5px;
}
*/
.main-block .schedule-list .text{
	float:left;
	/* use smaller width if using date (above)
	width:418px;*/
	width:474px;
	padding:5px 12px 3px;
}
.main-block .schedule-list h2{
	font-size:16px;
	line-height:18px;
	color:#002e07;
	margin:0 0 6px;
}
.main-block .schedule-list .link{
	float:left;
	background:url(../images/design/sprite.png) no-repeat 0 -200px;
	text-indent:-9999px;
	overflow:hidden;
	width:37px;
	height:71px;
}
.main-block .schedule-list .link:hover{background-position:-50px -200px;}
/*
.main-block .tab-content .more{
	float:left;
	background:url(../images/design/sprite.png) no-repeat 100% -450px;
	padding:0 9px 0 0;
	height:28px;
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
}

.main-block .tab-content .more span{
	float:left;
	cursor:pointer;
	background:url(../images/design/sprite.png) no-repeat 0 -500px;
	padding:5px 3px 6px 13px;
}
.main-block .tab-content .more:hover{background-position:100% -550px;}
.main-block .tab-content .more:hover span{background-position:0 -600px;}
*/
.main-block .btn-block{
	float:right;
	width:360px;
	background:url(../images/design/bg-btn-block.gif) repeat-y;
	margin:0 -17px 0 0;
}
.main-block .btn-block .holder{
	overflow:hidden;
	width:360px;
	background:url(../images/design/bg-btn-block.gif) no-repeat -370px 0;
}
.main-block .btn-block .frame{
	overflow:hidden;
	background:url(../images/design/bg-btn-block.gif) no-repeat -740px 100%;
	min-height:338px;
	padding:12px 0 0 37px;
}
.main-block .btn-block .list{overflow:hidden;}
.main-block .btn-block .list li{
	overflow:hidden;
	vertical-align:top;
	height:1%;
	margin:0 0 5px;
}
.main-block .btn-block img{display:block;}
.main-block .btn-block .btn{
	display:block;
	background:url(../images/design/sprite.png) no-repeat -200px -100px;
	width:266px;
	height:43px;
	padding:5px 12px 0 13px;
	color:#fff;
	cursor:pointer;
	text-decoration: none;
}
.main-block .btn-block .icon{
	float:left;
	width:38px;
	text-align:center;
	margin:0 10px 0 0;
}
.main-block .btn-block .btn:hover{background-position:-200px -150px;}
.main-block .btn-block .text-holder{
	float:left;
	width:200px;
	font-size:14px;
	line-height:16px;
	padding:10px 0 0;
}
.main-block .btn-block .arrow{
	float:right;
	margin:5px 0 0;
}
.main-block .btn-block .btn.red-d .icon{margin:2px 10px 0 0;}
.main-block .btn-block .green{background-position: -500px -100px;}
.main-block .btn-block .green:hover{background-position:-500px -150px;}
.main-block .btn-block .green .icon{margin:2px 10px 0 0;}
.main-block .btn-block .green-d{background-position: -200px -200px;}
.main-block .btn-block .green-d:hover{background-position:-200px -250px;}
.main-block .btn-block .green-d .icon{margin:1px 10px 0 0;}
.main-block .btn-block .blue{background-position:-500px -200px;}
.main-block .btn-block .blue:hover{background-position:-500px -250px;}
.main-block .btn-block .blue .icon{margin:2px 10px 0 0;}
.main-block .btn-block .orange{background-position:0 -650px;}
.main-block .btn-block .orange:hover{background-position:0 -700px;}
.main-block .btn-block .orange .icon{margin:2px 10px 0 0;}
.main-block .btn-block .red{background-position:-300px -650px;}
.main-block .btn-block .red:hover{background-position:-300px -700px;}
.main-block .btn-block .red .icon{margin:5px 10px 0 0;}
.news-block{
	overflow:hidden;
	width:924px;
	margin:0 auto 8px;
}
.news-block h2{
	font-size:1.538em;
	line-height:1.1em;
	margin:0 0 12px;
	color:#002e07;
}
*+html .news-block h2{margin:0 0 11px;}
.news-block .news-list{
	overflow:hidden;
	width:921px;
}
.news-block .news-list li{
	display:inline-block;
	vertical-align:top;
	width:293px;
	margin:0 0 0 20px;
}
.news-block .news-list li:first-child{margin:0;}
*+html .news-block .news-list li{display:inline;}
.news-block .visual{
	overflow:hidden;
	border:2px solid #e1e0dd;
	padding:3px;
	background:#fff;
	position:relative;
	cursor:pointer;
	margin:0 0 8px;
}
.news-block .visual img{display:block;}
.news-block .visual .decor{
	display:none;
	position:absolute;
	left:3px;
	top:3px;
	background:url(../images/design/decor-1.png) no-repeat;
	width:283px;
	height:130px;
	z-index:10;
}
.news-block .visual:hover .decor{display:block;}
.news-block .text{
	overflow:hidden;
	width:251px;
	padding:0 6px;
	line-height:1.23em;
}
.news-block h3{
	font-size:1.23em;
	line-height:1.125em;
	color:#002e07;
	margin:0 0 7px;
}
*+html .news-block h3 {margin:0 0 6px;}
.news-block h3 a{color:#002e07;}
.news-block h3 a:hover{border-bottom:1px solid #002e07;}

/* added for emergency message */
.emergMsg 
{
    text-align:center;
    font-size: 14px;
    font-weight: bold;
}
.emergMsg h1 { font-size: 1.846em; margin: 0 5px 5px 5px; font-weight: bolder }
.emergMsg h2 { font-size: 1.5em; margin: 0 5px 5px 5px; font-weight: bolder }
.emergMsg h3 { font-size: 1.17em; margin: 0 5px 5px 5px; font-weight: bolder }
.emergMsg h4 { margin: 0 5px 5px 5px; font-weight: bolder }
.emergMsg h5 { font-size: .83em; margin: 0 5px 5px 5px; font-weight: bolder }
.emergMsg h6 { font-size: .75em; margin: 0 5px 5px 5px; font-weight: bolder }
.emergMsg b, .emergMsg strong { font-weight: bold }
.emergMsg i, .emergMsg em { font-style: italic }

.visual{
	overflow:hidden;
	margin:0;
	position:relative;
}.visual img{display:block;}
.visual .text{
	position:absolute;
	bottom:0;
	right:0;
	height:15px;
	font-size:13px;
	line-height:13px;
	color:#fff;
	background:url(../images/design/sprite.png) no-repeat 0 -800px;
	padding:11px 10px 8px;
}
.visual .text img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
}
.visual .text a{
	color:#fff;
	text-decoration:none;
}
.visual .text a:hover span{border-bottom:1px solid #fff;}
.main-holder:after{
	content:'';
	display:block;
	clear:both;
}


/* content */
#content{
	float:left;
	width:628px;
	padding:19px 0 0 ;
}
#content .article-block{
	overflow:hidden;
	width:610px;
	line-height:1.384em;
	padding:0 0 0 18px;
}
/* changed h2 to h1 for content area banner */
#content h1{
	overflow:hidden;
	color:#002e07;
	font-size:1.846em;
	line-height:1em;
	background:url(../images/design/bg-line-b.gif) no-repeat 0 100%;
	padding: 0 0 14px;
	margin:0 0 19px;
}
#content h1 .cufon{
	float:left;
	margin:0;
}
#content p{margin:0 0 18px;}


/* added defaults to correctly style page content */
#content h1 { font-size: 1.846em; margin: .67em 0; font-weight: bolder }
#content h2 { font-size: 1.5em; margin: .75em 0; font-weight: bolder }
#content h3 { font-size: 1.17em; margin: .83em 0; font-weight: bolder }
#content h4 { margin: 1.12em 0; font-weight: bolder }
#content h5 { font-size: .83em; margin: 1.5em 0; font-weight: bolder }
#content h6 { font-size: .75em; margin: 1.67em 0; font-weight: bolder }
#content b, #content strong { font-weight: bold }
#content blockquote, #content ul, #content ol { margin: 1.12em 0 } 
#content blockquote { margin-left: 40px; margin-right: 40px }
#content i, #content em { font-style: italic }
#content s, #content strike, #content del  { text-decoration: line-through }
#content li { display: list-item; margin: .75em 0  }
#content ol, #content ul { margin-left: 40px }
#content ol  { list-style-type: decimal }
#content ul li  { list-style-type: disc }
#content u, #content ins { text-decoration: underline }
#content center  { text-align: center }
#content img { margin: 5px 5px 5px 5px; }

/* the following styles can be used for a 2 column page: photo in 1st column, then heading followed by text in 2nd column */
#content .item-block{
	overflow:hidden;
	margin:-2px 0 8px;
}
#content .item-block .holder{
	overflow:hidden;
	margin:0 0 13px;
}
#content .item-block img{
	vertical-align:top;
	float:left;
	border:2px solid #e1e0dd;
	background:#fff;
	padding:3px;
	margin:0 14px 0 0;
}
#content .item-block .text{
	overflow:hidden;
	padding:2px 0 0 ;
}
#content .item-block .text h3{
	overflow:hidden;
	color:#002e07;
	font-size:1.23em;
	line-height:1.125em;
	margin:0 0 6px;
}
#content .item-block .text h3 .cufon{
	float:left;
	margin:0;
}
#content .item-block .text h3 a{color:#002e07;}
#content .item-block .text h3 a:hover{border-bottom:1px solid #002e07;}
/* sidebar */
#sidebar{
	float:right;
	width:310px;
	margin:0 -10px 0 0;
}
#sidebar .navigation-block{
	overflow:hidden;
	width:310px;
	margin:0 0 14px;
	background:url(../images/design/bg-navigation.gif) repeat-y;
}
#sidebar .navigation-block .holder{
	overflow:hidden;
	background:url(../images/design/bg-navigation.gif) no-repeat -320px 0;
}
#sidebar .navigation-block .frame{
	overflow:hidden;
	background:url(../images/design/bg-navigation.gif) no-repeat -640px 100%;
	padding:52px 0 65px;
}
#sidebar .navigation{
	overflow:hidden;
	width:310px;
}
#sidebar .navigation li{
	overflow:hidden;
	vertical-align:top;
	height:1%;
	border-top:1px solid #e7e6e1;
}
#sidebar .navigation a{
	overflow:hidden;
	display:block;
	color:#7a7566;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	padding:7px 26px 4px;
}
#sidebar .navigation a:hover{background:#e8e5e1;}
#sidebar .navigation .active a{
	background:#fff;
	color:#46433a;
}
#sidebar .navigation .active a .cufon{
	float:left;
	margin:0;
}
/* footer */
#footer{
	overflow:hidden;
	width:984px;
	margin:0 auto 50px;
	background: #edece0 url("../images/design/bg-body.gif") repeat-y 50% 0;
	
}

.footer-holder{
	overflow:hidden;
	width:964px;
	padding:0 10px 14px;
	background:url(../images/design/bg-footer-b.gif) no-repeat 0 100%;
}
.footer-frame{
	overflow:hidden;
	background:url(../images/design/bg-footer-frame.gif) repeat-y;
}
.footer-content{
	overflow:hidden;
	background:url(../images/design/bg-footer-content.png) no-repeat;
	padding:3px 3px;
}
#footer .item-block{
	overflow:hidden;
	padding:30px 12px 10px;
	background:url(../images/design/bg-shadow-t.png) repeat-x;
	color:#fff;
	line-height:15px;
}
#footer .item-block .text-block{
	float:left;
	width:295px;
	margin:0 0 0 14px;
}
#footer .item-block .text-block:first-child{margin:0;}
#footer .item-block img{
	float:left;
	vertical-align:top;
	margin:0 8px 0 0;
}
#footer .item-block .text-holder{
	overflow:hidden;
	padding:3px 0 0 2px;
}
#footer .item-block h2{
	font-size:20px;
	line-height:22px;
	margin:0 0 7px -2px;
}
*+html #footer .item-block h2{margin:0 0 6px -2px;}
#footer .item-block h2 a{color:#fff;}
#footer .item-block h2 a:hover{border-bottom:1px solid #fff;}
#footer .item-block p{margin:0 0 18px;}
#footer .item-block strong{font-weight:bold;}
#footer .item-block .list{
	overflow:hidden;
	margin:0 0 5px;
	color:#a7cdad;
}
#footer .item-block .list li{
	overflow:hidden;
	vertical-align:top;
	background:url(../images/design/sprite.png) no-repeat -992px -896px;
	padding:0 0 16px 22px;
}
#footer .item-block .list a{
	color:#a7cdad;
	text-decoration:none;
}
#footer .item-block .list a:hover{text-decoration:underline;}
#footer .signup-form{
	overflow:hidden;
	background:url(../images/design/bg-signup-form.png) repeat-x;
	border-bottom:1px solid #24572c;
	padding:14px 18px 18px;
	margin:0 0 20px;
}
#footer .signup-form .col-1{
	float:left;
	width:440px;
}
#footer .signup-form .col-2{
	float:right;
	width:421px;
	padding:14px 9px 0 0;
}
#footer .signup-form img{
	float:left;
	vertical-align:top;
	margin:0 11px 0 0;
}
#footer .signup-form .text-holder{
	overflow:hidden;
	color:#fff;
	line-height:18px;
	padding:3px 0 0 2px;
}
#footer .signup-form h2{
	font-size:20px;
	line-height:22px;
	margin:0 0 6px -2px;
}
#footer .signup-form a{
	color:#759f7c;
	text-decoration:none;
}
#footer .signup-form a:hover{text-decoration:underline;}
#footer .signup-form .row{
	overflow:hidden;
	margin:0 0 8px;
}
#footer .signup-form .area{
	float:left;
	width:320px;
	height:35px;
	padding:2px;
	background:url(../images/design/sprite.png) no-repeat -600px -700px;
	margin:1px 11px 0 0;
}
#footer .signup-form .text{
	float:left;
	background:none;
	border:none;
	margin:0;
	width:286px;
	padding:9px 17px;
	color:#666;
	font-size:14px;
	line-height:16px;
}
#footer .signup-form .btn-submit{
	float:left;
	background:url(../images/design/sprite.png) no-repeat 0 -750px;
	width:86px;
	height:41px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
}
#footer .signup-form .btn-submit:hover{background-position:-100px -750px;}
#footer .signup-form .check{
	float:left;
	width:16px;
	height:15px;
	border:none;
	margin:1px 5px 0 4px;
	padding:0;
}
#footer .signup-form label{
	float:left;
	line-height:18px;
	color:#fff;
	padding:0 6px 0 0;
}
#footer .signup-form .checkout{margin:0;}
#footer .bar{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin:0 0 17px;
	font-size:12px;
   
}
.footer-list{
	overflow:hidden;
	margin:0 0 5px;
	color:#e7efe8;
}
.footer-list li{
	display:inline-block;
	background:url(../images/design/sprite.png) no-repeat -960px -948px;
	padding:0 4px 0 7px;
}
*+html .footer-list li{display:inline;}
.footer-list li:first-child{background:none;}
.footer-list li strong{font-weight:bold;}
.footer-list a{
	color:#e7efe8;
	text-decoration:none;
}
.footer-list a:hover{text-decoration:underline;}
#footer .bar .by{
	color:#738b77;
	text-decoration:none;
}
#footer .bar .by:hover{text-decoration:underline;}
.skip{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.skip:focus{
	position:static;
	width:auto;
	height:auto;
}
.hidden{display:none;}
.logo-print {display: none;}

img.center {
	display: block;
	margin:10px auto;

}
p.centerText {
	text-align: center;
}
           .imageHolder {
    position:relative;
    float:left;
    width:auto;
    height:auto;
    margin:10px 4px
}

.imageHolder .caption {
    position:absolute;
    width:auto;
    height:20px;
    bottom:0;
    left:0;
    color:#000;
    text-align:center;
   
 }

.imageHolder .caption a{
font-size:11px;
background-color:#fff;

}

.floatRight{float:right; margin:10px;}
.floatLeft{float:left; margin:10px;}

.detect {
	display: none;
}