/* (C) Gramsoft.css */

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{
font-size:66%;
font-family:Verdana,Arial,Helvetica,sans-serif;
line-height:1.3em;
margin:1em 0;
text-align:center; /*center hack*/
background:url(../images/bg.jpg) repeat-x top left;
}

#wrap{
border:1px solid #F00;
background: #f1f1f1;
height:100%;
width:780px;
margin:0 auto; /*center hack*/
text-align:left;
}

#wrap-inner {
background: url(../images/threecol-l.gif) repeat-y 25.125% 0;
height:100%;
}

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

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

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

a:hover{
text-decoration:underline;
}

h1,.componentheading{
font-size:1.5em;
line-height:1.5em;
}

h2,.contentheading{
font-size:1.5em;
line-height:1.5em;
}

h3{
font-size:1.3em;
line-height:1.3em;
}

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:#007f7f;
color:#ffffff;
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-leftnav{
margin-bottom:1em;
padding:0; /*the padding is removed so the menu fills the whole module box*/
border:1px #CCC solid;
}

.moduletable-leftnav 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;
}

.moduletable-flash {
padding:0 0px;
}

#navcontainer{
padding:0;
color: #333;
}
#navcontainer ul{
list-style: none;
margin: 0;
padding: 0;
}
#navcontainer li{
border-bottom: 1px solid #ccc;
margin: 0;
}
#navcontainer li a{
display: block;
padding: 3px 5px 3px 0.5em;
border-left: 10px solid #333;
border-right: 10px solid #9D9D9D;
background-color:#666;
color: #fff;
text-decoration: none;
}

#navcontainer li a:hover,a#active_menu:link,a#active_menu:visited{
border-left: 10px solid #006060;
border-right: 10px solid #00AAAA;
background-color: #008080;
color: #fff;
}

#header {
text-align:left;
}
#footer {
clear:both;
}

#main-body {
float:left;
width:75%;
}

#sidebar-2 {
float:right;
width:25%;
overflow:hidden;
margin-left:-3px;
}

#content {
float:right;
width:66.5%;
overflow:hidden;
}

#sidebar {
float:left;
width:33%;
overflow:hidden;
}
.inside {
padding:10px;
}