/*
Original design: 1024px (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/1024px/
*/s
@import "dropdown.css";

div.leftNav {
  clear: left;
  margin: 8px 0 ;
  padding: 0 0;
  border: 0;
  background-color: transparent;
  /* this is the same ie workaround mentioned elsewhere */
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

/* set all margins and padding to 0 */
.leftNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leftNav li {
  margin: 0;
  padding: 0;
}



input.button {
  color: #FFFF33; background: #4088b8;
  font-size: 1.3em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}




<!-- Paste this code into the HEAD section of your HTML document.
     You may need to change the path of the file.  -->

<script type="text/javascript" src="expandCollapse.js"></script>



<!-- Paste this code into the BODY section of your HTML document  -->




/******************************************
  LEFT NAVIGATION DRAWERS
 ******************************************/

#navContainer {
  float: left;
  width: 210px;
  /*background-color (#E8E8DA) set by #bodyConentContainer background-image*/
}

#navContainer a {
  cursor: pointer;
}

#navContainer ul {
  list-style: none;
  font-weight: bold;
}

#navContainer ul li {
  padding: 4px 0;
  border-bottom: 1px dotted #666666;
}

#navContainer ul li ul {
  margin-left: 16px;
}

#navContainer ul li ul li {
  font-size: 90%;
  font-weight: normal;
  border: 0 none;
}

#navContainer ul li ul li.navItem_rss {
  background-image: url(/images/rss_16x16.png);
  background-repeat: no-repeat;
  background-position: 6.2em 0;
}

#navContainer #navTop {
  border-top: 1px dotted #666666;
}



/* General tags */

li ul {display: none;} 
 li:hover > ul {display: block;} 
body {background:url(images/background.gif) repeat-y top center #fff; color:#404040; font:76% Verdana,Tahoma,Arial,sans-serif; line-height:1.3em; margin:0 auto; padding:0;}
a {color:#4088b8; font-weight:700; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
p {margin:0 0 18px 10px;}
ul,ol,dl {font-size:0.9em; margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 35px;}
blockquote {border:1px solid #dadada; font-size:0.9em; margin:20px 10px; padding:8px;}
blockquote p {margin:0;}
  #wrapper{
    	width:760px;
        margin:15px auto 0 auto;
        text-align: left;
        }


/* Headers */
h1 {color:#4088b8; font-size:3.6em; letter-spacing:-3px; margin:0 0 20px 25px;}
h1 a {color:#4088b8; text-transform:none;}
h2 {border-bottom:4px solid #dadada; color:#4088b8; font-size:1.4em; letter-spacing:-1px; margin:0 0 10px; padding:0 2px 2px 5px;}
h3 {border-bottom:1px solid #dadada; color:#4088b8; font-size:1.2em; font-weight:700; margin:10px 0 8px; padding:1px 2px 2px 3px;}

/* Main wrap */
#wrap {color:#404040; margin:10px auto; padding:0; width:970px;}
#header {margin:0; background-image: url(images/headerbackground5.JPG); background-repeat: no-repeat; background-position: left bottom}
#toplinks {font-size:0.9em; padding:5px 2px 2px 3px; text-align:right;}
#toplinks a {color:gray;}
#slogan {color:gray; font-size:1.5em; font-weight:700; letter-spacing:-1px; line-height:1.2em; margin:15px 0 20px 35px;}

/* Sidebar and menu */
h4{font-size:1.8em; color:7#BA505; margin: 10px 5px 0 25px; overflow:hidden; background-repeat: repeat-x; background position: left bottom; padding-bottom: 7px;}
.sidebar li{list-style:none; backgroun-repeat:no-repeat; background-position:0px 2px; padding-left:18px; margin-bottom: 6px;}
#sidebar2 {float:right; line-height:1.4em; margin:10px 0px 5px; padding:1px 0 0; width:205px;}
#sidebar {float:left; line-height:1.4em; margin:0 0 5px; padding:1px 0 0; width:205px;}
#sidebar ul {font-size:0.9em; list-style:none; margin:0; padding:0 0 15px 10px;}
#sidebar li {list-style:none; margin:0 0 3px; padding:0;}
#sidebar li a {font-size:1.0em; font-weight:700; padding:2px;}
#sidebar ul ul {line-height:1.2em; margin:4px 0 3px 15px; padding:0;}
#sidebar ul ul li a {font-weight:400;}
#sidebar h2 {margin:3px 0 8px;}

/* Main content */
#content {float:right; line-height:1.5em; margin:0; padding:0; text-align:left; width:750px;; background-image: none; background-repeat: no-repeat; background-position: right bottom}
#contentalt {float:left; line-height:1.5em; margin-right:20px; padding:0; text-align:left; width:750px;}
#content h3,#contentalt h3 {margin:10px 0 8px;}

/* Footer */
#footer {border-top:4px solid #dadada; clear:both; color:gray; font-size:0.9em; line-height:1.6em; margin:0 auto; padding:8px 0; text-align:right;}
#footer p {margin:0; padding:0;}
#footer a {color:#808080;}

/* Additional classes */
.box {background:#4088b8; border:1px solid #c8c8c8; color:#fff; font-size:0.9em; line-height:1.4em; padding:10px 10px 10px 13px;}
.box a {color:#f0f0f0;}
.left {float:left; margin:0 15px 4px 0;}
.right {float:right; margin:0 0 4px 15px;}
.readmore {margin:-10px 10px 12px 0; text-align:right;}
.timestamp {font-size:1.0em; margin:-5px 0 15px 10px;}
.timestamp a {font-weight:normal;}
.blue {color:#4088b8;}
.clear {clear:both;}
.fade {color:#c8c8c8;}
.gray {color:gray;}
.photo {background:#fff; border:1px solid #bababa; margin:6px 18px 2px 5px; padding:2px;}