* {
 padding: 0;
 margin: 0;
 
}

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
 background-color: #FFFFFF;
 font-size: .8em;
}

p {
font-family: Arial, Helvetica, sans-serif;
 color: #333333;
 background-color: #FFFFFF;
 font-size: .99em;
}
.wrapper {
 width: 783px;
 margin: 0 auto;
}
/* -------------- Start Navigation Bar ------------- */
.navbar {
 margin: -25px 5px 0px 5px;
}
#nav-left {
 display: inline; /* IE Hack */
 width: 500px;
 float: left;
 padding: 10px 0px 10px 0px;
}
#nav-right { 
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 10px 0px 10px 0px;
 width: 258px;
 float: left;
 text-align: right;
}
/* -------------- End Navigation Bar ------------- */


/* -------------- Start Header ------------- */
#header {
 margin: 0px 5px 0px 5px;
 text-align: right;
 color: #fff;
 padding: 20px 18px 0px 5px;
 height: 52px;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
}
/* -------------- End Header ------------- */


.accToggler{
margin: 3px auto;
padding: 4px;
width: 400px;
background: #587992;
border: 1px solid #fff;
cursor: pointer;
}

.accContent{
margin: 0px auto;
width: 400px;
}


/* -------------- Start Columns ------------- */
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 10px 0px 0px 5px;
 display: inline; /* IE Hack */
 width: 321px;
 float: left;

}
#centercolumn { /* Parent Wrapper for inside boxes */
 margin: 10px 0px 0px 0px;
 display: inline; /* IE Hack */
 float: left;
 width: 143px;
 text-align: right;
}
#rightcolumn {
 margin: 0px 5px 0px 15px;
 display: inline; /* IE Hack */
 float: left;
 text-align: right;
 width: 263px;
 min-height: 52px;
 padding: 0px 10px 0px 12px; 
}
* html #rightcolumn {height: 155px} /* IE Min-Height Hack */ 

#bottomcolumn {
 margin: 60px 0px -10px 31px;
 min-height: 83px;
 display: inline; /* IE Hack */
 float: left;
 width: 347px;
 padding: 5px 33px 60px 42px;
 background-image: url(images/daily-links.jpg);
 background-repeat: no-repeat;
 }
* html #bottomcolumn {height: 23px} /* IE Min-Height Hack */

#leftcontent { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 500px;
 float: left;
}
* html #leftcontent {height:300px} /* IE Min-Height Hack */ 

#rightcontent {
 margin: 0 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 243px;
 float: left;
}
* html #rightcontent {height:300px} /* IE Min-Height Hack */ 
/* -------------- End Columns ------------- */

/* -------------- Start Footer ------------- */
#footer {
 background-image:url(images/footer.jpg);
 margin: 0px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 17px;
 float: left;
 color: #fff;
 font-family: "trebuchet ms", Arial;
 width: 97.7%;
 min-height: 44px;
 background-repeat: no-repeat;
}
* html #footer {height: 44px} /* IE Min-Height Hack */ 
/* -------------- End Footer ------------- */


/* -------------- Start Lists ------------- */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

ul#utility-links li {
 display: inline;
 font-family: "trebuchet ms";
 margin-left: 10px;
 
}
ul#daily-links li {
 list-style: none;
 font-size: 1em;
 letter-spacing: .1em;
 line-height: 1.8em;
}
ul#nav-links li {
 display: inline;
 text-transform: uppercase;
 font-family: "trebuchet ms";
 margin-left: 10px;
 padding-left: 10px;
}
ul#nav-links a {
display: block;
width: 80px;
}
ul#nav-links li li a {
width: 190px;
}
ul#nav-links a:hover {
 color: #f00;
}
ul#nav-links li ul {
  display: none;
  position: absolute;
  padding: 2px;
  top: 1em;
  left: 0;
  width: 190px;
  background: #ebf4f3;
  }
ul#nav-links li li ul {
  display: none;
  position: absolute;
  padding: 2px;
  top: 1em;
  left: 0;
width: 190px;
background: #ebf4f3;
}
  #nav-links li > ul {
	top: auto;
	left: auto;
	}
#nav-links li:hover ul { display: block; }

/* -------------- End Lists ------------- */


/* -------------- Start Links ------------- */
li {
  float: left;
  position: relative;
  width: 7em;
  }

ul#utility-links li a:link{
 clear: left;
 color: #fff;
 text-decoration: none;
}
ul#utility-links li a:visited{
 color: #fff;
 text-decoration: none;
}
ul#utility-links li a:hover{
 color: #fff;
 text-decoration: underline;
 display: block;
}
h2 a:link {
 text-decoration: none;
 color: #587992;
}
h2 a:visited {
 text-decoration: none;
 color: #587992;
}
ul#nav-links li a:hover{
 color:#e00;
}
ul#daily-links li a:link{
 color: #000;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}
/* -------------- End Links ------------- */


/* -------------- Start Headings ------------- */
h1 {
 font-family: "trebuchet ms", arial;
 font-size: 1.6em;
 color: #fff;
}
h2 {
 font-size: 1em;
 display: inline;
 color: #587992;
}
h3 {
 font-family: "trebuchet ms", arial;
 font-size: 1.7em;
 line-height: 1.8em;
 color: #fff;
}
h4 {
 font-family: "trebuchet ms", arial;
 font-size: 2em;
 color: #587992;
}

/* -------------- End Headings ------------- */


/* -------------- Start Misc ------------- */
img {
 border: none;
}
.text {
 margin: 0px 5px 0px 5px;
}
#search {
 border: 1px solid #999;
}

.last {
height: 50px;
background: none;
background: url('images/list_bg.gif');
}
/* -------------- End Misc ------------- */
