﻿@charset "utf-8";
/* 
	layout.css
	
	Project: 
	
	iomer internet solutions - Nov 2008
	iomer.com



	Table of Contents
	-----------------
		
	=clearfix
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,  ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; }
/* this looks creative b/c it is. it's the only way to get the <object> to not adopt the bg color and image from body */
html { min-height: 100%; height: 100%; background: url(images/LAA/background.gif) 0 0 repeat scroll transparent;}
body { width: 100%; min-height: 100%; height: 100%; background-color:transparent; }

p { margin-bottom: 1.0em; }
a img { border: 0 none; }
/* add some vertical spacing to ul, ol list items */
ol li {  margin-bottom: 0.5em; margin-left: 35px; }

ul { list-style: none ; }
ul li {
	padding-left: 16px;
	background: transparent url(images/LAA/bullet.gif) 0 6px no-repeat scroll;
	margin-bottom: 0.5em;
}

/* =clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


.iomer_fixedWrap {
	/*
		set width to desired fixed size,
		or, alternately, leave undefined for fluid
	*/
	display: block;
	width: 986px;
	border: 0 none;
	padding: 0;
	margin: 0 auto;
}
.iomer_fluidWrap {
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
	padding: 0;
	margin: 0;
}

/*.iomer_subNav { width: 150px; margin: 0; padding: 0; list-style: none; }*/

/* ---------------------------------------------------------------------- */

.la_vSpacer { width: 100%; height: 5px; clear:both; /* these two fix for IE6 */font-size: 0; line-height: 0;}
.la_hSpacer { width: 5px; height: auto; }

.la_rMargin { margin-right: 5px; }
.la_lMargin { margin-left: 5px; }
.la_tMargin { margin-top: 5px; }
.la_bMargin { margin-bottom: 5px; }

/* floats the welcome and site actions, and compresses their heights */
.la_spMeta { float: right; line-height: 100%; }

/* ---------------------------------------------------------------------- */
#la_bodyWrap { width: 986px; display: block; padding: 0; margin: 0 auto; position: relative; }
.la_printLogo { display: none; } /* logo only displayed when printing */

/* ---------------------------------------------------------------------- */
/* columns */
.la_navColumn { width: 185px; padding-left:26px; padding-right: 15px; float: left; }
.la_withLogo { background:url(images/LAA/LAA_logo.png) 0 32px no-repeat scroll transparent; padding-top: 15px; }
	a.la_homeLink,
	a.la_homeLink:link,
	a.la_homeLink:visited,
	a.la_homeLink:hover,
	a.la_homeLink:active { display: block; height: 55px; margin: 0 -15px 0 -26px; text-decoration: none !important;}

ul.la_mainNav { display: block; margin: 0; padding: 20px 0 0; list-style: none; }

/* cascading definition for all sublists */
ul.la_mainNav li ul { display: block; margin: 0 0 0 14px; padding: 0; list-style: none;}

/* two definitions that control the visibility of the sub section navs */
/* hide 'em */
ul.la_mainNav .la_subList1,
ul.la_mainNav .la_subList2,
ul.la_mainNav .la_subList3,
ul.la_mainNav .la_subList4,
ul.la_mainNav .la_subList5,
ul.la_mainNav .la_subList6,
ul.la_mainNav .la_subList7 { display: none; }
/* show 'em */
ul.la_mainNav li.la_selectedItem1 .la_subList1,
ul.la_mainNav li.la_selectedItem2 .la_subList2,
ul.la_mainNav li.la_selectedItem3 .la_subList3,
ul.la_mainNav li.la_selectedItem4 .la_subList4,
ul.la_mainNav li.la_selectedItem5 .la_subList5,
ul.la_mainNav li.la_selectedItem6 .la_subList6,
ul.la_mainNav li.la_selectedItem7 .la_subList7 { display: block; }


/*
	creative spacing for the list items so that items that wrap
	don't have large vertical gaps between them, thus clustering
	the words to form one visual item.
*/
ul.la_mainNav li { display:block; line-height: 0; margin: 0; padding: 0; background: none; /* clear the image added to all default ul li's */}

