@charset "UTF-8";
/* CSS Document */
html {
	background-color:#c3c8cb;
	height:100%;
}
body {
	background-color:#c3c8cb;
	text-align:center;
	height:100%;
	min-height:100%;
	padding-bottom:25px;
}
.print {
	display:none !important;
}
#pageWrapper {
	background-color:#fff;
	background:#fff url(img/page-wrapper-background.png) left top repeat-y;
	margin:0 auto 25px;
	overflow:hidden;
	text-align:left;
	width: 960px;
}
#page {
	float:right;
	/*background:url(img/page-background.png) 161px 0 no-repeat;*/
	background:url(img/menu-background.png) 175px 0 repeat-y;
	margin-bottom: 25px;
	margin-right:25px;
	width:935px;
	position:relative;
}
#sideWrapper {
	float: left;
	width: 146px;
	background: url(img/side-background.png) left top no-repeat;
	height: 714px;
}
#side {
	height:0;
	overflow:hidden;
	padding-top:442px;
}
#logo {
	overflow:auto;
	position:absolute;
	bottom:0;
	left:0;
	padding-top:22px;
	width:146px;
	background:url(img/gp-logo.png) left top no-repeat;
}
#mainWrapper {
	float:right;
	overflow:hidden;
	padding-left:25px;
	width:760px;
}
#headWrapper {
	width: 736px;
	height:30px;
	padding:0 12px 14px;
	background-color:#0a3f62;
}
#head .issue {
	float: left;
	margin-top:12px;
}
#head .classification {
	float: right;
	padding:2px 8px;
	background-color:#aaa;
	margin-top:11px;
}
#head br {
	display:none;
}
#menuWrapper {
	background:url(img/menu-background.png) left top repeat-y;
	float:left;
	padding:14px 12px;
	width: 181px;
}
#menu ul {
	padding-bottom:10px;
}
#menu li {
	margin:8px 0;
	padding-left:10px;
	background:url(img/menu-bullet.gif) left 3px no-repeat;
}
#menu li.active {
	background-position:left -70px;
	font-weight:bold;
}
#toolbarWrapper {
	float: right;
	height: 26px;
	width: 100%;
	text-align:right;
	background-color:#fff;
}
#toolbar {
	float:right;
	margin-top:6px;
}
#toolbar ul li {
	float:left;
	padding-right:15px;
}
#toolbar .email-story a {
	background:url(img/email-this-story.gif) left 2px no-repeat;
	padding-top:14px;
	height:0;
	float:left;
	overflow:hidden;
	width:67px;
}
#toolbar .print-story a {
	background:url(img/print-this-story.gif) left top no-repeat;
	padding-top:14px;
	height:0;
	float:left;
	overflow:hidden;
	width:64px;
}
#toolbar .text-resize a {
	background:url(img/text-resize.gif) left top no-repeat;
	padding-top:14px;
	height:0;
	float:left;
	overflow:hidden;
	width:14px;
}
#toolbar .text-resize a.text-resize-down {
	background-position:0 2px;
}
#toolbar .text-resize a.text-resize-up {
	background-position:right 2px;
}


#contentWrapper {
	float:right;
	width: 530px;
}
#content h2 {
	margin-bottom:1em;
}
#content p {
	margin-bottom:1em;
}
#content .caption {
	display:block;
	margin:1em 0;
}

.two-column .col {
	float:left;
	width:252px;
	margin-right:25px;
}
.two-column .col + .col{
	margin-right:0;
}
.two-column .col-right {
	margin-right:0;
}
