/* CSS for BCEC */
/* general styles for all pages */
/* Please do not remove if using this CSS file*/
/* Designed by Andrew Zhai */
/* email: andrewzhai@berkeley.edu */
/* Feel free to modify */

html, body {
	background:#000066;
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0px;
	height:100%;
	min-height:100%;
}

img {
	border:0;
	display:block;
}

.clear {
	clear:both;
	display:block;
	width: 100%;
	height:60px;
}

h1 {
	font-size:40px;
	color:#000066;
	text-align: center;
	font-variant: small-caps;
	font-family: Lucida Fax,Georgia,Times New Roman,Trebuchet MS;
	line-height: 72px;
	margin: auto;
}

h2 {
	margin-top: 10px;
	color:#000066;
	margin-bottom: 3px;
}

p a{
	color:#000066;
}

a       { color:#000066; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }

#wrapper{
	text-align: center;
	width: 974px;
	display:block;
	background-color:white;
	min-height:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	color:#000066
	font-family: arial,tahoma,verdana,sans-serif;
	margin-bottom: -60px;
	
}
#main{
	text-align: left;
	height:100%;
}

#below_nav {
	width: 97%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* BEGIN DROP DOWN MENU STYLES ============================== */


#nav_top{
	width: 95%;
	height: 30px;
	background-color:#000066
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A5E8C', endColorstr='#000066'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#3A5E8C), to(#000066)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #3A5E8C ,  #000066); /* for firefox 3.6+ */
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari, Chrome */
  	border-radius: 4px; /* CSS3 */
	border: solid 1px #3A5E8C;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
#nav_top ul{
	list-style: none;
	margin: 0px;
	padding:0px;
	font-size:12px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	
}
#nav_top li{
	position:relative;
	float:left;
	display:block;
	width: 120px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	border-right: solid #024c85 1px;
	z-index:10000;
}

#nav_top li ul{
	padding:0px;
	margin:0px;
	display:none;
	position:absolute;
	left:-1px;
	top: 29px;
	background-color:#ffffff;
	border-top:none;
	border-left: solid #024c85 1px;
	border-bottom: solid #024c85 1px;
	
}
#nav_top li:hover {
	background-color : #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6D565', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F6D565), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F6D565 ,  #ffffff); /* for firefox 3.6+ */
}
#nav_top li:hover ul{
	display:block;
}
#nav_top li li:hover {
	background-color : #acacac;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff ,  #ffffff); /* for firefox 3.6+ */
}
#nav_top li li {
	list-style: none;
	float:none;
	text-align:left;
}

#nav_top li a {
	width:100%;
	color: white;
	display: block;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 5px;
}

#nav_top li:hover a{
	color : #000066;
	text-decoration: none;
}

/* END DROP DOWN MENU STYLES ============================ */


	
/* FOOTER --> LOGO AND ADDRESS */	
#footer {
	padding-top: 10px;
	font-size:small;
    text-align: center;
	display:block;
	position:relative;
	height: 49px;
	width:974px;
	margin-left:auto;
	margin-right:auto;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	border-bottom:1px solid #F6D565;
	overflow:hidden;
	background-color:#FFCC33;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F6D565'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F6D565)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff ,  #F6D565); /* for firefox 3.6+ */
}
	

#bcec_home{
  position:absolute;
	z-index:3;
	left: 730px;
	top:10px;
}
#footer img {
	margin:0 auto;
	
}
	
.address a {
	position: relative;
	text-align: middle;
	margin-left: auto;
	margin-right: auto;
  	color: #000066;
	/* padding-top: 1em; */
	text-decoration:none;
}
