
a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin: 0px;
    padding: 0px;
}

html { background-color: #e8e8e8; }

body 
{
    margin: 0px auto;
    padding: 0px;
    font-family: "Source Sans Pro", Open Sans, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    background: #e8e8e8;
}

a
{
    text-decoration :none;
    color: #4fc27d;
    outline: 0;
}

a:hover
{
    text-decoration: none;
}

img
{
    border: 0px;
}

p
{
    margin: 12px 0;
    font-weight: 300;
}

h1, h2, h3
{
    font-family: 'Quicksand';
    color:#333;
    text-transform: uppercase;
    font-weight: 300;
}

h1{
    font-size: 1.625em;
}

h2
{
    font-size:1.625em;    
}

h3
{
    font-size: 1.286em;
    font-weight: 600;
}
.sidebar h3 { font-weight: bold; color: #4fc27d; }

h4
{
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
}



@font-face {
    font-family: 'Montserrat';
    src: url('font/montserrat-bold-webfont.eot');
    src: url('font/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/montserrat-bold-webfont.woff') format('woff'),
         url('font/montserrat-bold-webfont.ttf') format('truetype'),
         url('font/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/montserrat-bold-webfont.eot');
    src: url('font/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/montserrat-bold-webfont.woff') format('woff'),
         url('font/montserrat-bold-webfont.ttf') format('truetype'),
         url('font/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Regular-webfont.eot');
    src: url('font/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('font/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('font/SourceSansPro-Regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Light-webfont.eot');
    src: url('font/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Light-webfont.woff') format('woff'),
         url('font/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('font/SourceSansPro-Light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Semibold-webfont.eot');
    src: url('font/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('font/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('font/SourceSansPro-Semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Bold-webfont.eot');
    src: url('font/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Bold-webfont.woff') format('woff'),
         url('font/SourceSansPro-Bold-webfont.ttf') format('truetype'),
         url('font/SourceSansPro-Bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;

}

.btn
{  
    padding: 8px 0;
    color: #ffffff;
    text-align: center;
    font-size: 0.813em;
    text-transform: uppercase;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    background: #4fc27d;
    display: block;
    position: relative;
    font-weight: 800;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.btn:hover
{
    box-shadow: 0 0 0 5px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.09);
}

/*----------------------sidebar-----------------------*/

.sidebar section { margin: 0 0 20px 0; }
#Logo { display: block; padding: 25px 0 13px 0; }


/*----------------------header-----------------------*/

header { position: absolute; width: 100%; background: #ffffff; background: rgba(255, 255, 255, 0.8); z-index: 999; height: auto; width:100%; }
header .btn { margin: 30px 0 30px 0;float:right;width:200px;}

/*----------------------nav-----------------------*/

nav ul
{
    padding: 35px 20px;
}

nav ul li
{
    font-size: 1em;
    margin: 0 20px;
    display: inline-block;
    font-weight: 300;
    float: left;
}

nav ul li#CheckRegLi { margin: 0; }

nav ul li a
{
    color: #333;
    padding: 0;
}

nav ul li a:hover,
nav ul li.current a
{
    color: #4fc27d;
}

#SearchLi a {
    color: #4fc27d;
}

#pageTop {
    position: relative;
}

@media screen and (max-width: 767px)
{

    .nav-collapse
    {
        margin: 10px 0 0px 0;
        float: left;
        width: 100%;
    }

    .nav-collapse div ul
    {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        list-style: none;
        float: left;
    }

    .nav-collapse div li
    {
        width: 100%;
        display: block;
        margin: 0;
        text-align: left;
        border-bottom: 4px solid #EDECEC;
    }

    .nav-collapse div li a,
    .nav-collapse div li.current a,
    .nav-collapse div li a:hover
    {
        border: none;
        margin: 0;
    }

    .nav-collapse div li a
    {
        display: block;
        padding: 10px;
    }

    .nav-collapse div li.current
    {
        background: #4FC27D;
    }
    .nav-collapse div li.current a
    {
        color: #ffffff;
    }

    .js .nav-collapse div
    {
        clip: rect(0 0 0 0);
        max-height: 0;
        position: absolute;
        display: block;
        overflow: hidden;
        zoom: 1;
    }

    .nav-collapse.opened div
    {
        max-height: 9999px;
    }

    .nav-collapse.disable-pointer-events div
    {
        pointer-events: none !important;
    }

    .nav-toggle
    {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: block;
        float: right;
        height: 40px;
        width: 100%;
        padding: 10px;
        background: #ffffff;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        font-family: Quicksand;
        text-transform: uppercase;
        font-size: 0.875em;
        color: #333;
        font-weight: 300;
        margin: 10px 0 0 0;
    }
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

#BreadCrumbContainer { padding: 30px 0; background-color: #4fc27d; /*background-color: rgba(79,194,125,0.8);*/ position: absolute; bottom: 0; left: 0; width: 100%; min-height: 80px; color: #ffffff;}
#BreadCrumbContainer h3 {font-size:1.125em; font-family: 'Source Sans Pro'; font-weight: 800;color: #ffffff;display: inline;margin: 0 10px 0 0;line-height:1;}
#BreadCrumbContainer p { display: inline;line-height:1;}
#BreadCrumb ul { float: left; width: 100%; }
#BreadCrumb li { float: left; color: #fff; list-style: none; }
#BreadCrumb li a { color: #fff; font-weight: bold; }

#BreadCrumbContainer.home {
    padding-bottom: 40px;
}

#BreadCrumbContainer.home:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #F7F7F7 transparent; /* IE8 */
    border-color: #F7F7F7 rgba(0,128,64,0);  /* Firefox */
    bottom: 0px;
    left: 0;
    width: 30%;
}

#BreadCrumbContainer.home:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: #F7F7F7 transparent; /* IE8 */
    border-color: #F7F7F7 rgba(0,128,64,0);  /* Firefox */
    bottom: 0px;
    right: 0;
    width: 70%;
}


/*---------------------content--------------------*/

#MainContent {
    background: #f7f7f7;
    padding: 80px 0;
}

#MainContent h1 {
    position: relative;
    margin: 0 0 60px 0;
}

#MainContent h1:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 140px;
    height: 2px;
    background: #4fc27d;
    content: '';
}

