/* General */

body {
	background: #fff url('/pics/body_bg.jpg') repeat-x;
	text-align: center;
	margin: 10px 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#sides {
	margin: 0 auto;
	width: 948px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: #d7ce89 url('/pics/index_bg.gif') repeat-y;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 884px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #fff;
	font-weight: bold;
	width: 614px;
	height: 15px;
	padding-top: 3px;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 874px;
	height: 20px;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
#search {
	padding: 0 0 0 23px;
}
/* Header */

#header h1 {
	padding: 0;
	margin: 0;
}

div#header h1 a {
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 145px 900px;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}
#logo {
	position: absolute;
	z-index: 100;
	left: 750px;
	top: -175px;
}
/* Navigation menu */

div#menu {
	background: url('/pics/topnav_repeat.gif') repeat-x;
	width: 900px;
	height: 22px;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0 0 0 61px;
	width: 839px;
	height: 22px;
	position: relative;
	z-index: 999;
	background: url('/pics/topnav_left.gif') no-repeat top left;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 17px;
	display: block;
	text-align: center;
	padding: 3px 0 0 0;
	font: 13px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
}
ul#topNavItems li a#topNav1 { width: 54px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 150px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 84px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 64px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 67px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 79px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 60px; background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 99px; background: url('/pics/topNav8.gif') no-repeat; } 

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 {
	background: url('/pics/topnavf2.gif') repeat-x;
}
/* 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: 168px;
	margin: 0;
	padding: 0;
	font: 12px 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 ul {
	border: none;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 8px;
	height: auto;
	width: 160px;
	color: #fff;
	background: #000;
}
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: #320000;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #320000;
}
/* Index properties */

#leftColumn {
	width: 622px;
	padding: 5px 0 0 5px;
	float: left;
}
#rightColumn {
	width: 268px;
	padding: 5px 0 0 5px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 268px;
	padding: 0;
	margin: 0;
	background: url('/pics/quicklinks_bg.gif') repeat-y;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0 0 19px 268px;
	margin: 0;
	overflow: hidden;
	background: url('/pics/quicklinks_header.gif') no-repeat;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0;
	background: url('/pics/quicklinks_spartan.gif') no-repeat left top;
}
#quickLinks #inner {
	padding: 20px 0 50px 0;
	background: url('/pics/quicklinks_bottom.gif') no-repeat left bottom;
}
#quickLinks ul li {
	width: 186px;
	display: block;
}
#quickLinks ul li a {
	width: 234px;
	height: 24px;
	text-decoration: none;
	padding: 3px 0 0 25px;
	margin: 0 0 0 9px;
	display: block;
	color: #fff;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#quickLinks ul li a:hover {
	background: url('/pics/midnavf2.gif') repeat-x;
	color: #ff0000;
}
/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 26px 306px;
	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 26px 305px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#newsContainer {
	width: 306px;
	min-height: 445px;
	height: auto!important;
	height: 445px;
	margin: 0;
	padding: 0;
	background: url('/pics/news_bg.gif') no-repeat left top;
}
#eventsContainer {
	width: 305px;
	min-height: 445px;
	height: auto!important;
	height: 445px;
	margin: 0;
	padding: 0;
	background: url('/pics/events_bg.gif') no-repeat left top;
}
/* Homepage Section Table Includes */

.HPNews {
	padding: 0;
	margin: 0;
	color: #000;
}
.HPEvents {
	padding: 0;
	margin: 0;
	color: #000;
}
/* Other homepage section extras */

.blueOutline {
	background: #191d22;
	padding: 1px;
	width: 612px;
	height: auto;
	border: 1px solid #640000;
}
.blueOutline2 {
	background: #191d22;
	padding: 1px;
	width: 612px;
	border: 1px solid #640000;
}
.blueOutline3 {
	background: #191d22;
	padding: 1px;
	width: 262px;
	height: 145px;
	border: 1px solid #730202;
}
.video_hp {
	background: #640000;
	height: 205px;
}
.HPNews a, .HPNews a:active, .HPNews a:link, .HPEvents a,
.HPEvents a:active, .HPEvents a:link, .HPDirectory a, .HPDirectory a:active, .HPDirectory a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link,
.HPMemoirs a, .HPMemoirs a:active, .HPMemoirs a:link {
	color: #000;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 4px;
}
.leftContainer {
	width: 306px;
	float: left;
	background: url('/pics/news_repeat.gif') repeat-y;
}
.rightContainer {
	width: 305px;
	float: left;
	background: url('/pics/events_repeat.gif') repeat-y;
}
#newsBottom {
	width: 306px;
	height: 21px;
	background: url('/pics/news_bottom.gif') no-repeat;
}
#eventsBottom {
	width: 305px;
	height: 21px;
	background: url('/pics/events_bottom.gif') no-repeat;
}
/* Image shuffles */

