@charset "utf-8";
/* CSS Document 

 *This is the style elements outside quark
 *Contains custom extra stylistic elements 
 *Created 3/14/2010
 *Author: Abby Reynolds, Tim Cason, Matthew Thibos 
 */
 
 
/* Front Page Logo*/
.body {
	  background:url(../img/wrapper.png) top;
}
 .fplogobg { 
  background:url(../img/headerbg.png)repeat-x;
  z-index:-1;
 }

.fplogomain { }
 
 
/*Navigation Logo*/
.navlogo { }
	
.navtoplogo { }



/*Top Navigation Menu - USER Logged IN*/
.nav {  }

.nav ul { }

.nav li { }

.nav li a { }

.nav li a:link {
}

.nav li a:visited {
}

.nav li a:hover {
   
   
}

.nav li a:active {


}

.header {
 width: 100%;
 margin: 0 auto; 
 position: relative;
 background:url(../img/header1.png);
 padding-left: 45px;
 height: 81px;
 padding-top: 18px;	
}

/* Navigation - User NOT Logged in */
.header-index  { 
padding-left: 540px;
 margin-bottom: -30px;}

  .header-index ul {
       margin:0px;
       padding: 0px;
	   padding-left: 18px;
       white-space: nowrap;
	   text-align: center;
	   display:inline;
	  
}

.header-index li {
    background:url(../img/button.png) repeat-x;
	padding-right: 18px;
	padding-left: 9px;

	padding-top: 30px;
	padding-bottom: 14px;
	list-style-type: none;
	line-height: 18px;
    display: inline;
	
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-radius-bottomleft: 4px; 
  -moz-border-radius-bottomleft: 4px; 
  border-top-bottom-radius: 4px;
  
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-radius-bottomright: 4px; 
  -moz-border-radius-bottomright: 4px; 
  border-bottom-right-radius: 4px; 
 
  -webkit-border-top-left-radius: 4px;
  -khtml-border-radius-topleft: 4px; 
  -moz-border-radius-topleft: 4px; 
  border-top-left-radius: 4px;
  
  -webkit-border-top-right-radius: 4px;
  -khtml-border-radius-topright: 4px; 
  -moz-border-radius-topright: 4pxx; 
  border-top-right-radius: 4px; 
}

.header-index li a {
 		color:#FFF;
       font-weight: bold;
       padding-top: 4px;
	   padding-left:9px;
       text-decoration: none;

  }
  

 
 
 /*MAIN PAGE STYLES */
 
 .main {
	 padding-top: 81px;
	 padding-bottom: 81px;
	 padding-left: 63px;
	 
	 }
 
 .main-right { }
 
 .green {
	
	text-decoration: underline;
	color:#099;
}
#twitter {
position:relative;
display:block;
border: 0;
padding-left: 20px;
}
 
 /* User Nav*/
 .usernav {  }

.usernav ul { }

.usernav li { } 


.usernav li a {	   }

.sidenav {

	}
	
.sidenav-top{
		border-left :dotted #8c5200;
		border-bottom: dotted #8c5200;
		height: 90px;
		padding-left:27px;
		padding-top:18px;
}
	
.sidenav-btm{
		border-left :dotted #8c5200;
		height:90px;
		padding-top:18px;
		padding-left:27px;

	}

.sidenav li { }




/*Footer*/

.footer-nav {
	border-top :dotted #8c5200;
	padding-top:18px;
	padding-left: 45px;


}
.bottomdesign {
 background:url(../img/footer.png)repeat-x;
 width: 100%;
 margin: 0 auto; 
 position: relative;
 height: 89px;
 padding-left: 45px;
 padding-top: 18px;
}


