/*

	AIAC main stylesheet

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 1.0em;
	margin: 0 0 15px 0;
}

table tr td {
	font-size: 1.0em;
	vertical-align: top;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: ""; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.print {
	display: block;
	visibility: visible;
	font-size: 1.0em;
}

.print-link {
	float: right;
	font-weight: bold;
	color: #e31b24;
}

/* =header / toolbar
--------------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
	height: auto;
}

#header #header-inner {
	width: 100%;
	height: auto;
}

#header #logo {
	display: block;
	float: left;
	width: 422px; 
	height: 57px;
}

#header #toolbar {
	display: none;
	visibility: hidden;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: #ffffff;
	width: 100%;
}

#wrapper #wrapper-inner {
	background: #ffffff;
	width: 100%;
} 

#main-content {
	background: #ffffff;
	clear: both;
	width: 100%;
}

#left-col {
	display: none;
	visibility: hidden;
}

#middle-col {
	float: left;
	width: 70%;
}

#right-col {
	float: left;
	width: 30%;
}

#text-content {
	padding: 0 25px 20px 0;
}

/* =Layout homepage
---------------------------------------------------------------------------------------------------- */
#home #wrapper {
	background: #ffffff;
	width: 100%;
}

#home #wrapper #wrapper-inner #main-content {
	background: #ffffff;
	width: 100%;
}

#home #left {
	float: left;
	width: 671px;
}

#home #right {
	float: left;
	width: 306px;
	padding-top: 14px;
}

/* Intro */
#home #intro {
	background: #ffffff;
	padding: 25px 25px 25px 25px;
}

#home #intro h1 {
	padding-bottom: 15px;
}

#home #intro p {
	margin-top: 8px;
}

#home #intro a {
	color: #104c6e;
}

#home #intro a:hover {
	color: #e3252a;
}

/* News */
#home #news {
	background: #ffffff;
	float: left;
	width: 326px;
	padding: 0 2px 0 13px;
}

#home #news ul {
	padding: 0 20px 10px 14px;
}

#home #news ul li {
	padding: 15px 0 0 0;
}

#home #news h2 a {
	background: none;
	display: block;
	float: right;
	text-decoration: none;
	padding-right: 23px;
}

/* Employment */
#home #employment {
	float: left;
	width: 308px;
	padding: 0 0 0 4px;
}

#home #employment p {
	margin: 10px 10px 15px 7px;
}

#home #employment img {
	display: block;
	margin: 12px auto 0 auto;
}

#home #news h2, #home #employment h2 {
	background: #ffffff;
	width: 282px; 
	height: 33px;
	color: #e3252a;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding: 11px 16px 0 13px
}

/* Publications */
#publications {
	background: #ffffff;
	width: 296px;
	margin-bottom: 14px;
}

#publications #publications-btm {
	background: none;
}

#publications #publications-inner {
	background: none;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	padding: 10px 0 10px 0;
}

#publications #publications-inner img {
	display: block;
	margin: 0 auto;
}

#publications #publications-inner p {
	color: #104c6e;
	margin: 8px 0 8px 0;
	padding: 0 20px 0 20px;
}

#publications #publications-inner a {
	color: #104c6e
}

#publications #publications-inner a:hover {
	color: #e3252a;
}

/* Events Calendar */
#calendar {
	background: none;
	width: 296px;
}

#calendar #calender-btm {
	background: none;
}

#calendar #calender-inner {
	background: none;
}

#calendar #calender-items {
	width: 248px;
	margin: 0 auto;
	padding: 10px 0 8px 0
}

#calendar #calender-items a {
	color: #696969;
}

#calendar #calender-items a:hover {
	color: #e3252a;
}

#calendar #calender-items p {
	margin: 10px 0 10px 0;
}

#calendar #calender-items h3 {
	color: #696969;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#calendar #calender-items h3 a {
	background: none;
	float: right;
	color: #696969;
	text-decoration: none;
	padding-right: 23px;
}