ul.la_mainNav a {
	display: block;
	color: #000; 
	text-transform: uppercase; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	line-height: 12px;
	padding: 5px 0;
	letter-spacing: 0.75px;
	}
/* !important's  are overriding the generalised style applied to <a>'s as it takes precedence without it. */
ul.la_mainNav a:link,
ul.la_mainNav a:visited { text-decoration: none !important; }
ul.la_mainNav a:hover,
ul.la_mainNav a:active { text-decoration: underline !important; }

/* these definitions will cascade down to all sub list anchors */
ul.la_mainNav .la_subList1 a,
ul.la_mainNav .la_subList1 a:link,
ul.la_mainNav .la_subList1 a:visited { color: #474644; }
ul.la_mainNav .la_subList1 a:hover,
ul.la_mainNav .la_subList1 a:active { color: #474644; }

/* define the 3rd level ul - salmon bg and borders */
ul.la_mainNav .la_subList2 {
    background-color: #FFFEF0;/*#f5ebdf;*/
    border: dotted 2px #fff;
    border-top-style: solid;
    }
ul.la_mainNav .la_subList2 li { line-height: 11px; }

/* 3rd level specific definitions for anchors. */
ul.la_mainNav .la_subList2 a,
ul.la_mainNav .la_subList2 a:link,
ul.la_mainNav .la_subList2 a:visited,
ul.la_mainNav .la_subList2 a:hover,
ul.la_mainNav .la_subList2 a:active { text-transform: none; padding:4px 0 4px 5px; display: inline-block; }

/* the bulky definition of the selected state (with extra levels just in case) */
/* also, we now track the path from root down to selected page */
ul.la_mainNav a.la_currentNodeParent1,
ul.la_mainNav a.la_currentNodeParent1:link,
ul.la_mainNav a.la_currentNodeParent1:visited,
ul.la_mainNav a.la_currentNodeParent1:hover,
ul.la_mainNav a.la_currentNodeParent1:active,
ul.la_mainNav a.la_currentNodeParent2,
ul.la_mainNav a.la_currentNodeParent2:link,
ul.la_mainNav a.la_currentNodeParent2:visited,
ul.la_mainNav a.la_currentNodeParent2:hover,
ul.la_mainNav a.la_currentNodeParent2:active,
ul.la_mainNav a.la_currentNodeParent3,
ul.la_mainNav a.la_currentNodeParent3:link,
ul.la_mainNav a.la_currentNodeParent3:visited,
ul.la_mainNav a.la_currentNodeParent3:hover,
ul.la_mainNav a.la_currentNodeParent3:active,
/* end track path */
ul.la_mainNav a.la_currentNode1,
ul.la_mainNav a.la_currentNode1:link,
ul.la_mainNav a.la_currentNode1:visited,
ul.la_mainNav a.la_currentNode1:hover,
ul.la_mainNav a.la_currentNode1:active,
ul.la_mainNav a.la_currentNode2
ul.la_mainNav a.la_currentNode2link,
ul.la_mainNav a.la_currentNode2:visited,
ul.la_mainNav a.la_currentNode2:hover,
ul.la_mainNav a.la_currentNode2:active,
ul.la_mainNav a.la_currentNode3,
ul.la_mainNav a.la_currentNode3:link,
ul.la_mainNav a.la_currentNode3:visited,
ul.la_mainNav a.la_currentNode3:hover,
ul.la_mainNav a.la_currentNode3:active,
ul.la_mainNav a.la_currentNode4,
ul.la_mainNav a.la_currentNode4:link,
ul.la_mainNav a.la_currentNode4:visited,
ul.la_mainNav a.la_currentNode4:hover,
ul.la_mainNav a.la_currentNode4:active { color: #c00; }


.la_contentWrap { width: 760px; float: right; overflow:hidden;}
/* content body is sub page only */
.la_contentBody { display: block; background-color: #fff; padding-bottom:20px; border-bottom: 2px solid #7d7c77;}
.la_topEdge { border-top: 4px solid #7d7c77; }


/* offers flexibility to content white bg stretching */
.la_stretchMagicTable {height:100%; border-collapse:collapse;}
.la_stretchMagicHeader { vertical-align:top; height:166px; } 
.la_stretchMagic { vertical-align:top; /*background-color:#fff;*/ height:100%; }

.la_contentCol { }

.la_contentBrown { background-color: #DFDCD3; }
.la_contentWhite { background-color: #fff; }
/*
    based on a 3 x 250px column layout with 5px gutters
    (gutters are added dynamically with .la_[t,r,b,l]Margin classes)
*/
.la_1wide { width: 230px; float: left; padding: 5px 10px;}
.la_2wide { width: 485px; float: left; padding: 5px 10px;}
.la_3wide { width: 740px; float: left; padding: 5px 10px;}
.la_halfWide { width: 350px; padding: 5px 10px;}
.fLeft { float:left;}
.fRight { float:right;}

/* ---------------------------------------------------------------------- */
/* internal horizontal bands of color */
.la_band { display: block; /* these two fix for IE6 */font-size: 0; line-height: 0; }
.la_grey { background: url(images/LAA/grey_band.gif) 0 0 repeat scroll transparent; clear: both;}
.la_black { background: url(images/LAA/black_band.gif) 0 0 repeat-x scroll transparent; clear: both; height: 10px;}

/* ---------------------------------------------------------------------- */
/* masthead definitions */

/*
	NOTE: la_mastheadHome and la_mastheadSub are wrapped with an 'Outer' div b/c
	IE changes the position from relative to static when applying the PNG filter
	to elements with transparent PNG's.

*/
/* homepage specific */
#la_mastheadOuter { display: block; position:relative; width: 760px; }

#la_masthead { 
	width: 760px; 
	background-position: 100% 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: transparent; 
	}
.la_home #la_mastheadOuter{height:272px;}
.la_home #la_masthead{height:272px;background-image:url(images/LAA/homepage_masthead.png)}

.la_sub #la_mastheadOuter,
.la_sub #la_masthead { height: 156px; } /* set by default: background-image: url(images/LAA/subpage_masthead.png) */

.la_home a.la_masthead_link {
	display: block;
	padding: 35px 0 3px 0;
	width: 125px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff !important;
	font-size: 11px;
	}
.la_home a.la_masthead_link:link,
.la_home a.la_masthead_link:visited { text-decoration: none !important; }
.la_home a.la_masthead_link:hover,
.la_home a.la_masthead_link:active { text-decoration: underline !important; }

/* =toolbar & =breadcrumb */
#la_mastheadToolbar { display: block; margin:0; padding: 0 0 1px 0; width:760px;}
#la_breadcrumbWrap { display: block; float:left; color: #fff; margin: 1px 0 0 12px; letter-spacing: 0.04em; }
#la_breadcrumbWrap a,
#la_breadcrumbWrap a:link,
#la_breadcrumbWrap a:visited { color: #fff; text-decoration: none !important; }
#la_breadcrumbWrap a:hover,
#la_breadcrumbWrap a:active { color: #fff; text-decoration: underline !important; }

/* =search */
#la_searchWrap { display:block; width: 232px; background: transparent url('Images/LAA/searchbox.gif') 0 0 no-repeat scroll; float:right; margin: 1px;}
	#la_searchWrap .ms-sbtable,
	#la_searchWrap .ms-sbtable-ex { width: auto; margin: 0; padding:0; border: 0 none; }
	#la_searchWrap .ms-sbtable td,
	#la_searchWrap .ms-sbtable-ex td { border: 0 none; background-color: transparent; height: 20px; line-height:20px; }
	#la_searchWrap .ms-sbLastcell { display: none; }
	#la_searchWrap .ms-sbcell { padding: 0; margin: 0;}
	#la_searchWrap .ms-sbplain { /* width: 212px;*/ background-color: transparent; margin-left: 2px; }
	#la_searchWrap .ms-sbgo a { display: block; width: 20px; height:100%; cursor: pointer; }

#la_sectionTitle { 
	width: 350px;
	position:absolute; 
	bottom: 0; 
	padding-bottom: 20px;
	left: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	text-transform: capitalize;
	color: #c00;
	line-height: 38px;
	}

/* ---------------------------------------------------------------------- */
.la_WelcomeNote {
	display: block;
	padding: 15px 10px 5px;
	background-color: #fff;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	}
.la_sub .la_WelcomeNote { color: #3d3d3d; }
/*	eliminate paragraph spacing because it should only have 
	one paragraph in it and the excess spacing looks odd */
.la_WelcomeNote p {	margin: 0; }

/* ---------------------------------------------------------------------- */
/* teaser panel definitions for the 'jump to' section of each page. */
table.la_teaserLayout { border-collapse: collapse; width: 485px; }
table.la_teaserLayout td.la_teaser { width: 240px; padding-bottom: 15px; vertical-align: top; background: transparent url(images/LAA/teaserBottom.gif) 0 bottom  no-repeat scroll;}
table.la_teaserLayout td.la_teaserWide { width: 485px; padding-bottom: 15px; vertical-align: top; background: transparent url(images/LAA/teaserBottomWide.gif) 0 bottom  no-repeat scroll;}
.la_teaserHeader { 
	height: 24px; 
	display: block;
	padding: 12px 13px 0 9px;
	text-align: center; 
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, sans-serif; 
	color: #a00; 
	line-height: 120%; 
	}
table.la_teaserLayout td.la_teaser .la_teaserHeader { background: transparent url(images/LAA/teaserTop.gif) 0 0 no-repeat scroll; }
table.la_teaserLayout td.la_teaserWide .la_teaserHeader { background: transparent url(images/LAA/teaserTopWide.gif) 0 0 no-repeat scroll; }

/*table.la_teaserLayout td.la_teaserRight { background-position: 2px 100%; }*/
/*table.la_teaserLayout td.la_teaserRight .la_teaserHeader { background-position: 2px 0; }*/

.la_teaserBody { 
	display:block; 
	padding: 4px 13px 4px 9px; 
	color:#464646; 
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	}
.la_teaserBody a,
.la_teaserBody a:link,
.la_teaserBody a:visited,
.la_teaserBody a:hover,
.la_teaserBody a:active { color: #900 !important; }

/* ---------------------------------------------------------------------- */
/* a homepage specific def'n for the 3 horizontal 'audience selection' buttons */
a.la_audienceLink { 
	display: block; 
	padding-top: 25px;
	padding-bottom: 25px; 
	text-align: center; 
	font-size: 26px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #fff !important;
	}
a.la_audienceLink:link,
a.la_audienceLink:visited { background-color: #72716c; }
a.la_audienceLink:hover,
a.la_audienceLink:active { background-color: #81807a; }

.la_audienceText { color: #000 !important; }
/* ---------------------------------------------------------------------- */
/* =backtotop link on subpages */
.la_anchorToTopTab {
	display:block;
	width: 175px;
	height:21px;
	margin-top: 25px;
	background: transparent url(images/LAA/backtotop.gif) 100% 0 no-repeat scroll;
	float: right;
	}
.la_anchorToTopTab span { display: none; }

.la_anchorToTop {
	display:block;
	width: 158px;
	height:20px;
	margin: 0 auto;
	background: transparent url(images/LAA/backtotopnotab.gif) 0 0 no-repeat scroll;
	}
.la_anchorToTop span { display: none; }

/* ---------------------------------------------------------------------- */
/* secondary page specific definition for an area of helper links */
.la_helperLinks {
	display: block;
	margin-bottom: 20px;
	}

/* and video playback panel */
.la_panel {
	width: 230px;
	display: block;
	background:url(images/LAA/panel_repeat.gif) 0 0 repeat-y scroll transparent;
	}
.la_panelTop {
	display: block;
	width: 230px;
	height: 7px;
	background:url(images/LAA/panel_top.gif) 0 0 no-repeat scroll transparent;
	}
.la_panelBottom {
	display: block;
	width: 230px;
	height: 7px;
	background:url(images/LAA/panel_bottom.gif) 0 0 no-repeat scroll transparent;
	}
.la_panelBody {
	display: block;
	width: 216px;
	padding: 0 7px;
	margin: 0;
	font-size: 11px;
	line-height: 130%;
	}
.la_panelBody p { margin-bottom: 0.5em; padding: 0 3px; }

/* ---------------------------------------------------------------------- */
/* =footer */
#la_footer,
#la_footer a { 
	font-size: 11px;
	line-height: 160%;
	letter-spacing:0.5px;
	color: #000;
	}
#la_footer a:link,
#la_footer a:visited { text-decoration: none !important; }
#la_footer a:hover,
#la_footer a:active { text-decoration: underline !important; }

.la_copyrightBlock {
	text-align: right;
	padding: 7px 15px;
	}

/* ---------------------------------------------------------------------- */
/* =sitemap */
.la_sitemapWrap {}
.la_sitemapWrap a,
.la_sitemapWrap a:link,
.la_sitemapWrap a:visited {	text-decoration: none !important; }
.la_sitemapWrap a:hover,
.la_sitemapWrap a:active { text-decoration: underline !important; }

/* first level */
ul.la_sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.la_sitemap li { margin: 12px 0 0 0; padding: 0; background: none; font-weight: bold; }

/* second level and deeper */
ul.la_sitemap ul {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
}
ul.la_sitemap ul li { margin: 2px 0 0 10px; font-weight:normal;}
ul.la_sitemap ul li li { margin: 2px 0 0 0; }


/* ---------------------------------------------------------------------- */
/* =arrow list */
.laa_linkListWrap .ms-WPBody a,
.laa_linkListWrap .ms-WPBody a:link,
.laa_linkLisWrap .ms-WPBody a:visited {
	margin: 0;
	padding: 0 0 0 24px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: url(images/LAA/arrow_black.gif) 0 50% no-repeat scroll transparent;
	text-decoration: underline;
	}
.laa_linkListWrap .ms-WPBody a:hover,
.laa_linkListWrap .ms-WPBody a:active { text-decoration: underline; color: #000; background: url(images/LAA/arrow_red.gif) 0 50% no-repeat scroll transparent; }

/* ---------------------------------------------------------------------- */
/* =news CQWP (Homepage) */
.laa_newsArticle {
	width: 240px; 
	padding: 5px 2px 5px 0;
	display: block;
	float: left;
	}
.laa_newsHeadline { font-weight: bold; color: #000; margin-bottom: 7px;}
.laa_newsArticleBody {
	padding-right: 8px;
	line-height: normal;
	margin-bottom: 8px;
	}

a.laa_newsReadMore, 
a.la_dvNewsReadMore {
	border-top: 1px solid #222;
	text-decoration: none;
	padding-top: 2px;
	}

a.laa_newsReadMore:link,
a.la_dvNewsReadMore:link {color: #c00 !important; text-decoration: none !important;}

a.laa_newsReadMore:visited,
a.la_dvNewsReadMore:visited { color: #900 !important; text-decoration: none !important;}
a.laa_newsReadMore:hover,
a.laa_newsReadMore:active,
a.la_dvNewsReadMore:hover,
a.la_dvNewsReadMore:active { color: #333 !important; text-decoration: none !important; }

div.la_dvNewsItem { display: block; margin: 0 0 1.5em; }
div.la_dvNewsItemBody { display: block; margin: 0 0 0.25em; }

/* ---------------------------------------------------------------------- */
/* =location lookup input styles */
.laa_locTable { border-collapse: collapse; margin: 15px 0; }
.laa_locTable td.laa_locTableLabel { text-align: right; padding-right: 4px; }
.laa_locTable td.laa_locTableOr { text-align: center; font-size: 9px;}
.laa_locTable td.laa_locTableError { padding-left: 6px; }

/* expanding/collapsing results styling */
.laa_resultsList { margin-top: 15px; }
.laa_resultsList ul.rl_rootGroup { list-style: none; margin: 0; padding: 0; }
.laa_resultsList ul.rl_group { list-style: none; margin: 0; padding: 0; }
/* all items */
.laa_resultsList li.rl_item { background-image: none; /* clear the image added to all default ul li's */ }
/* items below the root */
.laa_resultsList .rl_group li.rl_item { line-height: 130%; border-bottom: 1px solid #dfdcd3; padding: 5px 0 5px 14px; }
/* expandable li items */
.laa_resultsList li.rl_expandable {}
.laa_resultsList div.rl_slide { display: none; }

.laa_resultsList a.rl_heading,
.laa_resultsList a.rl_heading:link,
.laa_resultsList a.rl_heading:visited,
.laa_resultsList a.rl_heading:hover,
.laa_resultsList a.rl_heading:active {
	display: block;
	font-size: 11px;
	padding-left: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #cfccc3;
	background: #dfdcd3 url(images/LAA/closed.gif) 3px 50% scroll no-repeat;
	color: #333;
	}
.laa_resultsList li.rl_expanded a.rl_heading,
.laa_resultsList li.rl_expanded a:link.rl_heading,
.laa_resultsList li.rl_expanded a:visited.rl_heading,
.laa_resultsList li.rl_expanded a:hover.rl_heading,
.laa_resultsList li.rl_expanded a:active.rl_heading { background: #dfdcd3 url(images/LAA/open.gif) 3px 50% scroll no-repeat; color: #333;}

.laa_resultsList .LocationTitle { font-weight: bold;}
.laa_resultsList .LocationAddress {}
.laa_resultsList .LocationHours {}
.laa_resultsList .LocationDescription {}
.laa_resultsList .LocationDistance { margin-top: 5px; }
/* ---------------------------------------------------------------------- */
/* =brochures CQWP */
.la_brochureItem { display: block; }
.la_brochureImage {	margin: 0 8px 8px 0; }
.la_brochureTitle { font-weight: bold; color: #000; margin-bottom: 7px; }
.la_brochureDescription { line-height: 140%; }


/* ---------------------------------------------------------------------- */
/* =flash video control styles =flowplayer */

/* define the width of the player within the overlay box */
div#flv_player {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	}
/*
	the overlayed element
*/ 
div.overlay { 
    /* growing background image */ 
    background-image:url(images/LAA/overlay169.png);
    
    /* dimensions after the growing animation finishes  */ 
    width:720px; 
    height:400px; 
    /* initially overlay is hidden */ 
    display:none; 
    /* some padding to layout nested elements nicely  */ 
    padding:50px; 
}
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(images/LAA/close.png);
    position:absolute; 
    right:10px; 
    top:10px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
	}
/* a bg color fix */
div#flv_player object {
	background-image:none !important;
	background-color: #fff !important;
	}

/* ----------------------------------------------------- */
/* =flvPanel */
.laa_flvPanel {
	width: 230px;
	margin: 0 0 10px;
	padding: 0;
	background: transparent url(images/LAA/panel_repeat.gif) 0 0 repeat-y scroll;
	/* i <3 ie6 */
	line-height: 0;
	font-size: 0;
	text-align: center;
	}
.laa_flvPanel .panelTop {
	background: transparent url(images/LAA/panel_top.gif) 0 0 no-repeat scroll;
	display: block;
	height: 7px;
	width: 230px;
	/* i <3 ie6 */
	line-height: 0;
	font-size: 0;
	}
.laa_flvPanel .panelBottom {
	background: transparent url(images/LAA/panel_bottom.gif) 0 0 no-repeat scroll;
	display: block;
	height: 7px;
	width: 230px;
	/* i <3 ie6 */
	line-height: 0;
	font-size: 0;
	}
.laa_flvPanel .panelText {
	line-height: 130%;
	text-align: left;
	margin: 4px 10px;
	padding: 0;
	}
.laa_flvPanel .panelTitle {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	text-transform: capitalize;
	}
.laa_flvPanel .panelBody {
	font-size: 11px;
	color: #000;
	}
/* ---------------------------------------------------------------------- */
/* =job opportunities listing */
table.la_cqwpListing { border-collapse: collapse; }
table.la_cqwpListing td,
table.la_cqwpListing th { vertical-align: top; padding: 2px 7px 2px 4px; }

tr.la_cqwpListingHeader { background: #f2f2f2 url(/_layouts/images/viewheadergrad.gif) 0 0 repeat-x scroll; }
tr.la_cqwpListingItem {}


/* ---------------------------------------------------------------------- */
/* =sharepoint jazz */

.ms-WPBorder, .ms-WPBorderBorderOnly { border: 0 none; border-collapse: collapse; }

/* modification of the listheader and menu toolbar styles */
.ms-listheader {
	background-image: url(images/LAA/listheadergrad.gif);	
	color: #000;
	background-repeat: repeat-x;
	height: 28px;
	background-color: #bebbb4
	}
.ms-listheaderlabel { color: #000; }
.ms-listdescription { border: 0 none; }
.ms-menutoolbar {
	background-image: url(images/LAA/listheadergrad.gif);
	border-bottom: #a6a49d 1px solid;
	background-repeat: repeat-x;
	height: 22px;
	background-color: #bebbb4
	}	
.ms-menutoolbar td {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	border-top: #e5e2da 1px solid;
	border-bottom: #999 1px solid
	}
.ms-menutoolbar td a,
.ms-menutoolbar td a:link,
.ms-menutoolbar td a:visited,
.ms-menutoolbar td a:hover,
.ms-menutoolbar td a:active {
	color: #000;
	text-decoration: none !important;
	}
	
.ms-menutoolbar td.ms-separator img {
	background-color: #a6a49d;
	border-right-color: #e5e2da;
	}
/* End Listheader and Menutoolbar */

/* page content style for list item display */
.pageContent {
	padding: 10px;
	}	

/* ----------------------------------------------------------------------------------------
	=SuperMagic
	a.k.a. make sharepoint render the fixed-width columns as percentages when 
	editing web parts. Oh, and get rid of the horizontal padding b/c it ruins the %'s
*/

#MSO_tblPageBody .la_1wide { width: 33%; float: left; padding: 5px 0;}
#MSO_tblPageBody .la_2wide { width: 66%; float: left; padding: 5px 0;}
#MSO_tblPageBody .la_3wide { width: 100%; float: left; padding: 5px 0;}


/* ----------------------------------------------------------------------------------------
	=notification
*/

.laa_notification {
	display: block;
	background: #d84545 url(/_layouts/styles/iomer.SP.LAA.Internet/images/laa/laa_callout_rptr.png) 0 0 repeat-x scroll;
	padding: 20px 15px;
}

/* < Text styles > */
div.laa_noti_text {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.2em;
}

.laa_noti_text h1,.laa_noti_text .ms-rteCustom-h1 { font-size: 30px; line-height: 34px; }
.laa_noti_text h2,.laa_noti_text .ms-rteCustom-h2 { font-size: 26px; line-height: 30px; }
.laa_noti_text h3,.laa_noti_text .ms-rteCustom-h3 { font-size: 22px; line-height: 26px; }
.laa_noti_text h4,.laa_noti_text .ms-rteCustom-h4 { font-size: 20px; line-height: 24px; }
.laa_noti_text h5,.laa_noti_text .ms-rteCustom-h5 { font-size: 18px; line-height: 22px; }
.laa_noti_text h6,.laa_noti_text .ms-rteCustom-h6 { font-size: 16px; line-height: 20px; }

.laa_noti_text h1,
.laa_noti_text h2,
.laa_noti_text h3,
.laa_noti_text h4,
.laa_noti_text h5,
.laa_noti_text h6,
.laa_noti_text .ms-rteCustom-h1, /* in case this is ever linked up to the RTE */
.laa_noti_text .ms-rteCustom-h2,
.laa_noti_text .ms-rteCustom-h3,
.laa_noti_text .ms-rteCustom-h4,
.laa_noti_text .ms-rteCustom-h5,
.laa_noti_text .ms-rteCustom-h6 {
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	color: #fff !important;
}	

.laa_noti_text a,
.laa_noti_text a:link,
.laa_noti_text a:visited {
	color: #fff !important;
	text-decoration: underline;
}
.laa_noti_text a:hover,
.laa_noti_text a:active {
	color: #930303 !important;
	text-decoration: none;
}

/* </ Text styles > */
.laa_noti_btn_wrap {
	display: block;
	width: 250px;
	float: right;
	text-align: center;
}

a.laa_noti_btn {
	display: block;
	width: 212px;
	height: 112px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0 auto;
}
a.laa_noti_btn span { display: none; }
a.laa_noti_btn,
a.laa_noti_btn:link,
a.laa_noti_btn:visited { background-image: url(/_layouts/styles/iomer.SP.LAA.Internet/images/laa/laa_learn_nrml.gif); }
a.laa_noti_btn:hover,
a.laa_noti_btn:active { background-image: url(/_layouts/styles/iomer.SP.LAA.Internet/images/laa/laa_learn_hvr.gif); }
