@charset "utf-8";

/* ---------- GLOBAL CSS RULES --------------------------- */

html {
    font-size: 100%;
    line-height: 100%;
}

body,
html {
    font-family: arial, helvetica, sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #000;
    background: #ffce34 url(../images/bkgd_body.png) 0 0 repeat-x;
}

body {
    min-width: 1015px;
    font-size: 75%;
    line-height: 133%;
}


/* ---------- Typography --------------------------- */

p {
    margin: 0 0 16px 0;
}

p.nospace {
    margin: 0 0 0 0;
}

#listspace {
    padding-top: 0px;
    padding-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    color: #892326;
    background: transparent;
    margin: 0 0 5px 0;
    padding: 0;
}

h1 {
    font-size: 200%;
    line-height: 125%;
}

h2 {
    font-size: 133%;
    line-height: 110%;
    padding-top: 0.5em;
}

h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
    color: #000;
    background: transparent;
}

h5 {
    color: #892326;
    margin: 0;
}

h6 {
    margin: 0;
}


#NoNavBody h3, #navigation h3{
	font-size: 112%;

margin-bottom: 0;
padding-top: 12px;
}

a,
a:link,
a:visited {
    color: #3366cc;
    background: transparent;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}


/* ---------- Site-wide styles --------------------------- */

form,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0 0 10px 0;
}

ul li {
    background-color: transparent;
    padding: 0;
}

ol {
    padding: 0 0 0.2em 1.9em;
    margin: 0;
}

ol li {
    background-color: transparent;
    margin: 0;
    padding: 0 0 0.8em 0;
}

div {
    margin: 0;
    padding: 0;
}

span {
    margin: 0;
    padding: 0;
}

table {
    border: 0;
    border-collapse: collapse;
    background-color: #fff;
    color: #000;
}

th {
    border: 0;
    padding: 4px;
    background-color: #fff;
    color: #000;
}

td {
    border-bottom: 1px dotted #94a22c;
    padding: 4px;
    background-color: #fff;
    color: #000;
}

table caption {
    font-size: 120%;
    padding-bottom: 10px;
    text-align: left;
}


/* Clear Floats */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* ---------- Top ADA Compliance Bar --------------------------- */

#adaWrap {
    background: #fff;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0;
}

#ada {
    background: #fff;
    color: #000;
    margin: 0 auto;
    padding: 0;
    width: 985px !important;
    height: 30px !important;
    overflow: hidden;
}

#ada p {
    text-align: right;
}

#ada a {
    color: #000;
    background: transparent;
    font-size: 90%;
    line-height: 250%;
}

#ada a:hover {
    color: #0089c9;
    background: transparent;
}


/* ---------- Navigation Bar --------------------------- */

#navigationWrap {
    color: #ffce34;
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 8px solid #ffce34;
}

#navigation {
    color: #ffce34;
    background: #000;
    color: #ffce34;
    margin: 0 auto;
    padding: 0;
    width: 1015px !important;
    height: 53px !important;
}

#navigation,
#navigationWrap {
    position: relative;
    z-index: 100;
}


/* mega menu list */

.nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
}


/* a top level navigation item in the mega menu */

.nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
	float: left;
}


/* first descendant link within a top level navigation item */

.nav-item > a {
   
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 0 -1px 0;
    border: none;
    color: #ffce34;
    font-size: 108%;
    font-style: normal;
    font-weight: bold;
height: 40px;
padding-top: 12px;
padding-bottom: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    
    .nav-item > a {
    bottom: 0;
    }
}

.nav-item > a:hover {
    
    text-decoration: none;
}

/* open state of first descendant link within a top level 
navigation item */

.nav-item > a.open {
    background-color: #ffce34;
    border-bottom: none;
    z-index: 1;
}


/* sub-navigation panel */

.sub-nav {
    position: absolute;
    display: none;
    margin-top: 1px;
    padding: 0.5em 1em;
    /*    border: 1px solid #dedede;*/
    background-color: #FFCE34;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    
    .sub-nav {
        margin-top:0;
    }
}

