/* ------------------------------

Website Styles

I.  Layout
II. Typographic

/* ------------------------------


/* ------------------------------

   I. Layout

------------------------------ */


body {
	margin: 0;	
	text-align: center;
	font-family: Palatino, Georgia, Times, serif;
	background: #e2d7bd url(../images/medbrown.gif) repeat-y;
	
}


#header {
	width: auto;
	height: 80px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/header_bg.gif) repeat-x;
	text-align: left;
}

#header_left {
	float: left;
	height: auto;
	width: 225px;
	margin: 10px;
	margin-top: 5px;
}

#header_left a{
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	
	}
#header_right{
	float: right;
	width: 138px;
	height: 29px;
	margin: 20px;
	background: url(../images/SDSU_Logo.gif) no-repeat;
	}
	
#middle {
	position: absolute; left:76px; right:0px; top:3px;
	width: 100%;
	height: 200px;
	margin: 0;
	margin-top: 80px;
	padding: 0;
	background:  url(../images/middle_bg.jpg) no-repeat;
	text-align: left;
	
}

#navcontainer {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	background: url(../images/nav_top_bg.png) repeat-x;
	height: 52px;	
	
}

#nav {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 0px;
	/*width:700px;*/	
}

	#nav li {
		display: inline;
		padding: 0;	
	}

	#nav a:link,
	#nav a:visited {
	height: 29px;
	color: #000;
	/*background: #b2b580; */
		padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: auto;
	/*border-right:1px solid #42432d; */
		text-decoration: none;
	text-transform: uppercase;
	font-family: Palatino, Georgia, Time, serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
		
	}
	#nav a:hover,
	#home #nav-home a,
	#about #nav-about a,
	#archive #nav-archive a,
	#lab #nav-lab a,
	#reviews #nav-reviews a,
	#contact #nav-contact a {
	color: #fff;
	height: 29%;
	margin-top: -30px;
	padding-top: 45px;
	background-color: #623523;
	}
	#nav li:first-child a {
		/*border-left: 1px solid #42432d;*/
	}
	
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#archive #nav-archive a:hover,
	#lab #nav-lab a:hover,
	#reviews #nav-reviews a:hover,
	#contact #nav-contact a:hover {
		background: #623523;
	}
	#nav a:active {
		background-color: #623523;
		color: #fff;
	}
	/* ]]> */

	
/*   content   */

#content {
	
	width: auto;
	margin: 0;
	padding: 0;
	
}

#subNav {

	position: absolute; left:0px; right:0px; top:0px;
	width: 198px;
	background: url(../images/medbrown.gif) ; 
	margin: 0;
	margin-top: 240px;
	padding: 0;
	text-align: left;
	margin-left: 0px;

	/* this width value is also effected by
	the padding we will later set on the links. */
	
	}

	#subNav ul {
		position: relative;
		line-height: 30px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: verdana, arial, sanf-serif;
		font-size: 14px;
		font-variant: small-caps; 
	}
	
	#subNav li {
		position: relative;
		margin: 0px 0 0;
	
	}

	#subNav a {
		position: relative;
		display: block;
/*		width: 188px;  /*This width combined with the side padding should equal the width we set for the container div in Step 1. 120px + (2px + 10px) = 132px*/     */
		width: 198px;  /*This width combined with the side padding should equal the width we set for the container div in Step 1. 120px + (2px + 10px) = 132px*/
		padding: 2px 2px 2px 8px;		
		border-bottom: 2px solid #ffffff;
		text-decoration: none; /*lets remove the link underlines*/
	}

	#subNav a:link, #button a:active, #button a:visited {
		color: #FFFFFF;		
		position: relative;

	}

	#subNav a:hover {
		position: relative;
		border-bottom: 2px solid #ffffff;
		background:  #c0a486;
		color: #FFFFFF;
	}

	#subNav a:visited {
		position: relative;
		color: #FFFFFF;
	}

#contentRight {
	margin: 0px; 
	padding-top: 220px;
	margin-left: 220px;
	margin-right: 50px;
	text-align: left;
}


/* ------------------------------
   Typographic Styles
------------------------------ */


h1 {
	color: #FFFFFF;
	font-size: 14px;
}

