/*
 * 
 * POSITION LANDING PAGES
 * 
 */

body {
	background: #EEEDDC none;
}

#bodyContent {
	-moz-box-shadow: 0 0 30px #C4C7B4;    
    -webkit-box-shadow: 0 0 30px #C4C7B4;    
    box-shadow: 0 0 30px #C4C7B4;
}

#pageBody {
	width: 960px;
}

#head {
	background-color: #302120;
	height: 48px;
}

#account {
	display:none;
}

#logo {
	display: block;
	width: 100%;
	height: 48px;
	background-image: url(/images/public/public_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 0;
}

.main {
	margin: 0;
}

.positionLanding p,
.positionLanding div,
.positionLanding span,
.positionLanding ul,
.positionLanding ol {
	line-height: 1.8em;
	color: #301320;
}

.positionLanding .positionDetails p {
	color: #666;
}

.positionLanding {
	margin: 0 0 2em 0;
	width: 100%;
}

.positionLanding .notification {
	margin-bottom: 1em;
}

.positionLanding .legalStatement {
	font-style: italic;
	font-size: .9em;
	color: #666;
}

/* force paragaph tag styles on nonsemantic elements to prevent inconsistent format from wysiwyg editors */
#pageBody .positionLanding, 
#pageBody .positionLanding div,
#pageBody .positionLanding span,
#pageBody .positionLanding ul,
#pageBody .positionLanding ol {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

#pageBody .positionSidebar ol li ol li {
	margin-left: 1em;
	list-style-type: square;
}

#pageBody .positionLanding .positionSidebar {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	float: right;
	width: 30%;
	margin-left: 10%;
	background-color: #EEEDDC;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8em;
	color: #6B564C;
}

#pageBody .positionSidebar p,
#pageBody .positionSidebar ol {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #6B564C;
}

#pageBody .positionSidebar h4 {
	color: #6B564C;
}

.positionSidebar .primaryBtn {
	width: 100%;
	display: block;
	margin: 0 auto 1em auto; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.positionSidebar ol li ol {
	list-style-type: disc;
	margin-bottom: 0;
}


.positionSidebar {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	/* css hacks for corner radii */    
    -moz-border-radius: 7px; /* gecko */    
    -webkit-border-radius: 7px; /* webkit */    
    border-radius: 7px; /* css3 */
	-moz-box-shadow: 2px 2px 8px #C4C7B4;    
    -webkit-box-shadow: 2px 2px 8px #C4C7B4;    
    box-shadow: 2px 2px 8px #C4C7B4;
	border: 1px solid #C4C7B4;
}

.positionSidebar .primaryBtn {
	font-size: 1.5em;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.positionSidebar .primaryBtn.longtext {
	font-size: 1em;
	display: block;
	line-height: 1.5em;
}

.positionHead h1 {
	font-size: 1.2em;
	color: #6B564C;
}

.positionHead h2 {
	font-size: 2em;
	line-height: 1.2em;
}

.positionSidebar h4 {
	margin-top: .5em;
}

.positionSidebar p {
	padding-bottom: 1.2em;
	border-bottom: 1px inset #C4C7B4;
} 

.positionLogo {
	clear: both;
	margin: 1em 0;
}

/*	MLA Header Text  */
.mlaHeader {
	padding: 1.5em;
	background-color: #FFFFDB;
	border: 1px solid #C4C7B4;
	-moz-box-shadow: 2px 2px 8px #C4C7B4;    
    -webkit-box-shadow: 2px 2px 8px #C4C7B4;    
    box-shadow: 2px 2px 8px #C4C7B4;
	/* css corner radii */    
    -moz-border-radius: 7px; /* gecko */    
    -webkit-border-radius: 7px; /* webkit */    
    border-radius: 7px; /* css3 */
}
