/* Portfolio pages
---------------------------------------------------------------------- */
.floatImgBlock, .floatImgBlockLeadership {
    float: left;
}
    .floatImgBlock a img, .floatImgBlockLeadership a img {
        margin: 0 10px 10px 0;
        filter:alpha(opacity=50);
        -moz-opacity:.50;
        opacity:.50;
    }
    .floatImgBlock a:hover img, .floatImgBlockLeadership a:hover img {
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
    }
    .floatImgBlockLeadership { 
        width: 100px;
        height: 100px;
        margin: 0 7px 14px !important;
        _margin: 0 6px 11px 7px;
    }
        .floatImgBlockLeadership a, .floatImgBlockLeadership img {
            margin: 0 !important;
            padding: 0 !important;
        }


.portfolio {
    padding: 0;
    margin: 0;
    height: 360px;
    position: relative;
}
    .portfolio h2 {
        margin: 0 0 1em 0;
        padding-top: 1em;
        background-color: #000;
    }
    .portfolio p {
        background-color: #000;
    }
    #portfolioImg {
        position: absolute;
        height: 360px;
        width: 540px;
        top: 0;
        left: 0;
        margin: 0 10px 0 0;
        overflow: hidden !important;
    }
    .mooshow_contentContainer{
        height: 360px;
        width: 540px;
        padding: 0;
        overflow: hidden !important;
    }
    #portNav {
	position: absolute;
	bottom: 5px;
	right: 190px;
	z-index: 100;
	display: none;
    }

    #timelineNav {
	position: absolute;
	bottom: -20px;
	right: 0px;
	z-index: 100;
    }

    #portNav a, #timelineNav a {
        width: 12px;
        height: 12px;
        background: url(../images/prev-next.gif) 0 0;
        text-indent: -900px;
        display: block; 
        float: left;
        margin-right: 9px;
        overflow: hidden;
    }
    #portNav a.next, #timelineNav a.next {
        background-position: 12px 0;
    }
    #portNav a.next:hover, #timelineNav a.next:hover {
        background-position: 12px 12px;
    }
    #portNav a.previous:hover, #timelineNav a.previous:hover {
        background-position: 0 12px;
    }

/* Other pages
---------------------------------------------------------------------- */

#myGallery {
    display: block;
    width: 800px !important;
    height: 360px !important;
}


.bio {
	padding-top: 10px;
	height: 350px;
	position: relative;
	width: 800px;
}
    .bio ul {
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
    }
        .bio li {
            list-style: none;
            line-height: 1.4;
            margin: 0; 
            padding: 0;
            font-size: 110%;
        }
        .bio li.active {
            color: #fff;
        }
    .bio img {
        display: block;
        float: left;
        margin: -10px 20px 0 0;
    }
    .bio h2 {
        margin: 1em 0 0;
    }
    .bio h3 {
        margin: 0 0 1em;
    }
    .bio p {
        line-height: 1.4;
    }

thead th { 
    font-weight: bold;
    padding-bottom: 1em;
}
tbody td {
    padding-bottom: 1em;
}

.center-col {
    margin: 0 80px;
    padding: 10px 0 0;
    width: 640px;
}
.center-col p {
    text-align: justify;
}
    .thirds {
        float: left;
        width: 210px;
        margin: 0;
        padding: 0;
    }
        .thirds p {
            line-height: 1.1;
            margin: 0;
            padding: 0;
            text-align: left;
        }

/* Basics
---------------------------------------------------------------------- */
body {
    background-color: #282523;
    color: #b2b2b2;
    font: normal 11px/1.3 Arial, Helvetica, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    _behavior: url("assets/js/csshover.htc");
}
a:link, a:active, a:visited {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}
h2, h3, h4, h5 {
    margin: 2em 0 0;
    font-size: 110%;
    color: #fff;
    font-weight: bold;
}
h3 {font-style: italic }
h5 {
    font-size: 100%;
    margin: 0;
}
p {margin: 0 0 1em; text-align: justify;}

