html {
    height:100%;
}

body {
    margin:0;
    padding:0;
    background-color:#ffffff;
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:12px;
    height:100%;
    color:#636363;
}

img {
    border:0;
}

img, div { behavior: url(/img/iepngfix.htc) }

ul {
    list-style:none;
}

a {
    text-decoration:none;
    color:#b61515;
}

a:hover {
    text-decoration:underline;
}

a.ul {
    text-decoration:underline;    
}

h3 {
    font-size:20px;
    font-weight:bold;
    margin:0;
    padding:0;
    color:#000000;
}

h4 {
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding:0;
    color:#000000;
}

h5 {
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:0;
    color:#000000;
}
.b {
    font-weight:bold;
}

.headshotbg {
    background:transparent url(/img/headshotBG.gif) no-repeat;
}

.i {
    font-style:italic;
}

.b {
    font-weight:bold;
}

.ul {
    text-decoration:underline;
}

div.headshot {
    background:transparent url(/img/headshotBG.gif) no-repeat;
    width:155px;
    height:178px;
    padding:6px;
}

#spotDrop {
    position:absolute;
    top:23px;
    right:20px;
}

#mainContainer {
    height:auto;
    background:#ffffff url(/img/mainBG.gif) repeat-x top center;
}

#main {
    width:1000px;
    position:relative;
    
    padding:115px 0;
    height:auto;
}

#header {
    width:800px;
    padding:0;
    margin:0;
}

#header .fl {
}

#header .fr {
    height:24px;
    padding:0;
    margin:9px 1px 0 0;
}

#globalMenu {
    padding:0;
    margin:0;
    height:21px;
    
}

#globalMenu li {
    float:left;
    margin-left:5px;
    color:#6a6a6a;
    text-transform:uppercase;
    font:bold 12px Trebuchet MS, Arial, Helvetica, sans-serif;
    background:url(/img/menuBG_off.gif) repeat-x;
    cursor:pointer;
}

#globalMenu li:hover, #globalMenu li.current {
    background:url(/img/menuBG_on.gif) repeat-x;
    text-decoration:none;
    color:#ffffff;
}

#globalMenu li a {
    padding:4px 8px 6px 8px;
    display:block;
    color:#6a6a6a;
}

#globalMenu li a:hover, #globalMenu li a.current {
    text-decoration:none;
    color:#ffffff;
}

#contentsContainer {
    width:820px;
}

#contents, #homecontents {
    width:820px;
    background:url(/img/bodyBG.png) repeat-y top center;
}

#contents .wrapper {
    padding:20px 30px 30px 30px;
}

#homecontents .wrapper {
    padding:20px 30px 5px 30px;
}

#contentsBottom {
    width:820px;
    height:20px;
    background:url(/img/bottomBG.png) no-repeat top center;
}

#footer {
    margin:50px 0 0 0;
    width:800px;
}

#footer .fl div {
    color:#4a4a4a;
    font:bold 11px Trebuchet MS, Arial, Helvetica, sans-serif;
}

#footer .fl div span {
    color:#ff0000;
}

#footer .fl div.copyright {
    color:#868686;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

/*2 column container */
#twocolcontainer.clearfix {
    padding:0;
    margin:0;
}

#twocolcontainer.clearfix .fl {
    width:150px;
    margin-right:10px;
}

#twocolcontainer.clearfix .fr {
    background:transparent url(/img/2colborder.gif) repeat-y top left;
    padding:0 20px 0 20px;
    width:560px;
}

#twocolcontainer.clearfix .fl ul {
    padding:0;
    margin:0;
}

#twocolcontainer.clearfix .fl ul li {
    margin-bottom:5px;
}
#twocolcontainer.clearfix .fl ul li a {
    color:#111111;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;    
}

#twocolcontainer.clearfix .fl ul li.current a {
    color:#9d1919;
}

#twocolcontainer.clearfix .fr div.hdr {
    border-bottom:1px dotted #595959;
    padding-bottom:15px;
    margin-bottom:5px;
}

#twocolcontainer.clearfix .fr div.hdr h1 {
    font-size:20px;
    font-weight:bold;
    color:#000000;
    padding:0;
    margin:0;
}

/* 3 col container */
#threecolcontainer {
    width:100%;
    height:100%;
}

#threecolcontainer .fl ul {
    padding:0;
    margin:0;
}

#threecolcontainer #col1 {
    width:100px;
}

#threecolcontainer #col1 ul li a {
    font-size:14px;
    color:#000000;
    font-weight:bold;
    margin-bottom:5px;
    display:block;
}

#threecolcontainer #col1 ul li.current a {
    color:#9d1919;
}

#threecolcontainer #col2 {
    background:transparent url(/img/3colborder.gif) repeat-y top center;
    width:180px;
    height:inherit;
}

#threecolcontainer #col2 ul {
    padding-left:15px;
}

#threecolcontainer #col2 ul li {
    margin-bottom:5px;
    font-weight:bold;
}

#threecolcontainer #col2 ul li div a {
    font-size:14px;
    color:#000000;
}

#threecolcontainer #col2 ul li.current div a {
    color:#9d1919;
}

#threecolcontainer #col3 {
    width:470px;
    padding-left:10px;
}

#threecolcontainer #col3 div div a.email {
    color:#9d1919;
}

/*thepeople*/
#thepeopleHdr {
    width:300px;
    border-bottom:1px dotted #000000;
    padding-bottom:10px;
    margin-bottom:10px;
}

#thepeoplePosition {
    font-weight:bold;
    font-size:14px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    /*display: inline;*/
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

