body {
    background: white;
    margin: 0;
    padding: 0;
    color: #2d2d2d;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

a { 
    color: #0eb6e0;
	text-decoration: none;
}

    a:hover { 
        color: #0eb6e0;
        text-decoration: none; 
    }
									  	  
h1 { 
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #323232;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 35px;
    text-transform: uppercase;
}
									  	  
h2 { 
    font-size: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #323232;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 6px 0;
}

.page-sect {
    background: white;
}

hr { 
    background-color: transparent;
    border: 1px dotted #999999;
    border-style: none none dotted; 
}


/* CONTENT STUFF */
    .header {
         height: 54px; 
         background: #f2daf2;
         border-bottom: solid 3px #999999; 
         z-index: 50;
    }

    .logo {
        position: absolute;
        top: 0;
        left: 12px;
        margin: 6px 0 0 0;
        height: 45px;
    }
    
    .menu-btn-box {
        position: absolute; 
        top: 0; 
        right: 0; 
        margin: 8px 15px 0 0; 
        padding: 0;
    }
    
    .menu-toggle {
        position: absolute; 
        top: 57px; 
        width: 100%; 
        z-index: 40;
        font-size: 14px;
    }
    
    .menu-effect-main {
        padding: 0;
        color: white;
    }
    
    .menu-effect-main a {
        height: 26px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 15px;
        padding-top: 19px;
        color: white;
    }
    
.content {
    margin: 0; 
    padding: 0;
    color: #333333;
}

    .content-wrap {
        background: white;
        width: 92%;
        font-size: 14px;
        color: #666666;
        font-weight: 400;
        line-height: 24px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
	
	#slideshow {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

        .swipe {
            overflow: hidden;
            visibility: hidden;
            position: relative;
        }

        .swipe-wrap {
            overflow: hidden;
            position: relative;
            padding: 0;
            margin: 0;
        }

        .swipe-wrap > div {
            float: left;
            top: 0;
            width: 100%;
            position: relative;
        }

        .swipe-wrap img { width: 100%; }


.footer {
    height: 54px; 
    background: #652d8e;
    border-top: solid 3px #999999; 
    z-index: 50;
}

    .ftr-left {
        width: 50%; 
        float: left;
        padding-left: 15px; 
        padding-top: 18px;
        font-size: 12px;
        font-family: 'Source Sans Pro', sans-serif;
        text-shadow: none;
        font-weight: 200;
        color: #e2e2e2;
    }

    .ftr-right {
        float: right; 
        padding-right: 15px; 
        padding-top: 14px;
    }

        .ftr-right img {
            height: 25px;
        }