img {
    border: 0;
}
.cls {
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    font-size: 1px;
}


/* General Layout
---------------------------------------------------------------------- */
#wrapper {
    width: 100%;
    height: 550px;
    padding: 0;
    margin: 40px 0 0;
    text-align: center;
}
#wrapperContent {
    width: 100%;
    height: 360px;
    background-color: #000;
    position: relative;
}
#content {
	width: 800px;
	text-align: left;
	height: 360px;
	margin: 0 auto !important;
	margin-bottom: -3px;
	position: relative;
}
#footer {
    text-align: left;
    width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}

#logo {
    background-image: url(../images/omniplan_logo_bottom.gif);
    background-repeat: no-repeat;
    height: 34px;
    width: 136px;
    display: block;
    margin-top: 20px;
}
    #logo h1 {
        line-height: 36px;
    }
    #logo h1 a {
        display:block;
        height: 34px;
        width: 136px;
        line-height: 36px;
        text-indent: -2000px;
    }

/* Header and Top Navigation
---------------------------------------------------------------------- */
#header {
    width: 800px;
    height: 140px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
    #headerContent {
        margin-left: 600px;
        padding-top: 30px;
        text-align: right;
        width: 200px;
    }
        
ul#topmenu, ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
#topmenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
    #topmenu ul.submenu {
        position: absolute;
        top: 0;
        left: 80px;
        width: 80px;
        display: none;
        z-index: 100;
        background: #282523;
    }
    #topmenu ul.submenu li {
        white-space: nowrap;
    }
    #topmenu li.active ul.submenu,
    #topmenu li:hover ul.submenu {
        display: block;
        z-index: 200;
    }
    #topmenu li:hover ul.submenu ul.submenu,
    #topmenu li.active ul.submenu ul.submenu {
        display: none
    }
    #topmenu li.active ul.submenu li.active ul.submenu,
    #topmenu li ul.submenu li:hover ul.submenu {
        display: block;
    }
    #topmenu li:hover ul.submenu {
        z-index: 1000;
        height: 140px;
        width: 300px;
        background: #282523;
    }
#topmenu a,
#topmenu a:link,
#topmenu a:visited,
#topmenu a:hover,
#topmenu li {
    font-size: 12px;
    line-height: 18px !important;
    color: #999;
    display: block;
    width: 80px;
    vertical-align: middle; /* IE6 required!... */
}
#topmenu li.active,
#topmenu li.active a,
#topmenu li.active ul.submenu li.active a {
    color: #fff !important;
}
#topmenu li.active ul.submenu li a,
#topmenu li.active ul.submenu li.active ul.submenu li a {
    color: #999 !important;
}
#header #topmenu a:hover {
    color: #fff !important;
}
#scrollControls {
	position: absolute;
	right: 5px;
	color: #FFFFFF;
	z-index: 100;
	display: none;
	bottom: 5px;
}

#scrollControls a {
	width: 12px;
	height: 12px;
	background: url(../images/up-down-top.gif) 0px 0px;
	text-indent: -900px;
	display: block; 
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
#scrollControls a.down:hover {
	background-position: 0px 12px;
}
#scrollControls a.up {
	background-position: 24px 0px;
}
#scrollControls a.up:hover {
	background-position: 24px 12px;
}
#scrollControls a.top {
	background-position: 12px 0px;
}
#scrollControls a.top:hover {
	background-position: 12px 12px;
}


#outerScroll {
	overflow: hidden;
	position: relative;
	height: 360px;
	width: 800px;
}
#innerScroll {
	margin-top: 0px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
}
.biopage #outerScroll {
	width: 190px;
	height: 325px;
}
.portfolio #outerScroll {
	width: 240px;
	height: 335px;
	margin-left: 560px;
}
#content a {
	text-decoration: underline;
}
#content .bio a {
	text-decoration: none;
}