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

body {
margin:0;
padding: 10px 0px 10px 0px;
line-height: 1.5em;
background: url(../images/layout/bg.gif) repeat #c0c0c0;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, serif;
}

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

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

/** Header **/
#topsection {
background: #333333;
height: 200px;
border-bottom: 2px solid #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, h2, h3, h4 {
font-family: Arial, Helvetica, Verdana, serif;
}

h1 {
margin: 17px 0px 13px 0px;
padding: 0px;
color: #666666;
font-size: 2em;
line-height: 1em;
}

h2 {
margin: 0px 0px 3px 1px;
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: 0px 20px 1em 20px;
padding: 0px;
}

dl {
margin: 0px 20px 1em 20px;
padding: 0px;
}

dt {
margin: 0px;
padding: 0px;
font-weight: bold;
}

dd {
margin: 0px 0px 1em 0px;
padding: 0px;
}

a {
text-decoration: underline;
color: #cc0000;
}

a:hover {
text-decoration: none;
}

.navspace {
display:block;
float:left;
width:55px;
}

.right {
float: right;
margin: 10px 20px 10px 20px;
border: 2px solid #333333;
}

.left {
float: left;
margin: 10px 20px 10px 20px;
border: 2px solid #333333;
}

.center {
margin:0 auto;
text-align: center;
}

.tableleft {
float: left;
margin-left:0px;
border: 0;
}


.italic {
font-style: italic;
}

a.faq {
color:#000000;
font-weight: bold;
text-decoration: none;
}

hr.testimonials {
color: #999999;
background-color: #999999;
border-color: #999999;
border: none;
height: 1px;
width: 95%;
}

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

.anylinkcss a{
color: #ffffff !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: #666666 !important;
margin: 0px !important;
float: none !important;
}

.anylinkcss a:hover{
background: #fce051 !important;
color: #000000 !important;
}

/* shadow */
.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
