/* Reset styles */
:link,:visited {text-decoration: none;}
ul {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 25px Crete;
	color: #0f6cb6;
	margin: 0 0 8px 0;
}

h2 {
	font: 20px Crete;
	color: #757575;
	margin: 22px 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e4e4e4;
}

h3 {
	font: 20px Crete;
	color: #757575;
	margin: 22px 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e4e4e4;
}

h4 {
	font: 20px Crete;
	color: #757575;
	border-bottom: 5px solid #9b9c9c;
	padding: 0 0 5px 0;
	margin: 0 0 12px 0;
}

h4 a:link, h4 a:visited {
	color: #757575;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: none;
	color: #000 !important;
}

h5 {
	font: 16px Crete;
	color: #403f3f;
	margin: 0 0 2px 0;
}

h6 {
	font: 18px Crete;
	color: #0f6cb6;
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #a7cbe8;
}

.addendaHeader {
	font: 1.2em Crete;
	color: #0f6cb6;
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #a7cbe8;
}

.bigListHeader {   /*used on page 1429*/
	font: 2em Crete;
	color: #757575;
	border-bottom: 5px solid #9b9c9c;
	padding: 0 0 5px 0;
	margin: 0 0 12px 0;
}

.chartCaption {
	font: 1.12em Crete;
	color: #0f6cb6;
	margin: 0 0 12px 0;
	padding: 10px 0 5px 0;
	border-bottom: none;
}

/* Links */

a:link, a:visited, a:active {
	color: #1568b3;
	text-decoration: underline;
}

a:hover {
	color: #302f2f;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 9px 0;
	line-height: 1.4em;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1em;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 14px Varela, Arial, Helvetica, sans-serif;
	color: #535353;
	background: #FFF url('../../images/ohe/page-bg.jpg') no-repeat 100% 50px;
}

.home {
	background-image: none;
}