/* sub-navigation panel open state */
.sub-nav.open {
    display: block;
}


/* list of items within sub-navigation panel */

.sub-nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
    padding: 0;
}


/* list item within sub-navigation panel */

.sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-nav li a {
    color: #000;
    font-size: 100%;
    font-style: normal;
    text-decoration: none;
    display: block;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 1px dotted #94A22C;
}

.sub-nav li a:hover {
    color: #892326;
    text-decoration: underline;
}

.sub-nav-group {
    width: 200px;
}


/* Dropdown Menu */

ul#nav-menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

ul#nav-menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-item > li:hover a,
.nav-item > li a:hover {
    background-position: 15px 0;
    color: #000;
    background: #ffce34;
}

.nav-item > a.navHome {
    background: #000 url(../images/icon_home.png) 15px 0 no-repeat;
    color: #ffce34;
    padding-left: 59px;
    padding-right: 15px;
    width: 54px;
bottom: 0;
}

/*CHROME SPECIFIC HACK */
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.nav-item > a.navHome {
		bottom: 15px;
	}      
}


.nav-item > li:hover a.navHome,
.nav-item > a.navHome:hover {
    background: #ffce34 url(../images/icon_home.png) 15px 0 no-repeat;
    color: #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .nav-item > a.navHome {
       bottom: 16px;
    }
}

.nav-item > a.navWelcome {
    background: #000 url(../images/icon_welcome.png) 15px 0 no-repeat;
    color: #ffce34;
    padding-left: 51px;
    padding-right: 15px;
    width: 85px;
}

.nav-item > li:hover a.navWelcome,
.nav-item > a.navWelcome:hover,
.nav-item > a.navWelcome.open {
    background: #ffce34 url(../images/icon_welcome.png) 15px 0 no-repeat;
    color: #000;
}

.nav-item > a.navParents {
    background: #000 url(../images/icon_parents.png) 15px 0 no-repeat;
    color: #ffce34;
    padding-left: 55px;
    padding-right: 15px;
    width: 102px;
}

.nav-item > li:hover a.navParents,
.nav-item > a.navParents:hover,
.nav-item > a.navParents.open {
    background: #ffce34 url(../images/icon_parents.png) 15px 0 no-repeat;
    color: #000;
}

.nav-item > a.navStudent {
    background: #000 url(../images/icon_student.png) 15px 0 no-repeat;
    color: #ffce34;
    padding-left: 65px;
    padding-right: 15px;
    width: 75px;
}

.nav-item > li:hover a.navStudent,
.nav-item > a.navStudent:hover,
.nav-item > a.navStudent.open {
    background: #ffce34 url(../images/icon_student.png) 15px 0 no-repeat;
    color: #000;
}

.nav-item > a.navEducator {
    background: #000 url(../images/icon_educator.png) 15px 0 no-repeat;
    color: #ffce34;
    padding-left: 54px;
    padding-right: 15px;
    width: 162px;
}

.nav-item > li:hover a.navEducator,
.nav-item > a.navEducator:hover,
.nav-item > a.navEducator.open {
    background: #ffce34 url(../images/icon_educator.png) 15px 0 no-repeat;
    color: #000;
}

.nav-item > a.navSupport {
    background: #000 url(../images/icon_support.png) 15px 0 no-repeat;
    color: #ffce34;
    padding-left: 54px;
    padding-right: 15px;
    width: 76px;
}

.nav-item >li:hover a.navSupport,
.nav-item > a.navSupport:hover,
.nav-item > a.navSupport.open {
    background: #ffce34 url(../images/icon_support.png) 15px 0 no-repeat;
    color: #000;
}

.nav-item > a.navData {
    background: #000 url(../images/icon_data.png) 15px 0 no-repeat;
    color: #ffce34;
    padding-left: 54px;
    padding-right: 15px;
    width: 69px;
}

