/* ************************************************ */
/*       Corporate portal template v2 CSS           */
/*       Layout1                                    */
/* ************************************************ */


/* ------------------------------------------------ */
/*               GLOBAL SETTINGS                    */
/* ------------------------------------------------ */
body {
    
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    margin:10px 0 0 0;
}

a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 10px 0 5px 0;
}
h2 {
/*
    background: url(../img/arrow.gif) no-repeat 0 8px;
    font-size: 14px;
    font-weight: bold;
    color: #402808;
    padding: 5px 0 10px 20px;
    margin: 0;
*/
}
div.dotted {
    background: url(../img/dotted.gif) repeat-x top;
    display:block;
    height:1px;
}

/* ------------------------------------------------ */
/*                 MAIN STRUCT                      */
/* ------------------------------------------------ */
#wrapper {
    margin: 0;
    width: 100%;
    text-align: left;
    display:block;
}

#header {
    /*background: url(../img/header.gif) no-repeat top left;*/
    display:block;
    width:1024px;
    float:left;
    clear:both;
    background-color:#fff;
}
#pagebody {
    /*background: url(../img/main.gif) repeat-y;*/
    display:block;
    padding: 0 10px 20px 0px;
    width: 1014px !important;
    width/**/:1024px;
    float:left;
    clear:both;
    background-color:#fff;
}
#footer {
    /*background: url(../img/footer.gif) no-repeat bottom left;*/
    display:block;
    width: 1024px;
    float:left;
    clear:both;
    text-align: center;
    background-color:#fff;
}
#footer .margin {
    padding: 0 20px 40px 20px;
    display:block;
}
#pagetitle {
    display:none;
}
/* ------------------------------------------------ */
/*                   HEADER                         */
/* ------------------------------------------------ */

.quicklinkleft ul {
    list-style: none;
    margin: 0;
    padding:10px 20px 0 0;
}
.quicklinkleft li {
    display: inline;
    margin: 0;
    padding: 0;
}
.quicklinkleft a {
    border-left: 1px solid #402808;
    color: #402808;
    float: right;
    display: block;
    padding: 5px 5px 0 5px;
    font-size:10px;
}
.quicklinkleft li.firstitem a {
    border-left: 0;
}
#quicklinkright {
    float:right;
    padding:0px 20px 0 0;
}
#quicklinkright ul {
    list-style: none;
    margin: 0;
    padding:0;
    clear:both;
    float:right;
}
#quicklinkright li {
    display: inline;
    margin: 0;
    padding: 0;
}
#quicklinkright a {
    border-right: 1px solid #d2d2d2;
    color: #402808;
    float: left;
    display: block;
    padding: 10px 5px 0 5px;
    font-size:10px;
    white-space:nowrap;
}
#quicklinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#quicklinks li {
    display: inline;
    margin: 0;
    padding: 0;
}
#quicklinks a {
    color: #402808;
    float: left;
    display: block;
    padding: 10px 5px 0 5px;
}
#logo {
    display:block;
    padding: 5px 20px 0px 20px;
    float:left;
    clear:both;
}
a.green {
    color: green;
}
a.orange {
    color: orange;
}
a.red {
    color: red;
}
#search {
    position:absolute;
    width: 100px;
    height: 30px;
    margin: 15px 0 0 10px;
    display:none;
}
.search ul {
    margin:0;
    padding:0;
}
.search li {
    display:block;
    padding-bottom:10px;
}
.bold {
    font-weight: bold;
}
span.hl {
    background: #FFFF66;
}
#headline {
    padding-left:10px;
}
/* ------------------------------------------------ */
/*                   MENU                           */
/* ------------------------------------------------ */

#menu {
    float:left;
    font-size:11px;
}
#menu ul {
    padding:0;
    margin:0;
    list-style: none;
}
#menu ul li {
    display: inline;
    margin: 0;
    padding: 0;
}
#menu ul li a {
    background: url(../img/menu_right_tab.gif) no-repeat top right;
    color:#ffffff;
    text-decoration: none;
    font-weight: bold;
    float:left;
}
#menu ul li a span {
    background: url(../img/menu_left_tab.gif) no-repeat top left;
    display:block;
    padding: 15px 10px 5px 10px;
    white-space: nowrap;
}
#menu ul li a:hover,
#menu ul li.selected a {
    background-position: 100% -10px;
}
#menu ul li a:hover span,
#menu ul li.selected a span {
    background-position: 0 -10px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu span {
    float: none;
}
/* End IE5-Mac hack */

