﻿
html {
    background-color:#6b6b6b;
}


tml, body, div {
    margin:0px;
    padding:0px;
}

hr {color: #b9d4db ;}

#head {
    width:100%;
    height:330px;
    /*background:url(/Public/Images/Shared/head_shadow1.png) repeat-x;*/
    float:left;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D4D8CF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D4D8CF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #D4D8CF); /* for firefox 3.6+ */
	border-bottom: solid 2px #C6C6C6;

}

#content-here {
    width:100%;
    min-height:260px;
    height:auto !important;
    height:260px;
    float:left;
    background-color:#ffffff;
    position:relative;
}

.spacer {
    float:left;
    width:100%;
    background-color:#ffffff;
    height:20px;
}

p {
    font-family: Arial;
    color: #5b5b5b;
    font-size: 11pt;
    margin-bottom: 10px;    
}

a img 
{
    border:none;
}

#footer {
    width:100%;
    height:100px;
    background: #6b6b6b url(/Public/Images/Shared/foot_shadow2.png) repeat-x;
    padding-top: 15px;
    float:left;
    /*background-color: #5b5b5b;*/
}

/*.lists {
    font-family: Arial;
    color: #5b5b5b;
    font-size: 11pt;
    margin-bottom: 10px;
    margin-left: -10px;
}*/

.lists { list-style-image: url(/Public/Images/Shared/bullet_grn.jpg);}

li {
    font-family: Arial;
    color: #5b5b5b;
    font-size: 11pt;
    padding-top: 5px;
}

.bod-center {
 
    width:800px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

#footer .bod-center {
    height:auto;
}

.bod-wrap 
{
    position:relative;
    float:left;
    width:100%;
}

.box {
        width: 800px;
        height: 210px;
        margin: 10px 0px 8px 0px;
        float:left;
        border-bottom: solid 1px #C6C6C6;
}

.title_icon {display: inline; }

h2 {color: #8ab755; font-size: 16pt; font-weight: bold; font-family: Arial; margin-top: 10px; margin-bottom: -5px;} /*main headers with hue icons included*/
h3 {color: #5b5b5b; font-size: 12pt; font-weight: bold; font-family: Arial; margin-top: 20px; margin-bottom: -5px;} /*sub headers to main headers*/

h4 {color: #5b5b5b; font-size: 12pt;  font-family: Arial; } /*terms and conditions*/


/*Just for Redirect page*/
h5 {color: #8ab755; font-size: 20pt; font-weight: bold; font-family: Arial; margin-top: 10px; margin-bottom: 0px;}


/*Header Partial and Nav Styling*/

#logo {
    width: 225px;
    height: 60px;
    margin-top: 20px;
    float: left;
}

#nav {
    width: 500px;
    height: 55px; 
    margin-top: 30px;
    float: right;
    
}

.nav-sec {
    width:150px;
    float: right;
}

.nav-sec img {
    float: left;    
}

.nav-sec .label {
    width: 100px;
    float: left;
    text-align:center;
    margin-top: 11px;
    font-family: Arial;
    font-size: small;
}

.nav-sec .label a {
    color: #235b39;
    text-decoration: none;
}

.nav-sec .label a:hover {
    color: #4c9165;
    text-decoration: none;
}

.nav-sec .label a:visted {
    color: #235b39;
    text-decoration: none;
}

/* --- Nav styling one - Consulting & Communications*/
.nav-sec.one {
    width: 157px; 
    margin-left: 25px;
}

.nav-sec.one .label  {
    width:110px;
}

/* --- Nav styling two - Custom Development*/
.nav-sec.two {
    width: 137px; 
    margin-left: 20px;
}

.nav-sec.two .label  {
    width: 90px;
}

/* --- Nav styling three - Business Intelligence*/
.nav-sec.three {
    width: 130px;
}

.nav-sec.three .label  {
    width: 83px;
}





/*FooterNav partial styling*/
#footer-part {
    margin-top: 15px;
    width:100%;
    float:left; 
}

#footer-copyright {
    font-family:Arial;
    color: white;
    font-size: 10pt;
    width: 100%;
}

.footer-nav {
    float: left;
    width: 140px;
    font-family: Arial;
    font-size: 9pt;
    color: #8ab755;
}

#footer-nav-part {
    width:100%;
    float:left;
    margin-bottom:10px;
}

.footer-nav a {
    color: #8ab755;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #8ab755;
    text-decoration: underline !important;
}

.footer-nav a:visited {
    color: #8ab755;
    text-decoration: none;
}

.footer-nav.one {width: 65px;}
.footer-nav.two {width: 115px;}
.footer-nav.three {width: 50px;}
.footer-nav.four {width: 40px;}
.footer-nav.five {width: 40px;}
.footer-nav.six {width: 30px;}
.footer-nav.seven {width: 150px;}
.footer-nav.eight {width: 65px;}

