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

body {
margin:0;
margin-top:10px;
margin-bottom:10px;
padding:0;
line-height: 1.2em;
background: url(images/layout/bg.gif) repeat #ffffff;
background-attachment:fixed;
font-size: 14px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

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

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

/** Header **/
#topsection {
background-color: #196c19;
height: 225px;
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: 14px;
color: #ffffff;
font-style: normal;
}

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

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

#bottom {
margin:0 auto;
text-align:center;
}

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

/** Other Styles **/
h1, h2, h3, h4 {
font-family:Arial, Helvetica, Verdana, sans-serif;
}

h1 {
margin: 7px 0px 10px 0px;
padding: 0px;
color: #666666;
font-size: 20px;
line-height: 1em;
}

h2 {
margin: 0px 0px 8px 0px;
padding: 0px;
font-size: 18px;
}

h3 {
margin: 0px 0px 8px 5px;
padding: 0px;
font-size: 16px;
font-style: italic;
color: #666666;
}

h4 {
margin: 0px 0px 6px 10px;
padding: 0px;
font-size: 14px;
}

p {
margin: 5px 20px 15px 20px;
padding: 0px;
}

a {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}


img {
border:none;
}

.results_header {
background: #196c19;
color: #ffffff;
}

.results_header td {
padding: 3px 0px 3px 0px;
}

.results_header a {
color: #ffffff;
}

.result_row_0 {
background: #eeeeee;
}

.result_row_0 td, .result_row_1 td {
border-top: 1px solid #000000;
padding: 3px 5px 3px 5px;
}

.result_row_0 + .result_row_0 td, .result_row_1 + .result_row_1 td {
border: none;
}

.result_row_1 a, .result_row_0 a {
font-weight: bold;
display: block;
margin-bottom: 4px;
}

.multiple_options_caption {
font-weight: bold;
margin-top: 5px;
}

.multiple_options {
vertical-align: top;
}

.multiple_options ul {
padding: 0px 0px 0px 25px;
margin: 3px 0px 0px 0px;
}

.image_caption {
display: block;
text-align: left;
margin: 10px 0px 10px 10px;
}

#contentcol {
line-height:1.4em;
}

.view_image {
text-align: center;
}

.roomtable {
border-collapse: collapse;
width: 100%;
}

.roomtable th {
color: #006600;
border: 1px solid #999999;
font-size: 1.2em;
padding: 4px 0px 4px 0px;
}

.roomtable td {
text-align: center;
padding: 3px 0px 3px 0px;
border: 1px solid #999999;
font-size: 0.8em;
}

/*  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: #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: #258e25 !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;
}