/* ------------------------------------------------ */
/*                   NAV                            */
/* ------------------------------------------------ */
#navigation {
    width: 240px;
    float: left;
    padding-top:10px;
}
#navigation h1 {
    padding-left:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color:#402808;
}
#navigation h2 {
    margin-left:10px;
}
#navigation ul {
    padding:0;
    margin:0;
    margin-right:10px;
    margin-left:10px;
    list-style: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#navigation ul ul {
    border: none;
    margin:0;
    padding-left:0px;
}
#navigation li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dddddd;
}
#navigation ul ul li {
    border: none;
}
#navigation a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #402808;
    padding: 2px;
    text-decoration: none;
}
#navigation a:hover {
    text-decoration: underline;
    color: #000000;
}

/* level 1 */
#navigation ul li {
    display: block;
}
#navigation ul li.current,
#navigation ul li:hover {
    background-color: #E6F2FF;
}
#navigation ul li.current a,
#navigation ul li:hover a{
    color: #000000;
}

/* level 2 */
#navigation ul ul li.current,
#navigation ul ul li:hover {
    background-color: #BFDEFF;
}
#navigation ul ul li.current a,
#navigation ul ul li:hover a{
    color: #000000;
}
#navigation ul ul li {
    display: block;
}
#navigation ul ul a {
    padding-left: 10px
}

/* level 3 */
#navigation ul ul ul li.current,
#navigation ul ul ul li:hover {
    background-color: #80BDFF;
    color:#ffffff;
}
#navigation ul ul ul li.current a,
#navigation ul ul ul li:hover a{
    color:#000000;
}
#navigation ul ul ul li {
    display: block;
}
#navigation ul ul ul a {
    padding-left: 20px
}

/* level 4 */
#navigation ul ul ul ul li.current,
#navigation ul ul ul ul li:hover {
    background-color: #409CFF;
    color:#ffffff;
}
#navigation ul ul ul ul li.current a,
#navigation ul ul ul ul li:hover a{
    color:#000000;
}
#navigation ul ul ul ul li {
    display: block;
}
#navigation ul ul ul ul a {
    padding-left: 30px
}
/* level 5 */
#navigation ul ul ul ul ul li.current,
#navigation ul ul ul ul ul li:hover {
    background-color: #268EFF;
    color:#ffffff;
}
#navigation ul ul ul ul ul li.current a,
#navigation ul ul ul ul ul li:hover a{
    color:#000000;
}
#navigation ul ul ul ul ul li {
    display: block;
}
#navigation ul ul ul ul ul a {
    padding-left: 40px
}

#navigation .searchbox2 {
    clear:both;
    padding: 1px 0 1px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    background: #ffffff;
    width: 233px;

    display: block;
    float: left;
}
#navigation .searchbox2 form {
    background: #d2d2d2;
    margin: 0;
    padding: 2px 0 2px 3px;
}
#navigation .searchbox2 form input {
    font-size:10px;
    color:#878787;
    border: 1px solid #dd6330;
    padding-left: 2px;
    margin: 2px 2px 2px 0;
}
#navigation .searchbox2 form a.submit {
    background: #878787;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
    margin: 2px 2px 2px 0;
    font-weight: bold;
}
#navigation box {
    display: block;
    float: left;
    clear:both;
    width: 180px;
    padding-bottom: 15px;
}
#navigation .box .content {
    padding: 0 0 5px 0;
    width: 175px;
    display: block;
}

.new {
    padding: 5px 0px 5px 0;
    display: block;
}
.new .title,
.new .title a {
    color: #dd6330;
    font-size:11px;
    font-weight: bold;
}
.new .date {
    font-size:9px;
    color: #d2d2d2;
}


/* ------------------------------------------------ */
/*                  content                         */
/* ------------------------------------------------ */
#main content.splash {
    border:0;
    display:block;
}
#content {
    width: 754px !important;
    float: right;
}
#content .path {
    float: left;
    width: 734px;
    width/**/: 754px;
    padding: 10px 10px 5px 10px;
    display:block;
}
#content .path,
#content .path a {
    color:#402808;
}

#content .full {
    float: left;
    width: 713px;
    width/**/: 733px;
    padding: 5px 10px 10px 10px;
    background: url(../img/dotted.gif) repeat-x bottom left;
    display:block;
}

