/*======================================================
  STRUCTURE.CSS
  ======================================================

    1.  HIDDEN STYLES
            - Homepage
            - Interior
    2.  STRUCTURE
			- Font
            - Links
			- Images
			- Tables
            - iCreate Classes
			- Default Styles
	3.  DEFAULT PAGE SETUP 
            - Logo
            - Top Nav
    4.  NEWS
	

  ===================================================== */
  
  
/*======================================================
  1. HIDDEN STYLES
  ===================================================== */

#skipContentWrapper, #topNav, .mobileNav, .searchContainer, #idLikeTo, .mainNavContainer, .mobileDropDown, .mobileSearchContainer, #quickLinksContainer, #footerNav a, .socialLinks, #embeddedEmailContainer, #EmergencyBannerWrapperOuter, #BrowserBannerWrapperOuter, #tableStyles, #languageContainer, #feedbackLink, #__ba_panel, .footerlogo, .footerNavMega, .footerBottomRight {
	display: none;
}

#esol, .AccordionContent{ display: block !important; }


/* ====== HOMEPAGE */

header h1, .imageScrollerOuter, .slider-container, .mobileBannerText, .tickerContentOuter, #quickLinks, .mapLocator{
	display: none;
}


/* ====== INTERIOR */

#intBg, #subNavContainer, #intBanner, .subNavTriggerContainer, #actions, #breadcrumbs, .mobileSubNavContainer, .toggleContent, #RightImage, #intQuicklinks, #pageSubscription{
	display: none;
}



/*======================================================
  2. STRUCTURE
  ===================================================== */

header {
	margin-bottom: 30px;
	padding: 20px 0 30px 0;
	border-bottom: solid 1px #999;
}

#logo img{
	max-width: 243px;
}

footer {
	margin-top: 30px;
	padding: 30px 0 20px 0;
	border-top: solid 1px #999;
}

.footerTop{ min-height: 0 !important; }

#contactMainContainer{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.box{
	float: left;
	margin: 10px;
}

.contactHeader{
	font-size: 18pt;
	line-height: 1.3;
}

#mapWrapper{
	clear: both;
	margin-top: 30px;
	padding: 30px 0 20px 0;
	border-top: solid 1px #999;
}



/*======================================================
  3. DEFAULT PAGE SETUP
  ===================================================== */
 
#uber {
	margin: 0.5cm;
}


/* ====== FONT */

body {
	color: #000;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 12pt;
	line-height: 1.3;
	background: #FFF;
}

h1, h2, h3, h4, h5, h6, p, caption{
	font-weight: normal;
	margin: 15px 0px;
}

h1{
	font-size: 22pt;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

h2, caption{
	font-size: 18pt;
}

h3{
	font-size: 16pt;
}

h4, h5, h6{
	font-size: 14pt;
}

caption{
	text-align: left;
}


/* ====== LINKS */

a{
	color: #000;
	text-decoration: underline;
	word-wrap: break-word;
}

#printAreaContent a:after, #esol a:after{
	content: " (" attr(href) ")";
	font-size: 70%;
}

#printAreaContent a[href^="#"]:after, #esol a[href^="#"]:after{
	display: none;
}


/* ====== IMAGES */

img { border: 0px; max-width: 500px; }
.mapImage img{ max-width: 80%; }

img.ImageLeft, img.imageLeft, img.Left, .Left iframe {
    float: left;
    margin: 0 20px 20px 0;
    padding: 1px;
}

img.ImageRight, img.imageRight, img.Right, .Right iframe {
    float: right;
    margin: 0 0 20px 20px;
    padding: 1px;
}

img.Center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}


/* ====== TABLES */

table, th, td
{
  border-collapse:collapse;
  border: 1px solid #ccc;
}

table{
	table-layout: fixed;
	width: 100%;
	margin: 15px 0;
}

td{
	padding: 5px 10px;
}


/* ====== iCREATE CLASSES */

.Center, .alignCenter {
    text-align: center;
}

.Left, .alignLeft {
    text-align: left;
}

.Right, .alignRight {
    text-align: right;
}


/* ====== DEFAULT STYLES */

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }

video, audio, embed, object{
	display: none;
}

sub { font-size:80%; }
sup { font-size:80%; }

hr {
    display: block;
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    margin: 20px 0;
}



/*======================================================
  4. NEWS
  ===================================================== */

.newsContainer_Months, #newsContainer_Pagelist, .newsItem_social{
	display: none;
}

.newsItem_Header{
	clear: both;
	width: 100%;
}

.newsItem{
	display: block !important;
	padding: 0 0 10px 0;
	clear: both;
}

.newsSubscribeContainer img{ display: none; }

.newsCategoryTitle h1{
	position: relative !important;
	top: auto !important;
	left: auto !important;
	padding-right: 0 !important;
	width: 100% !important;
}


/* ----- END OF TEMPLATE ----- */