#MainContent h2{
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    position: relative;
}

#MainContent h2:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #4fc27d;
    content: '';
}

#MainContent h3{
    margin-bottom: 20px;
    font-weight: bold;
}

#MainContent h4{
    margin-bottom: 10px;
    font-weight: bold;
}



#leftNav li {
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    background: #ffffff;
    position: relative;
}

#leftNav li a i {
    display: block;
    float: left;
    background: #4fc27d;
    text-align: center;
    color: #ffffff;
    font-size: 1.250em;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

#leftNav li a i:before {
    position: absolute;
    display: block;
}

#leftNav li a:hover i:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

#leftNav li a span {
    padding: 15px 15px 15px 70px;
    display: block;
    color: #333;
    font-size: 1.125em;
    font-weight: 300;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#leftNav li a:hover span {
    color: #333;
}

#leftNav li.current {
    background: #4fc27d;
    color: #ffffff;
}

#leftNav li.current span {
    color: #ffffff;
}

#leftNav li.current a:hover span {
    color: #eeeeee;
}

#leftNav li.current i {
    color: #4fc27d;
    background: #ffffff;
}

.rotator, .rotator-items .rotator-item {height: 400px;}
.rotator-items .rotator-item { float: left; position: relative; width: 100%; color: #fff; }

#PageHeader .image { height: 360px; overflow: hidden; }
#PageHeader .image img { width: 100%; }
#PageHeader .text { padding:0; margin:0; position: absolute; bottom: 150px; right: 0; overflow: hidden; /*width: 50%;*/ font-size: 2.500em; text-align: right; font-weight: 300;}
#PageHeader .text p {color: #ffffff;}
#PageHeader .text a {color:#ffffff;font-weight:600;}
#PageHeader .subtitle { font-family: 'Merriweather', serif; position: absolute; bottom: 135px; right: 0; overflow: hidden; color: #ffffff; font-size: 1.2em; text-align: right; font-weight: 300; font-style: italic;}

#intro p
{
    font-size:1.286em;
}

#intro .btn
{
    margin: 20px 0 0 0;
}

.field
{
    width: 100%;
    height: 40px;
    background: #fefefe;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Source Sans Pro";
    font-weight: 300;
    color: #808080;
    border: 1px solid #dddddd;
}

label {
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.813em;
    color: #333;
}

#title
{
    padding: 30px 0;
    width: 100%;
    background: #107030;
    text-align: left;
}

#title h1
{
    color: #ffffff;
    font-size:1.857em;
    font-weight: 700;
}

#map
{
    width: 100%;
    height: 600px;
}

#contact
{
    text-align: left;
}

#contact .details a
{
    color: #808080;
}

#contact p
{
    font-size: 1.286em;
}

#contact .col-md-6 h2
{
    margin: 20px 0;
}

#contact .field
{
    height: 50px;
}

#contact ul li
{
    margin: 0 0 10px 0;
}

#contact .details
{
    font-weight: 300;
    color: #808080;
    margin: 0 0 20px 0;
}

#contact .details li
{
    position: relative;
    padding: 0 0 0 25px;
}

#contact .details li i
{
    color: #64ba59;
    position: absolute;
    top: 3px;
    left: 0;
}

#contact .social
{
    clear: both;
    width: 100%;
    overflow: auto;
}

#contact .social li
{
    float: left;
    font-size: 1.929em;
    margin: 0 10px 0 0;
    color: #eb5a49;
}

#contact .social li a
{
    color: #eb5a49;
}


label small,
label a.small
{
    font-size: 1em;
    color: #246ea0;
    font-weight: 300;
    font-family: "Source Sans Pro";
    text-transform: none;
}

textarea.field,
#contact textarea.field
{
    height: 150px;
}

.pager
{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
}

.pager li
{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #f6f6f6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
}

.news-sidebar h4 {
    text-transform: uppercase;
    display: block;
    font-size: 0.875em;
    font-weight: 800;
    letter-spacing: 1px;
    color: #4fc27d;
    margin: 0 0 10px 0;
}

#archive li {
    color: #999999;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

#archive li a {
    color: #999999;
}

