@charset "UTF-8";

/*-------------------------TAGS---------------------------*/
body {
	background-color: #524431;
	margin: 0px;
	padding: 0px;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
a:link {
	color: #CC6600;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF6600;
}

/*-------------------ID'S-------------------------*/

#wrapper {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_stretcher_1.jpg);
}
#preHeader {
	height: 50px;
	width: 933px;
	position: relative;
	background-color: #524431;
}
#preHeader #tagOne {
	background-image: url(../images/mc_music_presents.jpg);
	height: 38px;
	width: 231px;
	position: absolute;
	left: 20px;
	top: 12px;
}
#preHeader #tagOne span {
	display: none;
}
#header {
	background-image: url(../images/header_main.jpg);
	height: 261px;
	width: 933px;
	position: relative;
}
#header    h1, h2  {
	display: none;
}
#leftColumn {
	float: left;
	height: 581px;
	width: 188px;
	position: relative;
	left: 21px;
	background-image: url(../images/bg_left_column.jpg);
}
#centerColumn {
	float: left;
	height: auto;
	width: 395px;
	background-color: #FFFFFF;
	position: relative;
	left: 21px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	z-index:2;
}
#rightColumn {
	clear: right;
	float: left;
	height: auto;
	width: 242px;
	position: relative;
	left: 21px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	z-index:1;
}
#footer {
	height: 113px;
	width: 933px;
	position: relative;
	background-image: url(../images/footer.jpg);
}
#footer #linkOne a {
	height: 40px;
	width: 550px;
	position: absolute;
	top: 50px;
	right: 100px;
	display: block;
}
#footer #linkOne span {
	display: none;
}
#subfooter {
	height: 50px;
	width: 933px;
	position: relative;
	background-color: #524431;
}
#subfooter #copyrightTag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #978A71;
	position: absolute;
	right: 20px;
	top: 20px;
}
#subfooter #ceTag a {
	background-image: url(../images/sprites/ce_tag_sprite.gif);
	height: 22px;
	width: 232px;
	position: absolute;
	left: 40px;
	top: 15px;
}
#subfooter #ceTag a:hover {
	background-position: 0px -22px;
}
#subfooter #ceTag span {
	display: none;
}
#hdlineOne {
	background-image: url(../images/hdline_1.jpg);
	height: 65px;
	width: 349px;
}
#hdlineOne span {
	display: none;
}
#hdlineTwo {
	background-image: url(../images/hdline_2.jpg);
	height: 61px;
	width: 269px;
}
#hdlineTwo span {
	display: none;
}
#submitButton , .ibSubmit {
	background-image: url(../images/sprites/submit_button_sprite.jpg);
	height: 31px;
	width: 133px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#submitButton,.ibSubmit:hover {
	background-image: url(../images/sprites/submit_button_sprite.jpg);
	background-position: 0px -31px;
}
#submitButton span {
	display: none;
}

/*-------------------------------CLASSES-----------------------------------*/

.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;
}
.conferenceLocation {
	padding-left: 20px;
}

/*-------------------------------FORM STYLES--------------------------------*/

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#regform table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#regForm  label {
	vertical-align: top;
	padding: 2px;
}
#regForm  td.label  {
	text-align: right;
}


