p,h1,h2,h3,h4,li {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
}
body {
    width: 100%;
    background-color: #c0c0c0;
    margin: 0px;
    padding: 0px;
}
#header {
    width: 1000px;
    text-align: center;
    display: block; margin-left: auto; margin-right: auto;
}
#header img {
    border: 0px;
}
#footer {
    height: 28px;
    width: 1000px;
    background-image: url(images/header_stripe_blue.jpg);
    color: #ff9300;
    clear: both;
}

#footer a{
     color:white;
}

#footer a.active:hover,
#footer a:hover
{
    color: #ff9300;
}

#footer p{
    text-align: center;
    /*padding-right: 1em*/
    padding-top: 5px;
}

#wrap {
background-color: white;
width: 1000px;
clear: both;
margin-left: auto;
margin-right: auto;
}

#main {
/* float: left; */
/* min-width: 20em;
max-width: 40em; */
padding-top: 18px;
padding-left: 10px;
padding-right: 10px;
width: 480px;
float: left;
}

#sidebar {
padding-top: 18px;
width: 480px;
float: left;
padding-left: 10px;
padding-right: 10px;
}

#main {
/* float: left; */
/* min-width: 20em;
max-width: 40em; */
padding-top: 20px;
padding-left: 20px;
padding-right: 10px;
width: 550px;
float: left;
}


#sidebar {
padding-top: 18px;
width: 400px;
float: left;
padding-left: 10px;
padding-right: 10px;
}


p {
  text-align: left;
  font-size: 14px; 
  margin-bottom: 18px;
}
li {
  font-size: 14px; 	
}

dt {
    font-weight: bold;
}

table.thin {
    border: 1px solid black;
    border-spacing: 1px;
    border-collapse:collapse;
  margin-bottom: 18px;
}

table.thin td, table.thin th {
    border: 1px solid black;
    padding-left: 0.5em;
    padding-right: 0.5em;
}



/*nav stuff */
#navcontainer
{
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #292d59;
color: #333;
float: right;
width: 100%;
background-image: url(/images/header_stripe_blue_orange.jpg);
background-repeat repeat-x;
}

#navcontainer ul
{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#navcontainer li
{
margin: 0;
display: inline;
}

#navcontainer li a
{
color: white;
text-decoration: none;
float: left;
font-size: 12px;
text-transform: uppercase;
padding: 0.5em 2em;
padding-top: 24px;
padding-bottom: 12px;
}

#navcontainer li:last-child a
{
}

#navcontainer li a.active,
#navcontainer li a.active:hover,
#navcontainer li a:hover
{
    background-image: url(/images/orange_and_blue_arrow.gif);
    background-repeat: no-repeat;
    background-position: 50% 12px;
}
#navcontainer li a.active:hover,
#navcontainer li a:hover
{
    color: #ff9300;
}


#navcontainer li li
{
border-top: 1px solid black;
border-bottom: 0;
margin: 0;
display: none;
}

#navcontainer li li a
{
padding: 4px .5em 4px 1.3em;
background-color: #e58a00;
width: 9.8em;
}

#navcontainer li li li a
{
padding: 3px .5em 3px 1.9em;
background-color: #73b2e8;
width: 9.2em;
}

.slideshow {
width: 480px;
height: 320px;
border: 1px solid black;
}

.home-slideshow {
width: 400px;
height: 267px;
}

h1 { 
  color: #233156;
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  color: #233156;
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  color: #233156;
  font-size: 16px; 
  line-height: 20px; 
}
h4 { 
  color: #233156;
  font-size: 15px; 
  line-height: 15px;
  margin-bottom: 12px; 
}

ul, ol { 
  margin-bottom: 18px; 
}
#main ul li {
  margin-bottom: 3px; 
}

a.button {
    color: white;
    background-color: #292d59;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 9px;
    border: 1px solid black;
}

a.button:hover {
    color: black;
    background-color: #ff9300;
}


/* for screen readers and cell phones */
.hidden
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

@media handheld {
    #main {
        margin-left: 0px;
    }
    #navcontainer {
        float: none;
    }
}

ul.btn-list {
  list-style-type: none;
  padding-left: 12px;
}

ul.btn-list li {
	
}

a.btn {
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	border-radius: 0.2rem;	
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}


a.btn-sm {
	padding: 0.15rem 0.5rem;
	margin: 0.15rem 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.4;
}


a.btn-blue {
	background-color: #61b4cf;
}

a.btn-darkblue {
	background-color: #292d59;
	color: #FFF;
}

a.btn-ltblue {
	background-color: #c3d1f6;
}

a.btn-organge {
	background-color: #ff9400;
}

a.btn-yellow {
	background-color: #ffbb73;
}

a.btn-gray {
	background-color: #dddddd;
}

a.btn-darkorange {
	background-color: #e46400;
	color: #FFF;
}


code {
  color: #cb1414;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
}