.nav-item > li:hover a.navData,
.nav-item > a.navData:hover,
.nav-item > a.navData.open {
    background: #ffce34 url(../images/icon_data.png) 15px 0 no-repeat;
    color: #000;
}

.nav-item > li .sub {
    position: absolute;
    top: 53px;
    left: 0;
    background: #ffce34;
    padding: 15px 0 15px 0;
    float: left;
    z-index: 99999;
    display: none;
    font-weight: normal;
}


/*
.nav-item > li .sub ul{
list-style: none;
margin: 0 0 0 15px; 
padding: 0;
width: 185px;
border-top: 1px dotted #94a22c;
float: left;
}

.nav-item > .sub ul li {
width: 185px;
color: #000;
font-weight: normal;
}*/

.nav-item > .sub ul li a {
    float: none;
    text-indent: 0;
    /*--Reset text indent--*/
    height: auto;
    border-bottom: 1px dotted #94a22c;
    padding: 4px 0 4px 0;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

.nav-item > .sub ul li a:hover {
    color: #892326;
    text-decoration: underline;
}

/* Dropdown Menu */


ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	}

ul#topnav li a {
	float: left; 
	height: 43px;
	color: #ffce34;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0;
	}

ul#topnav li:hover a, 
ul#topnav li a:hover { 
	background-position: 15px 0;
	color: #000;
	background: #ffce34;
	}

ul#topnav a.navHome {
	background: #000 url(../images/icon_home.png) 15px 0 no-repeat;
	color: #ffce34;
	padding-left: 59px;
	padding-right: 15px;
	width: 71px;
	}

ul#topnav li:hover a.navHome, 
ul#topnav a.navHome:hover {
	background: #ffce34 url(../images/icon_home.png) 15px 0 no-repeat;
	color: #000;
	}

ul#topnav a.navWelcome {
	background: #000 url(../images/icon_welcome.png) 15px 0 no-repeat;
	color: #ffce34;
	padding-left: 51px;
	padding-right: 15px;
	width: 79px;
	}

ul#topnav li:hover a.navWelcome, 
ul#topnav a.navWelcome:hover {
	background: #ffce34 url(../images/icon_welcome.png) 15px 0 no-repeat;
	color: #000;
	}

ul#topnav a.navParents {
	background: #000 url(../images/icon_parents.png) 15px 0 no-repeat;
	color: #ffce34;
	padding-left: 55px;
	padding-right: 15px;
	width: 75px;
	}

ul#topnav li:hover a.navParents, 
ul#topnav a.navParents:hover {
	background: #ffce34 url(../images/icon_parents.png) 15px 0 no-repeat;
	color: #000;
	}

ul#topnav a.navStudent {
	background: #000 url(../images/icon_student.png) 15px 0 no-repeat;
	color: #ffce34;
	padding-left: 65px;
	padding-right: 15px;
	width: 65px;
	}

ul#topnav li:hover a.navStudent, 
ul#topnav a.navStudent:hover {
	background: #ffce34 url(../images/icon_student.png) 15px 0 no-repeat;
	color: #000;
	}

ul#topnav a.navEducator {
	background: #000 url(../images/icon_educator.png) 15px 0 no-repeat;
	color: #ffce34;
	padding-left: 54px;
	padding-right: 15px;
	width: 76px;
	}

ul#topnav li:hover a.navEducator, 
ul#topnav a.navEducator:hover {
	background: #ffce34 url(../images/icon_educator.png) 15px 0 no-repeat;
	color: #000;
	}

ul#topnav a.navSupport {
	background: #000 url(../images/icon_support.png) 15px 0 no-repeat;
	color: #ffce34;
	padding-left: 54px;
	padding-right: 15px;
	width: 76px;
	}

ul#topnav li:hover a.navSupport, 
ul#topnav a.navSupport:hover {
	background: #ffce34 url(../images/icon_support.png) 15px 0 no-repeat;
	color: #000;
	}

