/* LAYOUT 5  --- this value is parsed as 11th character - do not change spacing */

/* Alpha Delta Phi - Cornell */


/*HTML Elements*/

#wrap {
	width: 970px;
	background-color: transparent;
	border-right: solid;
	border-width: 2px;
	border-color: #000;	
	}

body {
	margin: 0px;
	background-color: #413E39;
	color: black;
	}

	
a 	{
	color: #5A8D33;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	}	

/* This section controls fonts and colors in the login section */

#login	{
	position: relative;
	height: 70px;
	margin-left: 0px;
	margin-top: -3px;
	width: 100%;
	font-family: Arial;
	}

#loginlinks {
	font-size: 11px;
	margin-right:-30px;
	font-family: arial, helvetica;
	width: 350px;
	margin-top: 10px;
	}
	
#login form {
	margin-top: 30px;
	padding-right:10px;
	color: #000;
	font-size: 11px;
	font-family:  arial, helvetica;
	}

#login a {
	color: #000;
	}

#login a:hover 	{
	color: #E3FDAA;
	}

#banner {
	height: 188px;
	width: 968px;
	margin-top: -74px;
	margin-left:0px;
	background-image: url(120-adphicor/redesign/header5.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-right: solid;
	border-width: 2px;
	border-color: #000;	
	border-bottom: 1px solid #000;
	}

/* This section controls the wraps*/

#navwrap {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	z-index: 5;	
	font-family: arial;
	font-size: 15px;
	color: #fff;
	background-color: transparent;
	border-right: solid;
	border-width: 2px;
	border-color: #000;	
	}
	
#contentWrap {
	width: 970px;
	padding-bottom: 0px;	
	position: relative;
	margin-top: 0px;
	border-right: solid;
	border-width: 2px;
	border-color: #000;	
	padding-bottom: 10px;
	}
	
#content {
	font-family: arial;
	font-size: 13px;
	width: 938px;
	margin-right: 0px;
	background-color: #E9E9E9;
	border-left: solid;
	border-right: solid;
	border-width: 2px;
	border-color: #000;	
	position: relative;
	clear: left;
	}


/* This section controls the menu navigation div*/


/* NORMAL NAVS*/

#nav {
	position: relative;
	float: left;
	width: 958px;
	list-style: none;
	border-bottom: 1px solid #000;
	border-left: 2px solid #000;
	background-color: #F4F9EF;
	height: 24px;
	clear: both;
	color: #52A0BF;
	font-family: arial, helvetica;
	font-size: 12px;
	z-index: 10;
	}

#membernav {
	float: left;
	width: 970px;
	height: 23px;
	list-style: none;
	clear: both;
	background-color: #333;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 12px;
	margin-left: 0px;	border-top: 0px solid #fff;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	}

#officernav {
	float: left;
	width: 968px;
	height: 23px;
	list-style: none;
	clear: both;
	background-color: #98B84D;
	font-family: arial, helvetica;
	font-size: 12px;
	position: relative;
	padding-left: 2px;
	border-right: solid;
	border-width: 2px;
	border-color: #000;	
	}

#adminnav {
	float: left;
	width: 960px;
	list-style: none;
	border: 0px;
	background-color: #000;
	font-size: 10px;
	margin-left: 0px;
	position: relative;
	}

/* MENU LIs*/


#nav li a {
	color: black;
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	z-index: 6; 
	}

#membernav li a {
	color: black;
	color: #fff;
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	}	
	
#officernav li a {
	color: black;
	color: #000;
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	}	
	
#adminnav li a {
	color: white;
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	}

#nav ul, #membernav ul, #officernav ul #adminnav ul {
	top: auto;
	left: auto;
	display: none;
	width: 80px;
	margin: 0px 0px 0px -3px;
	padding: 0px;
	border-left: 0px solid #000;
	border-bottom: 0px solid #000;
	border-right: 0px solid #000;
	}
	
	
#nav li:hover ul, #membernav li:hover ul, #officernav li:hover ul, #adminnav li:hover ul {
	display: block;
	}
	
#nav ul li, #nav ul li a, #membernav ul li, #membernav ul li a, #officernav ul li, #officernav ul li a 
	{
	background-image: url(120-adphicor/redesign/rollover.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	filter:alpha(opacity=90);  
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
	
 #adminnav ul li, #adminnav ul li a {
	background-color: #98B84D;
	background-repeat: repeat-x;
	font-weight: normal;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}	

	
#nav ul li a, #membernav ul li a, #officernav ul li a, #adminnav ul li a {
	margin-top: 0px;
	padding: 5px 6px;
	width: 120px;
	}
	



/* the hover characteristics */

#nav a:hover
	{
	background-color: transparent;
	color: #1C4E18;
	font-weight: normal;	
	}

#membernav a:hover
	{
	color: #98B84D;
	height: 15px;
	background-color: transparent;
	font-weight: normal;
	}
	
#officernav a:hover
	{
	background-color: transparent;
	color: #fff;
	font-weight: normal;	
	}


#adminnav a:hover 
	{
	color: #fff;
	background-color: black;
	}

	
	



















/* Gifts and event and login table controls */
	

td.gifts1 	{
		width: 650px;
		text-align: left;
		}

td.gifts2 	{
		width: 400px;
		text-align: left;
		}

#giftchoices {
		width: 600px;
		text-align: left;
		}


.row1_event td {	
	background-color: #666;
	font-size: 1.1em;
	text-align:left;
	color: #fff;
	padding-left: 15px;
	}

.row1_event td a {
	color: #fff;
	}

.row1_event td a:hover {
	color: #000;
	}
	
.row0_event td {
	background-color: #ccc;
	text-align:left;
	font-size: 1.1em;
	color: #000;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}
	
.row0_event td a:hover {
	color: #5A8D33;
	}
	
.row1 td {	
	background-color:#E4E8CD;
	text-align:left;
	color: #000;
	}

.row0 td {
	background-color:#5A8D33;
	text-align:left;
	color: #000;
	}

/* Misc. */

#footer {
	width: 968px;
	height: 45px;
	font-size: 11px;
	color: black;
	border-bottom: solid;
	border-bottom-color: #7B7B7B;
	border-left: 2px solid #000;;
	border-right: 2px solid #000;;
	border-bottom-width: 0px;
	border-top: 1px solid #000;
	font-family:  arial, helvetica;
	background-color: #F4F9EF;
	position: relative;
	margin-top: -35px;
	}
	
#footer	a 
	{
	color: #000;
	}
	
#footer	a:hover 
	{
	color: #fff;
	}

/* Headers and font colors */
	
	
.lg_header { 
	font-size: 1.6em; 
	font-family: copperplate,georgia, times;
	text-align: left;
	color: #333;
	font-weight: lighter;
	}
	
.sm_header  {
    font-size: 1.2em;
	font-family:  century gothic, arial, helvetica;
	color: #413E39;
 	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}	

.highlight
	{
	color: #3E7DAB;
	}

.payform_label
	{
	font-weight: bold;
	font-size: 13px;
	
	}


