/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #006DB0; /*overall menu background color*/
margin:0;
padding:0;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 5px;
border-left-width: 0;
text-decoration: none;
color: white;
font-size: 13px;
text-align: center;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin:0;
padding:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
margin:0;
padding:0;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
left: 159px; /* no need to change, as true value set by script */
top: 0;
border-left: 1px solid #ccc;
margin:0;
padding:0;

}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 5px;
border-top: 1px solid #ccc;
text-align: left;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #006DB0 url('../media/arrow-down.gif') no-repeat center right;

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #006DB0 url('../media/arrow.gif') no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */





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


div.input input, div.input textarea {
    border:1px solid #ccc;
    color:#666666;
}


div.input {
    display:block;
    margin-bottom:10px;
    color:#555555;
}

div.error-message {
    display: inline;
    padding-left: 5px;
}
div.input label {
    display:block;
    float:left;
    padding-right:6px;
    width:70px;
    text-align:right;
    font-weight:bold;
}

div.box {
    background:#DFE4EE none repeat scroll 0% 0%;
    border:1px solid #C6CFE1;
    color:#333333;
    margin-bottom:20px;
    padding:5px 10px;
}

div.box h1 {
    color:#000000;
    font-size:14px;
}

div.submit {
    padding-left: 75px;
}

div.submit input {
    background: #8A9978;
    border:1px solid #3B6E22;
    color:#FFFFFF;
    display:inline-block;
    height:24px;
    line-height:24px;
    margin-right:10px;
    padding:0px 6px;
    
}

body {
    background-color: #8A9978;
    margin: auto;
    font-size: 12px;
    font-family: arial;
    text-align: center;
}

table tr td {
    font-size: 12px;
    font-family: arial;
}

span.required {
    color: red;
}
#wrap {
   margin: auto;
   width: 900px;
   text-align: left;
   background-color: white;
}

#page-content {
    width: 900px;
    background-color: white;
    
}

#header {
    width: 100%;    
    height: 74px;
    padding: 0;
    margin: 0;
    
}

input.textfield {
    background-color: #eee;
    border: 1px solid #ccc;
    height: 15px;
    vertical-align: middle;
}

input.submit {
    background-color: #990000;
    border: 1px solid #222;
    color: white;
    font-size: 12px;
    vertical-align: middle;
}
.header-top {
    background-color: #004588;
    height: 47px;
    text-align: right;
    color: white;
    padding: 0;
    margin: 0;
}
.header-bottom {
    background-color: #006db0;
    height: 27px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.logo {
    float: left;
}
.header-right {
    float: right;
    width: 658px;
}

div.slogan {
    font-style: italic;
    font-weight: bold;
    font-family: arial, lucida bright, verdana;
    color: white;
    font-size: 14px;
    padding: 10px;
    display: inline;
    
}


#leftside {
    float: left;
    background-color: #efe7cf;
    width: 242px;
    text-align: left;
}
#rightside {
    float: right;
    background-color: #f0f0f0;
    width: 150px;
}
#content {
    background-color: white;
    float: left;
    color: black;
    width: 508px;
    text-align: left;
}
div.page-title {
    background-color: #006db0;
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 8px 16px;
}


ul.submenu {
    list-style-image: url('img/submenu-bullet.gif');

}

ul.submenu li a, ul.submenu li a:visited {
    font-size: 12px;
    color: #004587;
    text-decoration: none;
}

ul.submenu li a:hover {
    text-decoration: underline;

}
.submenu-end {
    background-color: #f5f1e3;
    height: 10px;
}
.page-name {
    color: #988157;
    font-size: 18px;
}

div.content {
    padding: 15px;
}

div.section {
    margin: 17px 3px;

}

div.section div.name {
    color: #004587;
    font-size: 14px;
    font-weight: bold;
    border: solid #cccccc;
    border-width: 0 0 1px 0;
    width: 100%;
    margin-bottom: 7px;
}
div.widget-heading {
    background: url('../img/rightheader-back.jpg') no-repeat;
    height: 24px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    ont-style:italic; 
    padding: 0 7px;
    vertical-align: middle;
    display: table-cell;
    width: 150px;

}
div.widget-text{
    font-size: 12px;
    color: #013366;
    padding: 7px;

}

a.tease, a.tease:visited {
    color: #cc0000;
    text-decoration: none;
}
a.tease:hover {
    text-decoration: underline;
}

#footer {
    background-color:#013366;
    color: white;
    padding: 3px;
}

ul.footermenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
ul.footermenu li {
    display: inline;
}

ul.footermenu li a, ul.footermenu li a:visited {
    color: white;
    text-decoration: none;
    padding: 1px 15px;
}

ul.footermenu li a:hover {
    text-decoration: underline;
}

ul.rssfeed {
    padding: 0;
}

ul.rssfeed li {
    padding: 5px 0;
    list-style-type: none;
}

ul.rssfeed li span.title {
    color: #004587;
    
}   
ul.rssfeed li a.more, ul.rsssfeed li a.more:visited {
  color: #cc0000;
  text-decoration: none;
}
ul.rssfeed li a.more:hover {
  text-decoration: underline;
  
}
ul.forms li {
  line-height: 20px;
}

.error-message {color:red}



img {
  border: 0;
}