ul#topnav a.navData {
	background: #000 url(../images/icon_data.png) 15px 0 no-repeat;
	color: #ffce34;
	padding-left: 54px;
	padding-right: 15px;
	width: 76px;
	}

ul#topnav li:hover a.navData, 
ul#topnav a.navData:hover {
	background: #ffce34 url(../images/icon_data.png) 15px 0 no-repeat;
	color: #000;
	}

ul#topnav li .sub {
	position: absolute;	
	top: 53px; 
	left: 0;
	background: #ffce34;
	padding: 15px 0 15px 0;
	float: left;
	z-index: 99999;
	display: none;
	font-weight: normal;
	}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0 0 0 15px; 
	padding: 0;
	width: 185px;
	border-top: 1px dotted #94a22c;
	float: left;
	}

ul#topnav .sub ul li {
	width: 185px;
	color: #000;
	font-weight: normal;
	}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	border-bottom: 1px dotted #94a22c;
	padding: 4px 0 4px 0;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	}

ul#topnav .sub ul li a:hover {
	color: #892326;
	text-decoration: underline;
	}

/* ---------- Body wrapper --------------------------- */

#bodyWrap {
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}

#body {
    background: #fff;
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 1015px;
}


/* ---------- Left sidebar --------------------------- */

#leftSidebar {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 217px;
    float: left;
}


/* Logo */

#logo_small {
    margin: 0 0 38px 0;
    padding: 0;
    width: 217px;
    height: 73px;
    border-bottom: 3px solid #94a22c;
}

#logo_small h1 {
    margin: 0;
    padding: 0;
    display: block;
    width: 217px;
    height: 73px;
    text-indent: -9999px;
}


/* Sidebar content */

#leftContent {
    background: #fff;
    color: #000;
    margin: 0 0 0 15px;
    padding: 0;
    padding-bottom: 15px;
    width: 187px;
    float: left;
}

#leftContact {
    color: #3f5422;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
}

#leftSidebar h1,
#leftSidebar h2,
#leftSidebar h3,
#leftSidebar h4,
#leftSidebar h5,
#leftSidebar h6 {
    color: #000;
    background: transparent;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
}

#leftSidebar h2,
#leftSidebar h3,
#leftSidebar h4,
#leftSidebar h5,
#leftSidebar h6 {
    color: #3f5422;
    background: transparent;
}

#leftSidebar ul {
    list-style: none;

    margin-top: -4px;
     margin-bottom: -4px;
}

#leftSidebar li {

    padding-top: 4px;
    padding-bottom: 4px;
}

#leftSidebar a {
    BORDER-BOTTOM: #94a22c 1px dotted;
    color: #000;
    background: transparent;
    font-style: normal;
}

#leftSidebar a:hover {
    color: #196486;
    background: transparent;
}

#leftSidebar ul ul {
    list-style: none;
    border-top: none;
    margin-bottom: -4px;
      margin-top: -4px;
}

#leftSidebar ul ul ul {
    list-style: none;
    border-top: none;
    margin-bottom: -4px;
      margin-top: -4px;
}

#leftSidebar li li {
  /*  border-bottom: none;*/
  
}
#leftSidebar li li a {
   /* padding-left: 15px;*/
}

#leftSidebar li li li {
 /*  border-bottom: none;*/

}

#leftSidebar li li li a {
  /*  padding-left: 15px;*/
}

#leftSidebar .on {
    color: #892326;
    background: transparent;
    font-weight: bold;
}


/* ---------- Main content --------------------------- */

#bodyColumn {
    color: #000;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0;
    width: 580px;
    float: left;
}

#NoNavBody {
    color: #000;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0;
    width: 800px;
    float: left;
}

#title {
    margin: 0 0 38px 0;
    padding: 0;
    width: 580px;
    height: 73px;
    overflow: hidden;
    border-bottom: 3px solid #94a22c;
    float: left;
}

#breadcrumbs {
    color: #fff;
    background: #516524;
    margin: 0;
    padding: 0 15px 0 15px;
    height: 38px;
    overflow: hidden;
}

