@charset "utf-8";
/* CSS Document */
a {
	outline:none;
}

* {
	margin:0;
	padding:0;
}

body{
	background: url('') top left repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:62.5%;
	background: #000;
	padding: 0 0 200px 0;
}
img {
	border: none;
}
div, h1, h2, h3, h4, h5, h6, ol, ul {
	position:relative;
}
h1, h2, h3, h4, h5, h6, blockquote {
	font-family: "Times New Roman", Times, serif;
}

#container{
	width:950px;
	margin:0 auto;
}

	#header{
		color:#FFF;
		background: url('../images/bg_header.jpg') center repeat-x;
	}

		h1#logo{
			height:118px;
			width:356px;
			overflow:hidden;
			padding:0;
			color:#FFF;
		}
		
		h1#logo a{
			width:356px;
			height:0;
			background: url('../images/bg_header_logo.gif') 0 10px no-repeat;
			overflow:hidden;
			padding-top: 93px;
			display:block;
		}
	#header h2 {
		position:absolute;
		top:93px; left:730px;
		text-align:center;
		width: 44px;
		height:0;
		color:#E1840F;
		overflow:hidden;
		display:block;
		z-index:99999;
		font-size:12px;
	}
	#orange_bar{
		height:76px;
		background: url('../images/orangebar.gif') 7px 50px no-repeat;
	}

			#orange_bar h2{
				visibility:hidden;
				margin:0; padding:0;
			}

			#orange_bar p{
				font-size:1.5em;
				color:#0f0f0f;
				font-weight:bold;
				text-align:center;
				margin:0px auto 0 auto;
				padding: 13px 90px 0;
			}

			html>body #orange_bar p{    /* IE 6.0 Hack for Space Between  */
				margin:0 auto 0 auto;
			}


	#content{
		position:relative;
		text-align:left;
		width:606px;
		margin:20px auto;
		padding:20px 52px 0px 52px;
		position:relative;
	}
	div.contact {
		background: url('../images/contact_back.png') 0 0 no-repeat;
		height:650px;
	}
	div.mjryanRegister {
		background: url('../images/mjregister_back.jpg') 0 0 no-repeat;
		height:950px;
	}

		#content h2, p#text_upto{
			width:587px; 
			padding-left:9px;
			padding-right:10px;
			color:#EA8F15;
			font-size:26px;
			font-weight:normal;
			text-align:left;
		}

			p#text_upto{
				font-size:22px;
				padding-bottom:15px;
				color:#FFF;
			}

		div.speakerBlock {
			position:relative;
			width: 605px;
		}
		.dateBlock{
			background: #e1840f;
			width:65px;
			float:left;
			text-align:center;
			position:relative;
			height:70px;
			overflow:hidden;
			margin:20px 16px 0 0;
		}

			.month{
				display:block;
				background:#ecad16;
				color:#FFF;
				font-size:1.84em;
			}

			.date{
				display:block;
				color:#FFF;
				font-size:45px;
				font-weight:bold;
				margin:0; padding:8px 0 0 0;
				height:45px;
				overflow:hidden;
			}
			.date.tbd{
				display:block;
				color:#FFF;
				font-size:45px;
				font-weight:bold;
				position:absolute;
				left:0px; bottom:-3px;
				margin:0; padding:0;
				height:45px;
				overflow:hidden;
			}



		h3.title_teleconversation{
			position:relative;
			font-size:3em;
			font-weight:normal;
			margin-top:40px;
			float:left;
			width: 524px;
			overflow:hidden;
		}
		#content h3.title_teleconversation a, #content h3.title_teleconversation a:link, #content h3.title_teleconversation a:visited {
			font-size: 1em;
			text-decoration: none;
			color: #000;
			font-style:normal;
			overflow:hidden;
		} 
		#content h3.title_teleconversation a:hover {
			color: #E1840F;
		}
		h4.subtext_teleconversation{
			color:#ecad16;
			font-style:italic;
			font-size:1.4em;
		}

		.content_separator{
			clear:both;
			display:block;;
			height:12px;
			width:100%;
			margin:15px 0;
			background:url('../images/content_separator.gif') 0px 0px no-repeat;
		}

		p.text_teleconversation{
			clear:both;
			font-size:1.4em;
			width:600px;
			height: 110px;
			padding: 10px 0 0 0;
		}
		p.speakerLink {
			text-align: right;
			padding: 5px 20px 0 0;
			overflow:hidden;
		}

		.pic_float{
			float:left;
			clear:left;
			margin:0 15px 0 0;
		}


		.content_bottom{
			width:642px;
			display:block;
			clear:both;
			background:url('../images/content_bottom.gif') 0px bottom  no-repeat;
			position:absolute;
			bottom:0;
			right:-2px;
		}
		#content a.btn_home_reg, #content a.btn_home_reg:link, #content a.btn_home_reg:visited {
			position:relative;
			float:right;
			display:block;
			width:228px;
			padding-top: 30px;
			height:0;
			overflow:hidden;
			background:url("../images/btn_home_register.gif") 0 0 no-repeat;
		}
		#content a.btn_home_reg:hover {
			background-position: 0 -30px;
		}

	/* 	#########################
			 Default Link Styles 
		###################### */
	
	
	#content a, #content a:link, #content a:visited{
		color:#ecad16;
		font-size:1.4em;
	}
	#content a:hover {
		text-decoration: none;
	}
	
		

	/* 	##################
			Form Styles
		################## */

		#signup_form{
			display:block;
			clear:both;
			text-align:right;
			height:30px;
		}

				input#signup_email{
					background:url('../images/input_background.gif') left top  repeat-x;
					border:1px solid #999;
					font-size:11px;
					height:18px;
					padding:3px 0 0 3px;
					line-height:21px;
					vertical-align:middle;
					width:187px;
					color:#999;
					float:right;

					margin:4px 0 0 0;
				}

				input#signup_submit{
					background:url('../images/btn_signup.gif') left top  repeat-x;
					border:0;
					height:30px;
					width:89px;
					overflow:hidden;

					text-indent:-90000px;
					line-height:9999px;
					float:right;

					margin:0 15px 0 10px;

				}

				input#signup_submit:hover{
					background:url('../images/btn_signup_over.gif') left top  repeat-x;
				}

				input#signup_submit:active{
					background:url('../images/btn_signup_active.gif') left top  repeat-x;
				}

				#ajax_loader{

					float:right;

					margin:0 35px 0 35px;

				}


		#whatsNew{
			text-align:left;
			width:605px;
			margin:30px auto 56px auto;
			padding:0 0 0px 10px;
			position:relative;

			border-left:3px solid #c60;
		}

					#whatsNew h3{
						color:#c60;
						font-size:2.1em;
						font-weight:normal;
					}

					#whatsNew p{
						font-size:1.4em;
					}

					#whatsNew a,#whatsNew a:link,#whatsNew a:visited,#whatsNew a:hover,#whatsNew a:active {
						color:#000;
					}


