body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #e6f1d6;
    color: #000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
p {
    margin: 0
}
a {
	color: #006FB4; /* customize based on color scheme - current tab*/
}
a.rounded-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 5px 7px;
    margin: 0 0 0 0.25em;
}
a.rounded-button:active, a.rounded-button:hover {    
    background: #BFE3F7; /* #66bdeb customize based on color scheme - lighter nav color */
	color: #000000;
}
.form-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 4px 7px;
    margin: 0 0 0 0.25em; 	
}
.clearall {
	clear: both;
}
.title {
	font: 24px bold Verdana, Arial, Helvetica, sans-serif;
}
.subtitle {
	font: 18px bold Verdana, Arial, Helvetica, sans-serif;
}
.sectionhead {
	font: 18px bold Verdana, Arial, Helvetica, sans-serif;
	color: #009;
}
.text11 {
	font-size: 11px;	
}
.text12 {
	font-size: 12px;	
}

/*page definitions*/
#container {
	background: #e6f1d6 url(../event/images/content_bg.png) repeat-y center;	

}
#content {
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
	background-color: #fff;
}
#masthead {
	height: 155px;	
    background-color: #94c43a;
}
#logo {
	float: left;
	width: 720px;
}
#topleft {
	float: left;
	width: 230px;
	padding-top: 10px;
    padding-left: 40px;	
}
#toptab {
	font-size: 85%;
	text-transform: uppercase;
	width: 224px;
	padding: 0px 0px;
	margin-top: 78px; /* 10 padding + 37 mcafee + 30 height here */
	height: 30px;
	background-color: #211f20;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px;		
}
#toptab a {
	color: #94c43a;
}

#toptab div {
	float: left;
	padding: 0 6px;	
	padding-top: 10px;
	text-align:center;
}

#topnav {
	padding-left: 12px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	color: #ffffff;
	background-color: #211f20;  
}

#topnav a {text-decoration: none; color: #ffffff;}

/*error handling*/
/* form css 
.formTable td {
    padding: 4px 4px;	
}
input, select {
    font: 100% Arial, Helvetica, sans-serif;	
}

div.buttonSubmit {
    position: relative;
}
*/
/* validation related */
td.field input.error, td.field select.error, div.field {
    border: 2px solid red;
    background-color: #FFFFD5;
    margin: 0px;
    color: red;
}
label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
}
.error span, .errorcheckboxes span {
    color: red;
}
/* countdown style */
.lcdstyle{ /*Example CSS to create LCD countdown look*/
	color:#000;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 3px;
}

.lcdstyle em { /*Example CSS to create LCD countdown look*/
	font-size: 80%;
	letter-spacing: -0.05em;
	color: #999;
	font-style:normal;
}

/* slideshow related */
#slideshow {
    position:relative;
    height: 320px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.regbox {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    background-color: #ececec;
	padding: 6px; 
	width: 300px;
	line-height: 28px;	
}

/* scroll box */
div.vertical_scroller{
	position:relative;
	height:300px;
	width:94%;
	display:block;
	background-color: #ffffff;
	overflow:hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 0px 6px;
}
div.scrollingtext{
	position:absolute;
	font: 13px Arial, Helvetica, sans-serif;
	color:#000000;
    width:94%;
}

