﻿body  {
	background-image: url("../images/bg_lines.gif");
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr h1
{
    font: 200% Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.thrColFixHdr h2
{
    font: 160% Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.thrColFixHdr h3
{
    font: 140% Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.thrColFixHdr #container  
{
    /* this is the outermost container that holds all webpage content */
	width: 778px;  /* using 20px+ less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	height: auto;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: Transparent;

}

.thrColFixHdr #container #topline 
{
    /* the top-most line of the page */
    height: 23px;
    background-image: url("../images/topline.jpg");
    background-repeat: no-repeat;
    margin: 0;
    border: 0;
}

.thrColFixHdr #botline 
{
    /* the top-most line of the page */
    width: 778px;
    margin: 0 auto;
    border: 0;
    padding: 0;
    text-align: left;
}
.thrColFixHdr #botline #botshade
{
    height: 18px;
    background-image: url("../images/botshade.png");
    width: 662px;
    margin: 0 0 0 17px;
    padding: 0;
}
.thrColFixHdr #container #container2 
{
    /* this container is 31px less wide than #container and is here so we can relatively position the shading to the left and right of the main container */
    position: relative;
    background-color: Transparent;
    left: 0px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 21px;
    padding-right: 10px;
    height: auto;
    width: 747px; /* width here = total width (778px) minus the left and right shade bars */
    margin: 0;
}

.thrColFixHdr #container #container2 #leftedge /* left shade */
{
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/leftedge.jpg");
    background-repeat: repeat-y;
    width: 21px;
    height: 100%;
    margin: 0;
}
.thrColFixHdr #container #container2 #rightedge /* right shade */
{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/rightedge.jpg");
    background-repeat: repeat-y;
    width: 10px;
    height: 630px;
    margin: 0 0 0 0;
    overflow: hidden;
}

.thrColFixHdr #container #container2 #mainContent /* this is the main container for non-structural Content */
{
    position: relative;
    top: 0;
    left: 0;
    background-color: White;
    width: 747px;
    height: auto;
    overflow: hidden;
}

.thrColFixHdr #container #container2 #mainContent img
{
    border: 0;
    margin: 0;
    padding: 0;
}
.main /* this is the main class for main text */
{
    background-color: White;
    margin: 0 193px 0 212px;
 /*   height: 295px;
    overflow: auto; */
}
.main p
{
    font-family: Verdana, Arial, Helvitica;
    font-size: 70%;
    padding: 0 15px 0 15px;
    
}
.main a
{
    font-family: Verdana, Arial, Helvitica;
    font-size: 100%;
    color: Blue;
    text-decoration: none;
}
.main a:visited
{
}
.main2 /* this is the main class for main text with no Tour Image */
{
    background-color: White;
    margin: 0 193px 0 0;
}
.main2 p
{
    font-family: Verdana, Arial, Helvitica;
    font-size: 70%;
    padding: 0 15px 0 15px;
    
}
.main2 a
{
    font-family: Verdana, Arial, Helvitica;
    font-size: 100%;
    color: Blue;
    text-decoration: none;
}
.main2 a:visited
{
}
.headline
{
    font-family: Verdana, Arial, Helvitica, Sans-Serif;
    font-weight: bold;
    font-size: 80%;
    margin: 0 15px;
    display: block;
}

/* bigmap moved to imap.css */

.thrColFixHdr #container #container2 #mainContent #minimap
{
    float: left;
    width: 180px; /* This is the width of the image minus 32px for the padding */
    height: 302px;
    background-image: url("../images/stars-minimap.jpg");
    margin: 0 15px 0 0;
    padding: 6px 16px 0 16px;
    text-align: center;
 
}
.thrColFixHdr #container #container2 #mainContent #minimap a
{
    font-family: Arial, Verdana, sans-serif; 
    font-size: 9pt;
    font-weight: bold;
    color: White;
    text-decoration: none;
    line-height: 11pt;
}
.thrColFixHdr #container #container2 #mainContent #minimap a:hover
{
    color: #d2c797;
}

.thrColFixHdr #container #container2 #mainContent #sideContent /* this is the container for the right sidebar content */
{
    float: right;
    width: 193px;
    height: auto;
    background-color: #d2c797;
    margin: 0;
    padding: 0;
    position: relative;
}
.thrColFixHdr #container #container2 #mainContent #sideContent #restofpage /* this is the background div for below the right sidebar content */
{
    float: right;
    width: 193px;
    height: 100%;
    background: url("../images/rightedge-bot.jpg") repeat-y;
    margin: 0 0 -10000px 0;
    padding: 0 0 10000px 0;
}


.thrColFixHdr #container #container2 #mainContent #sideContent #linkbox /* this is the container for the linkbox */
{
    background-image: url("../images/linkbox.gif");
    margin: 2px 7px 0px 4px;
    height: 211px;
    padding: 5px 0 0 14px;
    width: 168px;
    position: relative;
}

.linkboxlinks
{
    line-height: 11px;
    font-weight: bold;
    color: #FFF;
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
}

.linkboxlinks a
{
    display: block;
    color: #FFF3B0;
    text-decoration: none;
    margin-bottom: 7px;
}

.linkboxlinks a:hover
{
    color: #FFF;
}

.thrColFixHdr #container #container2 #mainContent img
{
    margin: 0;
}
.thrColFixHdr #container #container2 #mainContent form /* This is here to avoid collapsing margin bug - it zeroes the margin on the last element before the main div */
{
    margin: 0;
}




.thrColFixHdr #container #container2 #mainContent #sideContent #partnersbox /* this is the container for the partners box */
{
    background-image: url("../images/partners.jpg");
    margin: 10px 7px 0px 4px;
    height: 258px;
    padding: 40px 0 0 0px;
    width: 182px;
    position: relative;
}
.partnerlinks
{
    line-height: 7px;
    font-weight: bold;
    color: #3c3c28;
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
}

.partnerlinks a
{
    text-align: center;
    display: block;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 7px;
}

.partnerlinks a:hover
{
    color: #3c3c28;
}
.thrColFixHdr #container #container2 #mainContent #sideContent #logobox /* this is the container for the EAHPR logo box */
{
    background-color: Transparent;
    margin: 0;
    height: 104px;
    padding: 0;
    width: 193px;
    position: relative;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.collapse 
{
    height: 0;
    width: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0px;
}

table.radiobtn_list input 
{     
      float: left;
}

table.radiobtn_list label
{     
    margin-top: 5px;
      margin-left: 20px;
      display: block;
}
td.survey_question
{
    font-weight: bold;
    border: solid 1px black;
}
td.survey_answer
{
    font-weight: normal;
    border: solid 1px black;
}
table.radiobtn_cities input 
{
margin: 0;
padding: 0;     
display: block;
height: 20px;
line-height: 24px;
}
td.survey_citylist
{
    padding-top: 2px;
    line-height: 24px;
    font-size: 12px;
}
