﻿@charset "utf-8";
/* CSS Document */
/* Contents of Document */

/* FOOTER */
/* DIVISION INFO */
/* DIVISION ADDRESS */
/* DEPARTMENT INFO */
/* LIST DIVISION LINKS */
/* LIST DEPARTMENT LINKS */
/* FIXES INLINE-BLOCKS IN IE 7 */

/* FOOTER */
#mainFooter {
	position: relative;
	color: #094c79;
	font-size: .8em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	overflow:hidden;
	display:block;
	clear:both;
}
/* DIVISION INFO */
#divisionInfo {
	float: right;
	padding: 2em;
}
/* DIVISION ADDRESS */
address.divisionAddress {
	font-style:normal;
	max-width: 550px;
	min-width:400px;
}
.divisionAddress span[itemprop="name"], .divisionAddress span[itemprop="alternateName"] {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	display: block;	
}
.divisionAddress span[itemprop="alternateName"]:before {
	content: "(";
}
span[itemprop="alternateName"]:after {
	content: ")";
}
.divisionAddress p[itemprop="address"] {
	float: left;
	clear: left;
}
.divisionAddress p[itemprop="address"] span[itemprop="addressLocality"]:after {
	content:", ";
}
.divisionAddress p[itemprop="address"] span[itemprop="streetAddress"] {
	display: block;
}
.divisionAddress p[itemprop="contactPoint"] {
	float: right;
	clear: right;
}
.divisionAddress p[itemprop="contactPoint"] span[itemprop="areaServed"]:after {
	content: ": ";	
}
/* LIST DIVISION LINKS */
.listDivisionLinks {
	clear: both;
	text-align: center;
}
.listDivisionLinks > li {
	list-style-type: none;
	display:inline-block;
	padding: .75em;
	zoom: 1;
    *display: inline;	
}
.listDivisionLinks > li > a {
	color: #094c79;
}
.listDivisionLinks > li > a:hover {
	text-decoration: none;
	color: #06C;
}
/* DEPARTMENT INFO */
#departmentInfo {
	padding-top: 120px;
	margin-top: 1em;
}
/* LIST DEPARTMENT LINKS */
#listDepartmentLinks {
	list-style: none;
	background: #094c79;
	position:relative;
}
#listDepartmentLinks > li {
	display: inline-block;
}
#listDepartmentLinks > li > a {
	padding: .5em 1em;
	display: block;
	color: #f7e7d8;
}
#listDepartmentLinks > li > a:hover {
	text-decoration: none;
	color: #fff;
}
#listDepartmentLinks > li:first-child {
	position: absolute;
	bottom: 100%;	
}
#listDepartmentLinks #doaHomeLink {
	height: 120px;
	width: 400px;
	background-color: transparent;
	color: transparent;
	background: url(../images/graphic-background-footer-DOA.png) left bottom no-repeat;
	padding: 0;
}
/* FIXES INLINE-BLOCKS IN IE 7 */
#listDepartmentLinks > li, .listDivisionLinks > li {
	 zoom: 1;
    *display: inline;

}
.outer {
    text-align:center;
    width: 50%;
    
}

.block {
 
    display: inline-block;
 border: 1px solid #006;
}
.answ{
 
    display: inline-block;
 border: 1px solid #006;
}