#breadcrumbs p {
    color: #fff;
    background: transparent;
    padding: 0 15px 0 15px;
    line-height: 280%;
}

#breadcrumbs a {
    color: #fff;
    background: transparent;
    font-style: normal;
}

#headline {
    background: #892326;
    margin: 0;
    padding: 0 15px 0 15px;
    width: 550px;
    height: 35px;
    overflow: hidden;
    font-size: 200%;
    color: #fff;
    line-height: 158%;
}

#headline h1,
#headline h2,
#headline h3,
#headline h4,
#headline h5,
#headline h6 {
    color: #fff;
    background: transparent;
    line-height: 158%;
}

#centerImage {
    margin: 0 0 10px 0px;
    width: 550px;
}

#bodyContent {
    background: #fff;
    margin: 0 0 0 15px;
    padding: 0;
    width: 550px;
    clear: both;
}

#bodyContentLeftNav {
    /* Left Nav only */
    background: #fff;
    margin: 0 0 0 15px;
    padding: 0;
    width: 768px;
    margin-top: 114px;
}

#bodyContentNoNav {
    /* No Left & Right Nav - Full body */
    background: #fff;
    margin: 0 0 0 15px;
    padding: 0;
    width: 995px;
    position: relative;
    right: 223px;
}

#bodyContent img {
    display: inline;
    margin: 0 0 0 0px;
}

#bodyContent ul {
    list-style: none;
    background-color: transparent;
    margin: 0;
    padding-bottom: 1em;
}

#bodyContent ul li {
    background-color: transparent;
    margin: 0;
    padding-bottom: 5px;
}

#pageText {
    background: #fff;
    margin: 0 0 1em 15px;
    padding: 0;
    width: 550px;
}

#pageText img {
    display: inline;
    margin: 0 0 0 0px;
}

#pageText ul {
    background-color: transparent;
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0.2em 1.5em;
}

#pageText ul li {
    background-color: transparent;
    list-style-position: outside;
    margin: 0;
    padding-bottom: 0.8em;
}

#noNav {
    width: 768px;
}

ul.navList {
    border-top: 1px dotted #94a22c;
    margin-top: 4px;
}

ul.navList li {
    border-bottom: 1px dotted #94a22c;
    padding-top: 4px;
    padding-bottom: 4px;
}

ul.navList a {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

ul.navList a:hover {
    color: #0089c9;
    font-style: normal;
    font-weight: bold;
}

#navpage_col1,
#navpage_col2,
#navpage_col3,
#navpage_col4 {
    margin-top: -4px;
    float: left;
}

#navpage_col2,
#navpage_col3,
#navpage_col4 {
    margin-left: 30px;
}

#navpage_col1 {
    width: 170px;
}

#navpage_col2 {
    width: 170px;
}

#navpage_col3 {
    width: 170px;
}

#navpage_col4 {
    width: 170px;
}

#navpage_col1 li,
#navpage_col2 li,
#navpage_col3 li,
#navpage_col4 li {
    border-bottom: 1px dotted #94a22c;
    padding-top: 4px;
    padding-bottom: 4px;
}

#navpage_col1 a,
#navpage_col2 a,
#navpage_col3 a,
#navpage_col4 a {
    color: #000;
    background: transparent;
    font-style: normal;
}

#navpage_col1 a:hover,
#navpage_col2 a:hover,
#navpage_col3 a:hover,
#navpage_col4 a:hover {
    color: #196486;
    background: transparent;
}

#navpage_col1 .on,
#navpage_col2 .on,
#navpage_col3 .on,
#navpage_col4 .on {
    color: #892326;
    background: transparent;
    font-weight: bold;
}

#DynamicContent {
    float: left;
    width: 75%;
}

.pageImageMiddle {
    margin-top: 5px;
}

.pageImageMiddle ul li {
    margin: 0;
    padding: 5px;
    float: left;
    list-style: none;
}


/* Staff Bios with headshots */

