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

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

.redText{
	color: #FF0000;
}

.subTitleText{
	font-size: 11px;
	font-style: italic;
}

.mainTitleText{
	font-size: 14px;
	font-weight: bold;
}

.subContent{
	position: absolute;
	margin-top: -15px;
	margin-left: 120px;
	display: none;
	text-align: left;
	font-size: 11px;
	border: 1px solid #34555A; 
	background-color: #FFFFFF;
	padding: 10px;
	width: 300px;
}

.subContent ul{
	margin-top: 10px;
}

.subContent li{
	list-style-type: none;
	margin-left: 20px;
	line-height: 2em;
}

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

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

/** Header **/
#topsection {
background-color: #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 {
margin: 15px 0px;
padding: 0px;
color: #3333ff;
font-size: 1.8em;
line-height: 1em;
}

h2 {
margin: 10px 0px;
padding: 0px;
font-size: 1.4em;
}

h3 {
margin: 10px 0px;
padding: 0px;
font-size: 1.2em;
font-style: italic;
color: #3333ff;
}

h4 {
margin: 5px 0px;
padding: 0px;
font-size: 1.0em;
}

p {
margin: 5px 15px 1.1em 15px;
padding: 0px;
}

a {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

img {
border:0;
}

hr {
width: 80%;
margin: 10px 0px;
}

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