* {padding:0; margin:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #004b8e;
	color: #000000;	
	text-align:center;
}


#containbox {
	width:100%;
	background: #004b8e url('bg-glow.png') top repeat-y;
	margin: 0 auto; 
}

#container {
	width: 960px; 
	background: #fff url('sidebar.gif') top right repeat-y; 
	/*border: solid #ccc; 
	border-width: 0 1px 1px 1px;*/
	height: auto; 
	margin: 0 auto; 
	text-align: left; 
}
#container.xbar {background: #fff url('sidebar.gif') top right repeat-y !important; }

#mainContent {
	padding: 5px 15px; 
	height: auto; 
	float: left;
	/*background-color: #fff; */
	width: 678px;
}
#mainContent p {margin: 0 0 12px 0;line-height:1.4em;}
#mainContent ul {margin: 0 0 12px 35px;}

#mainContent.thin {width: 470px !important;}

/*----- TAGS -----*/
/*table {width: 100%;}*/
td {vertical-align: top;}

a {color: #00214A; text-decoration: underline;}
a:hover {text-decoration: none;}

img {border: none;}
h1 {font-size: 26px; font-family: "Times New Roman", Times, serif; margin-bottom:5px;}
h2 {font-size: 20px; font-family: "Times New Roman", Times, serif;}
h3 {font-size: 16px; font-family: "Times New Roman", Times, serif;}

/*----- NAV BAR -----*/
#navbox {
	width: 100%; 
	text-align: left; 
	background: #004b8e;
	text-transform:uppercase;
}
#navbar {
	height: 26px;
	width: 960px;
	margin:0 auto;
}
#nav {
	width: 959px;
	text-align:center;
	/*background: #cfcfcf;*/
	background: #00186c;
	height: 26px;
	list-style: none;	
	line-height: 14px;
	padding: 0 0 0 1px; 
	margin: 0 0 0 0px; 
	position: absolute;
	z-index: 3;
}

#nav li { 
	position: relative;
	float: left;
	padding: 0;
	height: 24px;
	width: 136px;
	background: #003e76;
	margin-right: 1px;
	/*border-top: 1px solid #cfcfcf;*/
	border-top: 1px solid #00186c;
}
#nav .loc{color: #fff; background: #0058a6;}

ul#nav>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;	
	width: 136px;
	padding: 5px 0;
}
#nav ul li {
	background: #003e76; 
	list-style: none;
	text-align:left;
	text-indent:5px;
	/*border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;*/
	border-left: 1px solid #00186c;
	border-right: 1px solid #00186c;
}
#nav ul li a {
	width: 136px;
	padding: 5px 0;
	background: #003e76;
}
#nav ul {
	width: 138px;
	/*border-bottom: 1px solid #cfcfcf;*/
	border-bottom: 1px solid #00186c;
}

ul#nav li a:hover {
	color: #fff;
	background: #0058a6;
}

ul#nav ul li:hover a:hover { 
	background: #0058a6;
}


ul#nav li ul { /* Hides the first unhovered submenu */
	position : absolute;
	left: -999em;
}
#nav li:active ul ul, #nav li:active ul ul ul, #nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em; /* Hides the second and following unhovered submenus */
}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	top: 0;
	left: -1px;
	margin-left: 100%;
}

#nav ul#navi {
	width: 230px;
	/*border-bottom: 1px solid #cfcfcf;*/
	border-bottom: 1px solid #00186c;
}
#nav ul#navi>li {
	width: 228px;
}
#nav ul#navi li>a {
	width: 228px;
	padding: 5px 0;
}


/***** DISPLAYS HORIZONTAL MENU(2) *****/
#nav li:hover ul, #nav li a:focus ul, #nav li.sfhover ul {
	top: 100%;
	margin-left: 0;
}

/*----- HEADER -----*/
#support {
	width: 100%; 
	min-width:960px;
	background: #ed1941;
	height: 25px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
#input {
	margin:0 10px 0 10px;
	}
#email {
	width: 960px;
	margin: 0 auto;
}
#email #form {
	float: right;
	padding: 0;
	color: white;
	vertical-align:middle;
}

#email p {margin: 0 0;}

/*#submit {
	width: 80px;
	height: 20px;
	background: url('submit-btn.gif') no-repeat;
	border: none;
	cursor: pointer;
}*/
#headbox {
	width: 100%; 
	min-width:960px;
	background: #004b8e url('bg-shade.png') top repeat-x;
	height: 110px;
	vertical-align: middle;
}
#header {
	background: #004b8e url('bg-shade.png') top repeat-x;
	width: 960px;
	margin: 0 auto;
}
#logo {
	float: left;
	width:775px;
	background: url('loyola-congress-header.jpg') top left no-repeat;
	text-align:left;
}
#logo img {
	vertical-align:top;
}
#logo .ben {
	z-index:80;
	position:relative; bottom:8px;
}
#contribute {
	float: right;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.crumb {
	font-size:9px; cursor:default;
}
.crumb a {text-decoration:none;}
.crumb a:hover {text-decoration:underline; cursor:pointer;}
.crumb b {font-weight:normal; color:#aaa; cursor:default;}
.crumb .here {font-weight:normal; color:#aaa; cursor:default;}

/*----- SIDEBAR -----*/
#sidebar {
	color:#fff;
	width: 250px;
	float: right;
	min-height:400px; /*----- auto when finished -----*/
	background: #00305b url('bg-sidebar.png') top repeat-x;
}

#sidebar2 {
	color:#000;
	width: 200px;
	float: right;
	min-height:400px; /*----- auto when finished -----*/
	background: #dcdcdc;
	margin:104px 8px 0 0;
}#sidebar2 p {
	color:#000;
	margin: 0;
	padding: 0 10px 10px 10px;
}
.sb2header {
	font-size:10px;
	color:#fff;
	background:#004b8e;
	text-align:center;
	padding: 3px 0 3px 0;
	margin: 8px 10px 1px 10px;
	border:2px solid #1f619c;
}
/*#sidebarContent {
	background: #004b8e url('sidebar1.png') top center repeat-y;
}
#sidebarTop {
	background: url('sidebar-top.png') top no-repeat;
	height:46px;
}
#sidebarBottom {
	background: url('sidebar-bottom.png') bottom no-repeat;
	height:46px;
}*/
#sidebar .text {
	padding: 10px 15px;
	line-height:1.4em;
}