.staffMember {
    margin-bottom: 30px;
}

.staffMember img {
    float: left;
}

.staffBio {
    float: right;
    width: 405px;
}

.staffBio h1 {
    font-size: 100%;
    font-weight: bold;
    color: #892326;
}

.staffContact {
    margin-top: -16px;
    margin-bottom: 0;
}

#bodyColumnRight {
    color: #000;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0;
    width: 250px;
    float: right;
}

#bodyColumnLeft {
    color: #000;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0;
    width: 250px;
    float: left;
}


/* ---------- Right sidebar --------------------------- */

#rightSidebar {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 218px;
    float: right;
}

#subnav {
    margin: 0;
    padding: 0;
    width: 218px;
    float: left;
}

img.textmiddle {
    vertical-align: middle;
}


/* Search */

#search {
    margin: 0;
    padding: 0;
}

#searchform label {
    display: none;
}

#searchbox {
    background: #fff;
    width: 150px;
    height: 38px;
    font-size: 108%;
    line-height: 237%;
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

#q {
    background: #fff;
    width: 12em;
    height: 2.7em;
    font-size: 108%;
    line-height: 237%;
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

#searchbutton {
    background: #fff url(../images/icon_search.png) 0 0 no-repeat;
    width: 2.25em;
    position: absolute;
    line-height: 237%;
    text-indent: -9999px;
    margin: 0 15px 0 0;
    padding: 0;
    float: right;
}

#searchbutton:hover {
    background-position: 0 -38px;
}


/* Icon Bar */

#icons {
    background: #000;
    /*margin: 0 0 38px 0;*/
    padding: 0 0 0 15px;
    width: 203px;
    height: 38px;
    font-size: 85%;
    font-weight: bold;
    line-height: 327%;
}

#justPrint {
    background: #000;
    margin: 0;
    padding: 0;
    float: right;
}

#print,
#download {
    background: #000;
    margin: 0;
    padding: 0;
    float: left;
}

#iconPrint a,
#iconDownload a {
    color: #ffce34 !important;
    margin: 0;
    padding: 0 0 0 34px;
    width: 60px;
    height: 38px;
    display: block;
}

#iconPrint a {
    background: #000 url(../images/icon_print.png) 0 0 no-repeat;
}

#iconDownload a {
    background: #000 url(../images/icon_download.png) 0 0 no-repeat;
}

#iconPrint a:hover,
#iconDownload a:hover {
    background-position: 0 -38px;
    color: #fff !important;
    text-decoration: none;
}


/* Sidebar content */

#rightContent {
    width: 188px;
    margin: 0 0 0 15px;
}

#rightSidebar h1,
#rightSidebar h2,
#rightSidebar h3,
#rightSidebar h4,
#rightSidebar h5,
#rightSidebar h6 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
}

#rightSidebar h2,
#rightSidebar h3,
#rightSidebar h4,
#rightSidebar h5,
#rightSidebar h6 {
    color: #3f5422;
}

#rightSidebar ul {
    border-top: 1px dotted #94a22c;
    margin-top: 4px;
    list-style: none;
}

#rightSidebar li {
    border-bottom: 1px dotted #94a22c;
    padding-top: 4px;
    padding-bottom: 4px;
}

#rightSidebar a {
    color: #000;
    font-style: normal;
}

#rightSidebar a:hover {
    color: #0089c9;
}

#caption {
    background: #000;
    color: #fff;
    font-size: 90%;
    line-height: 120%;
    padding: 5px 15px 5px 15px;
    margin: 0 0 16px 0;
}


/* ---------- Footer news & secondary navigation --------------------------- */

#footerWrap {
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}

#footerWrap ul,
#footnavWrap ul,
#NoNavBody ul {
    list-style: none;
}

#footer {
    background: #fff url(../images/bkgd_footer.png) 0 0 repeat-x;
    margin: 0 auto;
    padding: 35px 0 0 0;
    width: 1015px;
}

#footerNews {
    width: 405px;
    margin: 0 0 0 15px;
    float: left;
}

