/* SITE SPECIFIC LAYOUT ---------------------------*/

body {
	text-align: center;
	padding: 0px 0px 40px 0px;
}

/* layout -------------------------- */
#sizer {
	width: 864px;
	margin: 15px auto 0px auto;
	text-align: left;
	position: relative;
}

#header {
	padding: 0px 15px 10px 0px;
	border-bottom: 1px dashed #B7B7B7;
	background: url(../images/bg_hdrTopRtLine.gif) no-repeat 845px 100%;
	margin-bottom: 5em;
}

#content {
	position: relative;
	border-top: 1px dashed #B7B7B7;
	border-bottom: 1px dashed #B7B7B7;
}

#content_inner {
	padding: 7px 0px 2px 0px;
	background: url(../images/bgDotted.gif) top left;
	border-right: 1px dashed #B7B7B7;
}

#main .rbContent {
	min-height: 411px;
}

#footer {
	padding-right: 15px;
}

/* generic classes ---------------- */

.right {
	float: right;
	margin: 0px 0px 12px 12px;
}

.left {
	float: left;
	margin: 0px 12px 12px 0px;
}

/* clearing tools ---------------------- */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block; }

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */