/* CSS Document */

.noDisplay
{
	display: none;
}

.orangeText
{
	color: #ff9933;
}


body
{
	padding: 0 0 50px 0;
	margin: 0;
	text-align: center;
	background: #39250a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper
{
	text-align: left;
	margin: 50px auto;
	width: 857px;
}

#header
{
	width: 857px;
	height: 273px;
	margin: 0 0 10px 0;
}

#header.menu1
{
	background: url(../images/indexBanner.jpg) no-repeat center center;
}

#header.menu2
{
	background: url(../images/aboutBanner.jpg) no-repeat center center;
}

#header.menu3
{
	background: url(../images/memberBanner.jpg) no-repeat center center;
}

#header.menu4
{
	background: url(../images/rushBanner.jpg) no-repeat center center;
}

#header.menu5
{
	background: url(../images/alumniBanner.jpg) no-repeat center center;
}

#header.menu6
{
	background: url(../images/capitalBanner.jpg) no-repeat center center;
}

#header.menu7
{
	background: url(../images/contactBanner.jpg) no-repeat center center;
}

#menu
{
	background: url(../images/menuBurst.jpg) top left no-repeat #666666;
	height: 24px;
	color: white;
	padding: 18px 0 10px 0;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0 0;
}

#menu li
{
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid white;
}

#menu li.last
{
	border-right: none;
	margin-right: 0px none;
}

#menu li a
{
	display: block;
	margin: 0 32px;
	text-decoration: none;
	color: white;
}

#menu li a.selected
{
	color: #ff9900;
}

#menu li a:hover
{
	color: #ff9900;
}

#main
{
	border: 1px solid #666;
	width: 857px;
	color: white;
}


#main.about
{
	width: 857px;
	height: 499px;
	background: url(../images/aboutMainBack.jpg) center center no-repeat;
}

#main.about div
{
	padding: 50px 0 0 200px;
	text-align: justify;
	color: white;	
}

#main.members
{
	width: 854px;
	height: auto;
	background: url(../images/membersMainBack.jpg) center center repeat-y;
	padding: 0 0 20px 0;
}

#main.photos
{
	width: 854px;
	height: 460px;
	background: url(../images/membersMainBack.jpg) center center no-repeat;
}

#main.rush
{
	width: 857px;
	height: 480px;
	background: #999999 url(../images/rushMainBack.jpg) top center no-repeat;
}

#main.alumni
{
	width: 857px;
	height: 4500px;
	background: url(../images/alumniMainBack.jpg) top center no-repeat;
}

#main.alumni_photos
{
	width: 854px;
	height: 449px;
	background: url(../images/membersMainBack.jpg) center center no-repeat;
	display: block;
}

#main.capital
{
	width: 857px;
	height: 214px;
	background: url(../images/capitalMainBack.jpg) center center no-repeat;
}

#main.contact
{
	width: 857px;
	height: 414px;
	background: url(../images/capitalMainBack.jpg) center center no-repeat;
}

#main.contact div
{
	text-align: right;
	padding: 75px 0 0 0;
}

#main.contact ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#main.contact li
{
	float: left;
	width: 25%;
	text-align: center;
}

#main.contact h2
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#main.contact a
{
	color: white;
}


#main.capital div
{
	text-align: center;
	padding: 75px 0 0 0;
}

#main.alumni ul.alumniMenu, #main.alumni_photos ul.alumniMenu
{
	list-style: none;
	padding: 0 0 0 0;
	float: right;
	margin: 0 0 0 0;
}

#main.alumni ul.alumniMenu li, #main.alumni_photos ul.alumniMenu li
{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	border-top: 0px none;
	border-right: 0px none;
}

#main.alumni ul.alumniMenu li a, #main.alumni_photos ul.alumniMenu li a

{
	display: block;
	width: 171px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: white;
	text-decoration: none;
	background: #39250a;
}

#main.alumni ul.alumniMenu li a:hover, #main.alumni_photos ul.alumniMenu li a:hover
{
	background: #666;
	color: white;
}


#main.alumni ul.alumniMenu li a.selected, #main.alumni_photos ul.alumniMenu li a.selected
{
	background: #666;
	color: white;
}
#main.alumni ul.alumniMenu li a.selected, #main.alumni_photos ul.alumniMenu li a.selected
{
	background: #666;
	color: white;
}

#main.alumni ul.alumniMenu li ul {
   display: none; 
   width: 171px; /* Width to help Opera out */
   background-color: #666;
   list-style: none;
}
#main.alumni ul.alumniMenu li:hover ul, #main.alumni ul.alumniMenu li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; 
}
#main.alumni ul.alumniMenu li:hover li, #main.alumni ul.alumniMenu li.hover li {float: none;}
#main.alumni ul.alumniMenu li:hover li a, #main.alumni ul.alumniMenu li.hover li a{
   background-color: #666;
   border-top: 1px solid #fff;
   color: white; }
#main.alumni ul.alumniMenu li li a:hover { color:#ff9900; }
/*///////////////////////////////////////////////////////////*/

#main.rush p
{
	line-height: 13px;
	text-align: justify
}

#main.alumni p
{
	line-height: 14px;
	text-align: justify
}

#main.rush div, #main.alumni div
{
	padding: 10px 20px 0 170px;
	clear: both;
}


#main.rush ul.rushMenu
{
	list-style: none;
	padding: 0 0 0 0;
	float: right;
	margin: 0 0 0 0;
}

