* {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
}

body {
    background-color: #ececec;
    font-size: 13px;
    color: #58595b;
}

h1 {
	font-family:Trebuchet MS;
	font-size: 23px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family:Trebuchet MS;
}

p {
	color: #231f20;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 23px;
}

label {
	color: #231f20;
	font-size: 13px;
}

.yellow {
	color: #ff7913;
}

.hr {
	border-bottom: 1px solid #d9d8d8;
}

.red {
	color: #ee3523;
}

.purple {
    color: #d6145a;
}

.dark_magenta {
    color: #740150;
}

.magenta {
    color: #c601a9;
}

.magenta1 {
    color: #ff00da;
}

.clear {
    position: relative;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.no_border {
    border: none !important;
}

#wrapper {
    background: white none repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    width: 950px;
}

#header {
    background-color: #ef3024;
    height: 113px;
    position: relative;
}

#header #sc_logo {
    position: absolute;
    background: transparent url(../img/sc_logo.jpg) no-repeat scroll left top;
    height: 54px;
    right: 44px;
    top: 27px;
    width: 133px;
}

#header #place {
	position: absolute;
    top: 28px;
    left: 45px;
}

#content {
    border-bottom: 4px solid #C5C5C5;
    clear: both;
    padding-top: 15px;
    position: relative;
}

#content a {
	color: #74064f;
}

#content .reg_form {
	position: relative;
	width: 420px;
	margin: 0 auto;
	padding-bottom: 110px;
	padding-top: 10px;
}

#content .reg_form.wide {
	width: 600px;
}

#content .reg_form .yes,
#content .reg_form .no {
    position: absolute;
	display: block;
	bottom: 60px;
	width: 261px;
	height: 43px;
}

#content .reg_form .yes {
	background: url(../img/sitecore_yes.jpg) top left no-repeat;
	left: 0px;
}

#content .reg_form .no {
    background: url(../img/sitecore_no_thanks.jpg) top left no-repeat;
	left: 310px;
}

#content .reg_form th {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}

#content .reg_form th,
#content .reg_form td {
	color: #231f20;
    font-size: 16px;
}

#content .reg_form .scfForm {
	height: auto;
}

#content .reg_form .scfForm label {
    padding-top: 0px;
}

#content .reg_form .scfForm input {  
    margin-bottom: 6px;
}

#content .scfSubmitButtonBorder {
	text-align: center;
}

#content .scfSubmitButton {
	margin-top: 30px;
	width: 151px;
	height: 43px;
	background: url(../img/rg.jpg) top left no-repeat;
	border: none;
	cursor: pointer;
}

#content .session {
	width: 800px;
}

#content .session label {
	width: 15%;
}

#content .session .scfSingleLineGeneralPanel, #content .session .scfEmailGeneralPanel, #content .session .scfDropListGeneralPanel {
    width: 81%;
}

#content .session .scfDropListGeneralPanel {
	margin-bottom: 6px;
}

*+html #content .session .scfEmailTextBox {
    margin-bottom: 0px;
}

*html #content .session .scfEmailTextBox {
    margin-bottom: 0px;
}

#content .session .scfEmailTextBox {
    width: 100.7%;
}

#content .session .scfSubmitButton {
    background: url(../img/submit.jpg) top left no-repeat;
}
    

#content .scfValidationSummary {
    margin-left: 15px;
	margin-bottom: 10px;
}

#content .scfSingleLineGeneralPanel,
#content .scfEmailGeneralPanel,
#content .scfDropListGeneralPanel {
	margin: 0px;
    width: 65%;
}

#content .scfDropList {
	margin: 0px;
	width: 101%;
}

#content #main_banner {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
	border: none;
	outline: none;
}

#content #one_column {
	position: relative;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 518px;
}

#content #left_column {
    float: left;
    padding-left: 40px;
    padding-right: 20px;
    width: 518px;
    border-right: 1px solid #d9d8d8;
}

#left_column ul {
	margin-left: 15px;
}

#left_column ul li {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
}

#content #right_column {
    font-size: 13px;
    margin-left: 605px;
    width: 328px;
}

#right_column .block {
	padding-top: 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#right_column .block a img {
	border: none;
	text-decoration: none;
}

#right_column .register_now,
#right_column .yoursession {
	display: block;
	width: 327px;
	height: 45px;
	background: url(../img/rg_now.jpg) top left no-repeat;
}

#right_column .yoursession {
    background: url(../img/session.jpg) top left no-repeat;
}
    

#footer {
    background-color: #ECECEC;
    color: #999999;
    font-size: 11px;
    padding: 5px 0;
}

#footer a {
    color: #C73318;
    margin-right: 5px;
    text-decoration: none;
}

#footer a.webmaster {
    color: #999999;
}