.new_demo {font-weight: bold; font-style: italic;}

.split {
    float: left;
    width: 25px;
    color: white;
    font-size: 9pt;
    text-align:center;
}


/*Subnav styling*/

.split_sky {
    float: right;
    width: 35px;
    color: white;
    font-size: 9pt;
    text-align:center;
    margin: 5px 0px 4px 0px;
}
#sky 
{
    float:left;
    width:100%;
    background-color:#9dba78;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#679350', endColorstr='#A5BA8A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#679350), to(#A5BA8A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #679350,  #A5BA8A); /* for firefox 3.6+ */

}

.sky-tab 
{
    float:right;
    margin: 3px 0px 4px 0px;
}

.sky-tab a 
{
    color:White;
    font: bold 9pt arial;
    text-decoration: none;
}

.sky-tab a:hover {text-decoration: underline;}



#bi-box-above {
    background-color: #2f5944; height: 10px;width: 100%;
}

#bi-box {
    background:url("/Public/Images/Shared/1x1.png") repeat;
    float: left;
    width: 800px;
}

#bi-box-subnav 
{
    float: right; 
    width: 700px;
}

.subnav.sec 
{ 
    float: right; 
    text-align: center; 
    margin: -12px 8px 0px 30px;
    padding:13px 0px 5px 0px;
    height:100%;
}

.subnav.sec:hover 
{
    background: url("/Public/Images/Shared/indicator.png") top center no-repeat;
}

.subnav.sec.sel 
{
    background: url("/Public/Images/Shared/indicator.png") top center no-repeat;
}

.subnav.sec a {
    font-family: Arial;
    font-size: smaller;
    color: White;
    text-decoration: none;
    font-weight: bold;   
}

.subnav.sec a:hover {text-decoration: underline;}

.subnav.sec.one {margin-right:10px; }

.subnav.sec.sel a, .subnav.sec.sel a:hover
{
    text-decoration:none;
    cursor:default;
}



/*Contact Us page - specific*/
#contact-form {
    float:left;
    width:100%;
    margin-top:20px;
}

#contact-form .field-validation-error {
    float:left;
    color:Red;
    margin-left:2px;
    font-style:italic;
    font-family:Arial;
    font-size:90%;
}

#email-sent {
    color:#8ab755;
    font-style:italic;
    font-family:Arial;
}

.contact_info {Height: 320px;}

.contact_info .left .verb_location {
    width: 360px;
    font-style: italic;
    font-family: Arial;
    color: #5b5b5b;
    font-size: 10pt;
}

.contact_info .right #mapviewer 
{
    position: absolute;
    top: 120px;
    right: 0px;

}

.address {
    font-family: Arial;
    color: #5b5b5b;
    font-size: 11pt;
    font-weight: bold;   
    margin-top: 25px; 
}

.form
{   height: 350px;
    width: 520px;
  
}

.form label 
{   width: 90px;
    display: block;
    text-align: right;
    font-family: Arial;
    color: #5b5b5b;
    font-size: 10pt;
    float: left;
    padding-right: 3px; 

}

.req {color: Red; padding: 0px 2px 0px 2px;}

.req_def 
{   font-size: 10pt; 
    font-style: italic;
    position: absolute;
    bottom: 0px;
    left: 90px;
    font-family: Arial;
    color: gray;
}

.form input {width: 270px; float: left;}
   
.form .InputArea {margin-top: 20px; width: 520px; float: left;}

.form textarea 
{   width: 270px;
    height: 70px;
}
            
.map_link {border: none;}

.resume 
{   color: #8ab755;

}

.resume a
{   color: #8ab755;
}

.resume a:hover
{   color: Gray;
}

.resume a:visited
{   color: #8ab755;
}



/*Submit button styling*/
.form .submit_button input:hover
{   background:url("/Public/Images/Shared/button100x24_hover.png") no-repeat !important;}

.form .submit_button input  
{   cursor:pointer;
    border-style: none; 
    background:url("/Public/Images/Shared/button100x24.png") no-repeat;
    height:24px;
    width:100px;
    font-weight: bold;
    text-transform: uppercase;
    color: #133e55;
    letter-spacing: 2px;}


.submit_button 
{   position: absolute;
    left: 270px;
    bottom: 0px;
}       


/*Sitemap styling specific*/

.sitemap_menu1 {    margin-top: 5px;}
.sitemap_menu2 {    margin-top: 5px;}

.sitemap_menu1 a
{   font-family: Arial;
    color: #5b5b5b;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}    

.sitemap_menu2 a
{   font-family: Arial;
    color: #5b5b5b;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 10px;
    text-decoration: none;    
}   

.sitemap_menu1 a:hover {color: #8ab755; text-decoration: none;}

.sitemap_menu2 a:hover {color: #8ab755; text-decoration: none;}
