@charset "UTF-8";
/*Customize.css file */

*{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
margin:0.5em 0;
}

ul{
margin-left:2em;
}

fieldset{
padding:.5em;
}



body{
background-image:url(../images/bg_body.jpg);
background-position:top;
background-repeat:no-repeat;
font-size:76.1%;
font-family:Verdana,Arial,Helvetica,sans-serif;
line-height:1.3em;
margin:1em 0;
}

#wrap{
border:1px solid #999;
height:100% !Important;
background-color:#ffffff;
height:1%;
}



#wrap-inner {
height:100% !Important;
height:1%;
}

#header{
border-bottom: 1px solid #999;
padding:10px;
}

#footer{
border-top: 1px solid #999;
padding:5px;
}

a{
text-decoration:none;
color:#ff404f;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

h1,.componentheading{
font-size:1.7em;
line-height:1.7em;
color:#2b2eff;
}

h2,.contentheading{
font-size:1.5em;
line-height:1.5em;
color:#2b2eff;
text-decoration:underline;
font-weight:bold;
}

h3{
font-size:1.3em;
line-height:1.3em;
color:#2b2eff;
}

h4{
font-size:1.2em;
line-height:1.2em;
}

h5{
font-size:1.1em;
line-height:1.1em;
}

h6{
font-size:1em;
line-height:1em;
font-weight:bold;
}


#footer,.small,.createdate,.modifydate,.mosimage_caption{
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}

.moduletable{
margin-bottom:1em;
padding:0 10px;
/*padding for inside text*/ border:1px #CCC solid;
}

.moduletable h3{
background:#666;
color:#fff;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
margin:0 -10px 0.5em -10px;
/*negative padding to pull h3 back out from .moduletable padding*/ }



.moduletable_menu{
margin-bottom:1em;
padding:0; /*the padding is removed so the menu fills the whole module box*/
border:0px #CCC solid;
}

.moduletable_menu h3{
background:#666;
width:100%;
color:#fff;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
margin:0;
/*now we have no padding in the module, we don't need the negative margins*/ border-bottom: 1px solid #CCC;
}


#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #666;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #999;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }