body{
    margin:0;
    padding:0 0 40px;
    font-size:100%;
    line-height:1.125em;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    background-color:#642200;
}

#position_wrap{
    width:1000px;
    margin:0 auto;
    text-align:left;
}

.left{
    float:left;
}

.clear{
    clear:both;
}

/* general layout */

#banner{
    padding-top:50px;
}

#banner a img{
    float:left;
    margin-left:35px;
}

#content{
    clear:both;
    padding:20px 0;
    background:url(images/content_bg.gif) repeat-y #fef7e5;
    overflow:auto;
}

#sidebar{
    width:236px;
    float:left;
    padding-top:5px;
    color:#fff;
}

#copy{
    width:704px;
    float:right;
    padding:10px 30px;
}

#copy sup{
    font-size:.75em;
}

#copy.gallery{
    width:764px;
    padding:10px 0;
}

#secondary_copy{
    width:734px;
    float:right;
    padding-left:30px;
    background-color:#fdb813;
}

.column{
    width:224px;
    float:left;
}

.column_narrow{
    width:170px;
    float:left;
    margin:0 8px 0 0;
}
.column_narrow.last{
    margin-right:0;
}

.personel{
    width:330px;
    float:left;
    padding-right:20px;
}
.personel.last{
     width:350px;
    padding-right:0;
}
.personel img{
    float:left;
    margin-right:10px;
}

.personel p.top_margin{
    margin:65px 0 0;
}

.img_container{
    text-align:center;
    width:350px;
    margin:0 auto;
}
.img_container.wide{
    width:560px;
}
.img_container img{
    margin:15px 0;
}

.articles img{
    float:left;
    margin-right:10px;
    clear:left;
}

object.audio{
    margin-bottom:20px;
}

.copyright{
    float:left;
    clear:both;
    color:#fff;
    width:216px;
    font-size:.65em;
    margin:20px 0 0 20px;
}




/* links */

a, a img{
    border:none;
    outline:none;
    color:#9fbadf;
    text-decoration:none;
}

#copy a{
    color:#007dc3;
}

#copy a:hover, #copy a:active{
    text-decoration:underline;
}

h2 a{
    text-transform:uppercase;
    text-decoration:underline;
    color:#642200;
}

#minor_nav a{
    font-size:.65em;
}

#minor_nav a:hover, #minor_nav a:active{
    color:#fff;
}

#main_nav a{
    color:#ebc78f;
}
#main_nav a.current, #main_nav a:hover, #main_nav a:active{
    background:url(images/nav_bg_over.gif) repeat-x;
}

#sidebar a{
    color:#fff;
    font-size:.65em;
}

#sidebar a.current, #sidebar a:hover, #sidebar a:active{
    background-color:#007dc3;
    color:#fff;
}

.personel a{
    padding-right:13px;
    color:#fff;
    background:url(images/personel_link_bg.gif) no-repeat center right;
}
.personel a:hover, .personel a:active{
    color:#007dc3;
}

a.back_link{
    margin-left:20px;
    padding-left:15px;
    background:url(images/back_link_bg.gif) no-repeat center left;
    color:#642200;
}
a:hover.back_link, a:active.back_link{
    color:#007dc3;
}

#home .inline_nav li, #home .inline_nav li a{
    font-weight:bold;
    color:#642200;
}

#home .inline_nav li a:hover, #home .inline_nav li a:active{
    color:#007dc3;
}

#pop.bio a.close_link, #pop.generic a.close_link{
    color:#fff;
    background:#642200;
    text-align:right;
    float:left;
    width:570px;
    padding:10px 20px;
    text-decoration:underline;
    font-size:.75em;
    margin-bottom:15px;
}
#pop.generic a.close_link{
    width:790px;
}

#copy h4.button a{
    width:135px;
    height:18px;
    float:left;
    margin:0 15px 0 0;
    padding:15px;
    background:url(images/btn_brown.gif) no-repeat;
    color:#fff;
    text-align:center;
    font-size:.85em;
}
}
#copy h4.button a:hover, h4.button a:active{
    color:#ebc78f;
    text-decoration:none;
}



/* typography */

.margin_top{ 
    margin:2em 0 0; 
}

