@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
html {
	background-color:#ffffff;
	background-image:url(../images/background.jpg);
}
body {
	color:#333;
	background: url(../images/background-header.jpg) 0 0 repeat-x;
	font-size:75%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
}
img {
	border:none;
	margin:0;
	padding:0;
	max-width: 100%;
	height: auto;
}
ul {list-style-type:none;}
a {color:#777;text-decoration:none;outline:none;}
a:hover {color:#C30;text-decoration:none;outline:none;}
p {
	font-size:1em;
	line-height:1.4em;
	padding-bottom:0.8em;
}
.container {
	clear:both;
	margin:0 auto 0 auto;
	padding:0;
	max-width:1000px;
	position:relative;
	z-index:0;
}
#scroller:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#scroller > span  {
	width: 100%;
}
#scroller > span > span {
	width: 100%;
	display: none;
}
#scroller > span > span:first-child {
	display: block;
}
.box .content.facebook iframe {
	width: 100% !important;
}
.box {
	margin-bottom: 35px;
	margin-right: 15px;
	background: url(../images/box-bg.jpg);
	border: 1px solid #cccbc8;
	-webkit-box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.2), 0px 10px 20px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.2), 0px 10px 20px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.2), 0px 10px 20px -5px rgba(0,0,0,0.2);
	float:left;
	min-height: 270px;
	width:314px;
}
.box:last-child, 
.box.last {
	margin-right: 0px;
}
.box .title {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.2em;
	font-weight:normal;
	border-bottom: 1px dotted #c2c1be;
}

#boxContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box .title, 
.box .content {
	padding:10px;
}
.box .content em {
	margin-top:4px;
}
.box .content.facebook {
	padding: 0px;
	margin: -1px;
}
.box .ui-superform {
	width: auto !important;
}
.box .ui-superform input
{
	padding:2px 0px;
}
.box .ui-superform input[type=text]
{
	border:1px solid #CCCBC9;
}
input[type=text]
{
	border:1px solid #C24D3C;
}
.box .ui-superform input[type=text].error {
	border:1px solid #C24D3C;
}
.box .ui-superform input[type=submit]
{
	background-color: #FFFFFF;
	border: 1px solid #CCCBC9;
	box-shadow: 0 0 15px #D8D8D4 inset;
	color: #443F2B;
	padding: 2px 5px;
}
.box .ui-superform input[type=submit]:hover
{
	box-shadow: 0 0 5px #D8D8D4 inset;
}
.box .ui-superform label.error
{
	color: #C24D3C;
	display: block;
}
.box .ui-superform div.error
{
	color: #C24D3C;
}
.boxContent {
	margin-bottom: 35px;
	padding:15px;
	background: url(../images/box-bg.jpg);
	border: 1px solid #cccbc8;
	-webkit-box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.2), 0px 10px 20px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.2), 0px 10px 20px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.2), 0px 10px 20px -5px rgba(0,0,0,0.2);
	float:left;
	min-height:270px;
	width:1000px;
}
.boxContent .title {
	border-bottom: 1px dotted #c2c1be;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.2em;
	font-weight:normal;
	margin-bottom:0.6em;
}
.promoVideo {
	float:left;
	width:666px;
}
.featureBox {
	float:left;
	width:300px;
	margin-right:33px;
}
.featureBox li {
	list-style:none;
	border-bottom: 1px dotted #ccc;
	padding:5px 0;
	font-size:1.2em;
	letter-spacing:0.1em;
}

.promoVideo .title, .featureBox .title {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.2em;
	font-weight:normal;
	padding-bottom:15px;
}

#contentContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footerContainer {
	margin-top: 80px;
	padding-top: 20px;
	background: url(../images/background-footer.jpg) 0 0 repeat-x;
}

#footer {
	margin:0 auto 0 auto;
	padding:0;
	max-width:1000px;
	clear:both;
	color:#aaa;
	padding: 50px 0;
	background: ;
}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footerBlock1, #footerBlock2, #footerBlock3 {
	float:left;
	margin-right:3em;
}
 {
	
}
#footerBlock4 {
	float:right;
	text-align:right;
}

@media screen and (max-width: 1019px) {
	body {
		background: none;
	}
	#boxContainer {
		padding: 20px 20px 0 20px;
	}
	.box {
		margin-bottom: 20px;
		margin-right: 0px;
		width: 48%;
	}
	.box .title {
		border-bottom: 1px dotted #c2c1be;
	}
	.box.even {
		float: right;
	}
	.box .content.facebook {
		padding: 10px;
	}
	.box .content.facebook iframe {
		width: 100% !important;
	}
	.promoVideo {
		width: 48%;
	}
	.promoVideo iframe {
		width: 100% !important;
		height: 350px !important;
	}
	.featureBox {
		margin-right: 0px;
		float: right;
		width: 48%;
	}
	#contentContainer {
		padding: 20px;
	}
	#footerContainer {
		padding: 20px;
		margin-top: 0px;
	}
	#footer {
		padding-bottom: 0px;
	}
	#footerBlock1 {
		float: none;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 639px) {
	
	.box, 
	.featureBox, 
	.promoVideo,
	.boxContent {
		float: none !important;
		width: auto;
	}
	 
	.featureBox {
		padding-top: 20px;
		margin-right: 0px;
	}
}
@media screen and (max-width: 539px) {
	#footerBlock2, 
	#footerBlock3, 
	#footerBlock4 {
		float: none;
		text-align: left;
		width: auto;
		margin-bottom: 10px;
	}
}