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

body {
margin:0;
padding:0;
line-height: 1.4em;
background: url(../images/layout/bg.jpg) repeat #c0c0c0;
font-size: 14px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
text-align: center;
}

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

.innertube {
margin: 20px;
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: #333333;
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 0px;
padding: 0px;
color: #666666;
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: #666666;
}

h4 {
margin: 0px 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;
}

img {
border:0;
}

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

#programname {
display: none;
}

.bullet {
display: none;
}

table.content {
border-collapse: collapse;
}

table.content td {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 2px 8px 2px 8px;

}