#sidebar li.indent{
    color:#fff;
    font-size:.75em;
}

h1, h2, h3, p, li, label{
    margin-top:0;
    color:#642200;
}

small{
    font-style:italic;
}

#pop.bio h1, #pop.bio h2, #pop.bio h3, #pop.bio h4{
    margin:.25em 0;
    font-weight:normal;
    font-size:.85em;
    color:#007dc3;
}
#pop.bio h1{
    font-weight:bold;
    font-size:1em;
}
#pop.bio h2, #pop.bio h3{
    text-transform:capitalize;
}

#pop.generic h1{
    margin:1em 0;
}

h1{
    font-size:1em;
    text-transform:uppercase;
}

h2{
    font-size:.9em;
    text-transform:uppercase;
}

#accordion h2{
    text-transform:none;
}

h2.list_heading, h2.list_heading_first, h2.list_heading_standard, h2.list_heading_narrow{
    color:#fff;
    height:37px;
    padding:20px 0 0;
    text-align:center;
    margin-bottom:0;
}

h2.list_heading{
    padding-left:30px;
    background:url(images/list_heading.gif) no-repeat;
}

h2.list_heading_first, h2.list_heading_standard{
    width:197px;
    background:url(images/list_heading_first.gif) no-repeat;
}

h2.list_heading_standard{
    background:url(images/list_heading_standard.gif) no-repeat;
}

h2.list_heading_narrow{
    width:170px;
    height:15px;
    padding:17px 0;
    background:url(images/list_heading_narrow.gif) no-repeat;
    font-size:.65em;
}
h2.list_heading_narrow.two_line{
    height:24px;
    padding-top:8px;
}

#accordion h2{
    cursor:pointer;
    margin:1.5em 0;
}

.phases h2{
    font-size:1em;
}

h3{
    font-size:1em;
    text-transform:uppercase;
    margin:2em 0;
}

p{
    margin-top:0;
    font-size:.875em;
    line-height:1.5em;
}

.personel p{
    font-size:.75em;
}

.img_container p{
    font-size:.75em;
    padding:0 2em;
}

#pop p{
    margin:1em 0 0;
    font-size:.75em;
    line-height:1.25em;
}

#accordion p{
    padding:10px;
    border:1px dotted;
    background-color:#fff;
    font-size:.85em;
    line-height:1.5em;
}

.articles p, .podcasts p{
    font-size:.75em;
}

.narrow_column li{
    line-height:2em;
}

.tree li, .solid li{
    font-size:10px;
    line-height:1em;
}

#footer p{
    color:#ebc78f;
    font-size:.65em;
}



/* lists */
ul{
    margin:0;
    padding:0;
}

#banner ul{
    float:right;
    margin:65px 40px 30px;
    text-transform:uppercase;
}

#banner ul#minor_nav li{
    display:inline;
    padding:0 10px;
}

#banner ul#minor_nav li.interior{
    border-left:1px solid #fdb813;
    border-right:1px solid #fdb813;
}

#banner ul#main_nav{
    height:27px;
    margin:0;
    padding:0 0 0 236px;
    float:none;
    clear:both;
    background:url(images/nav_bg.gif) repeat-x;
    text-transform:none;
}

#banner ul#main_nav li{
    list-style:none;
    float:left;
}
#banner ul#main_nav li a{
    height:17px;
    float:left;
    padding:5px 30px;
    line-height:15px; /* fixes inconsistency between FF & Safari */
    border-left:1px solid #fdb813;
    font-size:.875em;
}

#banner ul#main_nav li a.last{
    border-right:1px solid #fdb813;
}

#sidebar li{
    list-style:none;
}

#sidebar li.indent{
    margin-left:20px;
}

#sidebar li a{
    width:176px;
    float:left;
    clear:left;
    padding:5px 20px 5px 40px;
    margin:0;
    list-style:none;
}

ul.narrow_column{
    width:230px;
    float:left;
}
ul.narrow_column li{
    list-style:none;
}

ul#img_list{
    background:#fff;
    overflow:auto;
}
ul#img_list li{
    float:left;
    list-style:none;
    width:160px;
    height:100px;
    padding:0;
    margin:8px;
}

