body {
   margin: 0;
   padding: 0;
   background: #F4FBFF url(/images/img01.jpg) repeat-x;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #4F6977;
}

h1, h2, h3 {
   margin: 0;
   font-weight: normal;
   color: #4F6977; /* Grey text */
}

h1 {
   letter-spacing: -1px;
   font-size: 50px;
}

h2 {
   font-size: 22px;
}

h3 {
   font-size: 16px;
}

p, ul, ol {
   margin: 0 0 1.5em 0;
   line-height: 1.5em;
   text-align: justify;
}

p {
}

blockquote {
   font-style: italic;
}

ul {
}

ol {
}

a {
   color: #0a71d0; /* link blue */
   text-decoration: none;
   font-size: 14px;
}

a:hover {
   text-decoration: underline;
   color: #FF8A00;
}

a.smalllink {
   font-size: 10px;
   color: #4F6977;     /* Grey      #0a71d0; link blue */
}

a.smalllink:hover {
   text-decoration: underline;
   color: #FF8A00;
}

.smalltext {
   	font-size: 10px;
   	font-weight: 400;
}

small {
}

hr {
   display: none;
}

/* Header */

#header {
   width: 954px;
   height: 183px;
   margin: 0 auto;
   background: url(/images/img02.jpg);
}

.spacer {
   clear: left;
   height: 20px;
}

/* Logo */

#logo {
   float: left;
}

#logo h1, #logo h2 {
   float: left;
   color: #FFFFFF;
}

#logo h1 {
   /* padding: 100px 0 0 40px; */
   position: relative;
   left: 42px;
   top: 97px;
   font-weight: bold;
}

#logo a {
   text-decoration: none;
}

#logo img {
   border: none;
}

/* Menu */

#menu {
   float: right;
   position: relative;
   top: 128px;
   right: 20px;
}

/* Page */

#page {
   width: 954px;
   margin: 0 auto;
   background: #FFFFFF url(/images/img03.jpg) repeat-y;
}

#bg {
   background: url(/images/img06.jpg) no-repeat left bottom;
}

/* Content */

#content {
   float: left;
   width: 680px;
   background: url(/images/img04.jpg) no-repeat;
}

/* categorymenus */

.categorymenu {
   width: 606px;
   padding: 50px 0 0 48px;
}

.categorymenu .title {
   padding: 0 0 0 12px;
}

.categorymenu .title a {
   color: #4F6977; /* Grey text */
}

.categorymenu .subtitle {
   margin: -24px 25px 15px 0;
   text-align: right;
   color: #4F6977; /* Grey text */
}

.categorymenu .bluetop {
	margin: 28px 0px 0px 0px;
   padding: 15px 20px 0px 12px;
   background: url(/images/img07.jpg) no-repeat;
}

.categorymenu .bluebottom {
   clear: both;
   padding: 15px 12px 20px 12px;
   background: url(/images/img08.jpg) no-repeat left bottom;
}

.categorymenu .bluebottom b {
   display: none;
}

.categorymenu .more, .categorymenu .comments {
   padding: 0 30px 0 20px;
}

.categorymenu .more {
   background: url(/images/img09.gif) no-repeat left center;
}

.categorymenu .comments {
   background: url(/images/img10.gif) no-repeat left center;
}

/* Posts */

.post {
   width: 606px;
   padding: 0 0 0 48px;
}

.post .title {
   padding: 0 0 0 12px;
}

.post .title a {
   color: #4F6977; /* Grey text */
}

.post .subtitle {
   margin: -24px 25px 15px 0;
   text-align: right;
   color: #4F6977; /* Grey text */
}

.post .bluetop {
   margin: 28px 0px 0px 0px;
   padding: 15px 20px 0px 12px;
   background: url(/images/img07.jpg) no-repeat;
}

.post .bluebottom {
   clear: both;
   padding: 0px 12px 25px 12px;
   background: url(/images/img08.jpg) no-repeat left bottom;
}

.post .bluebottom b {
   display: none;
}

.post .more, .post .comments {
   padding: 0 30px 0 20px;
}

.post .more {
   background: url(/images/img09.gif) no-repeat left center;
}

.post .comments {
   background: url(/images/img10.gif) no-repeat left center;
}


.centerpost {
   clear: both;
   width: 606px;
   margin: 0px auto 0px auto;
   padding: 0;
   text-align: center;
}


ul#navlist {
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 570px;
}

ul#navlist li {
float: left;
display: block;
margin: 0;
padding: 0;
width: 282px;
border-width: 1px 0px 0px 1px;
border-color: #FFFFFF;
border-style: solid;
border-right: 0
}

ul#navlist li a {
display: block;
padding: 1px 0px 1px 5px;
color: #0a71d0; /* link blue */
text-decoration: none;
font-weight: 600;
background: #9ad7f4; /* light blue background */
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li a:hover, ul#navlist li#active a:hover
{
background: #ff9600; /* Orange (old #F8C31B;) */
text-decoration: underline;
}


ul#surveylist {
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 550px;
}

