/*-----------------------------------------------
UC Davis - Student Judical Affairs styles
author:		Logan B. Smith
version:	2005.09.12.1605
----------------------------------------------- */

*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a 
{
	color: #003366;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#page_container
{
	width: 100%;
	min-width: 780px;
}

/*-----------------------------------------------
Header Styles
----------------------------------------------- */

#header
{
	width: 100%;
	height: 5em;
	padding: 5px 0 5px 0px;
	background-image: url(http://sja.ucdavis.edu/_images/1-headerbackground.gif);
	background-repeat: no-repeat;
	background-position: 200px 0;
}

#mast_image
{
	width:297px;
	height: 80px;
}

#mast_image h1
{
	width:297px;
	height: 80px;
	background-image: url(http://sja.ucdavis.edu/_images/1-mastimageUCD.gif);
	background-repeat: no-repeat;
}

#mast_image h1 a
{
	display: block;
	width:297px;
	height: 80px;	
}

#mast_image h1 span
{
	display: none;
}

#meta_content
{
	position: absolute;
	top: 0;
	right: 0;
	width: 40em;
}

/* --------------Breadcrumbs section-------------------- */

#breadcrumbs {
	width: 40em;
}

#breadcrumbs ul {
	text-align: right;
	margin: 0;
	padding: 6px 8px 28px 0;
	font-size: 0.7em;
}
		
#breadcrumbs ul li {
	display: inline;
	padding: 0;
	margin: 0;
	color: #002666;
}

#breadcrumbs ul a {
	border-bottom: 0px none;
	text-decoration: none;
}
	
#breadcrumbs ul span.here {
	padding: 0 0.2em 0 0.2em;
	margin: 0;
	font-weight: bold;
}


/* --------------Search section-------------------- */

#search 
{
		float: right;
		clear: right;
		margin: 0 0 5px 0;
		width: 21em;
		padding: 0;
}
	
#search .search_label 
{	
	float: left;	
	width: 4.5em;
	margin-right: 5px;
	font-size: .7em;
	font-weight: bold;
	color: #193C75;
	text-align: right;
}

#search .fields 
{
	float: left;
	width: 21em;
	margin-right: 2px;
	font-size: .7em;
	text-align: left;
}
	
#search .fields input.search_field 
{
	margin: 0 0 3px 0;
	padding: 0;
	width: 17.5em;
	background-color: #D5DBE1;
	border-top: 1px solid #A8B0B6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #A8B0B6;
}

#search .fields input.radio_btn {
	background-color: transparent;
	border: 0px none;
}
	
#search .fields label {
	margin-right: 0.5em;
	vertical-align: top;
}

#search .fields a {
	vertical-align: top;
}
	
#search .button {
	float: left;
	margin-right: 5px;
	width: 2em;
}

#search .button input.inputsubmit 
{
	margin: 0;
	padding: 1px;
	background-color: #FFF;
	border-top: 1px solid #D5DBE1;
	border-right: 1px solid #97A6B4;
	border-bottom: 1px solid #97A6B4;
	border-left: 1px solid #D5DBE1;
	font-size: .8em;
	vertical-align: top;
}

/*-----------------IE Hack for Search Styles-----------------*/
* html #search .fields input.search_field 
{
	margin: 0 0 3px 0;
	padding: 0;
	width: 17.5em;
	background-color: #D5DBE1;
	border-top: 1px solid #A8B0B6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #A8B0B6;
}

* html #search .fields input.radio_btn {
	background-color: transparent;
	border: 0px none;
}
	
* html #search .fields label {
	margin-right: 0.5em;
	vertical-align: top;
}

* html #search .fields a {
	vertical-align: top;
}
	
* html #search .button {
	float: left;
	margin-right: 5px;
	width: 2em;
}

* html #search .button input.inputsubmit 
{
	margin: 0;
	padding: 1px;
	background-color: #FFF;
	border-top: 1px solid #D5DBE1;
	border-right: 1px solid #97A6B4;
	border-bottom: 1px solid #97A6B4;
	border-left: 1px solid #D5DBE1;
	font-size: .8em;
	vertical-align: top;
}

/*-----------------------------------------------
Primary Nav Styles
----------------------------------------------- */

#primary_nav
{
	width: 100%;
}

#primary_nav a
{
	text-decoration: none;
}

