﻿/* Screen Layout */ 

body {
 margin-left: auto; margin-right: auto;
 padding: 0px;
 background: #006837;
 /*border: 1px solid #000000;*/
 }

#hold {
 /*margin-top: 30px;*/
 background: url(/_common/images/bg_header.gif) repeat-x;
}

#header {
 margin-left: auto; margin-right: auto;
 width: 950px;
 padding: 0;
}

#header-left {
 width: 402px; float: left;
 margin: 0; padding: 0;
 border-bottom: 2px solid #80c2a2;
}

#header-right {
 width: 548px; height: 61px; float: right;
 margin-top: 30px; padding-top: 68px;
 text-align: right;
 border-bottom: 2px solid #80c2a2;
}

#main {
 clear: both; margin-left: auto; margin-right: auto;
 width: 950px;
 padding-top: 30px;
}

#lh-col-hm {
 width: 388px; float: left;
 margin: 0px; padding: 0 10px 0 0;
}

#rh-col-hm {
 width: 552px; min-height:545px; float: right;
 margin: 0 0 30px 0; padding: 0px;
 text-align: right;
 background: url(/_common/images/bg_rightcol.gif) repeat-y;
}

#lh-col {
 width: 409px; min-height:530px; float: left; position: relative;
 _width: 407px; _height: 530px;
 margin: 0px; padding: 30px;
 background: #fff;
}

#rh-col {
 width: 480px; float: right;
 margin: 0px; padding: 0px;
}

#content {
 width: 950px; min-height:575px; float: left;
 margin: 0px; padding: 0 10px 0 0;
}

#survey {
 width: 515px; float: right; position: relative;
 margin-bottom: 5px; padding: 0px;
}

#survey-img {
 width: 165px; height: 119px; float: left;
 margin: 0px; padding: 2px;
 background: #fff;
}

#survey-txt {
 width: 329px; height: 107px; float: right;
 margin: 0px; padding: 14px 4px 2px 12px;
 text-align: left;
 z-index: 5;
 background: url(/_common/images/bg_survey.gif) repeat-x; 
}

#survey-select {
 position: absolute; width: 320px; height: 22px; bottom: 5px; right: 5px;
 padding-top: 5px; padding-left: 8px;
 z-index: 6;
 background: url(/_common/images/bg_takepart.gif); text-align: left;
}

#competition {
 position: absolute; bottom: 30px; left: 30px; 
 z-index: 4;
}

#competition-info {
 width: 212px; height: 99px; 
 _width: 210px;
 position: absolute; bottom: 30px; right: 30px; 
 margin: 0px; padding: 15px; 
 background: #4da97c;
}

#footer {
 clear: both; width: 950px;
 margin: 0px; padding-top: 20px;
}

#footer-left {
 width: 820px; float: left;
 margin: 0px; padding: 0px;
}

#footer-right {
 width: 130px; float: right;
 margin: 0px; padding: 0px;
 text-align: right;
}

/* admin styles */
#lh-col-admin {
 width: 250px; float: left;
 margin: 56px 0 0 0; padding: 0 10px 0 0;
}

#rh-col-admin {
 width: 670px; min-height:545px; float: right;
 margin: 0 0 30px 0; padding: 0 0 0 20px;
 text-align: left;
 background: url(/_common/images/bg_rightcol.gif) repeat-y;
}

#survey-admin {
 width: 515px; float: left; position: relative;
 margin-bottom: 5px; padding: 0px;
}

.items td {
    text-align: center;
}

.form2 td {
    padding: 5px 0px;
    border-bottom: solid 1px #cccccc;
}

.centered {
    text-align: center;
}

