#wrap{
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px auto;
	
	
}

/* Banner CSS */

/* The band styles are for the new UW logos with lighter bands at the top */

/* The top_band style is just the lighter band at the top */

#top_band{
	height: 12px;
	background-color: #8da75e;
}

/* These two bands are the darker bands of color below */

#band{
	height: 113px;
	background-color: #678928;
}

/* The short band is just for the short logo on all but the front page */

#band_short{
	height: 78px;
	background-color: #678928;
}

#banner{
	background: url(/images/SEFSbanner.jpg) no-repeat center top;	
	width: 994px;
	left: 50%;
	margin-left: -500px;
	height: 125px;
	z-index: 300;
	position: absolute;
	display: block;
	top: 0px;
}

/* The short banner appears on all but the front page */

#banner_short{
	background: url(/images/SEFSbannershort.jpg) no-repeat center top;
	width: 994px;
	left: 50%;
	margin-left: -500px;
	height: 90px;
	display: block;
	background-color: #678928;
	z-index: 300;
	position: absolute;
	display: block;
	top: 0px;
}

/* These two uw styles are just for the link to the UW web page in the banner */

#banner_uw{
	width: 200px;
	left: 50%;
	margin-left: -470px;
	height: 20px;
	z-index: 300;
	position: absolute;
	display: block;
	top: 45px;
}

#banner_uw_short{
	width: 190px;
	left: 50%;
	margin-left: -250px;
	height: 20px;
	z-index: 300;
	position: absolute;
	display: block;
	top: 27px;
}

/* The coenv styles are for the link to the College of the Evironment web page in the banner */

#banner_coenv{
	width: 200px;
	left: 50%;
	margin-left: -220px;
	height: 20px;
	z-index: 300;
	position: absolute;
	display: block;
	top: 45px;
}

#banner_coenv_short{
	width: 190px;
	left: 50%;
	margin-left: 60px;
	height: 20px;
	z-index: 300;
	position: absolute;
	display: block;
	top: 25px;
}

/* The cfr styles are for the links to the SFR web page on the banner */

#banner_cfr{
	width: 700px;
	left: 50%;
	margin-left: -470px;
	height: 40px;
	z-index: 300;
	position: absolute;
	display: block;
	top: 70px;
}

#banner_cfr_short{
	width: 500px;
	left: 50%;
	margin-left: -250px;
	height: 20px;
	z-index: 300;
	position: absolute;
	display: block;
	top: 57px;
}


/* Main Navigation CSS */
#navigational_spacer{
	height: 22px;
	background-color: #f0ecd0;
}

#navigation{
	background-color: #252525;
	text-align: center;
	margin: 0px;
 	padding-top: 5px;
	padding-bottom: 1px;
}

#navigation a{
	color: #f0de82;
	font: 11px Arial;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
 	padding-top: 18px;
	padding-bottom: 15px;
	text-transform: uppercase;

}

#navigation .current{
	text-decoration: none;
	color: #85360c;
	/*background-color: #f0ecd0;*/
}

/* Sub Navigation CSS */

#tabcontentcontainer {
	text-align:center;
	background-color: #F0ECD0;
	height: 22px;
}

/* positions of sub menu in relation to main navigation */
/* IDs are used within JS */

#div0 {display:none;}		/* index */
#sub1 {text-align:left;}		/* about the college */
#sub2 {text-align:left; padding-left: 50px;}		/* people */
#sub3 {text-align:left;}		/* academic programs */
#sub4 {text-align:center; position:relative; left:-80px;}	/* courses */
#sub5 {text-align:center;}	/* research */
#sub6 {text-align:center; padding-left: 170px;}	/* outreach */
#sub7 {text-align:center;}	/* centers & programs */
#sub8 {text-align:right; position:relative; left:-50px;}	/* support cfr */
#sub9 {text-align:right;}	/* cfr tools */

/* */
#tablist li{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 0px;
	text-align: center;
	color: #f0de82;
	font: 11px Arial;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
 	padding-top: 19px;
	padding-bottom: 16px;
	text-transform: uppercase;
}

#tablist li a.current{
	text-decoration: none;
	color: #85360c;
	background-color: #f0ecd0;
}

.tabcontent, #div0{
	padding-top: 3px;
	margin: 0px auto;
	z-index: 3;
	height: 17px;
	width:950px;
	display:none;
}

.tabcontent a{
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

.tabcontent a:hover{
	text-decoration: none;
	color: #85360c;
}

a.current {
	color: #85360c;
	font-weight: bold;
}

/* Navigation Side CSS */
#navigation_side{
	margin-right: 20px;
	padding-right: 25px;
	padding-top: 20px;
	float: left;
	width: 155px;
	height: 50%;
	text-align: left;
	z-index: 500;
	position: absolute;
}

	
#navigation_side a{
	display: block;
	padding-bottom: 10px;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

#navigation_side a:hover{
	text-decoration: none;
	color: #85360c;
}

#navigation_side .current{
	color: #85360c;
	font-weight: bold;
}
/* Search CSS */
.search {
	background-color: #f0ecd0;
	height:40px;
}