/* 	##################
		Footer Styles
	################## */

		#footer{
			width:960px;
			clear:both;
			margin: 0 auto;
			height:112px;
			color: #636262;
			background:url('../images/bg_footer.jpg') repeat-x;
			text-align:left;
			font-size:1.2em;
		}
		#footer p{
			padding: 1.5em;
		}

		#footer a,#footer a:link,#footer a:visited,#footer a:hover,#footer a:active {
			color:#FFF;
			text-decoration:none;
		}


/* 	##################
		Error Page
	################## */

	a#goBack, a#goBack:link, a#goBack:visited, a#goBack:hover, a#goBack:active{
		color:#EA8F15;
		font-size:3em;
		font-weight:normal;
		float:right;
		margin-right:20px;
	}

	.error{
		color:#F00;
		line-height:2em;
	}



	#ajaxError{
		text-align:right;
		font-size:1.3em;
		margin:15px;
	}

	div.message, .success {		/*  Displays Helpful messages for new users */

	border: 1px solid rgb(255, 204, 204);

	padding: 10px;

	font-size:1.3em;

	background: rgb(255, 255, 204) none repeat scroll 0% 50%;

	text-align: center;

	margin:30px;

	clear:both;

}
.success {
color:#390;
font-weight:700;
}


div.message p {

	margin: 0;

}
