/* Site
-------------------------------------------------------------- */
  
html {
height: 100%;
}

body {
margin: 0px;
padding: 0px;
height: 100%;
color: #303030;
background-color: #f3f3f3;
 }
 
#outer {

}

#container {
position:relative;
width: 960px;
margin: 0px auto;
min-height: 100%;
background: #f3f3f3 url(../imgs/global/body-background.jpg) top center repeat-y;
}


#header {
position: absolute;
width: 940px;
left: 10px;
margin: 0px;
padding: 0px;
}

#billboard {
position: absolute;
width: 940px;
top: 150px;
left: 10px;
margin: 0px;
padding: 0px;
}

#content {
position: relative;
width: 900px;
padding: 170px 0px 133px 30px;
}

#footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 133px;
margin: 0px auto;
background: url(../imgs/global/bg-footer.jpg) top left no-repeat;
}

#show-floor {
	position: absolute;
	right: 0px;
	top: 230px;
	width: 430px;
	height: 450px;
	background: url(../imgs/global/show-floor.jpg) top no-repeat;
	margin: 0px;
	padding: 0px;
}

.question {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 2px #cccccc;
	color: #28509e;
}

.col-a span, .col-b span, .col-c span, .col-d span {
	display: inline-block;
	width: 205px;
	margin: 0px 0px 2px 0px;
}

.selected {
	background-color: #f3f3f3;
}

.col-a, .col-b, .col-c, .col-d {
	display: inline-block;
	width: 205px;
}


.col-a, .col-b, .col-c {
	margin-right: 10px;
}


#content h1, #content h3{
	line-height: 1.15em;
	
} 

h4.greeting {
	position: relative;
	top: 5px;
	font-size: 1.4em;
	color: #28509e;
}

h3.subhead {
	color: #28509e;
	font-size: 1.4em;
	width: 430px;
}

.submit {
	position: absolute;
	left: 340px;
	
}

h4.session-title {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #28509e;
	width: 450px;
	font-size: 1.5em;
}


span.track {
	display: inline-block;
	width: 470px;
	font-size: .9em;
	margin-bottom: 20px;
	border-bottom: solid 1px grey;
	padding-bottom: 20px;
}

#right-content {
	position: absolute;
	right: 0px;
	top: 220px;
	width: 380px;
	height: 450px;
	margin: 0px;
	padding: 0px;
}


p.anon-text {

	width: 440px;
}

 table.radioWithProperWrap input
 {    
      float: left;
 }

 table.radioWithProperWrap label
 {    
      margin-left: 20px;
      display: block;
      font-weight: normal;
 }
