﻿body { background: #000000; font-family: Verdana; }

#masterContainer { display: block; width: 760px; margin: 0px auto; text-align: center; }

#homeFade { display: block; width: 616px; height: 616px; margin: 0px auto; background: url(../images/wnb_home.jpg) no-repeat; }
        
.tip {
    color: #fff;
    z-index: 13000;
    background: #e9e9e9;
    border: solid 1px #000000;
    -moz-opacity:.85; 
    filter:alpha(opacity=85);
}
 
.tip-title {
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #000000;
    padding: 8px 8px 4px;
}
 
.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    color: #000000;
}

a { color: White; text-decoration: none; }

p { color: White; font-size: 13px; text-align: left; }

.greyLine { background: #d7d7d7; display: block; height: 1px; }

.imageDiv
{
	margin-bottom: 10px;
}

.imagePad 
{
	padding-left: 2px;
	padding-right: 2px;
}

/* Top Nav */
#nav { display: block; margin: 0px auto; width: 616px; height: 29px; background-image: url(../images/navbarcombo.gif); }
em { display: none; }

/* Static Nav */
#edu { display: block; float: left; width: 169px; height: 29px; background: url(../images/navbarcombo.gif) 0px 0px; }
#rec { display: block; float: left; width: 184px; height: 29px; background: url(../images/navbarcombo.gif) -169px 0px; }
#rel { display: block; float: left; width: 137px; height: 29px; background: url(../images/navbarcombo.gif) -353px 0px; }
#ind { display: block; float: left; width: 126px; height: 29px; background: url(../images/navbarcombo.gif) -490px 0px; }

/* Hover Nav */
#edu:hover { background: url(../images/navbarcombo.gif) 0px -30px; }
#rec:hover { background: url(../images/navbarcombo.gif) -169px -30px; }
#rel:hover { background: url(../images/navbarcombo.gif) -353px -30px; }
#ind:hover { background: url(../images/navbarcombo.gif) -490px -30px; }

/* Active Nav */
#edu_active { display: block; float: left; width: 169px; height: 29px; background: url(../images/navbarcombo.gif) 0px -60px; }
#rec_active { display: block; float: left; width: 184px; height: 29px; background: url(../images/navbarcombo.gif) -169px -60px; }
#rel_active { display: block; float: left; width: 137px; height: 29px; background: url(../images/navbarcombo.gif) -353px -60px; }
#ind_active { display: block; float: left; width: 126px; height: 29px; background: url(../images/navbarcombo.gif) -490px -60px; }

/* Bottom Nav */
#bottom_nav { display: block; margin: 0px auto; width: 421px; height: 54px; }
#bottom_nav_arrow { display: block; margin: 0px auto; width: 262px; height: 54px; }

/* Static Bottom Nav */
#about_us { display: block; float: left; width: 126px; height: 54px; background: url(../images/bottomnavcombo.gif) 0px 0px; }
#homepage { display: block; float: left; width: 130px; height: 54px; background: url(../images/bottomnavcombo.gif) -126px 0px; }
#contact_us { display: block; float: left; width: 153px; height: 54px; background: url(../images/bottomnavcombo.gif) -258px 0px; }
#back_arrow { display: block; float: left; width: 62px; height: 54px; background: url(../images/arrowcombo.gif) -61px 0px; }
#forward_arrow { display: block; float: left; width: 68px; height: 54px; background: url(../images/arrowcombo.gif) -265px 0px; }

/* Hover Bottom Nav */
#about_us:hover { background: url(../images/bottomnavcombo.gif) 0px -56px; }
#contact_us:hover { background: url(../images/bottomnavcombo.gif) -258px -56px; }
#back_arrow:hover { background: url(../images/arrowcombo.gif) -61px -56px; }
#forward_arrow:hover { background: url(../images/arrowcombo.gif) -265px -56px; }

/* Active Bottom Nav */
#about_us_active { display: block; float: left; width: 126px; height: 54px; background: url(../images/bottomnavcombo.gif) 0px -110px; }
#contact_us_active { display: block; float: left; width: 153px; height: 54px; background: url(../images/bottomnavcombo.gif) -258px -110px; }

#viewprojects { display: block; width: 197px; height: 20px; background: url(../images/viewprojects.gif) 0px 0px; }
#viewprojects:hover { background: url(../images/viewprojects.gif) 0px -20px; }
#viewprojects em { display: none; }

.projectcolor { color: #FFFFFF; font-weight: bold; font-size: 14px; font-family: Helvetica; }
.projectline { display: block; width: 90%; height: 1px; background: #999999; }
.projectsub { margin-left: 15px; }