#newsPhoto {
    width: 130px;
    margin: 0;
    float: left;
}

#newsText {
    width: 260px;
    margin: 0 0 0 15px;
    float: left;
}

.readmore {
    display: block;
    text-align: right;
}

#twitter,
#quickLinks,
#contact {
  
    margin: 0 0 0 15px;
    float: left;
}

.qLink p{
margin: 0 0 3px 0;	
}

#quickLinks{
	width: 400px;
	padding-left: 20px;
}

#contact{
	width: 230px;
}

#twitter {
    width: 275px;
	padding-left: 20px;
}

#mediaWrap {
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}

#media {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 1015px;
    border-bottom: 6px solid #94a22c;
}

#newsLink {
    width: 405px;
    height: 54px;
    margin: 0 0 0 15px;
    overflow: hidden;
    float: left;
}

#newsLink p {
    line-height: 212%;
    margin: 20px 0 0 0;
}


/* Social media & comment bar */

#socialMedia {
    width: 580px;
    height: 54px;
    margin: 0 0 0 15px;
    overflow: hidden;
    float: left;
}

#socialLabel {
    width: 580px;
    height: 20px;
    line-height: 125%;
    font-size: 83%;
    font-style: italic;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#socialBar {
    background: #892326;
    width: 580px;
    height: 34px;
    line-height: 262%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#socialBar a {
    color: #fff;
}

#iconTwitter,
#iconFacebook,
#iconYoutube,
#iconRSS {
    background: transparent;
    width: 24px;
    height: 24px;
    margin: 5px 0 0 6px;
    padding: 0;
    float: left;
}

#iconTwitter {
    margin: 5px 0 0 15px;
}

#iconTwitter a:hover,
#iconFacebook a:hover,
#iconYoutube a:hover,
#iconRSS a:hover {
    background-position: 0 -24px;
}

#commentForm label {
    margin: 0 5px 0 30px;
    color: #fff;
}

#commentBox {
    background: #fff;
    padding: 4px 5px 5px 5px;
    margin: 0;
    width: 180px;
}

#commentButton {
    background: #ffce34;
    padding: 0;
    margin: 0 0 0 6px;
    text-transform: uppercase;
    width: 6em;
    height: 2em;
}


/* Footer subnavigation */

#footnavWrap {
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}

#footnav {
    background: transparent;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    width: 1015px;
}

#footnavCol1,
#footnavCol2,
#footnavCol3,
#footnavCol4,
#footnavCol5 {
    font-size: 85%;
    width: 157px;
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

#footnavCol6 {
    font-size: 85%;
    width: 155px;
    margin: 0 0 0 15px;
    padding: 0;
    float: right;
}

#footnavCol1 {
    margin: 0 0 0 0px;
}

#footnavCol1 li,
#footnavCol2 li,
#footnavCol3 li,
#footnavCol4 li,
#footnavCol5 li,
#footnavCol6 li {
    border-bottom: 1px dotted #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

#footnavCol1 li a,
#footnavCol2 li a,
#footnavCol3 li a,
#footnavCol4 li a,
#footnavCol5 li a,
#footnavCol6 li a {
    color: #000;
    font-style: normal;
}

#footnavCol1 li a:hover,
#footnavCol2 li a:hover,
#footnavCol3 li a:hover,
#footnavCol4 li a:hover,
#footnavCol5 li a:hover,
#footnavCol6 li a:hover {
    color: #0089c9;
}

.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 108%;
    line-height: 113%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #587A28;
    *background-color: #587A28;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    border: 1px solid #cccccc;
    *border: 0;
    *margin-left: .3em;
    font-weight: bold;
}


/* Calendar Widget */

table#calendarWidget {
    width: 100%;
    margin: 0 0 16px 0;
}

#calendarWidget td {
    padding: 0;
    text-align: center;
}

#calendarWidget td h5 {
    color: #892326;
    width: 100%;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
}