cse-search-box {
	text-align:center;
	background-color: #f0ecd0;
}
#searchBoxWrap{
	background-color: #f0ecd0;
	height: 40px;
	text-align: center;
	width: 100%;
}
#searchbox{
	background-color: #f0ecd0;
	height: 40px;
	text-align: right;
	width: 975px;
	padding-right: 15px;
	z-index: 2;
	margin:0px auto;
}
	#box{
		background-color: #d4cdb3;
		border: 1px solid #999999;
		height: 19px;
		position: relative;
		top: -7px;
		z-index: 2;
	}	
	#button{
		padding-top: 10px;
		z-index: 2;
	}

/* Classes used on specific pages */
/* adds lines and spacing under each td of a table (such as on the directions page of Facilities & Maps) */
table.lined td{
	 border-bottom:solid 1px #cccccc;
	 height: 30px;
	 vertical-align:bottom;
}

/* used to add a tinted box behind a section of text (such as on the meeting rooms page) */
.tinted {
	border:1px solid #cccccc; 
	padding: 0px 30px 0px 30px; 
	background-color: #f9f9f9;
	width: 600px;
}


/* floats images to the right of text properly */
.float_right{
	float: right;
	clear: right;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

/* allows you to add captions underneath an image */
.caption {
	text-align: right;
	border-bottom: #cccccc 1px solid;
	font-style:italic;
}

/* for captions under images on the right */
.caption_right {
	float: right;
	clear: right;
	/* necessary for some browsers */
	max-width:300px;
	/* padding differs in browsers, this is usually consistent */
	margin:10px;
	padding:10px;
	border-bottom: #cccccc 1px solid;
	font-style:italic;
	/* necessary to keep caption near bottom of image after padding */
	position:relative;
	top:-15px;
}

.additional_links {
	float: right;
	clear: right;
	position:relative;
	top:-15px;
	width:236px;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding: 10px;
}

ul.nobullet {
	list-style-type: none;
}

/* Content area CSS */
#content{
	width: 950px;
	margin: 0px auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #FFFFFF;
	line-height: 18px;
	text-align:left;
	
	
}


/* This contains the left border and a minimum height for the content */
#content_right{
	border-left: 2px solid #cccccc;
	width: 75%;
	margin-left: 185px;
	padding-left: 30px;
	margin-top: -15px;
	padding-top: 22px;
	padding-bottom: 40px;
	margin-bottom: -12px;
	z-index: 1;
	min-height: 550px;
}

#content_right ul{
	margin-left: 15px;
}
#content_right a{
	color: #9966CC;
	text-decoration: underline;
	}
	
#content_right a:hover{
	color: #9966CC;
	text-decoration: none;
	}
.column_fourth a{
	color: #9966CC;
	text-decoration: underline;
	}
	
.column_fourth a:hover {
	color: #9966CC;
	text-decoration: none;
	}
	
/* Forces the vertical grey divider (between content and left submenu) to extend to the footer*/
#content_right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content_right {
height: 1%;
}
/* End hide from IE-mac */

/* centers and programs CSS */

#cp_intro {
	background-color: #f0ecd0;
	text-align:center;
	z-index: 10;
}

#cp_intro_center{
	width: 1000px;
	text-align:left;
	padding-left: 60px;
	line-height: 20px;
	margin:-12px auto 0px;	
	clear: both;
}


#cp_row_of_images {
	clear: both;
	height: 84px;
	background-color: #53460d;
}


#cp_row_image{
	text-align:left;
	margin:0px auto;
}

.half {
	float: left;
	width: 45%;
	padding-right: 45px;
}

#centers{
	float: left;
	width: 30%;
	padding-right: 30px;
}

#centers ul, #programs ul{
	list-style-type: none;
}

#programs{
	float: left;
	padding-left: 25px;
	margin-top: -15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 2px solid #cccccc;
}

#centers a, #programs a{
	color: #9966CC;
	text-decoration: underline;
}
	

 #centers a:hover, #programs a:hover {
 	color: #9966CC;
	text-decoration: none;
}

/* Home page CSS */
#row_of_images{
	background-color: #000;
	height: 174px;
	overflow: hidden;
}

#row_of_images #row{
	margin-left: -500px;
	background-color: #000;
	left: 50%;
	position: absolute;
	overflow: hidden;
	height: 174px;
	width: 1000px;
}

#row_of_images img{
	float: left;
	position: relative;
	width: 248px;
	height: 174px;
	margin-left: 2px;
	padding: 0px;
}

#row_of_images .space_a{
	margin-left: 0px;
	margin-right: 0px;
}
#row_of_images .space_b{
	margin-right: 0px;
}

.column_half{
	float: left;
	padding-right: 46px;
	width: 45%;
}

.column_fourth{
	float: left;
	width: 23%;
}

#welcome_txt{
	margin-top: 5px;
	line-height: 26px;
	font-size: 15px;
}


/* Footer CSS */
#footer{
	background-color: #f0ecd0;
	clear: both;
	padding-bottom: 5px;
	text-align: center;
	z-index: 700;
}

#footer a{
	color: #655721;
	font-size: 10px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover{
	color: #678928;
}