/*
#googleresult body,.d,.p,.s{background-color:#ffffff}
#googleresult body,td,div,.p,a,.d,.s{font-family:arial,sans-serif}
#googleresult body,td,div,.p,a,.d{font-size:12px }
#googleresult body,div,td,.p,.s{color:#000000}
#googleresult .s,.f,.f a{font-size: 80%}
#googleresult .l{font-size:12px }
#googleresult .l{color: #0000cc}
#googleresult a:link,.w,.w a:link{color:#0000cc}
#googleresult a:visited,.f a:visited{color:#551a8b}
#googleresult a:active,.f a:active{color:#ff0000}
#googleresult .t{color:#ffffff}
#googleresult .t{background-color:#3366cc}
#googleresult .z{display:none}
#googleresult .f,.f:link,.f a:link{color:#6f6f6f}
#googleresult .i,.i:link{color:#a90a08}
#googleresult .a,.a:link{color:#008000}
#googleresult div.n {margin-top: 1ex}
#googleresult .n a{font-size: 10pt; color:#000000}
#googleresult .n .i{font-size: 10pt; font-weight:bold}
#googleresult .q a:visited,.q a:link,.q a:active,.q {text-decoration: none; color:#0000cc;}
#googleresult .b,.b a{font-size: 12pt; color:#0000cc; font-weight:bold}
#googleresult .d{font-family:arial,sans-serif; 
#googleresult    margin-right:1em; margin-left:1em;}
*/






#content .leftcol {
    clear: both;
    float: left;
    width: 470px;
    width/**/: 490px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(../img/dotted.gif) repeat-y top right;


}
#content .rightcol {
    float: right;
    width: 224px;
    width/**/: 234px;
    margin-top: 10px;
    padding-left: 10px;

}
#content .maincontent img {
    border: 1px solid #d2d2d2;
    padding: 2px;
}
#content .maincontent img.left {
    margin-right: 10px;
}
#content .maincontent img.right {
    margin-left: 10px;
}

#content .splash {
/*
    background: url(../img/splash.gif) no-repeat;
    display: block;
    width: 539px;
    height: 82px;
    */
}
/* ------------------------------------------------ */
/*                  footer                          */
/* ------------------------------------------------ */
#footer {
    text-align: center;
}
#footer .signature {
    font-size:9px;
    font-family: Verdana,Arial, Helvetica, sans-serif;
}
#footer strong {
    color:#d64307;
    font-weight: bold;
}
#footer a {
    color: #402808;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}


#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li {
    display: inline;
    margin: 0;
    padding: 0;
}
#footer li a {
    float: left;
    display: block;
    padding: 0px 5px 0 5px;
    margin : 10px 0 0 0;
    border-left: 1px solid #d2d2d2;
}
#footer li.firstitem a {
    border-left: 0;
}
#footer .copyright {
    width: 730px;
    display: block;
    float: left;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}
/* ------------------------------------------------ */
/*                  files                           */
/* ------------------------------------------------ */
table.files tr td {
    vertical-align: top;
    padding: 1px;
    font-size:11px;
}
table.files tr:hover {
    background: #e9e9e9;
}
table.files tr td.nowrap {
    white-space: nowrap;
}
table.files a {
    color:#402808;
    font-weight:bold;
    display: block;
    padding-bottom: 2px;
}
a.file {
    background: url(../img/files/file.gif) no-repeat;
    padding-left: 20px !important;
}
a.video {
    background: url(../img/files/video.gif) no-repeat;
    padding-left: 20px !important;
}
a.ppt {
    background: url(../img/files/ppt.gif) no-repeat;
    padding-left: 20px !important;
}
a.exe {
    background: url(../img/files/exe.gif) no-repeat;
    padding-left: 20px !important;
}
a.doc {
    background: url(../img/files/doc.gif) no-repeat;
    padding-left: 20px !important;
}
a.doc {
    background: url(../img/files/doc.gif) no-repeat;
    padding-left: 20px !important;
}

a.exe {
    background: url(../img/files/exe.gif) no-repeat;
    padding-left: 20px !important;
}

a.html {
    background: url(../img/files/html.gif) no-repeat;
    padding-left: 20px !important;
}

a.img {
    background: url(../img/files/img.gif) no-repeat;
    padding-left: 20px !important;
}

a.pdf {
    background: url(../img/files/pdf.gif) no-repeat;
    padding-left: 20px !important;
}

a.sound {
    background: url(../img/files/sound.gif) no-repeat;
    padding-left: 20px !important;
}

