/* CSS Document */

@font-face {
    font-family: 'franklin_gothic_medium_condRg';
    src: url('fonts/framdcn-webfont.eot');
    src: url('fonts/framdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/framdcn-webfont.woff') format('woff'),
         url('fonts/framdcn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gravitylight';
    src: url('fonts/gravity-light-webfont.eot');
    src: url('fonts/gravity-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gravity-light-webfont.woff') format('woff'),
         url('fonts/gravity-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
a {color:#000; text-decoration:none;}
a:hover {color:#69B722; text-decoration:none;}
body {margin:0; padding:0; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:22px;}

.nav { font-family: 'franklin_gothic_medium_condRg';  font-size:16px; text-transform:uppercase; color:#2F2F2F;}

.nav ul{margin:0px; padding:0px;}
.nav li {margin:0px 4px 0 0; padding:0px; list-style:none; display:inline; color:#2F2F2F;}
.nav li a{color:#2F2F2F; text-decoration:none; padding:8px; }
.nav li a:hover { background:url(images/nav-bg.jpg) repeat-x left center; border-radius:6px; padding:8px; color:#fff;}
.nav li .current { background:url(images/nav-bg.jpg) repeat-x left center; border-radius:6px; padding:8px; color:#fff;}


/*.nav-home{ font-family: 'franklin_gothic_medium_condRg';  font-size:16px; text-transform:uppercase; color:#fff; background:url(images/home-hover.jpg) no-repeat center top; text-decoration:none; height:50px;}
.nav-home a{text-decoration:none; color:#FFFFFF; text-align:center;}
.nav-home a:hover{text-decoration:none; color:#FFFFFF;}*/

.middle-bar {background:url(images/middle-bar.jpg) no-repeat center top; height:143px; margin:0px; padding:0px; font-size:12px;}

.middle-bar .title { font-size:19px; color:#62AD24; text-transform:uppercase; font-family: 'franklin_gothic_medium_condRg'; }
.middle-bar .button {color:#090F02; text-transform:uppercase; font-size:16px;text-decoration:none; font-family: 'franklin_gothic_medium_condRg'; }
.middle-bar .button a{color:#090F02; text-decoration:none;}
.middle-bar .button a:hover{color:#62AD24; text-decoration:none;}


.content {background:#F8F9F9; border:1px solid #DCDCDC; margin:0px; padding:0px;}
.content h2{ color:#474747; text-transform:uppercase; font-size:29px; font-family: 'franklin_gothic_medium_condRg'; text-shadow: 2px 2px #fff; margin:15px 0 0 10px; padding:0px;}

.content h3{ color:#75C920; text-transform:uppercase; font-size:24px; font-family: 'franklin_gothic_medium_condRg'; text-shadow: 2px 2px #fff; margin:40px 0 0 30px; padding:0px;}

.content ul{ margin:0px; padding:0px;}
.content ul li {
    background: url("images/bullet.jpg") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    display: block;
    font-size: 13px;
    font-weight: bold;
    list-style: outside none none;
    margin: 0 0 7px;
    padding: 0 0 0 28px;
}


.footer{background:url(images/footer.jpg) repeat-x left top; height:65px; color:#A9A9A9; font-size:14px;}
.footer-main {width:1000px; margin:0 auto 0;}
.footer .left{text-align:left; vertical-align:middle; width:50%; float:left;}
.footer .right{text-align:right;vertical-align:middle; width:50%; float:right;}
.footer a{color:#A9A9A9; text-decoration:none;}
.footer a:hover { color:#7AD11F; text-decoration:none;}

.form { font-size:13px; padding:5px 0 5px 0; color:#000;}
.form-area {width:250px; border:1px solid #999999; padding:5px 0 5px 0; resize:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.submit {background:url(images/nav-bg.jpg) repeat-x left center; border-radius:5px; color:#fff; text-decoration:none; border:0px; padding:10px; cursor:pointer;}

.vision{color:#505050; font-size:16px; font-family: 'franklin_gothic_medium_condRg'; background:url(images/vision-bg.jpg) no-repeat center top; width:841px; padding:59px 293px 0 98px }
.vision h4{padding:0px; margin:-31px 0 0 0; color:#fff; font-size:25px;}
.vision h4 span {color:#7AD11F; margin:0 15px 0 0;}
.vision p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
