/* CSS Document */

body {font-family:  Verdana, Arial, Helvetica, sans-serif; 
 color: #000000; 
 font-size: 16px;
 background-color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

p, td, div, ol, ul {
 font-family:  Verdana, Arial, Helvetica, sans-serif;
}


a {  color: #1B4E85;}
a:link {  color: #1B4E85}
a:active {  color: #FF0000}
a:visited {  color: #142C3D}
a:hover {  color: #FF0000}

.small {  font-size: .9em}
.smaller {  font-size: .8em}
.smallest {  font-size: .7em}

.nl { clear: both; }
.important { color: #FF0000; }



#mainbanner {

 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 85px;
 background-image:url(/Images/SummitBanner.png);
 cursor: hand;
 padding: 0px 0px 0px 0px;
}

#tagline {
 position: absolute;
 top: 85px;
 left: 0px;
 background: #CC0000;
 height: 22px;
 width: 100%;
 text-align: center;
 padding: 3px 0px 0px 0px;
 font-size: 12px;
 font-style: italic;
 color: #FFFFFF;
}
#datebar {
 position: absolute;
 top: 107px;
 left: 0px;
 background: #000066;
 height: 22px;
 width: 100%;
}
#datebar img {
 position: absolute;
 top: 0px;
 right: 30px;
 border: 0px;
 display: block;
}
#datebar span {
 position: absolute;
 top: 2px;
 left: 30px;
 font-size: 12px;
 color: #fff;
}

/* 
Essentially, we double up on these frames to get
sidebar background images on both sides of the content.
*/

#content-outer-frame {
 position: absolute;
 top: 129px;
 left: 0px;
 width: 100%;
 background-image: url(../images/template/sidebar-background.gif);
 background-repeat: repeat-y; 
 margin: 0px;
 padding: 0px;
}
#content-inner-frame {
 position: relative;
 width: 100%;
 background-image: url(../images/template/sidebar-background.300.gif);
 background-repeat: repeat-y;
 background-position: top right;
 margin: 0px;
}

#left-sidebar {
 position: absolute;
 top: 129px;
 left: 0px;
 width: 180px;
 font-size: .8em;
 padding: 30px 0px 120px 0px;
 z-index: 3;
}
#left-sidebar img {
 display: block;
 border: 0px;
 margin: 0px;
 padding: 0px;
}

#right-sidebar {
 position: absolute;
 top: 140px;
 right: 0px;
 width: 300px;
 background-image: url(../images/template/sidebar-background.300.gif);
 background-repeat: repeat-y;
 font-size: .8em;
 padding: 15px 0px 0px 0px;
}
#right-sidebar img {
 display: block;
 border: 0px;
 margin: 0px;
 padding: 0px;
}
#right-sidebar p {
 color: #006F3C;
 font-size: .85em;
 text-align: center;
 margin: 10px 0px 10px 0px;
}

#content {
 margin: 30px 310px 10px 200px;
 font-size: .8em;
 color: #525252;
}
#display-screen {
 height: 435px;
/* overflow: auto;
*/}
#content p {
  line-height: 1.5em;
}
#content li {
  line-height: 1.5em;
}

#left-sidebar #nav ul {
    background-color: transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 90%;
    /*border: 1px solid #FFFFFF;this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
    text-transform: capitalize;
}


#left-sidebar #nav ul li {
padding: 0;
margin: 0; 
}

#left-sidebar #nav ul li a{
background-color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 2%;
}

#left-sidebar #nav a:hover, #left-sidebar #nav a:focus {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: #003366;
}
