@charset "utf-8";
/* CSS Document */

* { margin: 0; }

html, body { font-family: Helvetica; font-size: 12pt; color:#262626; margin: 0px; height: 100%; background:#9fcf6b; }
h1 { font-size: 22pt; font-weight: bold; margin-top: 5px; margin-bottom: 5px; color:#3d467b; }
h2 { font-size: 18pt; font-weight: bold; margin-top: 10px; margin-bottom: 10px; color:#3d467b; }
h3 { font-size: 13pt; font-weight: bold; margin-top: 10px; margin-bottom: 10px; color:#262626; }
img { border: 0px;}
p { margin: 9px; }
table { vertical-align: top; }
td { vertical-align: top; }
a:link { color: #3d467b; }
a:visited { color: #1667ac; }
a:hover { color: #e8ae0e; }


/* Layout elements */
.holder { width:940px; border:solid 8px #3d467b; background-color:#FFF;border-radius:3px; margin: auto auto; padding:5px; box-shadow: 0px 0px 5px #666; -webkit-box-shadow: 0px 0px 5px #666;}
.footer { width:950px; border:solid 8px #3d467b; background-color:#FFF; border-radius:5px; margin: 15px auto 15px auto; text-align:center; box-shadow: 0px 0px 5px #666; -webkit-box-shadow: 0px 0px 5px #666;}
.header { background-image:url(images/layout/top-nav/images/bg3.png); background-repeat:repeat-x; height:150px; padding-top:10px; margin: auto auto; }
.infobox { width:215px; height:250px; border:solid 1px #3d467b; text-align:center; border-radius:5px; margin:5px; padding:5px; float: left; box-shadow: 0px 0px 8px #7e7e7e; -webkit-box-shadow: 0px 0px 5px #cbcbcb; }
.testimonialbox {  border:solid 1px #3d467b; text-align:center; border-radius:5px; margin:5px; padding:5px; float: left; box-shadow: 0px 0px 8px #7e7e7e; -webkit-box-shadow: 0px 0px 5px #cbcbcb; }
.testimonialbox p { text-align:right; }
.gallerybox {width:140px; padding:3px; margin:3px; float:left; box-shadow: 0px 0px 4px #cbcbcb; -webkit-box-shadow: 0px 0px 5px #cbcbcb; border-radius:3px; border:solid 1px #3d467b; text-align:center; opacity: 1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms}
.gallerybox:hover {filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; -khtml-opacity: 0.7;opacity: .5;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;}
.gallerybox img {border-radius:2px; -webkit-border-radius: 3px;}
.gallerybox a { text-decoration: none;}
.gallerybox a span { text-decoration: none; color:black; font-size:12px;}
.separator { width:99%; margin:15px 4px; border: solid 1px #9fcf6b;  box-shadow: 0px 0px 3px #cbcbcb; -webkit-box-shadow: 0px 0px 3px #cbcbcb;height:0px;}
.rollover:hover {filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; -khtml-opacity: 0.7;}
