body {
font: 100%/1.4 Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background: #eee;
color: #555;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 0 0;
  color: #db1a21;
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: .9em;
}
h6 {
font-size: .8em;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link, a:visited{
  color:darkred;
  font-weight:600;
}
#leftsidebar a:link {
  font-weight:normal !important;
color: #42413C;
text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#leftsidebar a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
text-decoration: none;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h3 a:focus {
  color: #db1a21;
}
/*######### vertical menu ############################ */
#leftsidebar .menu .active.current>a {
    color: black!important;
    font-weight: bold!important;
}
/*#leftsidebar .menu .active.current>a {
    color: #fff!important;
    background-color: #0054a4!important;
    padding: 2px!important;
}*/
/* ~~ This fixed width container surrounds all other divs ~~ */
#container {
width: 1000px;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
background-image: url(../images/ContentBackground.jpg);
background-repeat: repeat-y;
background-color: #FFF;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
#header {
background-image:url(../images/ISN-Header-06-21-2012.png);
background-repeat: no-repeat;
width:1000px;
height: 112px;
background-color: #DB1A21;
margin: 0;
padding: 0;
}
#logo {
float: left;
}
#login {
float: right;
}

/* Horizontal Navigation */

#horNav {
width: 1000px;
background-color:#b1b3b6;
color: white;
margin: 0;
padding: 0;
height: 27px;
font-size: 14px;

}

#horNav ul {
padding: 0;
}

#horNav li{
position: relative;
list-style-type: none;
float: left;
/*max-width: 115px;
min-width: 50px; */
}
/*
#horNav li .menu_career_center {
  max-width: 60px;
}

#horNav li .menu_biennial_meeting {
  width: 60px;
}

#horNav li .menu_grants_awards {
  max-width: 75px;
}
*/
#horNav li a {
  display: block;
/*text-align: center;*/
text-decoration: none;
padding: 6px 6px 0 16px;
margin: 0 0 0 8px;
color: white;
background-image:url(../images/ISN-DownArrow.jpg);
background-repeat: no-repeat;
  font-weight:normal !important;
/*background-position: right;*/
}

#horNav .item-101 a {
color: #db1a21;
background-image:url(../images/ISN-HomeButton.jpg);
background-repeat: no-repeat;
background-position: center;
}

#horNav .item-101 a:hover {
color: #db1a21;
background-image:url(../images/ISN-HomeButtonRollover.jpg);
background-repeat: no-repeat;
background-position: center;
}

#horNav li a:hover {
color: #FFF;
background-color: #8c8d8f;
background-image:url(../images/ISN-DownArrowRollover.jpg);
background-repeat: no-repeat;
//*background-position: right; *//
}

/*
#horNav .active a {
color: #FFF;
background-color: #8c8d8f;
background-image:url(../images/ISN-DownArrowRollover.jpg);
background-repeat: no-repeat;
background-position: right;
}
*/

#horNav li li {
  max-width: 300px;
}

#horNav li li a:hover {
background-image: none;
}

#horNav li li {
width: 14em;
padding: 0 1px 0 1px;
margin: 0 2px 0 2px;
}

#horNav li ul {
z-index: 1000;
display: none;
margin-left: 0;
padding: 0;
position: absolute;
top: 1em;
left: 0;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #8c8d8f;
}

#horNav li ul li a {
background-image: none;
background-color: #fff;
color: black;
padding: 5px 5px 5px 20px;
text-align: left;
display: block;
margin: 0;
font-size: .9em;
}
#horNav li > ul {
// left: auto;
top: auto;
}
#horNav li:hover ul {
background-image: none;
background-color: #FFFFFF;
// border: 1px solid #AAAAAA;
display: block;
}

#horNav li:hover ul li ul {
display: none;
margin-left: .5em;
//min-width: 12em;
min-width: 12em;
padding: 0;
position: absolute;
top: 1em;
left: -5em;
background-color: #fff;
}

