html {
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background: #F2F6F9 url(../furniture/browser_background.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

a img {
	border: 0;
}

div#container {
	margin-left: 1px;
	background: transparent url(../furniture/content_background.jpg) repeat-y top center;
}

div#inner {
	padding-top: 28px;
	background: transparent url(../furniture/container_background.jpg) no-repeat top center;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	border-top: 8px solid #bf0000;
	height: 80px;
}

#commonNav {
	float: right;
}

#commonNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#commonNav ul li {
	background-color: #bf0000;
	float: left;
	padding: 0 8px 3px 8px;
	border-left: 2px solid white;
}

#commonNav ul li a {
	color: white;
}

#commonNav ul li a.standard {
	font-size:10px;
	line-height: 18px;
}

#commonNav ul li a.larger {
	font-size: 12px;
	line-height: 18px;
}

#commonNav ul li a.largest {
	font-size:15px;
	line-height: 18px;
}

#logo {
	width: 210px;
	padding-top: 20px;
}

div#resize {
	clear: both;
	width: 80px;
	float: right;
	padding-top: 10px;
}

div#resize ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#resize ul li {
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

div#resize ul li a {
	display: block;
	border: 1px solid #ccc;
	width: 18px;
	height: 18px;
	text-align: center;
	cursor: pointer;
	color: #ccc;
	text-decoration: none;
}

div#resize ul li a.standard {
	font-size: 10px;
	line-height: 18px;
}

div#resize ul li a.larger {
	font-size: 12px;
	line-height: 18px;
}

div#resize ul li a.largest {
	font-size: 15px;
	line-height: 18px;
}

div#resize ul li a:hover {
	border-color: #666;
	color: #666;
	text-decoration: none !important;
}

#mainNav {
}

#mainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainNav ul li {
	float: left;
	margin: 0 5px 5px 0;
}

#mainNav ul li.navOne {
	background-color: #4d92ca;
}

#mainNav ul li.navTwo {
	background-color: #1156a8;
}

#mainNav ul li.navThree {
	background-color: #267839;
	margin-right: 0 !important;
}

#mainNav ul li.navFour {
	background-color: #cc5e22;
}

#mainNav ul li.navFive {
	background-color: #7a139b;
}

#mainNav ul li.navSix {
	background-color: #b50421;
	margin-right: 0 !important;
}

#mainNav ul li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 110%;
	color: #ffffff;
	height: 2.4em;
	width: 250px;
	padding-top: 4px;
	display: block;
	text-indent: 15px;
	background: transparent url(../furniture/nav_pointer.gif) no-repeat 6px 6px;
}

#mainNav ul li a:hover {
}


#breadcrumbs {
	clear: both;
	color: #565973;
	margin: 5px 0 20px 0;
}

#breadcrumbs p {
	margin: 0;
	padding: 0;
}

#breadcrumbs a {
	color: #422665;
}

#mainArea {
	clear: both;
}

#subNav {
	width: 160px;
	color: black;
	float: left;
}

body#themeJournals #subNav {
	border-top: 5px solid #4d92ca;
	background-color: #dbe9f4;
}

body#themeCareers #subNav {
	border-top: 5px solid #cc5e22;
	background-color: #f5dfd3;
}

body#themeIOP #subNav {
	border-top: 5px solid #B50421;
	background-color: #f0cdd3;
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subNav ul li.sectionTitle a {
	background: transparent url(../furniture/nav_pointer_down.gif) no-repeat 5px 9px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
}

#subNav ul li {
	display: inline;
}

#subNav ul li a {
	display: block;
	text-decoration: none;
	padding: 6px;
	color: black;
	border-bottom: 1px solid white;
}


#subNav ul li a:hover {
	text-decoration: underline;
}

#subNav ul li a.on {
	font-weight: bold !important;
}

body#themeJournals #subNav ul li a.on {
	background-color: #b8d3ea;
	border: 0 !important;
	color: #4d92ca;
}

body#themeJournals #subNav ul li ul {
	background-color: #b8d3ea;
	padding-left: 20px;
}

body#themeCareers #subNav ul li a.on {
	background-color: #ebbfa7;
	border: 0 !important;
	color: #cc5e22;
}

body#themeCareers #subNav ul li ul {
	background-color: #ebbfa7;
	padding-left: 10px;
}

#subNav ul li ul li,
#subNav ul li ul li a {
	border: 0 !important;
	color: black !important;
}

#sidebar {
	width: 180px;
	float: right;
}

#sidebar h2 {
	text-transform: uppercase;
	font-size: 100%;
	color: #333;
	font-weight: bold;
}

#sidebar ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin-bottom: 0.5em;
	background: transparent url(../furniture/nav_pointer.gif) no-repeat 0 2px;
	padding-left: 10px;
}

#sidebar ul li a {
	cursor: pointer;
	font-weight: bold;
}

body.contentWide #sidebar {
	display: none;
}

#sidebar div.padding {
	margin: 10px;
}

#sidebar p {
	margin: 10px 0;
	color: #333;
}

body#themeJournals #sidebar {
	border-top: 5px solid #4d92ca;
	background-color: #dbe9f4;
	color: #4d92ca;
}

body#themeCareers #sidebar {
	border-top: 5px solid #cc5e22;
	background-color: #f5dfd3;
}

body#themeCareers #sidebar a {
	color: #cc5e22;
}

body#themeIOP #sidebar {
	border-top: 5px solid #B50421;
	background-color: #f0cdd3;
	color: #B50421;
}

body#themeIOP #sidebar a {
	color: #B50421;
}

#content {
	margin: 0 190px 20px 170px;
	padding-right: 10px;
	color: #333333;
	border-right: 1px solid #ccc;
}

body.contentWide #content {
	margin-right: 0 !important;
	padding-right: 0 !important;
	border-right: 0 !important;
}

#content h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
}

body#themeJournals #content h1,
body#themeJournals #content h3,
body#themeJournals #content h4 {
	color: #4d92ca;
}
body#themeCareers #content h1,
body#themeCareers #content h3,
body#themeCareers #content h4 {
	color: #cc5e22;
}

body#themeIOP #content h1,
body#themeIOP #content h3,
body#themeIOP #content h4 {
	color: #B50421;
}

#content h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
}

#content h3 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

#content h4 {
	font-size: 100%;
}

#content p {
	line-height: 1.5em;
}
#content p.intro {
}

body#themeJournals #content a {
	color: #4d92ca;
}

body#themeCareers #content a {
	color: #cc5e22;
}

body#themeIOP #content a {
	color: #B50421;
}

#content ul {
}

#content a {
	font-weight: bold;
}

#content li {
	margin-bottom: 0.75em;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}

#footer ul li {
	display: inline;
	color: #999;
}


#footer ul li a {
	color: #565973;
	padding: 0 3px;
}


#footer p {
	color: #999;
	clear: both;
	margin: 0.5em 0;
}

#footer a {
	text-decoration: none;
}

#footerShadow {
	background: transparent url(../furniture/footer_background.jpg) no-repeat top center;
	height: 40px;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div#moofx {
	padding-top: 1em;
}

h3.toggler {
	background-color: white;
	color: #CC5E22 !important;
	cursor: pointer;
	font-size: 100% !important;
	margin: 0.5em 0;
	border: 0 !important;
}

h3.toggler a {
	color: #CC5E22 !important;
	text-decoration: none !important;
}

h3.toggler a:hover {
	text-decoration: none !important;
}

p.accordion {
	margin: 1em 0;
}

div.twocols {
	
}

div.twocols div.col {
	width: 49%;
	float: left;
}