ul#surveylist li {
float: left;
display: block;
margin: 0;
padding: 0 0 0 20px;
width: 532px;
border-width: 1px 0px 0px 1px;
border-color: #FFFFFF;
border-style: solid;
border-right: 0
}

ul#surveylist li a {
display: block;
padding: 1px 0px 1px 5px;
color: #0a71d0; /* link blue */
text-decoration: none;
font-weight: 600;
background: #94ff41; /* light blue background */
}

#surveycontainer>ul#surveylist li a { width: auto; }

ul#surveylist li a:hover, ul#surveylist li#active a:hover
{
background: #ff9600; /* Orange (old #F8C31B;) */
text-decoration: underline;
}


table.surveymenu
{ text-align: left;
color: #4F6977; /* Grey text */
width: 100%;
background-color: #cbfe73;
border: 2px solid #FFFFFF ;
border-collapse: collapse;
             /* border-spacing: 30px; */
}

.surveymenubody p
{ text-align: left;
line-height: 12px;
}

table.votemenu
{ text-align: left;
width: 100%;
background-color: #9ad7f4; /* light blue background */
border: 1px solid #FFFFFF ;
border-collapse: collapse;
}

.votemenubody p
{ text-align: left;
line-height: 12px;
}

.votemenutitle p
{ font-weight: bold;
text-align: right;
line-height: 12px;
}

/* About Box */

#about-box {
   width: 185px;
   height: 162px;
   padding: 70px 37px 0 35px;
   background: url(/images/img11.jpg) no-repeat left bottom;
}

#about-box h2 {
   margin-bottom: 25px;
   font-size: 18px;
   font-weight: normal;
}

#about-box p {
   font-size: 12px;
}

/* Sidebar */

#sidebar {
   float: right;
   width: 274px;
   background: url(/images/img05.jpg) no-repeat;
}

#sidebar ul {
   width: 206px;
   margin: 0;
   padding: 0 0 0 30px;
   list-style: none;
}

#sidebar li {
}

#sidebar li ul {
   width: auto;
   padding: 0 15px 0 10px;
}

#sidebar li li {
   padding: 5px 0 5px 0;
   background: url(/images/img13.gif) repeat-x;
}

#sidebar li li.first {
   padding-top: 0;
   background: none;
}

#sidebar li h2 {
   font-size: 18px;
   padding: 30px 0 40px 10px;
   background: url(/images/img12.jpg) no-repeat left bottom;
}

#sidebar li h3 {
   font-size: 18px;
   padding: 15px 0 10px 10px;
   background: url(/images/img15.jpg) no-repeat left bottom;
}

/* Footer */

.footer {
   padding: 20px 0;
}

.footer p {
   text-align: center;
   font-size: 12px;
   color: #83B3CE;
}

.footer a {
   color: #83B3CE;
   font-size: 12px;
}

.footer a:hover {
   color: #FF8A00;
   text-decoration: underline;
}

/* Read Only */

#readonly {
   text-align: left;
   font-size: 10px;
   color: #83B3CE;
}

p a.popup3{
text-decoration:none;
font-weight:800;
}
p a.popup3 span.comment{
display:none;
text-decoration:none;
background-color:#CBFE73;
z-index:10;
padding:0 2px;
border:1px solid #83B3CE;
font-weight:normal;
font-size:.85em;
}
html>body p a.popup3 span.comment{
position:absolute;
}
p a:hover.popup3{
color:#FF8A00;
}
p a:hover.popup3 span.comment{
display:block;
}

        .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 421px;
            background: url("/images/lavabg.gif") no-repeat top;
            padding: 15px;
            margin: 10px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("/images/lavafr.gif") no-repeat right -20px;
                        width: 9px; height: 20px;
                        z-index: 8;
                        position: absolute;
                        top: 5px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("/images/lavafr.gif") no-repeat top left;
                            height: 20px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                        font-weight: bold;
                        font-size: 16px;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: -12px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 12px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
                        
table.votetable
{ text-align: left;
width: 100%;
background-color: #9ad7f4; /* light blue background */
border: 0px solid #FFFFFF ;
border-collapse: collapse;
}

table.votetable td
{ text-align: left;
border: 1px solid #FFFFFF ;
padding: 1px 3px 1px 3px;
}

table.votetable td.nopad
{ padding: 1px 0px 1px 0px;
}

table.votetable th
{ font-weight: bold;
text-align: center;
border: 1px solid #FFFFFF ;
padding: 1px 2px 1px 2px;
}

table.votetable td.noleftborder
{ border-width: 1px 1px 1px 0px;
  line-height: 70%;
  text-align: right;
}

table.votetable td.norightborder
{ border-width: 1px 0px 1px 1px;
}

table.votetable .righty
{ text-align: right;
}

table.votetable .lefty
{ text-align: left;
}

table.votetable .centery
{ text-align: center;
}

.centerbutton {
   clear: both;
   margin: 0px auto 0px auto;
   padding: 0;
   text-align: center;
}

.highlighttext {
  font-weight: bold;
  color: red;  
}