#audience_nav
{
	padding: 4px 4px 4px 15px;
	font-weight: bold;
	font-size: .7em;
	background-color: #A8B4C0;

	background-image: url(http://sja.ucdavis.edu/_images/2-bluearrow.gif);
	background-repeat: no-repeat;
	border: solid 1px white;
}

#context_nav
{
	padding: 4px 4px 4px 15px;
	background-color: #D5BD59;
	font-weight: bold;
	font-size: .7em;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	background-image: url(http://sja.ucdavis.edu/_images/2-goldarrow.gif);
	background-repeat: no-repeat;
}

#audience_nav ul li, #context_nav ul li 
{
	display: inline;
}

#audience_nav ul li .selected, #context_nav ul li .selected
{
	font-weight: normal;
}

/*-----------------------------------------------
Main Body Styles
----------------------------------------------- */

#main_body
{
	width: 100%;
	position: relative;
	background-image: url(http://sja.ucdavis.edu/_images/quick_linksback.gif);
	background-repeat: repeat-y; 
}

/* --------------Quick Links-------------------- */

#quick_links
{
	width: 145px;
	position: absolute; 
	top: 0;
	left: 0;
}

#quick_links h2 
{
	background-color: #F1EBD3;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 0.9em;
	color: #0d316E;
}

#quick_links ul 
{
	background-color: #E3D5A6;
	padding: 10px 10px 10px 10px;
	font-size: .8em;
	list-style: none;
}

#quick_links ul li 
{
	padding-bottom: 15px;
}

#quick_links ul li a 
{
	color: #0D316E;
	text-decoration: none;
}

/* -------------- Feature -------------------- */

#feature
{	
	height: 100%;
	padding: 0px 0px 10px 0px;
	margin-left: 145px;
	margin-right: 145px;
}

/* -------------- Contact Us -------------------- */

#contact_us 
{
	width: 145px;
	position: absolute;
	top: 0;
	right: 0;
}

#contact_us h2
{
	background-color: #F1EBD3;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 0.9em;
	color: #0d316E;
}

#contact_us p
{
	font-size: .7em;
	padding: 10px 5px 20px 10px;	
}

#contact_info p
{
	background-color: #E3D5A6;
}

#about_sub h3
{
	background-color: #F1EBD3;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 0.65em;
	color: #0d316E;
}

#about_sub h3 a
{
	text-decoration: none;
}

#about_sub p
{
	background-color: White;
	padding: 15px 10px 25px 10px;
}

#secondary_logo
{
	width: 145px;
	float: left;
	height: 126px;
	background-position: 27px 5px;
	background-image: url(http://sja.ucdavis.edu/_images/cjblogo.gif);
	background-repeat: no-repeat;
}

/* -------------- Feature Image styles-------------------- */
#feature_image_wrapper
{	
	height: 300px;
	background-image: url(http://sja.ucdavis.edu/_images/feature_back.gif);
	background-repeat: repeat;
}


#feature_image
{
	width: 553px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
}

#feature_image img
{
	border: 1px solid #5F5F5F;
}

/* -------------- Tile Conatiner styles -------------------- */

#feature_tile_container_wrapper
{
	width: 675px;
	margin: 0 auto;
}

#feature_tile_container
{
	width: 675px;
	position: relative;
	padding: 0px 0px 10px 0px;
	height: 135px;
	top: 0px;
	right: 0;
}

#feature_tile_1
{
	width: 210px;
	position: relative;
	top: 10px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(http://sja.ucdavis.edu/_images/feature_tile_bot.png) no-repeat bottom;
}

#feature_tile_1 h2
{
	padding: 5px 5px;
	background: url(http://sja.ucdavis.edu/_images/feature_tile_top.png) no-repeat;
	font-size: 70%;
}

#feature_tile_1 p
{
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border-left: 1px solid #D5BD5A;
	border-right: 1px solid #D5BD5A;
	font-size: 70%;
}

#feature_tile_2
{
	width: 210px;
	position: relative;
	top: 10px; 
	float: left;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(http://sja.ucdavis.edu/_images/alt_feature_tile_bot.png) no-repeat bottom;
}

#feature_tile_2 h2
{
	padding: 5px 5px;
	background: url(http://sja.ucdavis.edu/_images/alt_feature_tile_top.png) no-repeat;
	font-size: 70%;
	font-weight: bold;
}

#feature_tile_2 p
{
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border-left: 1px solid #B1BBC5;
	border-right: 1px solid #B1BBC5;
	font-size: 70%;
}

#feature_tile_3
{
	width: 210px;
	position: relative;
	top: 10px; 
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(http://sja.ucdavis.edu/_images/feature_tile_bot.png) no-repeat bottom;
}

#feature_tile_3 h2
{
	padding: 5px 5px;
	background: url(http://sja.ucdavis.edu/_images/feature_tile_top.png) no-repeat;
	font-size: 70%;
}

#feature_tile_3 p
{
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border-left: 1px solid #D5BD5A;
	border-right: 1px solid #D5BD5A;
	font-size: 70%;
}

/*-----------------------------------------------
Footer Styles
----------------------------------------------- */

#footer
{
	postion: relative;
	bottom: 0;
	width: 100%;
	padding: 0;
	text-align: center;
	color: #9f9f9f;
	background: white;
	font-size: 0.7em;
}

/* --------------- For clearing two column sections --------------- */
	.clearer {
		clear: both;
		margin: 0;
		padding: 0;
		font-size: 1px;
		line-height: 0;
		height: 0;
	}