#horNav li ul li:hover ul {
background-image: none;
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
display: block;
z-index: 1000;
top: 15px;
left: 10em;
}
#horNav li ul li:hover ul li ul {
display: none;
margin-left: .5em;
//min-width: 12em;
min-width: 12em;
padding: 0;
position: absolute;
top: 1em;
background-color: #fff;
}

#horNav li ul li ul li:hover ul {
background-image: none;
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
display: block;
z-index: 1000;
top: 20px;
left: 50px;
}

#horNav .moduletablefacebook {
//display: none;
float: none;
padding: 2px 0 0 0;
margin: 0 0 0 0;
}


#horNav .moduletablefacebook p {
padding: 0;
margin: 0;}

/* end Horizontal Navigation */

#splashBannerLeft {
  float: left;
}

#splashContent .moduletabletitle h1 {
color: white;
padding: 5px 10px;
}

#splashContent .moduletable {
padding: 10px 11px 5px 10px;
min-height: 500px;
}

#splashContent .moduletable p {
padding: 5px 10px 5px 20px;
margin: 0 0 0 0;
}


#splashLeft .moduletable h1,
#splashLeft .moduletable h2,
#splashLeft .moduletable h3,
#splashLeft .moduletable h4,
#splashLeft .moduletable h5,
#splashLeft .moduletable h6 {
padding: 0 0 0 20px;
margin: 10px 0 0 0;
background-image:url(../images/ISN-SplashDownArrowLeft.png);
background-repeat: no-repeat;
background-position: left top;
}


#splashCenter .moduletable h1,
#splashCenter .moduletable h2,
#splashCenter .moduletable h3,
#splashCenter .moduletable h4,
#splashCenter .moduletable h5,
#splashCenter .moduletable h6 {
padding: 0 0 0 20px;
margin: 10px 0 0 0;
background-image:url(../images/ISN-SplashDownArrowCenter.png);
background-repeat: no-repeat;
background-position: left top;
}


#splashRight .moduletable h1,
#splashRight .moduletable h2,
#splashRight .moduletable h3,
#splashRight .moduletable h4,
#splashRight .moduletable h5,
#splashRight .moduletable h6 {
padding: 0 0 0 20px;
margin: 10px 0 0 0;
background-image:url(../images/ISN-SplashDownArrowRight.png);
background-repeat: no-repeat;
background-position: left top;
}

#splashLeft h1 {
background-color: #ED1C24;
}

#splashCenter h1 {
background-color: #B1B3B6;
}

#splashRight h1 {
background-color: #FDB913;
}

#splashLeft {
float: left;
width: 332px;
margin: 0 3px 0 0;
background-color: white;
}


#splashCenter {
float: left;
width: 333px;
background-color: #E7E8E9;
}

#splashRight {
float: right;
width: 329px;
background-color: #FEEDC4;
}
/* begin #main */
#main {
min-height: 600px;
  font-size: 12px;
}
/* end #main */

/* begin left sidebar navigation */

#leftsidebar {
float: left;
width: 200px;
padding: 120px 10px 0 10px;
margin: 0 10px 0 0;
background-image: url(../images/LeftBackground.jpg);
background-repeat: no-repeat;
min-height: 713px;
//list-style-position: inside;
}

#leftsidebar .breadcrumbs {
padding: 0 10px 5px 0;
//font-weight: bold;
}

#leftsidebar .menu {
//font-weight: bold;
}

#leftsidebar .menu li {
margin: 0 0 0 25px;
padding: 5px 0 0 0;
list-style-image:url(../images/ISN-RightArrow.png);
}

#leftsidebar .menu a {
text-decoration: none;
}

#leftsidebar .menu a:link {
color: #666;
}

#leftsidebar .menu a:hover {
color: black;
}


#leftsidebar .menu li ul li {
margin: 0;
padding: 5px 0 0 0;
}

#leftsidebar .menu li ul {
margin: 0 0 5px 0;
padding: 0 0 0 20px;
}

/* end left sidebar navigation */

/* begin #leftbottom */
#leftbottom {
margin: 40px 0 0 0;
}
#leftbottom .moduletablesmallgooglecalendar {
padding: 9px 0px 2px 0px;
border-width: 1px;
  border-color: #ccc;
