 #container{
	width: 920px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	font-family: Arial, Trebuchet MS;
}

/***********************
*	Link Styling
***********************/

a {	color: #0066cc;	}
a:hover{	color: #7dbdfd;	}
span.title {	font-size: 13px; font-weight: bold;}


/***********************
*	Head nav
***********************/

#top{
	padding: .5em;
	padding-top: 0px;
	padding-bottom: 7px;
	background-color: #fff;
}

#topNav{
	float:right;
	font-size: 11px;
	color: #fff;
	padding-right: 15px;
	margin-top: -15px; _margin-top: 0px;

}

#login {
	float:right;
	font-size: 11px;
	color: #fff; margin-top: 10px;
height: 20px;
		
}


#topNav a {	color: #7dbdfd;	}
#topNav a:hover{	color: #0066cc;	}

#midNav {
	height: 80px;
	width: 100%;
	background: url(http://www.ou.org/job-board/layout_img/header-bg-gray.gif) top left repeat;	
}

h1#headTitle{
	height: 80px;	width: 307px;
	background: url(http://www.ou.org/job-board/layout_img/ou_job_logo_live.gif) bottom left no-repeat;
float: left; margin: 0 0 0 0px;
}

h1#headTitle span{ display: none;	}

h2#jobSearch{
	font-family: Arial Black;
	color: #444;
	letter-spacing: -3px;
	line-height: 0.8em;
	font-size: 2.9em;
	color: #cccccc;
	margin:0px;	
}



/***********************
*	Search 
***********************/

#search {
	padding: 5px;
	border: 1px solid #ccc;
	background:  #f1f1f1 url(http://www.ou.org/job-board/layout_img/search-bg.gif) bottom left repeat-x;
	_padding-bottom: 0px;
	_height:50px;
	_padding-top: 10px;
}

#searcher{
	height: 30px;
	font-family: arial, verdana, ms sans serif;
	font-size: 18pt;
	font-weight: normal;
	color: #cc0000;
}


/***********************
*	left right nav
***********************/


#leftnav{
	float: left;
	width: 160px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 1em;
	background: #fff url(http://www.ou.org/job-board/layout_img/nav_bg.gif) top right repeat-y;
}

#navlist
{
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #eee;
	width: 160px;
	font-size: 12px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #eee;
}

#navlist li a 
{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#navlist li a:hover{	color: #838383;	}

#rightnav{
	float: right;
	width: 135px;
	margin: 0;
	padding: 1em;
	padding-top: 0px;
}
#leftnav p, #rightnav p { margin: 0 0 1em 0; }


/***********************
*	Contents
***********************/


#content{
	border-top: 1px solid #ffd75e;
	background: #fff url(http://www.ou.org/job-board/layout_img/heading_bg.gif) top left repeat-x;
	margin-left: 200px;
	margin-right: 160px;
	padding: 1em;
	padding-top: 0px;
	width: 520px;
	font-size: 12px;
}

#content.landing{
	background: #fff url(http://www.ou.org/job-board/layout_img/heading_bg.gif) top left repeat-x;
	padding-top: 0px;
	margin-left: 7px;
	font-size: 12px;	
}

#content h2 {	
	color: #666;
	margin: 0px;
	font-weight: normal;
 }

#content .contentHead{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/***********************
*	Footer
***********************/

#footer2
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	text-align: center;
	font-size: 12px;
	color: #7c7c7c;
}
#footer2 li {
display:inline;padding-right:10px;line-height:10px;
}

/***********************
*	Listing Table
***********************/

#content .tablediv{
	margin: 0px;
	padding: 10px 0px 0px 0px;

}

table.listing {	
	border-collapse: collapse;
	width: 99%;
}

table.listing tr{
	padding: 7px;
	border-bottom: 1px solid #ccc;
}

table.listing tr.header {	font-weight: bold;		}
table.listing tr.one {		background-color: #eee;	}
table.listing tr.two {		background-color: #fff;	}

table.listing td{	padding: 3px;	text-align: left;}

table.listing td.title { 	width: 70%; padding-left: 10px; }


table.listing td.loc {	width: 15%; padding-left: 5px;	}
table.listing td.post { 	width: 15%; padding-left: 5px;	}

dd { padding-bottom: 1em; padding-left: 5em; }
dt{ float: left; }



/***********************
*	Form Styling
***********************/

#content .memberdiv{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #ccc;

}
	

#content .memberdiv ul, li{list-style-type:none; }

.notice  {
	background: #fff url(http://www.ou.org/job-board/layout_img/box_bg.gif) top left repeat-x;
	border: 1px solid #CCC9A4;
	padding: 10px;

}