#calendarWidget td a,
#calendarWidget td h6 {
    color: #000;
    width: 100%;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
}

#calendarWidget td a.on {
    background: #892326;
    color: #fff;
}

#calendarWidget td a.nextMonth {
    color: #555;
}

#calendarWidget td a.monthNav {
    color: #892326;
    font-weight: bold;
}

#calendarWidget td a:hover,
#calendarWidget td a.on:hover {
    background: #ffce34;
    color: #000;
    text-decoration: none;
}

.vjs-menu-button ul {
    background-color: #111 !important;
    list-style: none;
}

.vjs-menu-button ul li:hover {
    background-color: #ccc !important;
}

sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}


/*
select:focus,
div:focus, 
li:focus*/

a:focus {
    outline: medium none;
    color: #892326 !important;
  /*  border-top: 1px solid #DDD;
    border-bottom: 1px solid #CCC;*/
    outline: medium none;
    border-radius: 5px;
    background-color: #FFC !important;
}

a.featureLink:focus {
    background-color: #CC2028 !important;
}

  #featureNavList{margin-left:15px;}
  
  

.MDELeftNavigation,
.MDELeftNavigation-1,
.MDELeftNavigation-2,
.MDELeftNavigation-3,
.MDELeftNavigation-4,
.MDELeftNavigation-5,
.MDELeftNavigation-6
{  
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	
	 
	text-decoration: none;
	
}


a.MDELeftNavigation:hover,
a.MDELeftNavigation-1:hover,
a.MDELeftNavigation-2:hover,
a.MDELeftNavigation-3:hover,
a.MDELeftNavigation-4:hover,
a.MDELeftNavigation-5:hover,
a.MDELeftNavigation-6:hover {color: #999999;}

.MDELeftNavigation-focus,
.MDELeftNavigation-focus-1,
.MDELeftNavigation-focus-2,
.MDELeftNavigation-focus-3,
.MDELeftNavigation-focus-4,
.MDELeftNavigation-focus-5,
.MDELeftNavigation-focus-6
{  
	color: #892326 !important;
	font-family: Arial, Helvetica, sans-serif; 
 
	font-weight: bold; 
	text-decoration: none;
}

a.MDELeftNavigation-focus:before,
a.MDELeftNavigation-focus-1:before,
a.MDELeftNavigation-focus-2:before,
a.MDELeftNavigation-focus-3:before,
a.MDELeftNavigation-focus-4:before,
a.MDELeftNavigation-focus-5:before,
a.MDELeftNavigation-focus-6:before
{  
 content: "\25b6\00a0";
}


a.MDELeftNavigation-focus:hover,
a.MDELeftNavigation-focus-1:hover,
a.MDELeftNavigation-focus-2:hover,
a.MDELeftNavigation-focus-3:hover,
a.MDELeftNavigation-focus-4:hover,
a.MDELeftNavigation-focus-5:hover,
a.MDELeftNavigation-focus-6:hover {color: #892326;}

li.MDELeftNavigation,   li.MDELeftNavigation-focus   {margin-left: 0; margin-bottom: 5px; border-bottom: 1px dotted #94a22c;}
li.MDELeftNavigation-1, li.MDELeftNavigation-focus-1 {margin-left: 0; margin-bottom: 5px; border-bottom: 1px dotted #94a22c;}
li.MDELeftNavigation-2, li.MDELeftNavigation-focus-2 {margin-left: 0; margin-bottom: 5px;}
li.MDELeftNavigation-3, li.MDELeftNavigation-focus-3 {margin-left: 0; margin-bottom: 5px; }
li.MDELeftNavigation-4, li.MDELeftNavigation-focus-4 {margin-left: 15px;  margin-bottom: 5px;}
li.MDELeftNavigation-5, li.MDELeftNavigation-focus-5 {margin-left: 30px; margin-bottom: 5px; }
li.MDELeftNavigation-6, li.MDELeftNavigation-focus-6 {margin-left: 45px;  margin-bottom: 5px; }

