body {
	background-color: #536895;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .7em;
}
h1 {
	font: 1.6em Arial, Verdana, Times;
	color: #536895;
}
#visual-wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: -1px; /*Fixes IE bug*/
	padding: 0;
	width: 960px;
}
.hiddenStructure{
	display: none;
}
.visualClear {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}
/*************** UCLA tools ****************/
#weatherbug {
	color: #cccccc; 
	text-decoration: none
}
#weatherbug:hover {
	color: #ffb300; 
}
#ucla-tools {
	display: block;
	height: 20px;
	width: 942px;
	background-color: #536895;
	font-size: .9em;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: right;
}
#date-info {
	float: left;
	margin-top: 4px;
	color: #cccccc;
}
#date-info img {
	padding-left: 5px;
}
#campus-tools {
	float: right;
	margin: 4px 0 0 0;
}
#campus-tools ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
/* IE7's zoom mode doesn't handle margin/padding correctly on inline elements
 * You need to precede the display:inline rule with another, identical selector 
 * containing a rule of display: inline-block.
 */
#campus-tools li {
	display: inline-block;
}
#campus-tools li {
	display: inline;
	color: #ffffff;
	padding: 0 10px;
	border-right: 1px solid #cccccc;
}
#campus-tools li a {
	color: #ffffff;
	text-decoration: none;
}
#campus-tools li a:hover,
#campus-tools li a:focus {
	color: #ffb300;
}
#campus-tools li.hide-right-border {
	border-right: none;
}
#searchbox {
	float: right;
	padding-left: 20px;
	white-space:nowrap;
}
#searchbox_ucla {
	margin: 0;
	padding: 0;
}
#searchbox-input,
#searchbox-input-no-background {
	float: left;
	width: 150px;
	height: 16px;
	margin-right: 4px;

}
#searchbox-input {
	/*background: #FFFFFF url(http://ptplv.ais.ucla.edu/portal/templates/cXeUSSXdTVZVSfebWZWUdXeZQZUYTUUa/WfRQfUTXbfZfeZdWRTSSbfdVfYUYTUUa/gsa_watermark.gif) left no-repeat;*/
}
input.searchButton {
	float: left;
	cursor: pointer;	
	height: 22px;
	width: 58px;
	border: none;
	text-transform: uppercase;
}
#ucla-logo{
	float: left;
	background: url(/img/ucla-logo.gif) no-repeat;
	border: 0;
	margin: 5px 0 0 13px !important;
	margin: 5px 0 0 5px;
	padding: 0;
}
#ucla-logo a{
	display: block; 
	text-decoration: none;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 90px;
	height: 0px !important;
	width: 169px;
	cursor: pointer;
}
#ucla-logo span {
	display: none;
}
/*************** Top nav sections ****************/
#sections {
	background-color: #ffffff;
	margin-left: 193px;
	padding-right: 10px;
}
#sections a,
#sections a:visited {
	color: #000000;
	text-decoration: none;
}
#sections a:hover,
#sections a:focus {
	color: #b6b5b6;
}
#sections ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
}
#sections li {
	list-style: none;
}
#audience-section {
	background-color: #e5ebeb;
	padding: 5px !important;
	border: 1px solid #c4c4c4;
	border-style: solid solid none solid;
}
#audience-section li {
	display: inline-block;
}
#audience-section li {
	display: inline;
	padding: 0 5px 0 15px;
	background: url(/img/square.gif) 2px 5px no-repeat;

}
#audience-section .first {
	background: none;
	padding: 0 5px 0 5px;
}
.landing-section {
	float: left;
	width: 168px;
	min-height:65px;
	height: auto !important;
	height: 65px;
	padding: 5px 10px !important;
	border: 1px solid #c4c4c4;
	border-style: solid none solid solid;
	text-transform: uppercase;
}
.landing-section.lastItem {
	border-right: 1px solid #c4c4c4 !important;
}

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

#footer {
	display: inline-block;
	background-color: #536895;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	width: 945px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#footer li {
	display: inline-block;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: .9em;
}
#footer li a:hover,
#footer li a:focus {
	color: #FFB300 !important;
}
#footer li a:visited {
	color: #ffffff;
}
#colophon {
	color: #666666;
	font-size: .8em;
	padding: 5px 0 10px 0;
	text-align: right;	
	width: 945px; 
}
#colophon li a {
	color: #666666;
}
#colophon a:hover,
#colophon a:focus {
	text-decoration: none;
}
#colophon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#colophon li {
	display: inline-block;
}
#colophon li {
	display: inline;
	padding: 0 5px;
}
#copyright {
	float: left;
}
#connect-with-ucla img {
	border: none;
	padding-left: 2px;
	vertical-align: middle;
}
#connect-youtube {
	padding-left: 5px;
}