border-style: solid;
border-radius: 10px;
background-color: #E3E9FF;
}
/* end #leftbottom */

/* begin #content */

#content {

padding: 20px 15px 15px 15px;
width: 500px;
float: left;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
color: #db1a21;
}

#content h1 {
//color: white;
//background-color: #db1a21;
//border-color: #db1a21;
//border-bottom-style: solid;
//border-width: thin;
margin: 0 0 5px -5px;
padding: 0 0 0 0;
}

#content .pagenav li{
float: left;
list-style-type: none;
margin: 5px;
}

#content .pagenav li a {
text-decoration: none;
}

#blog-spacing .items-row {
 margin: 0 0 20px 0;
}

#blog-spacing .item {
 margin: 0 0 20px 0;
}

/* end #content */


/* begin #rightsidebar */

#rightsidebar {
color: #555;
float: right;
margin: 0px 15px 15px 5px;
padding: 20px 5px 20px 10px;
//background-color: #eee;
width: 195px;
min-height: 713px;
list-style-position: inside;
//border-width: 1px;
//border-color: #ccc;
//border-style: solid;
}

#rightsidebar h1,
#rightsidebar h2,
#rightsidebar h3,
#rightsidebar h4 {
padding: 2px 2px 2px 10px;
margin: 0 0 1em 0;
color: white;
//background-color: #b1b3b6;
background-color: #db1a21;
border-width: 1px;
  border-color: #ccc;
border-style: solid;
border-radius: 5px;
}

#rightsidebar h4 a {
color: white;
text-decoration: none;
}

#rightsidebar ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

#rightsidebar li {
background-image: url(../images/ISN-SplashDownArrowLeft.png);
background-repeat: no-repeat;
background-position: 0px 3px;
padding: 5px 0 5px 20px;
}

#rightsidebar li a {
text-decoration: none;
color: #666;
}

#rightsidebar li:hover {
//text-decoration: none;
//background-color: #8C8D8F;
}

#rightsidebar li a:hover {
color: #FFFFFF;
background-color: #8c8d8f;
display: inline-block;
border-width: 5px;
border-color: #8c8d8f;
border-style: solid;
border-radius: 5px;

}

#rightsidebar .moduletable {
border-width: 1px;
  border-color: #ccc;
border-style: solid;
border-radius: 5px;

margin: 0 0 10px 0;
padding: 5px;
}

/* end #rightsidebar */


/* begin #righttop */

#righttop {
padding: 5px;
background-color: #fff;
padding: 2px;
margin: -5px -5px 5px -5px;

}

/* end #righttop */



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, .content ol {
padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
list-style: none; /* this removes the list marker */
/*border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */*/
margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
/*ul.nav li {
border-bottom: 1px solid #666; /* this creates the button separation */
}*/
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
padding: 5px 5px 5px 15px;
display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
max-width: 160px; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
text-decoration: none;
/*background: #C6D580;*/
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
/*background: #ADB96E; */
color: #FFF;
}

/* ~~ The footer styles ~~ */
#footer {
position: relative;/* this gives IE6 hasLayout to properly clear */
clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
background-image: url(../images/RedFooterBar.jpg);
background-repeat: no-repeat;
padding-top: 15px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
height: 90px;
}

#footer .bannergroup {
background-image: url(../images/ContentBackground.jpg);
background-repeat: repeat-y;
background-color: white;
width: 100%;
float: left;
padding: 0 0 0 0;
}

#footer .banneritem {
float: right;
padding: 0 30px 0 0;
}

#footer .menu ul {
float: left;
margin: 0 0 0 0;
paddingL 0 0 0 0;
}

.pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#footer .menu li {
margin: 0 0 0 40px;
list-style-image:url(../images/ISN-RightArrow.png);
}

#footer .customcopyright {
padding: 0 350px 0 20px;
font-size: 9px;
float: right;
}

#footer .customfacebook {
float: right;
padding: 0 30px 0 0;
}



/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
