/* LAYOUT 1 --- this value is parsed as 11th character - do not change spacing */

/* Phi Kappa Psi Cornell website */


/*HTML Elements*/

#wrap {
	width: 970px;
	margin: 0px auto;
	background-color: #CFDDC2;
	border-left: solid;
	border-right: solid;
	border-width: 15px;
	border-color: #8E9C81;
	}

body {
	background-color: #536145;
	background-repeat: repeat-x;
	margin: 0px;
	color: #000;
	}
	
a 	{
	color: #3E562A;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}	



/* This section controls fonts and colors in the login section */

#login	{
	background-image: url(141-pkpcor/redesign/PhiPsi-Revised3.jpg);
	background-repeat: no-repeat;
	height: 280px;
	position: relative;
	margin-left: 10px;
	margin-top: -3px;
	width: 100%;
	}

#loginlinks {
	font-size: 11px;
	padding-right: 10px;
	}
	
#login form {
	margin-top: 10px;
	padding-right: 10px;
	color: black;
	font-size: 11px;
	}

#login a 	
	
	{
	color: black;
	}
#login a:hover 	
	
	{
	color: gray;
	}


#banner {
	float: left;
	position: relative;
	font-size: 25px;
	width: 100px;
	margin-top: -937px;
	text-align: center;
	margin-left:-0px;
	height: 1px;
	}




/* This section controls the wraps*/



#navwrap {
	width: 970px;
	padding-top: 2px;
	padding-bottom: 10px;
	clear: right;
	z-index: 5;	
	font-family: arial;
	font-size: 15px;
	}
	
#contentWrap {
	background-color: transparent;
	}
	
#content {
	font-family: arial;
	font-size: .8em;
	background-color: transparent;
	width: 950px;
	margin-top: -0px;
	}



/* This section controls the menu navigation div*/


#nav {
	float: left;
	margin-left: 0px;
	width: 970px;
	list-style: none;
	padding-bottom: 1px;
	border: 0px solid #fff;
	background-color: #730602;
	font-size: .85em;
	height: 20px;
	clear: both;
	/*background-image: url(141-pkpcor/redesign/new-nav2.jpg);*/
	 /* for IE */
  	filter:alpha(opacity=90);
 	 /* CSS3 standard */
  	opacity:0.9;

	}

#membernav {
	float: left;
	margin-left: 0px;
	width: 970px;
	height: 20px;
	list-style: none;
	border: 0px solid #fff;
	margin-top: 0px;
	font-size: .85em;
	background-color: transparent;
	clear: both;
	background-color: #7F7F6B;
	}

#officernav {
	float: left;
	margin-left: 0px;
	width: 970px;
	list-style: none;
	border: 0px solid #fff;
	margin-top: 0px;
	background-color: #7F7F6B;
	font-size: .85em;
	background-color: gray;
	background-image: url(141-pkpcor/redesign/new-back1.gif);
	 /* for IE */
  	filter:alpha(opacity=70);
 	 /* CSS3 standard */
  	opacity:0.7;
	font-family: arial, Helvetica;
	clear: both;
	}

#adminnav {
	float: left;
	width: 970px;
	list-style: none;
	border: 0px;
	background-color: black;
	font-size: .7em;
	padding-bottom: 0px;

	}


	/* the hover characteristics */

#nav a:hover, #officernav a:hover, #adminnav a:hover 
	{
	font-family: arial, verdana;
	color: #CCCC99;
	background-color: #5A0501;
	font-weight: normal;
	}

#membernav a:hover
	{
	font-family: arial, formata, verdana;
	color: #CCCC99;
	background-color: #72726B;
	font-weight: normal;
	}
	

/* Gifts and event and login table controls */
	

td.gifts1 	{
		width: 450px;
		text-align: left;
		}

.row1_event td {	
	background-color: #5E6E50;
	font-size: 1.1em;
	text-align:left;
	color: #fff;
	padding-left: 15px;
	}

.row1_event td a {
	color: #fff;
	}

.row0_event td {
	background-color: #8E9C81;
	text-align:left;
	font-size: 1.1em;
	color: #000;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}
	
/* Misc. */

#footer {
	width: 970px;
	margin-left: -15px;
	height: 30px;
	background-color: #3E562A;
	font-size: .8em;
	text-align: center;
	color: black;
	border-left: solid;
	border-right: solid;
	border-width: 15px;
	border-color: #8E9C81;
	}

/* Headers and font colors */
	
.attention
	{	color: #fc6;
	}
		
.lg_header { 
	font-size: 1.5em; 
	font-family: Georgia, arial;
	text-align: left;
	font-weight: lighter;
	color: #000;
	}
	
.sm_header  {
    font-size: 1.1em;
	font-family: arial, helvetica;
	color: #730602;
 	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}	

.white_font  {
	color: #fff;
	font-family: Georgia;
	font-size: 1.1em;
	}	

.arial_font  {
	color: #000;
	font-family: Arial;
	font-size: 1.1em;
	}	

