body {
    font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
    background: #f0f0f0 url('../img/bg-body.png');
    color: #333;
}

.clear {
    clear: both;
}

h1 {
    font-family: "Century Gothic";
    font-weight: normal;
    font-size: 1.875em;
    margin: 0.3158em 0em;
    color: #114172;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.125em;
}

h4 {
    font-size: 1em
}

h5 {
    font-size: 0.875em;
}

h6 {
    font-size: 0.75em;
}

div#header {
    height: 30px;
    background: url('../img/container-shadow.png') 0px 3px repeat-x;
}

div#page {
    width: 100%;
    background: white;
    margin: 0px;
}

div#wrapper {
    padding: 48px 36px;
    width: 60em;
    margin: 0 auto;
}

div#page-content {
    background: url('../img/bg-wrapper.png') repeat-y 224px 0px;
    margin-bottom: 48px;
}

h2#tagline {
    display: block;
    width: 305px;
    height: 42px;
    background: url('../img/logo.png') no-repeat;
    margin: 12px 0px 48px;
    clear: both;
}

h2#tagline span {
    display: none;
}

ul#primary-nav,
ul.child-nav {
    font-family: "Century Gothic", sans-serif;
    letter-spacing: 0.5px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

ul#primary-nav {
    margin: 12px 0px 12px;
    width: 200px;
/*    border-right: 1px solid #114172; */
    padding: 12px 24px 12px 0px;
    float: left;
}

ul#primary-nav li {
    list-style: none;
    display: block;
    position: relative;
    text-align: right;
}

ul#primary-nav li a {
    list-style: none;
    text-decoration: none;
    color: #114172;
    font-size: 0.875em;
    display: block;
    padding: 4px 0px;
}

ul#primary-nav li a:hover {
    color: #6595c6;
}

div.child-nav-popout {
    padding-left: 15px;
    position: absolute;
    left: 200px;
    top: -8px;
    z-index: 100;
    display: none;
}

div.child-nav-popout span.child-arrow {
    display: block;
    background:  url('../img/popout-arrow.png') no-repeat 0px 0px;
    position: absolute;
    width: 16px;
    height: 47px;
    left: -1px;
    z-index: 110;
}

ul#primary-nav li.active-parent div.child-nav-popout {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    background: none;
    padding: 0;
}

ul#primary-nav li.active-parent div.child-nav-popout span.child-arrow {
    display: none;
}

ul#primary-nav li ul.child-nav {
    list-style: none;
/*    display: none; */
    font-size: 75%;
    background: rgb(51,51,51);
    background: rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#858585', Direction=135, Strength=8);
    text-align: left;
    padding: 6px;
    z-index: 99;
}

ul#primary-nav li.active-parent ul.child-nav {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    padding: 0;
}

ul#primary-nav li.active-parent ul.child-nav li a {
    color: #6595c6;
    font-size: 1em;
    padding: 2px 0px;
    width: 200px;
    text-align: right;
}

ul#primary-nav li.active-parent ul.child-nav li a:hover {
    color: #114172;
}

ul#primary-nav li ul.child-nav li {
    list-style: none;
    white-space: nowrap;
}

ul#primary-nav li ul.child-nav li a {
    display: block;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    text-align: left;
}

ul#primary-nav li ul.child-nav li a:hover {
    color: #ddd;
}

div#content {
    float: left;
    width: 640px;
    padding: 0px 48px;
    position: relative;
}

div#content p,
div#content ul li,
div#content ol li {
    font-size: 75%;
    line-height: 1.83em;
}

div#content a {
    color: #5C93C9;
    text-decoration: none;
    border-bottom: 1px solid white;
}

div#content a:hover {
    border-bottom: 1px solid #114172;
}

table {
    margin: 1em 0em 2em;
}

table td,
table th {
    font-size: 75%;
    border-color: #aaa;
}

table#zoom_table {
    border-collapse: collapse;
}

table#zoom_table td, table#zoom_table th {
    border: none;
}

table th {
    background: #f4f4f4;
}

table tr:nth-child(2n+1) td {
    background: #f4f8fb;
}

div#sidebar {
    float: right;
    width: 8em;
    padding: 1em 1em 2em;
    font-size: 75%;
    border-left: 1px solid #444;
}

ul#sibling-list {
    margin: 0;
    padding: 0;
}

ul#sibling-list > li {
    list-style: none;
    padding: 4px;
}

ul#sibling-list > li a {
    display: block;
    text-decoration: none;
}

ul#sibling-list > li a:hover {
    text-decoration: underline;
}

div#footer {
    border-top: 1px solid #aaa;
    clear: both;
    padding: 1em;
    font-size: 75%;
    color: #444;
}

div#footer p.copyright {
    float: left;
    width: 30%;
}

div#footer p.school {
    float: right;
    width: 60%;
    text-align: right;
}

div#bottom {
    background: url('../img/container-shadow.png') 0px -27px repeat-x;
    height: 27px;
}

div#dump-ie6 {
  border: 3px solid #494;
  background: #dfd;
  margin:0 72px 24px;
  width:810px;
}

div#dump-ie6 h4, div#dump-ie6 p {
  margin: 1em;
}

div#dump-ie6 h4 {
  font-size: 14px;
}

div#dump-ie6 p {
    font-size: 75%;
    line-height: 1.83em;
}

