@import url('reset.css');

/* General Demo Style */
body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background:black;
	color: white;
	font-family: "futura-pt","Helvetica Neue", Helvetica, Arial, san-serf;
	font-size:13px;
}
a{
	color: white;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1{
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-top: 0px;
	font-size:37px;
	color:#1d3887;
	font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serf;
	font-style:normal;
	font-weight: 300;
	text-align:left;
	text-shadow:1px 1px 1px #fff;
	line-height: 48px;
}
h1 a:link{
	color:#1d3887;
	font-weight: bold;
}
h1 a:visited{
	color:#1d3887;
	font-weight: bold;
}
h1 a:hover{
	color:#000000;
	font-weight: bold;
}

h2{
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-top: 0px;
	font-size:20px;
	color:#1d3887;
	font-family: "futura-pt","Helvetica Neue", Helvetica, Arial, sans-serf;
	font-weight:400;
	text-align:left;
	text-shadow:1px 1px 1px #fff;
}
h1 span{
	font-size:18px;
	color:#1693eb;
}
.more{
	font-family: Helvetica, Arial, san-serf;
	margin:0 auto;
	text-align:center;
	color:#ddd;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;

}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#1693eb;
	color:#fff;
}
/* Header Style */
.header{
	line-height:24px;
	font-size:11px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;

}
.header a{
	padding:0px 10px;
	letter-spacing:1px;
	color:#ddd;
	display:block;
	float:left;
}
.header a:hover{
	color:#fff;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}


/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:100%;
}
.st-accordion{
    width:960px;
    margin: 0 auto;
}
.st-accordion ul li{
    border-top-color: #666666;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: none;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	color: #666666;
	font-family: "futura-pt","Helvetica Neue", Helvetica, Arial, san-serf;
	font-style:normal;
	font-weight: 500;
    font-size: 84px;
    display: block;
	position: relative;
    line-height: 100px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;

}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
	color: #FFFFFF;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: white;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
	color: #000000;
    border-right-color: #3f3f3f;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: black;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    background-repeat: repeat-x;
    background-image: url(../images/shadow.png);
    background-color: #E1E1E1;
    background-position: 0 0px;
    padding: 20px 0px 30px 0px;
}
.st-content p{
	color: #666666;
	font-size:  18px;
	font-family: "futura-pt","Helvetica Neue", Helvetica, Arial, san-serf;
	line-height:  24px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	text-shadow:1px 1px 1px #fff;
}
.st-content img{
	border-color: white;
	border-width: 10px;
	border-style: solid;
	-moz-box-shadow:    0px 2px 5px 5px #CCC;
	-webkit-box-shadow: 0px 2px 5px 5px #CCC;
	box-shadow:         0px 2px 5px 5px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#000000');
	margin-top: 5px;
}
.st-content ul li{
	color: #666666;
	list-style-position: inside;
	font-size:  18px;
	font-family: "futura-pt","Helvetica Neue", Helvetica, Arial, san-serf;
	line-height:  24px;
	border-top-style: none;
	text-shadow:1px 1px 1px #fff;
}
