/*
cadens.ucr.edu.com - layout_centered.css
Jose Tamayo - tamayo@josetamayo.com
Last Updated: Nov. 15, 2004
Edited by Hildebrando Hercules
Last Updated: Dec. 7, 2004
*/

body {
	margin:5px 0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	color: #222;
	margin: 0;
}

.hidden {
	display:none;
}

/* encloses all layers */
#wrap {
	background:#fff url(/images/wrap_bg.jpg) repeat-y 0 0;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

/* Holds layers and forms centered box*/
#container {
	width: 866px;
	margin:0px auto;
	text-align:left;
	background-color:#FFF;
	border-top: 1px solid #000;
}

/* -----  HEADER  --------------------------------------------------------------- */

#header {
	background:#3A527B url(/images/header_bg.gif);
	width: 866px;
	height:78px;
	margin:0px auto;
	text-align:left;
	border-bottom:1px solid #fff;
}

#udm {
	display:none
}

/* -----  HEADER NAVIGATION ------------------------------------------------------ */
#header-navigation {
	display:none;
}

#header-navigation {
	display:none;
}

/* -----  SIDEBAR NAVIGATION ------------------------------------------------------ */

#sidebar-navigation {
	display:none;
}

 
#content {
	width: auto;
	margin-top: 0px;
	margin-left: 15px;
	padding: 15px;
	text-align:left;
	font-size: 90%;
	z-index:1;
}

.left {
	border-left: thin solid #000033;
}

/* helps push container down
so that floating elements don't overlap */
#helper {
	clear:both;
	width: auto;
}


#top-navigation {
	font-size: 90%;
	color: #FFFFFF;
	vertical-align: text-top;
	padding-top: 2px;
}

/* -----  Random Picture ------------------------------------------------------ */

#rpic {
	margin-top: 0px;
	width: 252px;
	height: 252px;
	border: 1px dashed #000033;
}
/* -----  Graduate Picture ------------------------------------------------------ */

#gradpic {
	margin-top: 10px;
	font-size:95%;
	background: url(/images/gradstudents.jpg);
	width: 400px;
	height: 439px;
}

/* -----  Directions Picture ------------------------------------------------------ */

#directions {
	margin-top: 10px;
	font-size:95%;
	background: url(/images/directions.gif);
	width: 557px;
	height: 538px;
}

/* -----  Directions Map  --------------------------------------------------------------- */

#map {
	background:#3A527B url(/images/directions.gif);
	width: 557px;
	height:538px;
	margin:0px auto;
	text-align:left;
	border-bottom:1px solid #fff;
}

/* ----- FOOTER ------------------------------------------------------ */

#footer {
	font-size: 90%;
	width: 866px;
	padding-bottom:2px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left;
	border-top:1px solid #000;
 	background-color:#000033;
}

.notice {
 	font-size:80%;
	color: #ffffcc;
	padding:2px;
  margin-top:5px;
}

.address {
 	font-size:90%;
	background: #000;
	color: #fff;
	padding:3px 2px;
	border-bottom:1px solid #ffffcc;
}

.contact {
  font-size:90%;
	float:right;
}

.nav-box {
	margin-top: 30px;
}

h1.section  {
	color: #081842;
	margin-top:0;
	text-align: right;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	border-bottom: 2px solid #663300;
}

/* -----  REDEFINED TAGS ------------------------------------------------------ */

h1 {
	font-size: 140%;
	margin-top: 0px;
}

#content h2 {
	font-size: 120%;
}

#content h3 {
	font-size: 100%;
}



