* {
    padding: 0;
    margin: 0;
    outline: 0;
}

body {
    background-repeat: repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #606060;
}

input, textarea, select {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: #606060;
}

#body {
    background-color: #2181BB;
}

p {
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}

#body p.notice {
    background-image: url('/images/icons/information.png');
    background-repeat: no-repeat;
    color: #036DAB;
    padding: 0 0 0 23px;
    line-height: 22px;
    background-position: 0px 2px;
}

#loginDetails {
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 0.7em;
    color: #026CAA;
    text-align: right;
    font-weight: bold;
}

#loginDetails a, #loginDetails a:link {
    color: #FFFFFF !important;
}

#loginDetails a:hover {
    color: #006DA8;
}

#body p.warning {
    background-image: url('/images/icons/error.png');
    background-repeat: no-repeat;
    padding: 0 0 0 23px;
    background-position: 0px 2px;
    color: #D5A13D;
    line-height: 22px;
}

#body p.error {
    background-image: url('/images/icons/cross.png');
    background-repeat: no-repeat;
    padding: 0 0 0 23px;
    background-position: 0px 2px;
    color: #E62B2D;
    line-height: 22px;
}

h1 {
    font-size: 1.4em;
}

h1, h1 span, h1 a {
    display: block;
    width: 217px;
    height: 155px;
}

h1 a {
    cursor: pointer;
}

h1 {
    position: absolute;
    top: 22px;
    left: 20px;
}

h1 span {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/images/common/header-logo.jpg');
}

a img {
    border: 0;
}

a, a:link, a:active, a:visited {
    color: #22A7E0;
}

a:hover {
    color: #006DA8;
}

ul, ol {
    padding: 0 0 1px 2em;
    margin: 0 0 1em 0;
}

li {
    margin: 0 0 1em 0;
    line-height: 1.5em;
}

fieldset ul {
    list-style: none;
    padding: 0;
}

fieldset li {
    margin: 0 0 0.5em;
}

fieldset {
    border: none;
}

label, #body span.label {
    color: #3091BC;
    font-weight: bold;
}

#body input.text, textarea {
    border: 1px solid #E2B4D0;
    width: 520px;
}

#body input.text:focus, textarea:focus {
    border: 1px solid #7FCEEC;
}

#body input.submit {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #CC72A5;
    border: 1px solid #E2B4D0;
    padding: 4px;
    cursor: pointer;
}

#body fieldset p.error {
    margin: 0;
}

fieldset legend {
    display: none;
}

#wrapper {
    width: 960px;
    background-image: url('/images/common/bg.jpg');
    background-position: 0px 780px;
}

#main {
    background-image: url('/images/common/main-background.jpg');
    background-repeat: no-repeat;
    min-height: 780px;
    height: auto !important;
    height: 780px;
}

#header {
    height: 203px;
    position: relative;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1.35em;
    background: transparent;
}

#header a {
    color: #FFFFFF;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#header p.contact {
    position: absolute;
    left: 721px;
    top: 150px;
}

#header p.textSize {
    position: absolute;
    left: 845px;
    top: 150px;
}

#header a.smaller {
    left: 845px;
    color: #FFFFFF;
    font-weight: bold;
}

#header a.smaller span {
    background-image: url('/images/common/button-text-smaller.jpg');
    cursor: pointer;
    background-position: bottom left;
}

#header a.larger {
    left: 890px;
    font-weight: bold;
    color: #FFFFFF;
}

#header a.larger span {
    background-image: url('/images/common/button-text-larger.jpg');
    cursor: pointer;
    background-position: bottom left;
}

#header a.smaller, #header a.larger {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 128px;
    text-align: center;
    color: #FFFFFF;
    background-color: #01B5E6;
    text-decoration: none;
}

#header a.smaller span, #header a.larger span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#header a.smaller:hover span, #header a.larger:hover span {
    background-position: top left;
}

#header a.smaller:hover, #header a.larger:hover {
    background-color: #006DAC;
}

#content {
    background-image: url('/images/common/content-background.jpg');
    background-repeat: no-repeat;
    width: 853px;
    padding: 11px 0 0 31px;
    margin: 0 0 0 28px;
    background-color: #FFFFFF;
}


#left {
    width: 552px;
    float: left;
    border-bottom: 1px solid #FFFFFF;
}

#left .left {
    width: 49%;
    float: left;
}

#left .right {
    width: 49%;
    float: left;
}

#left h2 {
    background-image: url('/images/common/h2-background.jpg');
    width: 537px;
    padding: 0 0 0 15px;
    background-color: #CC72A5;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
}

#left h3, #left p.largeNotice, #left p.largerNotice {
    font-size: 1.2em;
    color: #CC72A5;
    font-weight: normal;
    margin: 0 0 0.1em 0;
}

#left h3 {
    font-weight: bold;
}

h3 {
    color: #CC72A5;
}

h4 {
    color: #CC72A5;
}

#left p.largerNotice {
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom:1.4em;
}

#left p.largeNotice {
    line-height: 1.5em;
    margin: 15px 0 30px 0;
    font-weight: bold;
}

#left h4 {
    font-size: 1em;
    color: #CC72A5;
    font-weight: normal;
    margin: 0 0 0.1em 0;
    font-weight: bold;
}

#left h5 {
    font-size: 1em;
    color: #CC72A5;
    font-weight: normal;
    margin: 0 0 0.1em 0;
    font-style: italic;
}

#left .content {
    padding: 20px 15px;
    background-color: #F6FBFD;
}

#docLeft {
    width: 138px;
    padding: 0 15px 0 0;
    border-right: 2px solid #E5EAED;
    float: left;
}

#docLeft ul {
    list-style: none;
    padding: 0;
}

