@charset "utf-8";
/* CSS Document */

@import 'sumo-reset.css';

body {font-size: 71%; font-family: Arial, Helvetica, sans-serif;}

h1.tc {background: url(images/h1-tc-replacement.gif) no-repeat; width: 402px; height: 26px; text-indent: -9999px; margin: 0 0 20px 0;}
p {margin: 0 0 10px 0;}
p.grey {color:#bbb;font-style:italic;font-size:90%;}
#container em { color:#bbb;}
#container strong {color:#fff;}
#container {width: 940px; margin: 0 auto; color: #eee;}

#header {height: 146px;}

#header ul {background: url(images/nav-bg.gif) no-repeat; float: left; height: 41px; width: 940px; list-style: none; margin: 0; padding: 0;}
#header ul li a {text-indent: -9999px; display: block; width: 100px; float: left; height: 41px;}

#content {width: 940px; background: #555763; height: 520px; margin: 7px 0 0 0; line-height: 130%;}

#content .left-column {background: url(images/left-column-bg-register.jpg) no-repeat; width: 300px; height: 520px; float: left;}

#content .center-column {float: left; width: 285px; padding: 25px 0 0 70px;position:relative;}
#content .center-column p em {margin-left: 110px;}
#content .center-column a {color: #bbb;}

#content .center-column form {margin: 5px 0 0 0; float: left; width: 285px;}
#content .center-column label {font-weight: bold; color: #c4c5cf; float: left; height: 20px; display: block; width: 90px; line-height: 20px;}
#content .center-column input.text {margin: 0 0 10px 0; width: 172px; float: right;}
#content .center-column select {font-size: 95%; font-family: Arial, Helvetica, sans-serif; float: right; margin: 0 0 10px 0; width: 175px;}
\ html #content .center-column select { width: 178px;}
#content .center-column input.submit {margin: 12px 0 0 105px;}
#content .center-column .error a {color:#ffd427;}


#content .right-column {float: right; /* background: url(images/colonnade-springsummer.png) no-repeat 0 25px;*/ width: 224px; height: 385px;}

#footer {width: 910px; background: url(images/footer-shadow.jpg) repeat-x 0 0; padding: 18px 0 0 30px; color: #897981;clear:both;}

.error {
  color: #FFD427;
  left:380px;
  position:absolute;
  top:300px;
  width:200px;
}
.bigger {
  display:block;
  font-size:120%;
  line-height:140%;
  margin:20px 0;
}
.bigger strong {text-decoration:underline;}
.space {margin:8px 0 5px;}