#twfb {
	 margin: 8px 15px 0px 15px; width:220px;
}
#twfb .tw{
	 border: 1px solid #cfcfcf; 
	 padding:0; margin:0 0 10px 0;
	 height:30px; width:100px; float:left;
	 background: url('twitter.png') top left no-repeat; 
	 vertical-align:middle; text-align:center;
}#twfb .tw:hover {background: url('twitter2.png') top left no-repeat;}

#twfb .fb{
	 border: 1px solid #cfcfcf; 
	 padding:0; margin:0 0 10px 0; 
	 height:30px; width:100px; float:right;
	 background: url('facebook.png') top left no-repeat;
}#twfb .fb:hover {background: url('facebook2.png') top left no-repeat;}

#twfb .tw a, #twfb .fb a {display:block; width:100px; height:30px; text-decoration:none;}
#twfb .tw a span, #twfb .fb a span{visibility:hidden;}

.sidebar-sign {
	padding:10px;
}

.sidebar-sign2 {
	padding:10px;
	width:230px;
}
.sidebar-sign2 p {
	color:#000;
	margin: 0;
	padding: 0 15px 8px 15px;
	background-color: #fff;
}
.eventheader {
	font-size:12px;
	line-height:1.1em;
	/*font-family:"Times New Roman", Times, serif;*/
}

/*----- FOOTER -----*/
#closer {clear:both;}
#footer {
	background: #004b8e url('bg-shade2.png') top repeat-x;
	clear:both;
	width:930px;
	display:inline-block;
	padding: 10px 15px 20px 15px;
	color: #fff;
	margin: 0 auto;
	text-align:left;
	/*border: 1px solid #003e76;*/
}
#footer ul {
	float:right;
}
#footer li {
	display:inline;
}
#footer p{
	padding: 0;
	margin: 0;
}
#taxChart p{
	padding: 0;
	margin: 0;
}
#footer .copy {
	float:left;
}
#footer .auth {
	font-size: 12px;
	margin-top:10px;
	padding: 5px;
	border: 1px solid #fff;
	float: left;
	clear:both;
	display:inline-block;
	width:198px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*----- ETC -----*/
.right {float:right;}
.left {float:left;}
.tcenter {text-align:center;}
b.underline {text-decoration:underline;}
.imgbox{float:right;clear:right;border:1px solid #aaa; padding:0; margin-left:5px; margin-bottom:12px;}
.imgbox2{float:left;clear:left;border:1px solid #aaa; padding:0; margin-right:5px; margin-bottom:12px;}
.imglink{text-align:center;padding:0; margin:0; font-size:10px; line-height:12px;}
.red{color:red;}
label.error {margin-left:10px; float: none; color: red; width:280px; padding:0; clear:both; }
.contactfield {padding-bottom: 5px;}
.hider {display:none;}
.thumbpic, .thumbpic2 {height:70px;}
.thumbpic img{float:left; margin-right:5px;}
.thumbpic2 img{float:right; margin-left:5px;}
#amountTable td{vertical-align:middle;}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}


.imgdl{border:1px solid #aaa; padding:0; }
#wallpapers{cursor:default; width:680px; margin-top:5px; text-align:center; font-size:9px;}
#wallpapers a{cursor:pointer;}

.dltext{width:416px; height:64px;border:1px solid #aaa; display:inline-block; margin-bottom:10px; margin-right:10px;color:#363636;overflow:hidden;}
.imgbanner{vertical-align:top; padding:0; margin: 0 0 0 36px;}

.photos{width:690px; margin-top:5px;}
.photos td{width:162px;}

/*  Global Settings (needed for thickbox) */
/**{padding: 0; margin: 0;}*/


/*  Thickbox specific link and font settings */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/*#TB_ImageOff {cursor:pointer;}*/

/*  Thickbox settings */
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	/*filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     /*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');*/
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
/*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:3px 10px 0px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background:#004b8e url('bg-shade-sm.png') top repeat-x;
	height:30px;
	color:#fff;
}

#TB_title img{
	vertical-align:middle;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
    position: absolute;
    /*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;*/
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     /*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');*/
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	/*_margin-bottom:1px;*/
}