#docLeft li {
    font-size: 1.3em;
    line-height: 1.1em;
}

#docLeft li a {
    text-decoration: none;
    color: #CC72A5;
}

#docLeft a.link {
    font-size: 0.7em;
    color: #22A7E0;
    text-decoration: underline;
}

#docLeft li a:hover {
    text-decoration: underline;
    color: #006DA8;
}

#docLeft li.on a {
    color: #7B8992;
}

#docRight {
    width: 350px;
    float: left;
    padding: 0 0 0 15px;
}

#body ul.documentList {
    padding: 0;
    list-style: none;
}

#body p.downloadLink {
    font-weight: bold;
    color: #FFFFFF;
    width: 100px;
    text-align: center;
    background-color: #F8E2EE;
    border: 1px solid #CC72A5;
    padding: 4px 10px 4px 4px;
}

#body p.downloadLink img {
    position: relative;
    top: 3px;
}

#body ul.documentList li img {
    position: relative;
    top: 2px;
}

#orderBy {
    margin: 30px 0;
    font-size: 0.9em;
    border: 1px solid #E3B1CE;
    background-color: #FFFFFF;
    padding: 2px 5px 5px 5px;
    text-align: center;
}

#orderBy img {
    position: relative;
    top: 3px;
}

#docRight .docBox {
    border: 1px solid #F9EEF4;
    background: #FFFFFF;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 0.9em;
    position: relative;
}

#docRight .docBox .title {
    margin: 0 0 0.4em 0;
}

#docRight .docBox .title {
    margin: 0 0 0.4em 0;
}

#docRight .docBox .description {
    margin: 0 0 0.4em 0;
}

#docRight .docBox .type {
    margin: 0;
    float: left;
    position: relative;
    top: 2px;
    font-size: 0.9em;
}

#docRight .docBox .details {
    margin: 0;
    float: right;
}

#right {
    float: right;
    width: 263px;
    margin: 0 10px 0 0;
    background-image: url('/images/common/right-background.jpg');
    background-color: #B9BDC0;
}

#right span.top {
    display: block;
    background-image: url('/images/common/right-top.jpg');
    height: 14px;
    font-size: 1px;
    line-height: 1px;
    width: 263px;
}

#right .box {
    width: 226px;
    height: 84px;
    margin: 6px 0 30px 17px;
    background-color: #91969C;
}

#right .box p {
    margin: 0;
    color: #FFFFFF;
    height: 84px;
    width: 226px;
}

#right .box span, #right .box strong {
    padding: 0 0 0 60px;
    display: block;
}

#right .box strong {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 1.3em;
    font-weight: normal;
}

#right .box span {
    line-height: 135%;
    font-size: 0.9em;
}

#right .box a {
    display: block;
    width: 226px;
    height: 84px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

#right .box a:hover, #right .box .on a {
    background-position: bottom left;
    background-color: #7B8992;
}

#right .box a:hover strong {
    text-decoration: underline;
}

#right .box #meetings a {
    background-image: url('/images/common/box-meetings.jpg');
}

#right .box #private a {
    background-image: url('/images/common/box-private.jpg');
}

#right .box #public a {
    background-image: url('/images/common/box-public.jpg');
}

#body img.icon {
    position: relative;
    top: 2px;
}

#credits, #extras {
    font-size: 0.75em;
    color: #979898;
    width: 100%;
    background-color: #FFFFFF;
    text-align: right;
    padding: 6px 0;
}

#credits p, #extras p {
    margin: 0 0 0.3em 0;
}

#credits a, #extras a {
    color: #979898;
    text-decoration: none;
}

#credits a:hover, #extras a:hover {
    text-decoration: underline;
}

#navigation {
    width: 843px;
    height: 61px;
    background-image: url('/images/common/navigation-background.jpg');
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
    background-color: #F3DFEB;
}

#navigation li {
    float: left;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: 0 10px 0 10px;
    height: 60px;
    padding: 0;
    display: inline;
    position: relative;
    font-size: 1.1em;
}

#navigation li.navSmall {
    width: 100px;
}

#navigation li.navLarge {
    width: 161px;
}

#navigation li a {
    position: relative;
    margin: 9px 0 0 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #01B5E6;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

#navigation li a:hover span, #navigation #on a span {
    background-position: bottom left;
}

#navigation li a:hover, #navigation #on a {
    background-color: #2181BB;
}

#navigation li.navSmall a {
    display: block;
    height: 40px;
    width: 82px;
}

#navigation li.navLarge a {
    display: block;
    height: 40px;
    width: 141px;
}

#navigation li a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

#navHome span {
    background-image: url('/images/common/home.jpg');
}

#navServices span {
    background-image: url('/images/common/services.jpg');
}

#navProjects span {
    background-image: url('/images/common/projects.jpg');
}

#navHistory span {
    background-image: url('/images/common/history.jpg');
}

#navBoardMembers span {
    background-image: url('/images/common/board-members.jpg');
}

#navPracticeMembers span {
    background-image: url('/images/common/practice-members.jpg');
}

/***********************/
/*    ACCESSIBILITY    */
/***********************/

#body .accessibility {
    width: 33%;
    text-align: center;
    margin: 2em 0;
    float: left;
}

/****************/
/*    COMMON    */
/****************/

.PinkText {
    color: #CC72A5;
}

.HorizontalRule {
    background-image: url('/images/common/hr.jpg');
    background-repeat: repeat-x;
    background-position: center center;
}

#body div.hr hr {
    display: none;
}

#body div.hr {
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border-bottom: 1px solid #E3B1CE;
    margin: 0 0 17px 0;
}

#body span.clear, #body div.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0px;
    display: block;
}

#body {
    background-image: url('/images/common/body-background.jpg');
}