/* General */

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

#footerBG {
	background: url('/pics/footer_bg.jpg') repeat-x bottom;
}
body {
	background: #cccccc url('/pics/body_bg.jpg') repeat-x top;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
}
#wrap { 
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	background: url('/pics/shadow.jpg') no-repeat center top;
}
div#top {
	width: 900px;
	height: 23px;
	margin: 0 auto;
}
.sides {
	margin: 0 auto;
	width: 940px;
	background: url('/pics/content_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
.sidesIndex {
	margin: 0 auto;
	width: 940px;
}
div#wrapper {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}
.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
	width: 912px;
	padding: 0 14px 0 14px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	width: 900px;
	margin: 0px 14px 0px 14px;
	*margin: 0px 0px 0px 14px;
	padding: 0px 6px 8px 6px;
	*padding: 0px 7px 8px 5px;
	background: url('/pics/page_title.jpg') no-repeat;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	z-index: 1;
	font-size: 1.1em;
	line-height: 1.6em;
}

.content td {
	font-size: 1.1em !important;
	line-height: 1.6em !important;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
marquee {
	color: #fff;
	font-weight: bold;
	width: 599px;
	height: 17px;
	margin: 0;
	padding: 3px 0 6px 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 867px;
	height: 95px;
	padding: 32px 0 0 45px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900402;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
#algiers_logo {
	position: absolute;
	text-align: left;
	left: 17px;
	top: 1px;
}
#home_logo {
	position: absolute;
	text-align: left;
	left: 13px;
	top: 79px;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerIMG {
	width: 940px;
	height: 96px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}
/* Navigation menu */

div#menu {
	background: url('/pics/topnav_bg.gif') no-repeat;
	width: 940px;
	height: 79px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 0 0 223px;
	padding: 0;
	width: 717px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 46px;
	width: 102px;
	display: block;
	padding: 33px 0 0 0px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	background: url('/pics/topnav.gif') no-repeat left top;
	background-position: 0 0;
}

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8,
ul#topNavItems li:hover a#topNav9, ul#topNavItems li.over a#topNav9 {
	color: #e8e2d3;
	background-position: 0 -79px;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 138px;
	margin: 0;
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;

}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 4px 6px 4px 16px;
	height: auto;
	width: 116px;
	color: #000;
	background: url('/pics/topnav_list.gif') repeat-y left top;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: none;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #fff;
	background: url('/pics/topnav_list_hover.gif') repeat-y left top;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #e8e2d3;
	background: #a20101;
} 
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 313px;
	float: left;
}
#rightColumn {
	width: 599px;
	float: left;
}

/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 47px 599px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 60px 313px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#principal {
	width: 0;
	height: 0;
	padding: 0 0 65px 599px;
	font-size: 0;
	background: url('/pics/principal_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#spotlight {
	width: 0;
	height: 0;
	padding: 0 0 77px 313px;
	font-size: 0;
	background: url('/pics/spotlight_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#newsContainer {
	width: 544px;
	min-height: 140px;
	height: auto !important;
	height: 180px;
	margin: 0;
	padding: 0 20px 0 35px;
}
#eventsContainer {
	width: 260px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	padding: 0 20px 0 0;
}

#spotlightContainer {
	width: 258px;
	min-height: 125px;
	height: auto!important;
	height: 125px;
	margin: 0 35px 0 0;
	padding: 8px 10px;
	background: #fff;
}
#principalContainer {
	width: 394px;
	margin: 0 37px 0 37px;
	padding: 5px 112px 14px 19px;
	background: #7b0303 url('/pics/principal_bg.gif') no-repeat;
	color: #fff;
}
#principalContainer_height {
	height: 153px;
	overflow: hidden;
}
/* Homepage Section Table Includes */