ul.tree{
    margin-left:35px;
    padding-top:10px;
    padding-left:2px;
    background:url(images/tree_ul_bg.gif) no-repeat bottom left;
}

ul.tree.first{
    margin-left:7px;  
}

ul.tree.long{
    background:url(images/tree_ul_bg_long.gif) no-repeat bottom left;
}


/*.tree li variations for 1,2,3 & 4 lines */
ul.tree li{
    width:126px;
    height:22px;
    margin:5px 0;
    padding:11px 5px 0 35px;
    list-style:none;
    background:url(images/tree_li.gif) no-repeat center left;
}

ul.tree li.med{
    height:31px;
    background:url(images/tree_li_med.gif) no-repeat center left;
}
ul.tree li.lg{
    height:43px;
    background:url(images/tree_li_lg.gif) no-repeat center left;
}
ul.tree li.xlg{
    height:58px;
    background:url(images/tree_li_xlg.gif) no-repeat center left;
}

ul.solid{
    width:167px;
    padding:15px;
    background:url(images/solid_ul.gif) no-repeat bottom #fecc66;
}
ul.solid.narrow{
    width:140px;
    background-image:url(images/solid_ul_narrow.gif);
}

ul.solid li{
    margin:0;
    padding:10px 5px;
    list-style:none;
}

ul.articles{
    overflow:auto;
}

ul.articles li{
    width:225px;
    height:100px;
    float:left;
    padding:0;
    margin:10px 0 0;
    list-style:none;
}


/* forms */

form{
    margin:20px 0 30px;
    font-size:.875em;
}

fieldset{
    border:none;
    padding:0;
    margin:10px 0;
}

.standard_info label{
    float:left;
    width: 70px;
    padding-top:2px;
}
.inline{
    float:left;
    padding:0;
}
.checks input{
    border:0;
    background:transparent;
}
input{
    background:#fef7e5;
    border:1px solid #642200;
}
.standard_info input{
    width:390px;
    margin:3px 0;
}

input.narrow{
    width:68px;
}

input.med{
    width:150px;
}

input.submit{
    width:60px;
    float:left;
    margin:10px 0 0 70px;
    padding:0 5px;
    clear:both;
    color:#642200;
    font-weight:bold;
}

label.narrow{
    padding:4px 0 0 10px;
    width:40px;
}





/* home page specific */

#home #content{
    width:880px;
    height:675px;
    margin-top:50px;
    background:url(images/home_page_bg.gif) no-repeat 0 105px;
}

#home .logo{
    float:left;
    margin-left:111px;
}

#home #content ul#minor_nav{
    height:30px;
    float:right;
    margin:82px 0 14px;
}

#home #content ul#minor_nav li{
    display:inline;
    text-transform:uppercase;
}

#home #content ul#minor_nav li.interior{
    padding:0 10px;
    margin:0 10px;
    border-left:1px solid #fdb813;
    border-right:1px solid #fdb813;
}

#home #copy{
    float:right;
    clear:both;
    width:496px;
    overflow:auto;
}

#home ul#main_nav{
    width:496px;
    float:right;
    clear:both;
    margin:0;
    padding:0;
    font-size:.85em;
}

#home ul#main_nav li{
    list-style:none;
}
#home ul#main_nav li a{
    float:left;
    padding:5px 0;
    width:122px;
    margin:0 1px;
    font-size:.85em;
    text-align:center;
    line-height:15px; /* fixes inconsistency between FF & Safari */
    background:none;
}
#home ul#main_nav li a:hover, #home ul#main_nav li a:active{
    background:url(images/nav_bg_over_home.gif) repeat-x;
}

#home ul#main_nav li a.last{
    border-right:none;
}

#home #copy{
    width:496px;
    height:321px;
    float:right;
    padding:0;
    overflow:auto;
}

#home #copy p{
    margin:10px 15px 0 0;
    font-size:.85em;
    line-height:2em;
}

#home ul.inline_nav{
    margin:0;
    padding:0;
}
#home .inline_nav li{
    float:left;
    padding:0 5px;
    margin:.5em 0;
    border-left:2px solid #fdb813;
    list-style:none;
    font-size:.85em;
}
#home .inline_nav li.first{
    clear:both;
    padding-left:0;
    border:none;
}


