/* @override 
	http://localhost:8081/mandarin/docroot/mandarin/css/layout.css
*/
html {
    background-color:#ecf0d5;
} 

body {
	text-align: center;
}


#page {text-align:left; /* leave unchanged */ 
    width:74.923077em;/* non-IE */ 
    *width:73.05em;/* IE */ 
    min-width:600px;/* optional but recommended */ 
    clear: both; /* clear the main bar in magnolia */

	padding-bottom:1.15385em;*padding-bottom:1.125em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#navigationPane {
	display: inline; /* a stupid hack to get around the double wide margin bug in IE */
	width: 16.5385em;*width:16.125em; /* fucking IE */
	margin-left:1.15385em;*margin-left:1.125em;
	float:left;
}


#contentPane {
	display: inline; /* a stupid hack to get around the double wide margin bug in IE */
	float:right;
	margin-left:-25em;/* IE: preserve layout at narrow widths */
	width: 56.538em;*width:55.125em;
	overflow: hidden;
	
}

#PageWrapper {
	padding-right: 15px;
	background: url(../img/pageShadowSides.gif) repeat-y right top;
	background-color: white;
}

#pageWrapper2 {
	padding-left: 15px;
	background: url(../img/pageShadowSides.gif) repeat-y left top;
		background-color: white;
}

#pageWrapper3 {
	
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background: white url(../img/topStripe.gif) repeat-x;
}

#pagefooter {
	background: url(../img/pageShadowBottom.gif) repeat-x 0 top;
	 background-color:#ecf0d5;
		text-align: center;
}

#pagefooter #leftCorner {
	width: 15px;
	height: 15px;
	float: left;
	background-image: url(../img/pageShadowBottomCorners.gif);
}

#pagefooter #rightCorner {
	float: right;
	width: 15px;
	height: 15px;
	background: url(../img/pageShadowBottomCorners.gif) -15px;
}

#pagefooter p {
	padding-top: 30px;
}

/* utility to clear to bottom of float arrays */
.floatClear {
	clear: both;
}

#pageTop {
	height: 50px;
	width: 100%;
}

#pageLogo {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

#pageTop #languageSelectors {
	margin-top: 9px;
	float: right;
}

.singleColumn
{
	width: 16.53846em;*width:16.125em;
}

.twoColumn
{
	width: 34.23077em;*width:33.375em;
}

.threeColumn
{
   	width: 51.9231em; *width:50.625em;
}



/* there should be a right margin on this div to provide a gutter to the next column */
div.gutterRight {
	margin-right:1.15385em;*margin-right:1.125em;
}

.left {
	float: left;
	margin-right:1.15385em;*margin-right:1.125em;
}

.right {
	float: right;
	margin-left:1.15385em;*margin-left:1.125em;
}

div.articles {
	
}

div.block {
	clear: left;
    margin-top:1.15385em;*margin-top:1.125em;
    padding-bottom:1.15385em;*padding-bottom:1.125em;
    border-bottom: 1px dashed silver;
}

div.block.last {
	border-bottom-style: none;
}

/* ----- image blocks ------ */


/* image block always have a gutter underneath */
div.imageBlock {
	float: left;
	margin-bottom:1.15385em;*margin-bottom:1.125em;
}


/* ------ column 1 -------- */

.singleColumnLayout #column1 {
	float: left;
}



/* ------- two column layout -------- */
.twoColumnLayout #column1 {
	float: left;
}

.twoColumnLayout #column2 {
	float: right;
}

/* three column layout --*/

.threeColumnLayout #column1 {
	float: left;
	margin-right:1.15385em;*margin-right:1.125em;
}

.threeColumnLayout #column2 {
	float: left;
}

.threeColumnLayout #column3 {
	float: right;
}


div.article div.imageBlock.top {
	float: left;
}

div.article .mgnlControlBarSmall {
	clear: both;
}

div.article p {
	display: block;
	margin-bottom:1em;
}

/* @group Warnings */
div.warning {
	background-image: url(../img/warningBackground.gif);
}

td.warning {
	background-image: url(../img/warningBackground.gif);
	vertical-align: middle;
	text-align: center;
}

.warning p {
	font-weight: bold;
	font-size: 150%;
	color: #fcff16;
	background-color: #fa0b11;
}
/* @end */


#breadcrumbs {
    margin-bottom: 0.5em;
}
