/* Eucharistic Congress CSS */
/* 		designed 1/26/08 by Joe Gallagher - www.jobriga.com */

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:0px;
}

/* #header												 */
/* 		controls the header at the top of the page. 	 */

#header {
	margin:0px;
	padding:0px;
	background-image:url(images/bg_title.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top center;
	background-color:#ab0505;
	height:96px;
}

#header h1 {
	font: 2em Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* 
	#nav												 
		controls the Top navigation.				 	 
*/

#nav {
	margin:0px;
	padding:0px;
}

#nav ul {
	margin:0px;
	padding:0px;
	height:45px;
}

#nav ul li {
	display:block;
	float:left;
	font-size:.9em;
	line-height:45px;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	text-align:center;				
}

#nav ul li a {
	border-bottom:medium none;
	border-top:medium none;
	color:#777777;
	display:block;
	text-decoration:none;
	width:160px;
}    /* unvisited link */

#nav ul li a:hover {

	color:#fdf2d2;
	background-color:#b0764c;
}   /* mouse over link */

#nav ul li a:visited {} /* visited link */

#nav ul li a:active {}  /* active link */	
	
	
/* 
	#content												 
		controls everything in the body of the page.				 	 
*/

#content {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
	font-size:.8em;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
}
	
#content a {
	color:#ab0505;
	text-decoration:none;
	border-bottom:1px dotted #fc9f9f;
}
	
#content a:hover {
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dotted #0033CC;
}

#content table.schedule {
	border:0px;
}

#content table.schedule tr {}

#content table.schedule tr.emphasis {
	background:#FFFFCC;
}


#content table.schedule tr td { 
	vertical-align:top;
	padding:8px 5px 8px 15px;
	border-top: 1px solid #EBEBEB;
	margin:0px;
}

#content table.schedule tr.emphasis td p { 
	padding: 0px 0px 10px 0px;
	margin:0px;
}

#content table.schedule tr td ul li { 
	list-style:none;	
	padding-bottom:1em;
}


#content .profile {
	border-top:1px solid #D9D9D9;
	padding:30px 0px 30px 0px;	
	overflow: hidden;
	width: 100%;

}

#content .profile img {
	float:left;
}

#content .profile h2 {
	margin: 0px 0px 0px 190px;
}

#content .profile p {
	margin-left: 190px;
}


/*

#content table.speakers {}

#content table.speakers tr {}

#content table.speakers tr td { 
	vertical-align:top;
	padding:2px 0px 2px 0px;
}

*/
	
/* 
	Front Page												 
		controls the poster and layout of the front page.				 	 
*/

#content h1, h2, h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#FF6600;
}

#content h1 {
	color:#ff2b24;
}

#content h2, h3 {
	color:#ce3779;
}



#content .frontpageposter {
	float:left;
	width:350px;
	padding: 10px 0px 10px 0px;
}

#content .frontpageposter p {
	font-size: .85em;
	font-face: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding:5px 0px 0px 40px;
}

#content .frontpageposter p a {
	color:#999999;
}

#content .frontpagemenu {
	float:right;
	width:350px;
}

#content .frontpagemenu h2 {
	padding: 1em 0px 5px 0px;
	margin: 0px;
}

#content .frontpagemenu p {
	padding:0px 0px 0px 25px;
	margin: 0px;
}

/*
#content .speakerleft {
	float:left;
}

#content .speakerright {
	float:right;
	width:500px;
	margin:0px 0px 0px -200px;
}

#content .speakerright h2 {
	margin:0px;
}
*/
	
/* 
	#footer												 
		controls everything in the footer at the bottom.				 	 
*/


#footer {
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	position:relative;
	color:#ffe4a8;
	height:96px;
	padding:20px 0px 20px 0px;
	text-align:center;
	background-color:#ab0505;
}

#footer p {
	color:#999999;
}

#footer p a {
	color:#ffe4a8;
	border-bottom:1px dotted #ffe4a8;
	text-decoration:none;
}

#footer p a:hover {
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

	
	
/* 
	#other												 
		Other CSS				 	 
*/


.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}

.indents p {
	padding:0px 0px 0px 25px;
}


#content .posterright {
	float:right;
	padding: 20px 0px 0px 30px;
}