@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* RESET updated with html5 tags*/
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,
ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details, ol,
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;
	}
	ul li{
		list-style: disc;
		list-style-position: inside;
	}
body{
	font-family: helvetica, arial;
    font-weight: 100;
    line-height: 1.5;
	margin:0px;
	font-size:14px;
	font-weight:normal;
	color:#1D1D1B;
	position: relative;
}
a{
    text-decoration: none;
    color: #A6A8AB;
}
.header{
    background: #69321F;
    margin-bottom: 15px;
    width: 100%;
    clear: both;
    border-top: 5px solid #FCB621;
}
.header .logo{
    background: url("images/logo.png") center no-repeat;
    width: 350px;
    height: 78px;
    display: block;
    padding: 50px 65px;
}
.page-wrapper{
	width: 1200px;
	margin: 0 auto;
    border: 1px solid #000;

}

.main{
    padding: 15px;
}
.sidebar{
    width: 270px;
    float: left;
}
.block{
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.sidebar .menu li{
    list-style: none;
}
.sidebar .menu li a{
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    display: block;
}

.sidebar .menu li:first-child a{
    background: #69321F;
    color: #ffffff;
}

.sidebar .menu li a:hover{
    background: #69321F;
    color: #ffffff;
}

.sidebar .block-title{
    background: #69321F;
    margin-bottom: 25px;
}
.sidebar .block-title span{
    width: 215px;
    display: block;
    padding: 20px;
    color: #ffffff;
}
.sidebar .list{
    overflow: hidden;
    list-style-type: decimal;
    list-style-position: inside;
}
.sidebar .list li{
    font-size: 17px;
    width: 225px;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #231F20;
    font-weight: 100;
    list-style-position: inside;
    list-style: decimal;
    width: 75%;
    margin-left: 15%;
}
.content{
    width: 880px;
    float: right;
}

.content .section{
    border: 1px solid #ccc;
    overflow: hidden;
    clear: both;
    margin-bottom: 35px;
}

.content .section .stitle{
    padding: 28px;
    margin-bottom: 5px;
    font-size: 27px;
    color: #90A4AC;
}

.content .section .stitle span{

    display: block;
}

.content .section .stitle.red{
    background: #69321F;

}
.content .section .stitle.red span{
    color: #FCB621;
}

.content .section .simage{

}

.content .section .simage img{
    width: 100%;
}

.content .section .sdesc{
    width: 740px;
    margin: 20px auto;
    font-size: 17px;
    color: #231F20;
}
.content .section .sdesc p{
    font-weight: 100;
}

.footer{
    background: #FCB621;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.footer .footer-note{
    color: #FFFFFF;
    text-align: center;
    margin: 25px auto;
    font-size: 20px;
    font-weight: 100;
}