p.standard-description {
    color: #999;
    font-size: 0.875em !important;
    margin-top: -0.785em;
    line-height: 1.4285em !important;
}

div#standard-elements {
    width: 256px;
    float: right;
    margin: 0px 0px 0px 12px;
    padding: 0;
    background: #474747 url('../img/bg-standard-elements.png') repeat-y -256px 0px;
}

div#standard-elements h4 {
    height: 24px;
    width: 220px;
    color: #fff;
    padding: 24px 18px 12px;
    background: url('../img/bg-standard-elements.png') no-repeat 0px 0px;
    text-align: center;
}

div#standard-elements table {
    width: 220px;
    margin: 0 auto;
}

div#standard-elements table td {
    border: none;
    background: none;
    color: #fff;
    vertical-align: top;
}

div#standard-elements table td.label {
    font-weight: bold;
    color: #aaa;
}

div#standard-elements a {
    color: #8ae;
    border-color: #474747;
}

div#standard-elements a:hover {
    border-color: #8ae;
}

div#standard-elements a#technical-movie {
    background: url('../img/technical-movie-link.jpg') no-repeat;
}

div#standard-elements a#technical-movie:hover {
    background: url('../img/technical-movie-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a#communication-movie {
    background: url('../img/communication-movie-link.jpg') no-repeat;
}

div#standard-elements a#communication-movie:hover {
    background: url('../img/communication-movie-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a#data-artifact-link {
    background: url('../img/data-artifact-link.jpg') no-repeat;
}

div#standard-elements a#data-artifact-link:hover {
    background: url('../img/data-artifact-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a#cognitive-artifact-link {
    background: url('../img/cognitive-artifact-link.jpg') no-repeat;
}

div#standard-elements a#cognitive-artifact-link:hover {
    background: url('../img/cognitive-artifact-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a#interpersonal-artifact-link {
    background: url('../img/interpersonal-artifact-link.jpg') no-repeat;
}

div#standard-elements a#interpersonal-artifact-link:hover {
    background: url('../img/interpersonal-artifact-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a#principles-artifact-link {
    background: url('../img/principles-artifact-link.jpg') no-repeat;
}

div#standard-elements a#principles-artifact-link:hover {
    background: url('../img/principles-artifact-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a#processes-artifact-link {
    background: url('../img/processes-artifact-link.jpg') no-repeat;
}

div#standard-elements a#processes-artifact-link:hover {
    background: url('../img/processes-artifact-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a#systems-artifact-link {
    background: url('../img/systems-artifact-link.jpg') no-repeat;
}

div#standard-elements a#systems-artifact-link:hover {
    background: url('../img/systems-artifact-link.jpg') no-repeat 0px -126px;
}

div#standard-elements a.artifact-image {
    display: block;
    width: 166px;
    height: 126px;
    margin: 0px auto 12px;
    border: none;
    text-decoration: none;
}

div#standard-elements a.artifact-image strong {
    display: none;
    border: none;
}

div#standard-elements p.bottom {
    background: url('../img/bg-standard-elements.png') repeat-y -512px 0px;
    height: 14px;
    width: 256px;
    margin: 12px 0 0;
    line-height: 0;
}

div#overlay {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
}

#contactForm label {

}

#contactForm input[type=text],
#contactForm textarea {
    padding: 4px;
    font-size: 1.2em;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

div#form-submit-wait {
    position: absolute;
    position: fixed;
    height: 32px;
    width: 500px;
    padding: 0;
    margin: -16px 0px 0px -250px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    color: white;
    text-align: center;
    display: none;
}

div#form-submit-wait img {
    margin-right: 8px;
}

.error {
    border-color:  #d00;
    color: #d00;    
}

label.error {
    margin-left: 24px;
}

div#left-col {
    width: 310px;
    float: left;
}

div#right-col {
    width: 310px;
    float: right;
}

div#page-content.resume h2 {
    font-family: "Century Gothic";
    font-weight: normal;
    font-size: 1.5em;
    margin: 0.3158em 0em;
    color: #114172;   
}

div#page-content.resume div#content div ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

div#page-content.resume div#content div ul li {
    margin-bottom: 1.5em;
    list-style-type: square;
    font-size: 0.6875em;
}

div#page-content.resume div#content div p {
    font-size: 0.6875em;
}

div#page-content.resume h4 {
    font-size: 0.6875em;
    color: black;
    line-height: 1.65em;
}

div#page-content.resume h4 span {
    font-weight: normal;
    color: #666;
    font-style: italic;
    line-height: 1.65em;
}

div#page-content.resume h5 {
    font-family: Georgia;
    color: #777;
    font-weight: normal;
    line-height: 1.65em;
}

p#pdf-resume-button {
    position: absolute;
    height: 43px;
    width: 180px;
    top: 12px;
    right: 169px;
    padding: 7px 10px;
    background: url('../img/resume-pdf-button.png') no-repeat;
}

p#pdf-resume-button a {
    display: block;
    width: 180px;
    height: 43px;
    border: none;
}

p#pdf-resume-button a:hover {
    background: url('../img/resume-pdf-button.png') no-repeat -10px -64px;
    border: none;
}

p#pdf-resume-button a strong {
    display: none;
}

img.bio-morph{
    float: right;
    margin: 0px 0px 12px 18px;
    padding: 7px;
    background: white;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
}