.frame {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.frameTableau {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

/* Header */

.header {
	overflow: visible;
	height: 105px;
}

.home .header {
	height: 452px;
}

.logo {
	position: absolute;
	top: 0;
	left: 35px;
	z-index: 888;
}

/* Search */

.search {
	background: url('../../images/ohe/search-bg.png') no-repeat;
	width: 172px;
	height: 27px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 888;
}

.home .search {
	background: url('../../images/ohe/search-bg-dark.png') no-repeat;
}

.search .text {
	border: none;
	background: transparent;
	float: left;
	display: inline;
	font: .87em Varela;
	color: #454545;
	margin: 7px 0 0 9px;
	border-left: 1px solid #7f7f7f;
	padding: 0 5px 0 5px;
	/*width: 120px;*/
	width: 10em;
}

.search .btn {
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 1em;
	color: #414141;
	border: none;
	border-bottom: 4px solid #767676;
	background: transparent;
	margin: 3px 0 0 1px;
	cursor: pointer;
}

/* Top Menu */

.top-menu {
	position: absolute;
	top: 16px;
	right: 182px;
	overflow: hidden;
	z-index: 888;
}

.top-menu li {
	float: left;
	display: inline;
	font: .8em Varela;
	background: url('../../images/ohe/top-menu-sep-dark.png') no-repeat 0 3px;
	padding: 0 6px 0 6px;
	margin: 0 0 0 -1px;
}

.home .top-menu li {
	background: url('../../images/ohe/top-menu-sep.png') no-repeat 0 3px;
	/*background-color:#444;*/	

}

.top-menu a:link, .top-menu a:visited {
	color: #2d2b2b;
	text-decoration: none;
}

.home .top-menu a:link, .home .top-menu a:visited {
	/*color: #fefefe;*/
	color: #fff;
	text-shadow: #000 0px 0px 1px;
    -webkit-font-smoothing: antialiased;	
}

.top-menu a:hover {
	text-decoration: underline;
}

/* Menu */

.menu {
	background: url('../../images/ohe/menu-bg.png') no-repeat;
	width: 801px;
	height: 64px;
	position: absolute;
	top: 43px;
	right: -5px;
	z-index: 999;
}

.menu-wrapper {
	margin: 0 10px 0 10px;
	overflow: visible;
}

.the-menu {
	padding: 15px 0 0 0;
	width: 820px;
	float: left;
	display: inline;
	overflow: visible;
}

.menu li {
	float: left;
	display: inline;
	margin: 0 0 0 -1px;
	height: 45px;
	overflow: visible;
}

.menu a:link, .menu a:visited {
	display: block;
	width: 131px;
	overflow: hidden;
	height: 43px;
	font: 1em Crete;
	line-height: 1.0em;
	text-align: center;
	color: #2a2a2a;
	text-decoration: none;
	display: table; #position: relative; overflow: hidden;
	border-left: 1px solid #c8c9c9;
}

.menu li:hover a {
	background: #fff;
	color: #1568b3;
}

.menu a span {
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
}

.menu a span strong {
	#position: relative; #top: -50%
}

.menu small {
	display: block;
	font: .75em Varela;
	text-transform: uppercase;
	color: #5b5b5b;
	margin: 1px 0 0 0;
}

/* Dropdown */

.dropdown {
position: absolute;
top: 60px;
left: 9px;
background: url('../../images/ohe/dropdown-bg.png');
border: 1px solid #eaeaea;
border-top: none;
width: 781px;
z-index: 99999;
overflow: hidden;
padding: 0 0 19px 0;
display: none;
}

.dropdown li {
	float: none;
	display: block;
	border-left: none;
	margin: 0 0 6px 0;
	background: url('../../images/ohe/dash.png') no-repeat 0 9px;
	padding: 0 0 0 8px;
	height: auto !important;
}

.dropdown a:link, .dropdown a:visited {
	width: auto;
	height: auto;
	font: 1em Varela;
	line-height: 1.4em;
	text-align: left;
	color: #535353 !important;
	text-decoration: none;
	display: inline; #position: relative; overflow: hidden;
	background: transparent !important;
	border-left: none !important;
}

.dropdown a:hover {
	color: #1568b3 !important;
}

.dropdown-columns {
	margin: 21px 0 0 -20px;
	padding: 0 0 0 0;
	background: url('../../images/ohe/dropdown-sep.gif') repeat-y 284px 0;
}

.dropdown .col {
	float: left;
	display: inline;
	width: 210px;
	margin: 0 0 0 50px;
}

/* Slider */

.slideshow {
	position: absolute;
	z-index: 10;
	margin: 0 0 40px 0;
	width: 100%;
	height: 412px;
	overflow: hidden;
	background: #2f3332;
}

.slider {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -750px;
}

.slider-no-js .slider { height: 412px; overflow: auto !important; }
.slider, .slider .panel { width: 1500px; min-height: 412px; position: relative; } 
.slider-wrapper { clear: both; }
.slider { float: left; overflow: hidden; position: relative }
.panel { display: block; float: left }
.panel-container { position: relative }

.panel {
	position: relative;
	height: 412px;
	overflow: hidden;
	text-align: center;
}

.panel img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.slide-text {
	position: absolute;
	top: 123px;
	right: 0px;
	width: 460px;
	text-align: left;
	z-index: 10;
}

.slide-text label {
	font: 2.75em Varela;
	color: #fff;
    /*text-shadow: #000 0px 0px 1px;
    -webkit-font-smoothing: antialiased;*/

	line-height: 1.2em;
	display: block;
	margin: 0 5px 8px 0;
}

a.more:link, a.more:visited {
	background: url('../../images/ohe/more-bg.png') no-repeat;
	width: 92px;
	height: 33px;
	font: bold .87em Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 33px;
	display: block;
	float: right;
	text-decoration: none;
}

a.more:hover {
	background-position: 0 -33px;
}

/* Box */

.boxes {
	margin: 0 0 27px -5px;
	width: 960px;
}

.box {
	float: left;
	display: inline;
	width: 314px;
	height: 292px;
	margin: 0 0 0 5px;
}

.blue-box {
	background: url('../../images/ohe/box-bg-blue.jpg') no-repeat;
}

.gray-box {
	background: url('../../images/ohe/box-bg-gray.jpg') no-repeat;
}

a.all-link:link, a.all-link:visited {
	float: right;
	display: inline;
	font: .87em Varela;
	text-transform: uppercase;
	color: #6f6f6f;
	margin: 8px 11px 0 0;
	text-decoration: none;
}

a.all-link:hover {
	color: #000;
	text-decoration: underline;
}

.blue-box h4 {
	color: #136fb9;
	border-color: #3e8dcc;
	padding-left: 8px;
}

.blue-box h4 a:link, .blue-box h4 a:visited {
	color: #3e8dcc;
}

.box .inner {
	margin: 20px 7px 0 17px;
}

.date {
	float: left;
	display: inline;
	border: 3px solid #ebeaea;
	width: 49px;
	height: 43px;
	padding: 6px 0 0 0;
	font: .87em Varela;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0 6px;
}

.date big {
	font-size: 1.87em;
	color: #2881c8;
	display: block;
	margin: -3px 0 0 0;
}

.item-info {
	float: left;
	display: inline;
	width: 185px;
	margin: 5px 0 0 13px;
	font: .87em Varela;
	color: #444343;
}

.item-info p {
	line-height: 1.3em;
	margin: 0;
}

.item-info a:link, .item-info a:visited {
	color: #444343;
	text-decoration: none;
}

.item-info a:hover {
	text-decoration: underline;
}

.items li {
	clear: both;
	width: 100%;
	margin: 0 0 11px 0;
}

.items li:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.items li:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .items li {height: 1%;}


.publicationHeader {
	font: 1.5em Crete;
	color: #757575;
	border-bottom: 5px solid #9b9c9c;
	padding: 0 0 5px 0;
	margin: 0 0 12px 0;
}

.publicationHeader a:link, h4 a:visited {
	color: #757575;
	text-decoration: none;
}

.publicationHeader a:hover {
	text-decoration: none;
	color: #000 !important;
}


.publications {
	margin: 0 0 0 30px;
}

.publications li {
	list-style: decimal;
	font: .87em Varela;
	margin: 0 0 3px 0;
}

.publications a:link, .publications a:visited {
	color: #444343;
	text-decoration: none;
}

.publications a:hover {
	text-decoration: underline;
}

.box-pic img {
	border: 5px solid #d5d8da;
}

.box-text p {
	font-size: .87em;
	color: #444343;
	line-height: 1.3em;
}

.indent {
	margin: 0 15px 0 7px;
}

.box-pic {
	margin: 0 0 15px 0;
}

/* Footer */

.footer {
	background: #e2f0fd url('../../images/ohe/footer-bg.gif') repeat-y 50% 0;
	margin: 55px 0 0 0;
	padding: 22px 0 0 0;
}

.categories {
	margin: 0 0 24px -22px;
}

.category {
	float: left;
	display: inline;
	width: 298px;
	margin: 0 0 0 22px;
}

.category ul {
	margin: 0 0 0 0;
}

.category li {
	font: 1em Varela;
	color: #535353;
	background: url('../../images/ohe/dash.png') no-repeat 1px 9px;
	padding: 0 0 0 10px;
	margin: 0 0 6px 0;
}

.category a:link, .category a:visited {
	color: #535353;
	text-decoration: none;
}

.category a:hover {
	color: #302f2f;
	text-decoration: underline;
}

/* Bottom Line */

.bottom-line {
	border-top: 2px solid #cce2f3;
	position: relative;
	padding: 12px 0 0 0;
	width: 100%;
	overflow: hidden;
	height: 30px;
}

.social {
	position: absolute;
	top: 7px;
	left: 4px;
}

.social li {
	float: left;
	display: inline;
	margin: 0 4px 0 0;
}

.bottom-menu {
	position: relative;
	width: 100%;
}

.bottom-menu:after {
	content: '';
	display: block;
	clear: both;
}

.bottom-menu .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.bottom-menu ul {
	position: relative;
	left: -50%;
	float: left;
	overflow: hidden;
	margin: 0 0 0 34px;
}

.bottom-menu li {
	float: left;
	display: inline;
	background: url('../../images/ohe/bottom-menu-sep.png') no-repeat 0 2px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 -2px;
	color: #6a6a6a;
	font: .87em Varela;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #6a6a6a;
	text-decoration: none;
}

.bottom-menu a:hover {
	color: #302f2f;
	text-decoration: underline;
}

/* Internal Page */

.columns {
	margin: 27px 0 0 0;
}

.sidebar {
	float: left;
	display: inline;
	width: 228px;
}

.blog-link {
	background: url('../../images/ohe/blog-link-bg.png') no-repeat;
	width: 224px;
	height: 77px;
	overflow: hidden;
	margin: 0 0 10px 5px;
}

.blog-link a:link, .blog-link a:visited {
	display: block;
	margin: 3px 0 0 3px;
	width: 216px;
	height: 69px;
	font: .87em Varela;
	line-height: 1.2em;
	color: #535353;
	text-decoration: none;
}

.blog-link a:hover {
	color: #000;
}

.blog-link span {
	display: block;
	margin: 16px 0 0 174px;
	cursor: pointer;
}

/* Side Box */

.side-box {
	float: left;
	display: inline;
	width: 228px;
	margin: 0 0 14px 5px;
	background: url('../../images/ohe/side-box-bg-top.png') no-repeat;
}

.side-box .bg {
	background: url('../../images/ohe/side-box-bg-bottom.png') no-repeat 0 100%;
	padding: 0 0 18px 0;
	overflow: hidden;
}

.side-box .inner {
	margin: 20px 7px 0 17px;
}

/* Newsletter */

/*.newsletter {background: url("http://service.govdelivery.com/demos/mockup/MNOHE/box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}*/

.newsletter {
	background: url('../../images/ohe/newsletter-bg.png') no-repeat;
	width: 224px;
	height: 194px;
	overflow: hidden;
	margin: 0 0 0 5px;
}

.newsletter .inner {
	margin: 18px 15px 0 22px;
}

.newsletter .NewsletterHeader {
	font: 1.125em Crete;
	color: #403f3f;
	margin: 0 0 2px 0;
}

.newsletter p {
	font: .87em Varela;
	color: #6e6e6e;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}

.newsletter .text {
	background: url('../../images/ohe/text-bg.gif') no-repeat;
	/*width: 172px;*/
	width: 14em;
	font: .87em Varela;
	color: #9e9e9e;
	padding: 7px 0 7px 17px;
	border: none;
}

.newsletter .line {
	margin: 0 0 5px 0;
	position: relative;
}

.newsletter .btn {
	font-weight: bold;
	font-size: 1em;
	color: #0f6cb6;
	border: none;
	border-bottom: 4px solid #d0e2f0;
	background: transparent;
	margin: 3px 0 0 1px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	padding: 0 3px;
}

/* Content Area */

.content {
float: left;
display: inline;
margin: 0 0 0 38px;
width: 670px;
position: relative;
z-index: 9999;
}

.pic {
	float: right;
	display: inline;
	width: 250px;
	margin: 0 0 0 30px;
}

.pic img {
	border: 5px solid #d5d8da;
}

caption {
	
	font: 1.3em Crete;
	color: #0f6cb6;
	margin: 0 0 12px 0;
	padding: 10px 0 5px 0;
	border-bottom: 2px solid #a7cbe8;
	text-align:left;


/*    font-size: 2.2em;
	color: #989898;
	margin: 6px 0 0 0;
	line-height: 1.2em;*/
}

.content ul,ol {
	margin: 0 0 15px 20px;
}

.content ul li {
	background: url('../../images/ohe/dash.png') no-repeat 0 8px;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}

.content ol li {
	list-style-type: decimal; 
	padding: 0 0 0 10px;
	margin: 0 0 7px 22px;
}

.content ol ol li {
	list-style-type: upper-alpha; 
	padding: 0 0 0 10px;
	margin: 0 0 7px 22px;
}

.content ol ol ol li {
	list-style-type: lower-roman; 
	padding: 0 0 0 10px;
	margin: 0 0 7px 22px;
}

/* Documents */

.documents {
	margin: 0 0 0 -5px !important;
	width: 690px;
}

.documents li {
	float: left;
	display: inline;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 229px;
	height: 64px;
}

.documents a:link, .documents a:visited {
	width: 229px;
	height: 64px;
	display: block;
	background: url('../../images/ohe/document-bg.png') no-repeat;
	text-decoration: none;
	overflow: hidden;
}

.document-title {
	display: block;
	cursor: pointer;
	font: 1.1em Crete;
	color: #403f3f;
	margin: 13px 0 2px 15px;
}

.document-info {
	font: .87 Varela;
	color: #9e9e9e;
	margin: 0 0 0 15px;
}

.documents a:hover .document-title {
	color: #302f2f;
	text-decoration: underline;
}

/* Years */

.years {
	margin: 0 0 0 -5px !important;
	overflow: hidden;
}

.years li {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 0 0 -1px !important;
	float: left;
	display: inline;
	color: #444343;
	font: 1em Varela;
	width: 92px;
	border-left: 1px solid #dadada;
	text-align: center;
	line-height: 2em;
}

.years a:link, .years a:visited {
	color: #444343;
	text-decoration: none;
}

.years a:hover {
	color: #302f2f;
	text-decoration: underline;
}


/* Side Menu */

.side-menu {
	margin: 0 0 0 0;
}

.side-menu li {
	font: .9em Varela;
	margin: 0 0 3px 0;
}

/* Submenu */

.submenu {
	background: url('../../images/ohe/submenu-bg-bottom.gif') no-repeat 0 100%;
	margin: 0 0 -3px 0;
}

.submenu-bg {
	background: url('../../images/ohe/submenu-bg-top.gif') no-repeat;
	overflow: hidden;
	padding: 0 0 11px 0;
}

.submenu ul {
	margin: 9px 0 0 10px; 
}

.submenu li {
	border: none;
	font-size: .92em;
}

.side-menu a:link, .side-menu a:visited {
	color: #535353 !important;
	display: block;
	padding: 3px 0 3px 15px;
	text-decoration: none;
}

.side-menu li.current a:link, .side-menu li.current a:visited {
	color: #131313 !important;
}

.side-menu li.current a:hover {
	color: #757575 !important;
}

.side-menu a:hover {
	color: #757575 !important;
}

.side-menu li.current a:link, .side-menu li.current a:visited {
	background: url('../../images/ohe/ico-plus.png') no-repeat 0 8px;
}

.submenu a:link, .submenu a:visited {
	background: transparent !important;
}

.submenu li.current a:link, .submenu li.current a:visited {
	background: url('../../images/ohe/ico-plus.png') no-repeat 0 8px !important;
}

.third-level {
	margin: 5px 0 3px 20px !important;
}

.third-level a:link, .third-level a:visited, .side-menu li.current .third-level a {
	background: transparent !important;
}

.third-level li.current a:link, .third-level li.current a:visited {
	background: url('../../images/ohe/ico-plus.png') no-repeat 3px 8px !important;
}

.third-level li.current a:hover {
	color: #757575 !important;
}

.third-level a:hover {
	color: #757575 !important;
}

.header .frame {
z-index: 99999;
}




/* Social Media Line */

.social-media-line { 
	float:right;
	position: relative;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	height: 30px;
}

.social-media {
	position: absolute;
	top: 7px;
	right: 0;
}

.social-media li {
	float: right;
	display: inline;
	margin: 0 4px 0 0;
	padding: 0 2px 0 2px;
}

.hint ul,ol {
	margin: 0 0 5px 10px;
}

.hint ul li {
	background: url('../../images/ohe/dash.png') no-repeat 0 4px;
	margin: 0 0 7px 0;
}

.footerSectionHeader {
	font: 1.3em Crete;
	color: #0f6cb6;
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #a7cbe8;
}

.nestedList ul li {
	background: url('../../images/ohe/dash.png') no-repeat 0 8px;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}

.nestedList ul ul li {
	background: url('../../images/ohe/dash_blank.png') no-repeat 0 8px;
	list-style: circle;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}

.nestedList ul ul ul li {
	background: url('../../images/ohe/dash_blank.png') no-repeat 0 8px;
	list-style: square;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}