#ir7 {
	width: 603px;
	height: 293px;
	border: 4px solid #3f4954;
}
#shuffle2 {
	border: 4px solid #4b5764;
}

#giving {
	height: 43px;
	margin-top: 0px;
	padding-left: 8px;
}

#giving a {
	height:0px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	padding-top:40px;
	width:250px;
	background: url('/pics/online_giving.gif') no-repeat top left;
}

#giving a:hover {background-position:bottom left;}

#stay_connected {
	height: 43px;
	margin-top: 5px;
	padding-left: 8px;
}

#stay_connected p {
	font-family: 'Times New Roman', serif;
	color: #fff;
	font-size: 17px;
	padding-left: 25px;
	padding-right: 5px;
	float: left;
	margin-top:5px;
}

#stay_connected ul {
	display: block;
	width: 93px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	height: 38px;
	margin: 0 0 0 145px;
	padding: 5px 0 0 8px;
	background-color: #191D22;
	list-style: none;
}

#stay_connected a {
	text-decoration: none;
	padding-left:13px;
}



/* Footer */

div#footer {
	width: 900px;
	height: 44px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat;
}
#copyright {
	position: absolute;
	text-align: left;
	left: 22px;
	top: 4px;
	color: #fff;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
address {
	position: absolute;
	text-align: left;
	left: 490px;
	top: 4px;
	color: #fff;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
a#edunet {
	width: 0;
	height: 0;
	padding: 0 0 22px 245px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	left: 658px;
	top: 23px;
	background: url('/pics/edunet_gray.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}

#pageNav {
    border: none;
    font: 14px Georgia, Times New Roman, Times, serif;
}
#pageNav ul,
#pageNav ul li {
    list-style: none;
    line-height: 16px;
}
#pageNav ul {
    padding: 5px 0 5px 0!important;
    margin: 0 auto!important;
    width: 250px;
    position: relative;
    color: #333333;
    background: #ededed;
    border: solid 1px #cdcdcb;
}
#pageNav ul li {
    padding: 0!important;
    margin: 0!important;
    zoom: 1; /* important for IE6 */
}
#pageNav td img {
    display: none
}
#pageNav ul li b {
    height: 29px;
    width: auto;
    font-weight: normal;
    color: #fff!important;
    margin: 0 5px 0 5px;
    padding: 5px 0 0 5px;
    display: block;
    background: #990000;
}
#pageNav ul li a {
    height: 29px;
    width: auto;
    color: #000;
    margin: 0 5px 0 5px;
    padding: 5px 0 0 5px;
    display: block;
    text-decoration: none;
}
#pageNav ul li a:hover {
    color: #fff;
    background: #999999;
}

a#red {color: #fff; text-decoration:none;}
a#red:hover {color: #FFCC66;}

.round_button {
	display:block;
	text-align:center;
	width:150px;
	margin:0 auto;
	border:1px solid #ddd;
	padding:10px;
	background:rgb(204,55,92);
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: linear-gradient(bottom, rgb(204,55,92) 34%, rgb(166,35,74) 0%, rgb(214,51,97) 84%);
background-image: -o-linear-gradient(bottom, rgb(204,55,92) 34%, rgb(166,35,74) 0%, rgb(214,51,97) 84%);
background-image: -moz-linear-gradient(bottom, rgb(204,55,92) 34%, rgb(166,35,74) 0%, rgb(214,51,97) 84%);
background-image: -webkit-linear-gradient(bottom, rgb(204,55,92) 34%, rgb(166,35,74) 0%, rgb(214,51,97) 84%);
background-image: -ms-linear-gradient(bottom, rgb(204,55,92) 34%, rgb(166,35,74) 0%, rgb(214,51,97) 84%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.34, rgb(204,55,92)),
	color-stop(0, rgb(166,35,74)),
	color-stop(0.84, rgb(214,51,97))
);
}

