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

body {
	background:url(images/bg_sky.jpg);
	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-color:#444444;
	height:90px;
}

#header h1 {
	padding: 0px;
	margin:0px;
	height:45px;
}

#header img {
	border:0px;
	padding: 0px;
	margin:0px;
}

#header img.headerleft {
	float:left;
}

/* 
	#nav												 
		controls the Top navigation.				 	 
*/

#nav {
	background:#045C72;
	margin:0px;
	padding:0px;
}

#nav ul {
	margin:0px 0px 0px -45px;
	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:#E2F9FD;
	display:block;
	text-decoration:none;
	width:139px;
}    /* unvisited link */

#nav ul li a:hover {
	background:#01304B none repeat scroll 0%;
	border-bottom:medium none;
	color:#FFFFFF;
}   /* 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:#0033CC;
	text-decoration:none;
	border-bottom:1px dotted #99CCFF;
}
	
#content a:hover {
	color:#0000FF;
	text-decoration:none;
	border-bottom:1px dotted #0033CC;
}

#content table.schedule {
	padding-left:10px;
	border:0px;
}

#content table.schedule tr {}

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


#content table.schedule tr td { 
	vertical-align:top;
	padding:10px 0px 10px 0px;
	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 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: Georgia, Times, serif;
	font-weight:bold;
	color:#FF6600;
}

#content .frontpageposter {
	float:left;
	width:300px;
	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:400px;
}

#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 {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	position:relative;
	color:#9E9E9E;
	height:36px;
	border-top:solid 1px #D9D9D9;
}

#footer p {
	margin: 1em 0em 1em 0em;
	color:#9E9E9E;
}

#footer p a:link {
	color:#9E9E9E;
	text-decoration:none;
}

#footer p a:hover {
	color:#0000FF;
}

#footer p a:visited {
}

#footer p a:active {
}


#footernav {
	background:#045C72;
	margin:0px;
	padding:0px;
}

#footernav ul {
	margin:0px 0px 0px -45px;
	padding:0px;
	height:45px;
}
	
	
/* 
	#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;
}