#archive li a.active {
    font-weight: bold;
}

.news-search {
    position: relative;
}

.news-search .field {
    padding-right: 50px;
}

.news-search .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    text-indent: -9999px;
    z-index: 2;
}

.news-search i {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #4fc27d;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}

.news-list
{
    text-align: left;
}

.news-list .subPage
{
    margin: 0 0 60px 0
}

.news-list .more,
.more.back
{
    margin: 10px 0;
    text-align:left;
    text-transform: uppercase;
    float: left;
    display: block;
    padding: 0 0 4px 0;
    font-size: 0.875em;
    border-bottom: 1px dashed #cccccc;
    font-weight: 800;
    letter-spacing: 1px;
    color: #4fc27d;
}

.more.back a {
    color: #4fc27d;
}

.news-list .circle,
.news-post .circle {
    background: #4fc27d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

.news-list .circle h4,
.news-post .circle h4 {
    font-size: 1.875em;
    font-weight: 300;
    margin: 0 0 -10px 0 !important;
}

.news-list .circle p,
.news-post .circle p {
    font-size: 0.750em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

.meta h4 {
    font-size: 0.875em;
    color: #808080;
    font-weight: 800;
}

.news-list .subPage {
    float: left;
    width: 100%;
}

.news-list .meta
{
    padding: 10px 0;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.news-list .meta h4
{
    float: left;
}

.news-list .meta ul
{
    float: left;
    margin: 0 0 0 10px;
}

.news-list .image
{
    max-height: 200px;
    overflow: hidden;
    margin: 0 0 10px 0;
    display: block;
}

.news-list .image img
{
    max-width: 100%;
    transition:transform 0.1s ease-in;
    -moz-transition:-moz-transform 0.1s ease-in; 
    -webkit-transition:-webkit-transform 0.1s ease-in; 
    -o-transition:-o-transform 0.1s ease-in;
}

.news-list .image img:hover
{
    transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.news-list .meta h4,
.news-list .meta a
{
    color: #aaaaaa;
}

.news-list .meta i
{
    color: #aaaaaa;
}

.news-list .meta ul li
{
    float: left;
    margin: 0 0 0 5px;
}

.news-list a
{
    color: #4fc27d;
}

.pages a
{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #ddd;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 0 4px 0 0;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.pages a.selected
{
    background: #4fc27d;
    border: none;
    color: #ffffff;
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.files li {
    position: relative;
    width: 100%;
    padding: 15px 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    list-style: none;
}

.files li a {
    display: block;
}

.files li a i {
    color: #4fc27d;
    float: left;
    margin: -5px 10px 0 0;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.files li a span {
    font-family: Quicksand;
    color: #333;
    font-size: 1em;
    text-transform: uppercase;
}

.files li .toggle-trigger { padding-left: 60px; }

#check {
    width: 100%;
    background: #333;
    height: 380px;
    /*background: url(../data/images/people.jpg) top center fixed;*/
    background-color: #ccc;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 70px 0;
    -webkit-transform-style: preserve-3d;
}

#check:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px;
    border-color: transparent #F7F7F7 transparent transparent; /* IE8 */
    top: -40px;
    left: 0;
    width: 50%;
    z-index: 2000;
}

#check:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px;
    border-color: transparent transparent transparent #F7F7F7 ; /* IE8 */
    top: -40px;
    right: 0;
    width: 50%;
}

#check h2,
#check p {
    color: #ffffff;
}

#check h2 {
    position: relative;
    margin: 0 0 80px 0;
}

#check h2:after {
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 140px;
    height: 2px;
    background: #4fc27d;
    content: '';
    margin-left: -70px;
}

#check .overlay {
    background:url(../data/images/over.png) transparent repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#check .btn {
    margin: 40px 0 0 0;
}

#recentNews {
    margin: 30px 0;
    width: 100%;
}

