/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333366;	
}

a{
	outline: none;
	text-decoration: underline;
	color: #333366;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	outline: none;
	color: #006666;
}

h1{
	float: left;
	color: #ffffff;
}	

h1.cop{
	background: url(images/cop.jpg) no-repeat top left;
	width: 409px;
	height: 121px;
	float: left;
	display: inline;
	text-indent: -30000px;
}

h2 { 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

h2.uoc{
	background: url(images/uoc.jpg) no-repeat top left;
	width: 171px;
	height: 121px;
	float: left;
	display: inline;
}

h2.uoc a{
	width: 171px;
	height: 121px;
	display: block;
	text-indent: -30000px;
}

h2.pow{
	background: url(images/pow.jpg) no-repeat top left;
	width: 220px;
	height: 121px;
	float: left;
	display: inline;
	margin-left: 129px;
}

h2.pow a{
	text-indent: -30000px;
	width: 220px;
	height: 121px;
	display: block;
}

#page h2.contentheading, h1.componentheading, h2.componentheading{
	color: #333366;
	font-size: 2.7em;
	padding-left: 64px;
	font-weight: normal;
	padding-bottom: 26px;
}

h3,  .blog h2.contentheading { 
	font-size: 1.5em; 
	font-weight: bold;
	margin-bottom: 12px;
	float: left;
	color: #006666;
	font-style: italic;
	clear: left;
}

 .blog h2.contentheading{
	padding-left: 64px; 
}

h3 span{
	font-weight: normal;
}

h3.ltweets{
	background: url(images/ltweets.jpg);
	width: 109px;
	margin-left: 6px!important;
	margin-top: 3px;
	height: 18px;
	display: inline;
	text-indent: -30000px;
	clear: none!important;
}

h3.maptitle{
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	float: left;
	clear: left;
	width: 583px!important;
	background: url(images/maptitle.jpg) repeat-x top left;
	font-size: 1.2em;
	padding: 9px 0px 9px 13px!important;
	color: #333366;
	margin: 0px!important;
}

h3.flashheader{
	padding: 10px 0px 0px 9px;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px;
}

h3.flashheader2{
	padding: 10px 0px 0px 9px;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px;
	width: 300px;
}

h4 { 
	font-size: 1.5em; 
	font-weight: normal;
	width: 248px;
}

h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }

p{
	color: #333366;	
	padding-bottom: 13px;	
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
	clear: left;
	float: left;
}

p a{
	color: #333366;
	font-weight: bold;
}

p.error{
	color: #ffaaaa;	
	font-weight: bold;
}

#page ul{
	float: left;
	clear: left;
	font-size: 1.1em;	
	padding-left: 64px;
	margin-bottom:  20px;
	line-height: 1.3em;
	list-style: inside;
}

#left #page ul{
	width: 596px;
}

#left #page ul li{
	width: 596px;
}

#page ul li{
	float: left;
	clear: left;
	color: #333366;
	padding-bottom: 2px;
}

hr{
	background: #99CC01 none repeat scroll 0 0;
	clear: left;
	float: left;
	height: 1px;
	margin-bottom: 20px;
	margin-left: 64px;
	width: 596px;
}