body {
	background: url("../images/bgHeadMasterForum02.png") repeat-x scroll 0 -7px #FFFFFF
}

#layout {
	padding: 32px 20px;
	margin: 2em auto;
	overflow: auto;
	max-width: 980px;
	min-height: 720px;
}
div#layout header {

}
div#pageContent {
	position: relative;
	margin-top: 2em;
}

#resourceBlurb {
	padding-left: 240px;
	background: url("../../images/bomaInterpreterForum.png") no-repeat scroll 0 6px transparent;
	width: 740px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
}

#resourceBlurb h3 {
	margin-bottom: 8px;
	font-family: dinNeuzeit, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #555555;
	font-size: 32px;
	font-size: 3.2rem;
}

#resourceBlurb p {
	text-align: justify;
	line-height: 1.8;
	text-indent: 0px;
}

#resourceBlurb a {
	text-decoration: underline;
}

#resourceMenu {
	position: absolute;
	left: 0;
	width: 210px;
	font-size: 14px;
	font-size: rem;
}

#resourceMenu h3 {
	color: #333333;
	padding: 8px 0 10px;
}

#resourceMenu h3#forumLink {
	font-size: 13px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#resourceMenu div#helpArticles h3 {
	display: block;
	background: url("../images/bomaArticleIcon.png") no-repeat scroll 0 0 transparent;
	padding-left: 24px;
	color: #555555;
}

#resourceMenu li a {
	display: block;
	text-align: left;
	background: url("../images/bltMessage.gif") no-repeat scroll 0 center transparent;
	padding: 6px 0 6px 14px;
}

#resourceMenu li a:hover {
	text-decoration: underline;
}
div#forum {
	margin-left: 230px;
}
article {
	float: right;
	min-height: 500px;
	margin-top: 0;
	width: 680px;
}

article h2 {
	color: #333333;
	font-weight: normal;
	margin: 0 0 30px;
	font-size: 21px;
	border-bottom: 5px solid #555555;
	padding: 0 0 5px;
}

article h3 {
	font-family: arial;
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 120%;
}

article p {
	line-height: 180%;
	margin-bottom: 25px;
}

article li {
	padding: 10px 0;
	list-style: disc outside none;
	margin: 0 50px;
}

article#glossary li {
	list-style: none outside none;
	margin: 0;
	padding: 5px 0;
}

div#disclaimer {
	font-size: 10px;
	text-align: justify;
	line-height: 150%;
	border-top: 1px dotted #999999;
	color: #777777;
	padding: 15px 30px;
	margin-top: 30px;
}

ul#officeNav {
	margin-top: -10px;
	font-size: 11px;
	border-bottom: 1px solid #999999;
	padding-bottom: 8px;
	margin-bottom: 25px;
}

ul#officeNav li {
	display: inline;
	margin: 0 18px 0 0;
	font-size: 11px;
}

ul#officeNav li.on {
	color: #999999;
	background: url("../images/tinyUpArrow.png") no-repeat scroll center 27px transparent;
}

article ul {
	margin-bottom: 15px;
}

/*----- MQ Small Desktop -----*/

@media screen and (max-width: 960px) {


#layout {
    margin: 1em 0 0;
    min-height: 720px;
    overflow: auto;
    padding: 32px 1em;
    width: auto;
}
#resourceBlurb {
	background-size: 180px auto;
    padding-left: 195px;
    width: auto;
	font-size: 12px;
	font-size: 1.2rem;
}
#resourceBlurb h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
#resourceMenu {
	position: absolute;
    width: 185px;
}
#resourceMenu li a {
    background: none;
    display: block;
    padding: 4px 0 4px 0;
    text-align: left;
}
div#pageContent {
	margin-top: 4em;
	padding: 1em 0;
	font-size: 12px;
	font-size: 1.2rem;
}
div#forum {
    margin-left: 195px;
}
div#forum p {
	line-height: 1.5;
}
#resourceMenu {
    position: absolute;
    width: 190px;
    font-size: 12px;
	font-size: 1.2rem;
}
}



/*----- MQ Large Desktop -----*/

@media screen and (max-width: 680px) {

	body {
		background: #FFF;
	}
	#resourceBlurb {
	background-size: 180px auto;
	background-position: center top;
    padding: 100px 0;
	}
	#resourceBlurb h3 {
		text-align: center;
	}
	
#layout {
    margin: 1em 0 0;
    min-height: 720px;
    overflow: auto;
    padding: 0 1em;
    width: auto;
}
	
	
	
}