@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/centurygothic.eot');
    src: url('../fonts/centurygothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centurygothic.woff') format('woff'),
         url('../fonts/centurygothic.ttf') format('truetype'),
         url('../fonts/centurygothic.svg#centurygothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Italic';
    src: url('../fonts/centurygothicitalic.eot');
    src: url('../fonts/centurygothicitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centurygothicitalic.woff') format('woff'),
         url('../fonts/centurygothicitalic.ttf') format('truetype'),
         url('../fonts/centurygothicitalic.svg#centurygothicitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color:#dbebc1;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	
}

#content_container{ 
	background-color: #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    position: relative;
    width: 940px;
}

.shadow {
-moz-box-shadow: 0px 0px 10px #838281;
-webkit-box-shadow: 0px 0px 10px #838281;
box-shadow: 0px 0px 10px #838281;

/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#838281')";

/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#838281');
}

#logo_block{
	float:left;
	width:302px;
	height:111px;
}

#quote_block{
	float:right;
	width:598px;
	height:51px;
	padding:40px 20px 20px 20px;
}

.quote_text{
	font-family: 'CenturyGothic-Italic';
	font-size:16px;
	color:#a8d064;
	line-height:20px;
	text-align:right;
}

#slogan_block{
	float:left;
	width:302px;
	height:230px;
	margin-top:20px;
	padding-top:100px;
	background-image:url(../images/slogan_block.png);
	background-repeat:no-repeat;
}

.slogan_text{
	font-family: 'CenturyGothic-Italic';
	font-size:24px;
	color:#FFFFFF;
	text-transform:capitalize;
	text-align:center;
	line-height:30px;
}

#banner_block{
	float:right;
	width:618px;
	height:320px;
	margin-top:20px;
}

#banner_block_shadow{
	float:right;
	width:618px;
	height:10px;
}

#links_block{
	float:left;
	width:940px;
	height:60px;
	background-image:url(../images/links_bg_tile.png);
	background-repeat:repeat-x;
	margin-top:10px;
}

.links_text{
	font-family: 'CenturyGothic';
	font-size:18px;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:normal;
}

.links_text ul{
	margin:0px;
	padding:0px;
}

.links_text li{
	list-style:none;
	float:left;
	margin-top:20px;
	padding:0 22px 0 22px;
	border-left:1px solid #9ebc50;
	border-right:1px solid #f0ffca;
}

.links_text li a:link{color:#ffffff;text-decoration:none;}
.links_text li a:visited{color:#ffffff;text-decoration:none;}
.links_text li a:active{color:#ffffff;text-decoration:none;}
.links_text li a:hover{color:#ffffff;text-decoration:underline;}

.content_block{
	width:940px;
	margin-top:20px;
}

.heading_block{
	width:940px;
	height:30px;
}

.heading_text{
	font-family: 'CenturyGothic';
	font-size:24px;
	color:#a8d064;
	text-transform:capitalize;
	font-weight:normal;
}

.heading_text_2{
	font-family: 'CenturyGothic-Italic';
	font-size:18px;
	color:#5f3a74;
	text-transform:capitalize;
	font-weight:normal;
}

.copy_block{
	width:930px;
	margin-bottom:40px;
}

.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8f8e8e;
	line-height:22px;
	font-weight:normal;
}

.copy ul{
	margin-left:10px;
	padding-left:10px;
}

.copy ol{
	margin-left:10px;
	padding-left:10px;
}

.copy a:link{color:#8f8e8e;text-decoration:underline;}
.copy a:visited{color:#8f8e8e;text-decoration:none;}
.copy a:active{color:#8f8e8e;text-decoration:none;}
.copy a:hover{color:#8f8e8e;text-decoration:underline;}

.divider{
	width:940px;
	height:15px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer_block{
	float:left;
	width:940px;
	height:50px;
	background-image:url(../images/footer_bg_tile.png);
	background-repeat:repeat-x;
	margin-top:10px;
}

#footer_links_block{
	float:left;
	width:720px;
	margin-top:2px;
}

#footer_fb_block{
	float:right;
	width:186px;
	height:31px;
	margin-top:10px;
	margin-right:15px;
}

.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:normal;
}

.footer_text ul{
	margin:0px;
	padding:0px;
}

.footer_text li{
	list-style:none;
	float:left;
	margin-top:15px;
	padding:0 5px 0 5px;
}

.footer_text li a:link{color:#ffffff;text-decoration:none;}
.footer_text li a:visited{color:#ffffff;text-decoration:none;}
.footer_text li a:active{color:#ffffff;text-decoration:none;}
.footer_text li a:hover{color:#ffffff;text-decoration:underline;}


/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load{
	height: 51px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage{
	/**/
}

/* Container when content is shown in slider */
.showcase{
	position: relative;
	margin: auto;
}

.showcase-content-container{
	background-color: #fff;
}

	
/* Content */
.showcase-content{
	text-align: right;
}
		
.showcase-content-wrapper{
	text-align: right;
	height: 51px;
	width: 598px;
	display: table-cell;
	vertical-align: middle;
}

/* Showcase
-------------*/	