/** ElectronMonkey LLC **/
/** Prescence Package Template 1 **/

body {
margin:0;
padding:10px 0px 10px 0px;
line-height: 1.5em;
background: url(../images/layout/bg.gif) top left repeat-x #003300;
font-size: 13px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
}

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

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

/** Header **/
#topsection {
background: #333333;
height: 150px;
border-bottom: 2px solid #ffffff;
}

#topsection h1 {
margin: 0;
padding-top: 15px;
color: #ffffff;
}

/** 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%;
background: #989b6e;
color: #ffffff;
text-align: center;
padding: 8px 0px 8px 0px;
border-top: 2px solid #ffffff;
}

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

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

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

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

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

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

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

a {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.right {
float: right;
margin: 0px 25px 10px 15px;
}

.left {
float: left;
margin: 0px 15px 10px 25px;
}

.black {
color: #000000;
}

.green {
color: #009900;
}

/*  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;
}