#recentNews h3 {
    font-weight: 500;
    font-size:1em;
    margin: 0 0 10px 0;
}

#recentNews h4 {
    color: #4fc27d;
    font-size:0.813em;
   letter-spacing: 1px;
   margin: 0 0 5px 0; 
}

#recentNews p {
    font-size: 0.875em;
    margin:0;
}

#recentNews .item {
    padding: 20px 20px 20px 0;
    border-bottom: 1px dotted #cccccc;
    position: relative;
}

#recentNews i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    font-size: 1.500em;
    color: #e5e5e5;
}

#mainContent p {
    line-height:1.500em;
}

#about {
    text-align: center;
    background:#ffffff;
    padding:40px 0;
}

#about h4 {
    font-size: 0.875em;
    position:relative;
    font-family: Montserrat;
    font-weight: bold;
    margin: 0 0 55px 0;
}

#about h4:after {
    content: '';
    width: 45px;
    height: 2px;
    background: #4fc27d;
    position: absolute;
    left: 50%;
    bottom:-20px;
    margin-left: -22px;
}

#about .members {
    margin: 30px 0 0 0;
    width: 100%;
}

#about .members li {
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0;
    text-align: left;
}

#about .members h4,
#about .members p {
    margin: 0;
    display: inline;
}

#about .members h4 {
    color: #5b5f67;
    margin: 0 5px 0 0;
    font-size: 0.813em;
}

#about .members h4:after {
    display: none;
}

.relatedFiles {
    text-align: center;
    width: 100%;
    float: left;
    margin: 40px 0 20px 0;
}

.relatedFiles li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
}

.btn.icon {
    padding-left: 30px;
}

.btn.icon i {
    background: #44a96d;
    height: 100%;
    padding: 10px 10px 10px 20px;
    position: absolute;
    left: 0;
    top: 0;
}

#ListTeamMembers { clear: both; margin-top: 30px; }
.teammember { margin: 0 0 20px 0; }
.teammember h4 { margin: 0; }
.teammember p { margin: 0; padding: 0; }
#ListTeamMembers a {
	color: #555;
}
    						
/*---------------------footer---------------------*/

footer
{
    width: 100%;
    height: auto;
    background: #e8e8e8;
}

footer #top
{
    padding: 25px 0;
}

footer #top ul
{
    margin: 30px 0 0 0;
    padding: 0;
    float: left;
}

footer #top ul li
{
    list-style: none;
    color: #333;
    font-size: 0.875em;
    font-weight: 300;
    float: left;
    margin: 0 30px 0 0;
    font-family: Quicksand;
}

footer #top ul li a
{
    text-transform: uppercase;
    color: #333;
    display: block;
}

footer #bottom
{
    border-top: 1px solid #cdcdcd;
    padding: 25px 0;
}

footer #bottom p {
    font-size:0.750em;
    font-weight: 500;
    margin: 5px 0;
}

footer #bottom .paypal {
    float: right;
}

footer #bottom a
{
    color: #cccccc;
    text-decoration: underline;
}

#ContactForm ul, #ContactForm ul li { list-style: none; padding: 0; margin: 0; }
#ContactForm ul li { margin: 0 0 10px 0; }
#ContactForm ul { margin: 20px 0; }

#ContactDetails ul, #ContactDetails ul li { list-style: none; padding: 0; margin: 0; }
#ContactDetails ul li { margin: 0 0 30px 0; }
#ContactDetails ul { margin: 20px 0; }

li.folder {
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    background: #ffffff;
    position: relative;
    min-height: 50px;
}

li.folder > .toggle > .toggle-trigger { cursor: pointer; }

li.folder > .toggle > .toggle-trigger > i {
    display: block;
    float: left;
    background: #4fc27d;
    text-align: center;
    color: #ffffff;
    font-size: 1.250em;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

li.folder > .toggle > .toggle-trigger span {
    font-family: Quicksand;
    color: #333;
    font-size: 1em;
    text-transform: uppercase;
}

li.folder > .toggle > .toggle-trigger > i:before {
    position: absolute;
    display: block;
}

li.folder > .toggle > .toggle-content {
    padding-left: 60px;
    display: none;
}

ul.files { padding: 0; }
ul.files ul.files { padding-left: 20px; margin: 20px 0; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}



























































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
