body {
	margin:0;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	line-height:25px;
	color:#000;
	background-color:#fff;
    font-weight:400; 
}

#logo {
    display:block;
    color:#fff;
    width:180px;
    height:180px;
    background-color: #401c66;
	font-family:'Montserrat', sans-serif;
	font-size:22px;
    line-height:28px;
    text-decoration: none;
    font-weight:600;
    background-image: url(../img/logo.png);
    background-size: 70%;
    background-position: center 15px;
    background-repeat: no-repeat;
    float:left;
    text-transform: uppercase;
}

#logo span {
    display:block;
    text-align:center;
    margin:112px 0 0 0;
}

#logo span span {
    font-size:30px;
    line-height: 30px;
    font-weight:800;
}

header {
    width:960px;
    margin:0 auto;
}

nav {
    width:745px;
    float:right;
    padding-top:30px;
}

nav ul {
    display:block;
    text-align: left;
    list-style-type: none;
    margin:0;
    padding:0;
}

nav ul li {
    display:inline-block;
    margin:0 36px 0 0;
    vertical-align: top;
}

nav ul li a {
    display:inline-block;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
    line-height:18px;
    font-weight:800;
    text-align: left;
    text-decoration:none;
    border-style:none none none solid;
    border-width:2px;
    border-color:#ffa300;
    color:#401c66;
    padding:0 0 0 7px;
    text-transform: uppercase;
    min-height: 40px;
    vertical-align: top;
}

nav ul li a:hover {
    border-color:#401c66;
    color: #ffa300;
}

.nomargin {
    margin:0;
}

#subtit {
    position: relative;
    background-color: #ffa300;
    padding:12px 0;
    margin:-76px 0 0 0;
    z-index: -10;
}

#subtit div {
    width:960px;
    margin:0 auto;
}

#subtit h1 {
    color:#401c66;
    font-family:'Montserrat', sans-serif;
    font-size:21px;
    line-height:25px;
    font-weight:400;
    margin:0;
    padding:0 0 0 210px;
    text-transform: uppercase;
}

#subtit h1 strong {
    font-weight:800;
    font-size:24px;
}

main {
    width:960px;
    margin:50px auto 70px auto;
    text-align:left;
}

h2 {
    color:#ffa300;
    font-family:'Montserrat', sans-serif;
    font-size:27px;
    line-height:27px;
    font-weight:800;
    margin:0 0 30px 0;
    padding:0;
    text-transform: uppercase;    
}

h3 {
    color:#401c66;
    font-family:'Montserrat', sans-serif;
    font-size:21px;
    line-height:25px;
    font-weight:600;
    margin:0 0 20px 0;
    padding:0;
    text-transform: uppercase;    
}

p {
    margin:0 0 20px 0;
}

strong {
    color:#401c66;
    font-size:18px;
    font-weight:600;
}

footer {
    background-color:#401c66;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:18px;
    font-weight:300;
    padding:30px 0 60px 0;
}

footer div {
    width:960px;
    margin:0 auto;
}

footer div span {
    color:#ffa300;
}

footer a {
    color:#fff;
}

ul {
    margin:0 0 20px 0;
}

a {
    color:#401c66;    
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


table {
    padding:0;
    margin:5px 0 30px 0;
    width:100%;
}

td {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
    background-color: #ffd790;
    color:#000;
    text-align: center;
    line-height: 21px;
    padding:10px;
}

td.head {
    background-color: #401c66;
    color:#fff;
    font-weight:600;    
}

td.left {
    text-align:left;
}



#sliderContainer {
    width:100%;
    height:380px;
    overflow: hidden;
}


.slider {
	width:100%;
	height:380px;
	overflow:hidden;
	position:relative;
	margin:0;
	z-index:0;
	background-color:#fff;
}

.slider ul {
	margin:0;
	padding:0;
}

.slider ul li {
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:center top;
	list-style:none;
	height:380px;
	width:100%;
	background-size:cover;
}



/*************************************************************************************/
.clear {background:transparent none repeat scroll 0% 0%;clear:both;font-size:1px;height:1px;width:0;float:none}