#calendar #calender-items ul {
	margin-bottom: 5px;
}

#calendar #calender-items ul li {
	float: left;
	color: #696969;
}

#calendar #calender-items ul li a {
	color: #696969;
	text-decoration: none;
}

#calendar #calender-items ul li.date {
	width: 230px;
	text-align: center;
}

#calendar #calender-items ul li.link-right {
	float: right;
}

/* =Homepage banners
---------------------------------------------------------------------------------------------------- */
#home #homepage-banners {
	width: 980px;
	margin: 0 auto 1px auto;
}

#home #homepage-banners #banners img {
	display: block;
}

#home #homepage-banners #banners #links li {
	float: left;
}

#home #homepage-banners #banners #links li a {
	background: none;
	display: block;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	margin-right: 30px;
	padding-right: 24px;
}

#home #homepage-banners #banners #links li a:hover {
	color: #d6dee5;
}

#home #homepage-banners #banners .banner_01 #links {
	position: absolute;
	top: 253px;
	left: 38px;
}

#home #homepage-banners #banners .banner_02 #links {
	position: absolute;
	top: 274px;
	left: 25px;
}

#home #homepage-banners #banners .banner_03 #links {
	position: absolute;
	top: 274px;
	left: 25px;
}

#home #homepage-banners #banners .banner_04 #links {
	position: absolute;
	top: 274px;
	left: 525px;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	display: none;
	visibility: hidden;	
}

/* =Sub content
---------------------------------------------------------------------------------------------------- */
#right-col .sub-content {
	padding: 0 0 20px 10px;
}

#right-col .sub-content p {
	color: #104c6e;
	font-size: 1.0em;
	line-height: 16px;
	margin: 16px 0 16px 0;
}

#right-col .sub-content h3 {
	color: #104c6e;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#right-col .sub-content a {
	color: #104c6e;
}

#right-col .sub-content a:hover {
	color: #333333;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	background: none;
	width: 100%;
	color: #000000;
	margin: 20px auto 0 auto;
}

#footer p {
	padding: 0;
}

#footer p a {
	color: #000000;
	margin-left: 2px;
}

#footer .print-link {
	float: right;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:focus  {
	outline: none;
	color: #e3252a;
}

a:hover {
	outline: none;
	color: #333333;
}

/* =lists
--------------------------------------------------------------------------------------------------- */
#text-content ul {
 	margin: 0 0 18px 16px;
	padding: 0;
}

#text-content ul li {
	list-style: square;
	line-height: 16px;
	padding: 0 0 5px 12px;
}

#text-content ol {
 	margin: 0 0 18px 25px;
	padding: 0;
}

#text-content ol li {
	list-style: decimal;
	line-height: 16px;
	padding: 0 0 5px 0;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#text-content {
	color: #000000;
}

#text-content p {
	margin: 0 0 16px 0;
	line-height: 16px;
}

#text-content h1 {
	color: #104c6e;
	font-family: arial, verdana, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 16px 0;
}

#text-content h2 {
	color: #e41b23;
	font-size: 13px;
	margin: 0 0 12px 0;
}

#text-content h3 {
	color: #666666;
	font-size: 13px;
	margin: 0 0 12px 0;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data {
	border-right: 1px solid #104c6e;
	border-bottom: 4px solid #104c6e;
}

.data tr th {
	text-align: left;
	line-height: 15px;
	padding: 3px 4px 3px 4px;
	border-top: 1px solid #104c6e;
	border-left: 1px solid #104c6e;
}

.data tr td {
	line-height: 15px;
	padding: 5px 4px 5px 4px;
	border-top: 1px solid #104c6e;
	border-left: 1px solid #104c6e;
}

/* =Main nav CSS Menus (Core styles - Do not modify)
---------------------------------------------------------------------------------------------------- */
#main-nav {
	display: none;
	visibility: hidden;
}