a.txt {
    background: url(../img/files/txt.gif) no-repeat;
    padding-left: 20px !important;
}

a.xls {
    background: url(../img/files/xls.gif) no-repeat;
    padding-left: 20px !important;
}

a.zip {
    background: url(../img/files/zip.gif) no-repeat;
    padding-left: 20px !important;
}
/* ------------------------------------------------ */
/*                  links                           */
/* ------------------------------------------------ */
.error {
    color: #ff0000;
}
.fieldset {
    padding: 0;
    margin: 0;
    display:inline;
}
.links {
    display: block;
    padding-bottom:3px;
}
.links a {
    color:#402808;
    font-weight:bold;
}
DIV#errors { color : #B42C29; }
DIV#errors li { color : #B42C29; }

#content ul.list {
    list-style: none;
    margin: 0;
    padding:0;
}
#content ul.list li {
    margin: 0;
    padding:0 0 20px 0;
}



table.forms td {
    padding: 0 5px 0 5px;
    background: #e9e9e9;
    vertical-align: top;
}
table.forms tr.title td {
    background: #402808;
    font-weight: bold;
    color: #ffffff;
}




 /* calendar */
div.calendar {
    background-color: #F2F9EB;
    display: block;
    font-family: Courrier;
    font-size: 11px;
    line-height: 20px;
    border:1px dotted #FF9900;
    margin-top:4px;
    padding:4px;
    width:95%;
}

div.calendar_body {
  width:200px;
}

div.calendar a {
    color: #000000;
    text-decoration: none;
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
}
div.calendar a.weekOfYear {
    color: #75777B;
}
div.calendar .currentweek,
div.calendar a.currentday {
    background-color: #E7E7E7;
    border: 1px solid #B42C29;
    font-weight: bold;
}

div.calendar a:hover {
    background-color: #E7E7E7;
}


div.calendar div.shortcuts a {
    font-family: verdana;
}

div.calendar h2 {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin:0;
}

div.calendar h2 a {
    color: #000000;
    padding: 0 5px 0 5px;
}
div.calendar span.days {
    color:#FFFFFF;
    background-color: #992E3E;
    font-weight: bold;
    padding: 0 2px 0 2px;
    font-family:verdana;
    font-size:14px;
    text-align:right;
}

div.xmlButton {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 10px;
    background-color: #ff6600;
    color: #FFFFFF;
    text-decoration:  none;
    padding: 0px 1px 0px 1px;
}

