/** ElectronMonkey LLC **/

body {
margin:0;
padding:0;
line-height: 1.3em;
background: url(../images/layout/body.gif) repeat-x top left fixed #214a10;
font-size: 14px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

/** Main Layout **/
#maincontainer {
width: 780px;
margin: 0 auto;
background: url(../images/layout/column_border.gif) repeat-y 182px 0px #ffffff;
border: 0px solid #666666;
}

.innertube {
margin: 10px;
margin-top: 0;
}

/** Header **/
#topsection {
background: #ffffff;
height: 150px;
}



/** Content **/
#contentwrapper {
float: left;
width: 100%;
}

#contentcolumn {
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}

/** Left Column **/
#leftcolumn {
float: left;
width: 180px;
margin-left: -780px; /*Set left margin to -(MainContainerWidth)*/
}

#leftcolumn div.red {
background: transparent;
}

#leftcolumn h3 {
margin: 6px 1px 2px 1px;
padding: 2px 2px 2px 8px;
background: url(../images/layout/h3_grey.gif) repeat-x left center;
font-size: 1.2em;
color: #ffffff;
font-style: normal;
}

#otherblocks p{
margin: 0px 8px 0.8em 8px;
padding: 0px;
font-size: 0.9em;
line-height: 1.4em;
}

/** Footer **/
#footer {
clear: left;
width: 100%;
height:50px;
background: url(../images/layout/footer.gif) no-repeat top left #214a10;
color: #333333;
text-align: center;
padding: 8px 0px 8px 0px;
border-top: 2px solid #ffffff;
}

#footer a {
color: #214a10;
text-decoration: underline;
background: transparent !important;
}

#footer a:hover {
text-decoration: none;
}

/** Other Styles **/
h1 {
margin: 7px 0px 5px 0px;
padding: 0px;
color: #214a10;
font-size: 2em;
line-height: 1em;
}

h2 {
margin: 0px 0px 3px 0px;
padding: 0px;
font-size: 1.5em;
}

h3 {
margin: 0px 0px 3px 5px;
padding: 0px;
font-size: 1.3em;
font-style: italic;
color: #214a10;
}

h4 {
margin: 10px 0px 3px 10px;
padding: 0px;
font-size: 1.2em;
}

p {
margin: 1px 15px 1em 15px;
padding: 0px;
}

a {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

address {
margin: 10px 15px 10px 15px;
padding: 0px;
font-size:115%;
}

.right {
float:right;
margin:10px;
}

.left {
float:left;
margin:10px;
}

/*  menu dropdown */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #000000;
border-bottom-width: 0px;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 205px;
margin: 0px;
padding: 0px;
}

.anylinkcss a{
color: #000000 !important;
width: 100%;
display: block;
border-top: none !important;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 3px 0px 2px 5px !important;
text-decoration: none;
font-weight: bold;
background: #ffffff !important;
margin: 0px !important;
float: none !important;
}

.anylinkcss a:hover{
background: url(../images/layout/h3_grey.gif) repeat-x left center #666666 !important;
color: #ffffff !important;
}