html,
body {
	height: calc(100% - 45px);
	padding:0; margin:0;
}

a:link {
    color: #00cc00;
    text-decoration: none;
}

a:hover {
    color: #00cc00;
    text-decoration: underline;
}

a:visited {
    color: #00cc00;
}

body {
    background-color: #fff;
    background-image: url(/images/back_all.gif);
    background-repeat: repeat-x;
    color: #006600;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    margin: 0px;
}

body ul {
    line-height: 1.8em;
    list-style-image: none;
    list-style: none;
    margin: 10px;
    padding: 0 10px;
}

#content {
    max-width: 800px;
    margin: 0px auto;
    padding: 10px;
    min-height: 100%;
}

#contentfull {
    max-width: 1024px;
    margin: 0px auto;
    padding: 10px;
    min-height: 100%;
}

h1 {
    color: #006600;
    font-size: 13px;
    font-weight: normal;
}

h2 {
    color: #003300;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

h3 {
    background: -moz-linear-gradient(top,  rgba(228,233,236,1) 0%, rgba(162,181,196,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,233,236,1)), color-stop(100%,rgba(162,181,196,0)));
    background: -webkit-linear-gradient(top,  rgba(228,233,236,1) 0%,rgba(162,181,196,0) 100%);
    background: -o-linear-gradient(top,  rgba(228,233,236,1) 0%,rgba(162,181,196,0) 100%);
    background: -ms-linear-gradient(top,  rgba(228,233,236,1) 0%,rgba(162,181,196,0) 100%);
    background: linear-gradient(to bottom,  rgba(228,233,236,1) 0%,rgba(162,181,196,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e9ec', endColorstr='#00a2b5c4',GradientType=0 );

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 8px 8px 0px 0px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 8px 8px 0px 0px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 8px 8px 0px 0px;

    color: #003300;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    padding: 10px;
    padding-left: 6%;
    text-transform: uppercase;
    margin: 10px 10px 0 0;
}

h4 {
    color: #003300;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

h5 {
    color: #003300;
    font-size: 18px;
    margin: 0 0 0 10px;
    padding: 0;
}

.menucontainer {
    max-width: 1024px;
    margin: 0 auto;
}

.menu {
    width: 100%;
}

.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    background: #f3c31f;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 8px 8px 0px 0px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 8px 8px 0px 0px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 8px 8px 0px 0px;
}

.menu ul li {
    display: inline-block;
}

.menu ul li a {
    display: block;
    padding: 10px 17px;
    text-decoration: none;
    color: #007040;
    font-size: 18px;
    font-weight: bold;
}

.menu ul li a:hover {
    background: rgb(252,234,187);
    background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(247,239,220,1) 50%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(247,239,220,1)), color-stop(100%,rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(247,239,220,1) 50%,rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(247,239,220,1) 50%,rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(247,239,220,1) 50%,rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(247,239,220,1) 50%,rgba(251,223,147,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );*/
}
.inner_copy {
    border-style: none;
    color: #f00;
    float: left;
    font-size: 11px;
    line-height: 0;
    margin-top: -100%;
    overflow: hidden;
    width: 50%;
}

.header {
    margin: 20px auto;
}

.logo {
	max-width: 800px;
    min-height: 142px;
    background-size: contain;
    margin: 71px auto 10px;
    background-image: url(/images/headersmall.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: right;
}

.headerhome {
	/*max-width: 800px;*/
	margin: 20px auto;
}

.logohome {
	width: 100%;
	height: auto;
}
/*.headerhome {
    background: url(/images/header.jpg) center no-repeat;
    margin: 71px auto 20px;
    background-size: contain;
    padding-top: 33.91%;
    max-width: 800px;
}*/



/*.logohome {
    width:100%;
    height: auto;
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    padding-top: 5%;
    margin:auto;
}*/

.logo a {
    color: #00cc00;
    text-decoration: none;
}

.logo a:hover {
    color: #00cc00;
    text-decoration: underline;
}

.logo a:visited {
    color: #00cc00;
}

.logo p {
    color: #006600;
    padding-left: 30%;
    padding-top: 10px;
    text-align: left;
    text-decoration: none;
}

@media (max-width:650px){
    .logo p {
    	padding-top: 23%;
    	padding-left: 5px;
    }
	body {
		font-size: 18px;
	}
}

.main {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.maingallery {
    text-align: center;
    /*height:800px;*/
    margin: 30px auto;
}

.full {
    margin: 20px;
}

#galleryimages {
    min-height: 400px;
    text-align: center;
    width: 100%;
    margin: 40px auto;
    padding: 0;
}

#flashcontent {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.left {
    float:left;
    width: 32%;
}

.left a {
    color: #00cc00;
    text-decoration: none;
}

.left a:hover {
    color: #00cc00;
    text-decoration: underline;
}

.left a:visited {
    color: #00cc00;
}

.left p {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.right {
    float: right;
    width: 64%;
    margin: 10px 0;
}

@media (max-width:650px){
    .left {
    /*float:none;*/
    width: 90%;
    margin: 0 10px;
    }
    .right {
    float:none;
    width: 96%;
    margin: 0 auto;
    }
}

.fltrt {
    float: right;
    margin: 20px;
}

.minimumwidth p:before {
    content: "";
    width: 90px;
    display: block;
    overflow: hidden;
}

@media (max-width:370px){
    .fltrt {
    margin:20px 20% 10px;
    float: none;
    }
}

#certificates {
    text-align:center;
}

.grid {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; 
}

.right a {
    color: #00cc00;
    text-decoration: none;
}

.right a:hover {
    color: #00cc00;
    text-decoration: underline;
}

.right a:visited {
    color: #00cc00;
}

.right p {
    margin: 10px;
    padding: 0;
    padding-bottom: 10px;
}

#footer {
    color: #c2dfff;
    background-image: url(/images/footer-bg.png);
    background-repeat: repeat-x;
    height: 40px;
    padding-top: 30px;
    width: 100%;
    text-decoration: none;
}

#footer p {
    color: #c2dfff;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

#footer a {
    color: #c2dfff;
    text-decoration: none;
}

#footer a:hover {
    color: #00cc00;
    text-decoration: underline;
}

#footer a:visited {
    color: #c2dfff;
    text-decoration: none;
}

.date {
    color: #4da0c6;
    font-size: 11px;
    text-align: right;
}

.date a {
    color: #4da0c6;
}