a.xmlButton {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

div.xmlWrap {
    border: 1px solid #666;
    padding: 1px;
    text-decoration:  none;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    width: 34px;
    text-align: center;
}

div.spacer {
    clear: both;
    font-size: 1px;
    line-height: 0px;
}

/* blog  */
.blog {
    font-size:12px;
}
.blog a {
    font-size:12px;
}
.entry {
    margin:0 0 1.75em;
}
.entry h3 {
    margin:1em 0 .2em;
    font:175%/1.3em Georgia,Serif;
    line-height:1.3em;
    color:#245;
}
.blog h2.date {
    padding-bottom:.3em;
    border-bottom:1px dotted #ccc;
    margin-bottom:.5em;
}
.blog h3 {
    margin:.75em 0 .5em;
    border-bottom:1px dotted #ccc;
    padding:0 0 .2em;
    font-size:140%;
    line-height:1.5em;
}
.posted {
    color:#998;
}
.blog .posted,.blog .posted a {
    font-size:85%;
    line-height:1.6em;
}
.posted-top .commentlink, .posted-top .commentlink:visited {
  margin-left:0;
  border-left-width:0;
  background-position:0 50%;
  padding-left:14px;
  }

.blog dd.posted {
    margin-top:.5em;
    border-top:1px dotted #ccd;
    padding-top:4px;
}
.posted strong {
    color:#887;
    font-weight:normal;
}
a.permalink {
    background:url("../img/blog/icon_pg.gif") no-repeat 0 0;
    float:left;
    display:block;
    width:9px;
    height:10px;
    margin:.3em 5px 0 0;
    text-indent:-10000px;
    border-width:0;
}
.commentlink, .commentlink:visited {
    background:url("../img/icon_comment.gif") no-repeat 8px 50%;
    border-width:0;
    padding-left:22px;
    border-left:1px solid #ccb;
    margin-left:.5em;
    color:#359;
    white-space:nowrap;
}
.posted-top .commentlink {
    margin-left:0;
    border-left-width:0;
    background-position:0 50%;
    padding-left:14px;
}
span.commentlink {
    color:#887;
}
a.commentlink:hover {
    color:#933;
    border-color:#ccb;
    text-decoration:none;
}
.commentlink img {
    margin-top:.5em;
}
a.commentlink:hover img {
    width:0;
    padding-left:48px;
}
dl.previously {
    margin-bottom:1.25em;
}
.previously dt a    {
    font:150%/1.4em Georgia,Serif;
    border-width:0;
}
.previously dd {
    margin-bottom:1em;
    margin-left:0;
}
.previously dd.summary {
    margin-bottom:0;
}
.blog .previously dd.posted {
    margin-top:.7em;
    margin-bottom:1.75em;
}

.blog a.continued {
    background:url("../img/arrow.gif") no-repeat 100% 5px;
    border-width:0;
    padding-right:16px;
    color:#402808;
    border-bottom: 1px #402808 dotted;
}
.blog a.continued:hover {
    background-image:url("../img/arrow_on.gif");
    color: #e9e9e9;
    border-bottom: 1px #e9e9e9 solid;
}

/* Comments
----------------------------------------------- */
#comments {
    padding:10px;
}
#comments h4 {
    font:140% Verdana,Sans-serif;
    margin:0 0 1em;
}
#comments h4 span {
    font:85% Verdana,Sans-serif;
    color:#776;
}
#comments dl {
    font-size:85%;
    line-height:1.6em;
}
#comments dt {
    padding:8px 6px .5em;
    background:#eeeeee;
    font-weight:normal;
}
#comments dd {
    padding:2px 20px 8px;
    margin:0 0 1.5em;
    background:#eeeeee;
}
form table tr td {
    vertical-align: top;
}
#comments dt.alt,
#comments dd.alt {
    background:#dddddd;
}
#comments dd h3 {
    background-image: none;
}
#comments dd del:hover,
#comments dd del:active {
    color:#333;
    text-decoration:none;
}
#comments .postno {
    background:url("../img/icon_comment.gif") no-repeat 0 55%;
    border-width:0;
    padding:0 5px 0 14px;
    border-right:1px solid #ccc;
    margin-right:2px;
    font:180% Georgia,Serif;
    color:#358;
}
#comments .alt .postno {
    border-color:#bbb;
}
#comments dt.owner {
    background:#357;
    padding-bottom:1em;
    color:#cde;
}
#comments dd.owner {
    padding-top:8px;
}
#comments dt.owner .postno {
    background-image:url("../img/icon_comment.gif");
    color:#9bd;
    border-right-color:#579;
    font-weight:normal;
}
#comments dt.owner a {
    color:#eee;
    border-width:0;
    font-weight:bold;
}
#comment-notes p {
    font-size:85%;
    line-height:1.6em;
    color:#554;
}
#subcol #comment-notes p {
    font-size:100%;
}
h4#postcomment {
    padding-top:.5em;
    margin:0 0 .5em;
}
#comment-notes {
    margin-top:2em;
}

.layout1 {
    clear: both;
    margin-right:5px;
    margin-bottom:10px;
}
.layout1 h2    {
    background: #333333;
    margin:0;
    padding:1px 5px 1px 5px;
    color:#ffffff;
}
.layout1 .content    {
    border-right: #333333 solid 1px;
    border-bottom: #333333 solid 1px;
    border-left: #333333 solid 1px;
    padding:5px;
}
.splash0,
.splash1,
.splash2,
.splash3 {
    display:block;
    background-repeat: repeat-x;
    height: 160px;
}
.splash1 {
    height: 80px;
}
.splash2 {
    height:40px;
}
.splash3 {
    height:20px;
}




.boxEPcontentcolor1 {
    background-color: white;
}
.boxEPbordercolor1 {
	border-left: 1px solid #402808;
	border-right: 1px solid #402808;
	border-bottom: 1px solid #402808;
	border-top: 1px solid #402808;
}
.boxEPTitlecolor1 {
    color: #FFFFFF;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #402808;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}
.boxEPLinkcolor1 {
    color: #FFFFFF;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}
.boxEPPaginationPos {
    color: #402808;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    white-space: nowrap;
}
.boxEPPaginationNav {
    color: #402808;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    white-space: nowrap;
}
.EPMetaDataTitle {
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.EPMetaDataValue {
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.sort {
    background:url(../img/sort.gif) no-repeat 100% 4px;
    padding-right: 12px;
    font-weight: bold;
    color:#ffffff;
}