
#navigation_bkgd {
	display: none;
	}
#container_bkgd {
	display: none;
	}
#leftsidebar {
	display: none;
	}
.footernav{
	display: none;
	}
.grid_16 h4 {
	display: none;
	}
#footer_wrapper {
	display: none;
	}
.oj_seperator {
	display: none;
	}

	
/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	border-top: 0px solid #13261d;
	color: #333;
	font-size: 14px;
	padding: 0 0px;
}


/* anchors
----------------------------------------------- */
a {
	color:#c68c00;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background: transparent;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

.oj_seperator {
	height: 11px;
	width: 100%;
	background: #d2a12b;
	margin-top: 3px;
	margin-bottom: 26px;
	}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	border-bottom:1px solid #ccc;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}

.grid_3 img {
	margin-top: 10px;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	font-size: 1.1em;
	font-weight: normal;
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	font-weight: normal;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	border-bottom:0px solid #fff;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	color:#c68c00;
	background:#f5f5f5;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:10px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	color:#787878;
	background: #efefef url(../images/accordion_inactive.png) no-repeat top;
}
ul.section li a:hover {
	background:#efefef;
}
ul.section li a:active {
	color:#c68c00;
}
ul.section li li a {
	border-bottom:0px solid #eee;
}
ul.section li li a:hover {
	color:#c68c00;
	background: #efefef;
}
ul.section li li a:active {
	color:#c68c00;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#fff;
	border-bottom:1px solid #eee;
}
ul.section ul.current li a:hover {
	background: #f7f7f7;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#c68c00;
	background: #efefef url(../images/accordion_current.png) no-repeat top;
}
ul.section li a.current:hover {
	background:#efefef;
}
ul.section li a.current:active {
	background:#efefef;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
	color:#c68c00;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#c68c00;
	background:#efefef;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#888;
	background:transparent;
	margin: 40px auto 0px auto;
	width: 920px;
	text-align: center;
	border-top: 1px solid #ddd;
}

#site_info p {
	margin: 10px 0 10px 0;
}
#site_info a:hover {
	color:#c68c00;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}

/* Search
----------------------------------------------- */

#searchtoggle {
	background:url(../images/toggle.png) no-repeat left top;
	position:absolute;
	top:0px;
	right:0px;
	width:21px;
	height:19px;
	text-indent:-9999px;
	border:0;
}
#searchtoggle.up { 
	background:url(../images/toggle.png) no-repeat right top; 
}
#top-search {
	height:60px;
	width:325px;
	float:right;
	position:relative;
}
#top-search form {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/search_top.png) no-repeat;
	width:262px;
	height:30px;
	padding:5px 0 0 40px;
	display:none;
}
#top-search .box {
	width:195px;
	background:transparent;
	border:0;
	margin-left:5px;
}
#top-search .btn {
	margin-left:10px;
	width:35px;
	background:transparent;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
}
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

#masthead {
	margin-left: auto;
	margin-right: auto;
	height: 193px;
	background: transparent url(../images/masthead_bkgd.png) repeat-x top;
	}
#masthead_banner {
	margin-left: auto;
	margin-right: auto;
	width: 1230px;
	height: 193px;
	background: transparent url(../images/banner.png) no-repeat left;
	}
#navigation_bkgd {
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background: transparent url(../images/navigation_bkgd.png) repeat-x top;
	}
#container_bkgd {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/content_bkgd.png) repeat-x top;
	height: 136px;
	}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 960px;
	}
.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

#footer_bkgd {
	padding-top: -40px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	height: 50px;
	}
/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}


.grid_9,
.grid_12 {
	width: 960px;
	margin-top: 0px;
	float: left;
	clear: left;
	}
.grid_3 {
	float: left;

	}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .grid_1
{
	width: 40px;
}

.container_16 .grid_2
{
	width: 100px;
}

.container_16 .grid_3
{
	width: 160px;

}

.container_16 .grid_5
{
	width: 280px;
}

.container_16 .grid_6
{
	width: 340px;
}

.container_16 .grid_7
{
	width: 400px;
}

.container_16 .grid_9
{
	width: 670px;
}

.container_16 .grid_10
{
	width: 580px;
}

.container_16 .grid_11
{
	width: 640px;
}
.container_16 .grid_13
{
	width: 760px;
}

.container_16 .grid_14
{
	width: 820px;
}

.container_16 .grid_15
{
	width: 880px;
}


/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	}

/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  	position:relative;
  	width:960px;
  	height:1.8em;
  	margin-left: auto;
  	margin-right: auto;
  	padding-top: 2px;
  	font-size: 1.3em;
  	}
ul.nav li {
	
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
	border-right: 1px solid #293d33;;
}
ul.nav li.last {
	border-right: 0px solid #293d33;
}
ul.nav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:1.8em;
background-position:0 0 !important;
	left:-9000px;
	
}
ul.nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
}
ul.nav li a {
	color:#fff;
	font-weight:normal;
  	text-decoration:none;
	display:block;
	float:left;
	padding:0 14px;
	height:1.8em;
	line-height:1.8em;
}
ul.nav li a.first {
	float:left;
	padding:0 14px 0px 10px;
	}