#home #footer{
    float:right;
    clear:both;
    margin-top:100px;
}

.twitter, .blog, .linkedin{
    padding:.5em 0  .5em 21px;
    margin-left:10px;
    color:#fff;
}
.twitter{
    background:url(images/icon_twitter.gif) no-repeat center left;
}
.blog{
    background:url(images/icon_blog.gif) no-repeat center left;
}
.linkedin{
    background:url(images/icon_linkedin.gif) no-repeat center left;
}


/* popups */

body#pop.generic{
    background:#fef7e5;
}

body#pop.bio{
    background-color:#fdb813;
}

body#pop #position_wrap{
    width:870px;
}

#pop #content{
    padding:0;
    background:none;
}

#pop #copy{
    float:none;
}

#pop.bio #copy{
    width:570px;
    padding:0 20px;
    float:left;
}

#pop #sidebar{
    width:252px;
    padding:0;
    margin:0;
}

#pop.phases #content{
    height:550px;
    background:url(images/phases.gif) no-repeat 0 50px;
}



.phases a img.txt_phase_1, .phases a img.txt_phase_2, .phases a img.txt_phase_3, .phases a img.txt_phase_4{
    position:absolute;
}

.phases a#txt_phase_1{
    width:75px;
    height:13px;
    left:68px;
    top:347px;
    display:block;
    position:absolute;
}

.phases a.inactive_1{
    background:url(images/phase_1.gif) no-repeat;
}
.phases a.active_1{
    background:url(images/phase_1_over.gif) no-repeat
}

.phases a#txt_phase_2{
    width:81px;
    height:13px;
    left:146px;
    top:275px;
    display:block;
    position:absolute;
}

.phases a.inactive_2{
    background:url(images/phase_2.gif) no-repeat;
}
.phases a.active_2{
    background:url(images/phase_2_over.gif) no-repeat
}

.phases a#txt_phase_3{
    width:84px;
    height:13px;
    left:248px;
    top:206px;
    display:block;
    position:absolute;
}

.phases a.inactive_3{
    background:url(images/phase_3.gif) no-repeat;
}
.phases a.active_3{
    background:url(images/phase_3_over.gif) no-repeat
}

.phases a#txt_phase_4{
    width:135px;
    height:13px;
    left:347px;
    top:135px;
    display:block;
    position:absolute;
}

.phases a.inactive_4{
    background:url(images/phase_4.gif) no-repeat;
}
.phases a.active_4{
    background:url(images/phase_4_over.gif) no-repeat
}


.phases a#circle_1, .phases a#circle_2, .phases a#circle_3, .phases a#circle_4{
    width:26px;
    height:26px;
    position:absolute;
    display:block;
}
.phases a#circle_1{
    left:189px;
    top:351px;
}
.phases a#circle_2{
    left:269px;
    top:289px;
}
.phases a#circle_3{
    left:367px;
    top:229px;
}
.phases a#circle_4{
    left:524px;
    top:165px;
}

.phases .btn_phase{
    background:url(images/circle_active.png) no-repeat;
}

.phases li{
    list-style:none;
}
#phases_copy_1, #phases_copy_2, #phases_copy_3, #phases_copy_4{
    font-size:.75em;
    position:absolute;
    display:none;
}
#phases_copy_1{
    top:375px;
    left:250px;
}
#phases_copy_2{
    top:350px;
    left:290px;
}
#phases_copy_3{
    top:300px;
    left:385px;
}
#phases_copy_4{
    top:290px;
    left:500px;
}


/* gallery */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    margin:15px 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
}



.jcarousel-skin .jcarousel-container {
    background: #fef7e5;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 764px;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width:  764px;
    height: 415px;
}

.jcarousel-skin .jcarousel-item {
    width: 764px;
    height: 415px;
}

.jcarousel-control{
    width:208px;
    float:left;
    margin:20px 0 0 15px;
}

.jcarousel-control img{
    width:45px;
    height:45px;
    float:left;
    margin:0 0 5px 5px;
}

.jcarousel-control a img{
    border:1px solid;
}

.jcarousel-control a:hover img, .jcarousel-control a:active img{
    border-color:#007dc3;
}

.gallery_caption{
    width:500px;
    float:right;
    margin:20px 20px 0;
}

