@charset "utf-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


body {
	background: url(images/UBA_background.jpg) repeat-x #2C2C2C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	text-align: center;
	min-height: 600px;/* for good browsers*/
	min-width: 800px;/* for good browsers*/
}

#outer{
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
}

#inner {
	width: 800px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #a5de00;
	background: url(images/container_background.png) repeat-y #200031;
	height: 100%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -8px;
	text-align: center;
	position: relative;
	vertical-align:middle;
	display:table-cell;
}

#header {
	background: url(images/UBA_header.jpg) no-repeat;
	height: 180px;
	text-align: right;
}

#sidebar {
	width: 190px;
	float: left;
	background-color: #200031;
	z-index: 2;
}

#sidebar #nav {
	background-color: #000000;
	padding-bottom: 20px;
}

.activeLink {
	background-color: #333;
}

#nav {
	border-top-color: #a3de00;
	border-top-width: 6px;
	border-top-style: solid;
	padding-top: 10px; 
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav li {
	padding-left: 15px;
	background-image: url(images/UBA_bullet.png);
	background-repeat: no-repeat;
	background-position: 28px 7px;
	line-height: 32px;
}

#nav a {
	display: block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-left: 40px;
}

#nav a:hover,
#nav a:active {
	color: #a3de00;
}

#content {
	height:auto;
	text-align: left;
	padding: 15px;
}

#content div {
	padding:0 0 12px 0;
}

#content-box1, #content-box2 {
	padding:5px;
	vertical-align: top;
	margin-top:0px;
}

#content-box1 {
	width:400px;
	float: left;
	margin-right:10px;
	margin-left:10px;
}

#content-box2 {
	width:170px;
	float: right;
}

#content li {
	padding-left: 52px;
	margin-top: 7px;
	background-image: url(images/UBA_bullet2.png);
	background-repeat: no-repeat;
	background-position: 28px 1px;
	line-height: 20px;
}

#footer {
	clear: both;
	background: #000;
	color:#FFF;
	text-align:center;
	padding: 20px;
}

#footer a {
	display: inline;
	color: #6896cc;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #a3de00;
}

.note {
	width:350px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C2C2C;
	margin-top: 20px;
	padding-top: 10px;
}
	
.intro {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C2C2C;
	padding: 15px;
	height: 140px;
	vertical-align: middle;
	position:relative;
}

.intro img {
	display:block;
	float: left;
	margin-top: 20px;
	margin-left: 0;
	margin-right:10px;
	margin-bottom:-15px;
}

.intro p,h1,h2,h3,h4,h5 {
	margin-top: 0px;
}
	
p {
	line-height: 22px;
	margin-top: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #a3de00;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6896cc;
	margin-top: 12px;
}

h3 {
	font-weight: bold;
	color: #000;
	margin-top: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

h4 {
	font-weight: normal;
	color: #000;
	margin: 0;
	margin-top: 12px;
}

h5 {
	font-style:italic;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

h6 {
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	color: #000;
	margin-top: 8px;
	margin-bottom: 10px;
}

a {
	color:#6896cc;
}

a:hover,
a:active {
	color: #a3de00;
}

.read a {
	display: block;
	color: #702d8f;
	font-weight: bold;
	text-align: right;
	line-height: 15px;
	padding-top:8px;
	text-decoration: none;
}

.read a:hover,
.read a:active {
	color: #a3de00;
}

.casestudy {
	text-align: right;
	padding-top: 0;
	font-style:italic;
}

.right {
	width:170px;
	float: right;
	padding-left:15px;
	margin-bottom: 20px;
}

.bold {
	font-weight:bold;
}