ul.nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.8em;
	height:1.8em;
	font-weight:normal;
	background-position:0 50% !important;
	
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color: #327ebc;}
ul.nav li a:active {color: #327ebc;}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li ul,
ul.nav li { !important}
ul.nav li:hover ul li a {color:#444;}
ul.nav li:hover ul li a:hover {color:#000; background:#fff;}
ul.nav li:hover ul li a:active {color:#666; background:#fff;}

ul.nav li.current a {color:#666; background:#fff; cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:5}
ul.nav li.current ul,
ul.nav li.current { !important}
ul.nav li.current ul li a {color:#444; font-weight:normal;}
ul.nav li.current ul li a:hover {color:#000; background:#fff;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#666; background:#fff;}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {
}
ul.main li {
 	position:relative;
  	top:0;
  	left:0;
}
ul.main li ul {
  	border-top:0;
}
ul.main li ul li {
  	float:left;
}
ul.main li a {
	border:0;
	color:#fff;
}
ul.main li ul li a {
  	text-align:left;
  	color: #d8d090;
  	font-size: .9em;
  	width: 225px;
  	border-top:1px solid #314039;
  	background:#3c5042;
}
ul.main li a:focus {color:#fff;}
ul.main li ul li a:hover {
  	color:#fff;
}
ul.main li:hover a {
  	color: #f9b715;
}
ul.main li:hover ul li a {color:#fff;}
ul.main li:hover ul li a:hover {color: #ffba14; background:#334b3e;}
ul.main li:hover a:active {background:#ffba14;}
ul.main li:hover ul li a:active {color: #ffba14; background:#222;}


/* secondary list
----------------------------------------------- */
ul.nav li.secondary {
	float:left;
	color:#cde;
	background:transparent !important;
}
ul.nav li.secondary span.status {
	float:left;
	padding:0 1em;
	line-height:2.77em;
	height:2.77em;
  	font-size:0.9em;
}
ul.nav li.secondary span.status a {
	float:none;
	display:inline;
	padding:0;
	height:auto;
	line-height:auto;
	background:#ffba14;
	background:transparent;
}
ul.nav li.secondary span.status a:hover {
	color:#fff;
	background:transparent;
}
ul.nav li.secondary span.status span {
	text-transform:capitalize;
}
ul.nav li.secondary:hover a {
	color:#fff;
	background:#3c5042;
}
ul.nav li.secondary:hover a:hover {
	background:#3c5042;
}
ul.nav li.secondary:hover a:active {background:#444;}

ul.nav li.dropdown a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0 1em 0 1.35em;
	background:#172d40;
	}
ul.nav .dropdown .arrow {
	height: 6px;
	width: 7px;
	padding-top: 2px;
	padding-left: 2px;
	margin-left: 2px;
	margin-top:3px;
	vertical-align: text-top;
	}

ul.nav form {
	
  	background:#3c5042;
}
ul.nav li.search a {
	padding: 2px 10px;
	width: 200px;
}


/* footer list
----------------------------------------------- */

ul.footernav,
ul.footernav * { margin:0;padding:0;}
ul.footernav {
  	text-align: center;
  	font-weight:normal;
  	font-size: 1.1em;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 8px;
  }
ul.footernav li {
	cursor:pointer;
	display: inline;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
	border-right: 1px solid #ccc;
}
ul.footernav li.last {
	
	border-right: 0px solid #3e5f7b;
}
ul.footernav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:1.6em;
	background-position:0 0 !important;
	left:-9000px;
	
}
ul.footernav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
}
ul.footernav li a {
	color:#999;
	background: transparent;
	font-weight:normal;
	text-decoration:none;
	display: inline;
	padding:0 1.3em;
	height:1.6em;
	line-height:2em;
}
ul.footernav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	font-weight:bold;
	
		
}

ul.footernav li:hover a,
ul.footernav li a:hover,
ul.footernav li a:focus {color: #327ebc; background: none;}
ul.footernav li a:active {color:#666; background: none;}
ul.footernav li:hover ul {left:0;z-index:10}
ul.footernav li ul,
ul.footernav li {background: none;}
ul.footernav li:hover ul li a {color:#444;}
ul.footernav li:hover ul li a:hover {color:#000; background: none;}
ul.footernav li:hover ul li a:active {color:#666; background: none;}

ul.footernav li.current a {color:#c68c00; background: none; cursor:default; font-weight:normal;}
ul.footernav li.current ul {left:0;z-index:5}
ul.footernav li.current ul,
ul.footernav li.current {background: none !important}
ul.footernav li.current ul li a {color:#444; background: none; font-weight:normal;}
ul.footernav li.current ul li a:hover {color:#000; background: none;}
ul.footernav li ul li.current a,
ul.footernav li ul li.current a:hover,
ul.footernav li.current:hover ul li a:active {color:#666; background: none;}


/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
.pdf_bio {
	font-size: 1em;
	font-weight: bold;
	line-height: 40px;
	padding-top: 3px;
	margin-top: 3px;
	vertical-align: top;
	}
.pdf_bio img{
	margin-right: 5px;
	vertical-align: top;
	}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	}
h4.biotitle
{
	font-size: 22px;
	margin-top: 20px;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	}

h5
{
	font-size: 17px;
}

h5.title
{
	font-size: 13px;
	margin: 10px 0 10px 0;
}
h5.sidebartitle
{
	font-size: 13px;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: double #aaa;
}

h6
{
	font-size: 15px;
}

span.bio_justify p {
	text-align: justify;
	}

img.ml_logo {
	display: none;
	}


#inside_sidebar {
	font-size: 1.1em;
	}
.pdf_bio {
	display: none;
	}
.pdf_bio img{
	display: none;
	}
.requestmoreinfo {
	display: none;
	}