.HPNews {
	padding: 0;
	margin: 0;
	color: #fff;
}
.HPEvents {
	padding: 0;
	color: #000;
	border-collapse: separate;
	border-spacing: 0 10px;
	*border-collapse: expression('separate', cellSpacing = '10px');
}
.HPSpotlight {
	padding: 0;
	margin: 0;
	color: #000;
}
/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link {
	color: #fff;
	font-weight: bold;
/*  	text-decoration: none;  */
	font-size: 14px;
}
.HPNews a:visited {
	color: #fff;
}
.HPEvents a, .HPEvents a:active, .HPEvents a:link {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.HPSpotlight a, .HPSpotlight a:active, .HPSpotlight a:link {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.HPEvents a:visited {
	color: #6f0302;
}
.HPEvents #l, .HPNews #l, .HPSpotlight #l {
	display: none;
}

.HPNews #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}

.HPEvents #r {
	border: 1px solid #c0c0c0;
	background: #fff;
	width: 240px;
	padding: 15px 0 15px 15px;
	
}
.HPEvents td {
	border-width: 5px; 
}
/* Image shuffles */

#rotate {
	position: absolute;
	z-index: 0;
	width: 599px;
	height: 238px;
	float: left;
}
#rotate_overlay {
	width: 599px;
	height: 238px;
	position: absolute;
	z-index: 50;
}
/* Footer */

.footer {
	width: 940px;
	height: 266px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
.footerIndex { 
	width: 940px;
	height: 266px;
	margin: 0 auto;
	text-align: left; 
	background: url('/pics/footerIndex.jpg') no-repeat;
}
address {
	position: absolute;
	text-align: right;
	right: 159px;
	top: 185px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}
#logo1 {
	position: absolute;
	text-align: right;
	right: 53px;
	top: 128px;
}
#logo2 {
	position: absolute;
	text-align: right;
	right: 53px;
	top: 180px;
}
#logo3 {
	position: absolute;
	text-align: right;
	right: 53px;
	top: 228px;
}
#search {
	position: absolute;
	text-align: right;
	right: 12px;
	top: 49px;
	width: 201px;
	height: 28px;
	padding: 0;
}


/* Quicklinks */

#quickLinks {
	position: absolute;
	top: 30px;
	width: 400px;
	height: 75px;
	padding: 0px 0 0 15px;
	margin: 0;
	background: url('/pics/qlink_ram.jpg') top right no-repeat;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	margin: 0;
	float: left;
	display: block;
}
#quickLinks a {
	height: 48px;
	text-decoration: none;
	padding: 27px 20px 0 30px;
	margin: 0;
	display: block;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	*width: 20%;
}

#quickLinks a#midNav1,
#quickLinks a#midNav2,
#quickLinks a#midNav3 {	
	background: url('/pics/midnav.jpg') no-repeat;
}

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3 {
	color: #e8e2d3;
	background: url('/pics/midnavf2.jpg') no-repeat top left;
}


/* Right side /pages/ menus */
table#pageNav {
border:none;
}
table#pageNav td {
background-color:#FFF;
padding-top:30px;
}
table#pageNav ul {
list-style-type:none;
min-height:150px;
padding:30px 0 0 0px !important;
margin:0 8px 0 10px !important;
background-image:url('/pics/rightmenu_bg.jpg');
background-repeat:no-repeat;
background-position:center top;
background-color:#9c0404;
}
table#pageNav td ul li {
	display:inline;
}
table#pageNav td ul li a {
display:block;
line-height:18px;
padding:0px 25px 3px 25px;
margin-bottom:5px;

}
table#pageNav td ul li a:hover, table#pageNav td ul li a:active {
color:#FFF;
text-decoration:underline;
}
table#pageNav td ul li a, table#pageNav td ul li a:visited {
color:#FFF;
text-decoration:none;
}
table#pageNav td ul li b {
display:block;
line-height:18px;
color:#FFFFFF;
background-image:url('/pics/menuselect_bg.jpg');
background-repeat:no-repeat;
background-position:bottom;
padding:0px 25px 3px 25px;
margin-bottom:5px;
}




.showall {
	background-color: #e6dbcd;
	color: #9a0404 !important;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
}

.homepage_hr {
	display: block;
	width: 599px;
	padding: 0;
	margin: 18px 0;
	border: 0;
	background: url(/pics/principal_header.gif) no-repeat 0 0;
	height: 9px;
}
