@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 { color: #b31b34; }
h1 {font-size: 2.0em;}
h2 {font-size: 1.5em; }
h3 {font-size: 1.33em; }
h4 {font-size: 1.167em; }
h5 {font-size: 1.0em; }

a img {
	border: 0px none;
}
#header {
	background-color: #00386e;
	height: 77px;
	overflow: hidden;
	position: relative;
}
#header #ecu {
	position: absolute;
	top: 0;
	right: 0;
}
#header #title {
	height: 77px;
	width: 300px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/common/title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#menu-search {
	padding: 0;
	margin: 0;
	background: #00a0e8;
	position: relative;
	height: 3em;
	color: #fff;
	overflow: hidden;
}
#menu-search #menu, #menu-search #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-search #menu {
	margin-left: 20px;
}
#menu-search #menu li {
	display: inline;
}
#menu-search #menu li a {
	color: #fff;
	font-size: 1.2em;
	line-height: 2.5em; /* 30px line height */
	font-weight: bold;
	text-decoration: none;
	padding-right: 2em;
}
#promo {
	background-color: #000000;
	margin-top: 1px;
	height: 150px;
	overflow: hidden;
	background: #000 url(../images/banners/secaAU.jpg) no-repeat top left;
}
#container {
	margin-top: 1em;
}
#container #menu-primary, #container #content, #container #news {
	font-size: 1.2em;
}
#container #content, #container #news {
	line-height: 1.5em;
}
#container #menu-primary ul, #container #menu-primary ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#container #menu-primary ul {
	margin-left: 10px;
}
#container #menu-primary ul li a {
	margin: 1em 0 0.5em;
	color: #00386e;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#container #menu-primary ul li a:hover {
	text-decoration: underline;
}
#container #menu-primary ul ul li a { font-weight: normal; }
#container #news dl dt {
	font-weight: bold;
	color: #b31b34;
}
#container #news dl dd {
	margin: 1em 0;
}
#container #news dl dd a, #container #news dl dd a:visited {
	color: #00386e;
	font-weight: bold;
}
#footer {
	margin: 20px;
	font-size: 1.2em;
}
.hidden { display: none; }
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.submenu {
	border: 1px solid #333;
	background: #EEE;
	padding: 0.5em;
}

.hidden {
	display: none;
}