#main.rush ul.rushMenu li
{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	border-top: 0px none;
	border-right: 0px none;
}

#main.rush ul.rushMenu li a
{
	display: block;
	width: 171px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: #333;
	text-decoration: none;
	background: #df8b1a
}

#main.rush ul.rushMenu li a:hover
{
	background: #666;
}


#main.rush ul.rushMenu li a.selected
{
	background: #666;
	color: white;
}


#photoThumbs
{
	width: 250px;
	float: left;
	clear: left;
	padding: 50px 0 0 30px;
}

#photoMain
{
	float: left;
	padding: 50px 0 0 30px;
	text-align: center;
	width: 510px;
}

#mainImage
{
	border: 1px solid #666;
	margin: 0 auto;
}

 #photoThumbs ul
{
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

 #photoThumbs li
{
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
}

 #photoThumbs li a
{
	display: block;
	height: 30px;
	width: 30px;
	background: #979797;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: black;
}

 #photoThumbs li a:hover
{
	display: block;
	height: 30px;
	width: 30px;
	background: #FF9900;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: black;
}

#main.members div
{
	padding: 20px 0 0 0;
	text-align: center;
	color: white;
	width: 99%;	
	clear: both;
}

#main.members .mainTableTOC
{
	margin: 0 auto;
}

#main.members .rowsTOC td, #main.members .rowsTOC div
{
	height: 20px;
	padding: 0;
	margin: 0;
	line-height: 20px
}

#main.members .rowsTOC div.daynumTOC
{
	background: #888
}

#main.members .dayNamesRowTOC
{
	background: #2e2c5f
}

#main.members .monthYearTextTOC
{
	color: #2e2c5f
}

#main.members .titleTOC
{
	color: #333333;
	text-align:left;
}


#main.members ul.membMenu, #main.photos ul.membMenu
{
	list-style: none;
	padding: 0 0 0 0;
	float: right;
	margin: 0 0 0 0;
}

#main.members ul.membMenu li, #main.photos ul.membMenu li
{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	border-top: 0px none;
	border-right: 0px none;
}

#main.members ul.membMenu li a, #main.photos ul.membMenu li a
{
	display: block;
	width: 171px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: white;
	text-decoration: none;
	background: #39250a
}

#main.members ul.membMenu li a:hover, #main.photos ul.membMenu li a:hover
{
	background: #666;
}


#main.members ul.membMenu li a.selected, #main.photos ul.membMenu li a.selected
{
	background: #666;
}

#main p
{
	line-height: 150%;
	padding: 10px 0 10px 0;
	margin: 0;
}

#homeAbout
{
	background: url('../images/aboutHomeBack.jpg') center center no-repeat #999;
	height: 205px;
	width: 330px;
	float:left;
	color: white;
	border-right: 1px solid #666; 
}

#homeAbout div
{
	padding: 35px 10px 0 10px;
	text-align: justify
	
}

a.whiteLink
{
	color: white;
	text-decoration: none;
}

a.whiteLink:hover
{
	text-decoration: underline;
}

#homeAbout a.blueLink
{
	color: #3b3b4b;
	text-decoration: none;
}

#homeAbout a.blueLink:hover
{
	text-decoration: underline;
}

#homePresident
{
	width: 525px;
	height: 1300px; 
	background: url('../images/presLetterBack.jpg') no-repeat top center; 
	color: white; 
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666; 
	float: left;
}

#homePresident div
{
	width: 470px;
	margin: 0px auto 0 auto;
	padding: 40px 0 0 0; 
	text-align: justify;
}

#upcomingHome
{
	background: url('../images/upcomingHomeBack.jpg') top center no-repeat;
	height: 1095px; 
	width: 330px;
	float:left;
	color: white;
	border-bottom: 1px solid #666; 
	border-right: 1px solid #666; 

}

#upcomingHome div
{
	padding: 40px 0 0 20px;
}

#upcomingHome2
{
	background: url('../images/alumnicornerHome.jpg') top left no-repeat;
	height: 340px; 
	width: 310px;
	float:left;
	color: white;
	  
}

#upcomingHome2 div
{
	padding: 0px 20px 25px 0px;
}

#upcomingHome3
{
	background: url('../images/betamunewsHome.jpg') top left no-repeat;
	height: 573px; 
	width: 310px;
	float:left;
	color: white;
	  
}

#upcomingHome3 div
{
	padding: 0px 20px 25px 0px;
}

#homeNewspaper
{
	background: url('../images/newspaperclipping.jpg') top left no-repeat;
	height: 424px; 
	width: 330px;
	color: white;
	border-bottom: 1px solid #666; 
	border-right: 1px solid #666;
	
		float:left; 

}

#homeNewspaper div
{
	padding: 40px 0 0 20px;
}
#footer
{
	color: #66;
	padding: 35px 0 0 0;
	font-size: 11px;
	float: right;
}

#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

#footer li
{
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #666;
	height: 15px;
}

#footer li a
{
	display: block;
	padding: 0 19.5px;
	text-decoration: none;
	color: #666;
}

#footer li a.last, #footer li.last
{
	border-right: none;
	padding: 0 0 0 0;
}

#footer p
{
	clear: both;
	text-align: right;
	color: #666;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

#footer a
{
	text-decoration: none;
	color: #666;
}

#footer a:hover
{
	text-decoration: none;
	color: #aaa;
}

