body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background-color: #000;
    font-family: Verdana, sans-serif;
}

img {
    border: none;
    padding: 0;
}

a:focus {
  outline: none;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: underline; 
}

h1 {
    margin-top: 0;
    font-size: 1.35em;
    color: #00a261;
}

h1 {
    margin-top: 0;
    font-size: 1.35em;
    color: #00a261;
}

h2 {
    font-size: 1.30em;
    color: #00a261;
}

h3 {
    font-size: 1.25em;
    color: #00a261;
}

h4 {
    font-size: 1.2em;
    color: #00a261;
}

h5 {
    font-size: 1.15em;
    color: #00a261;
}

h6 {
    font-size: 1.1em;
    color: #00a261;
}

th, td {
    vertical-align: top;
}

.clear {
    clear: both;
}


#wrapper {
    width: 950px;
    height: 720px;
    margin: 0 auto;
    position: relative;
}
#social {position: absolute; top: 5px; right: 100px;}
#search-link {
    color: #fff;
    float: right;
    padding: 10px 20px 10px 0;
    text-decoration: none;
}

#search-link:hover {
    text-decoration: underline;
}

#search {
    position: absolute;
    top: 32px;
    right: 0;
    height: 35px;
    width: 210px;
    background: #7b7b7b;
	filter: alpha(opacity=90);
    opacity: 0.9;
    padding: 5px;
    z-index: 2;
    color: #fff;
    font-size: 0.9em;
}

#search a {
    color: #fff;
    text-decoration: underline;
}

#searchTerm {
    background: #fff;
}

#top-nav {
    clear: both;
    list-style: none;
    height: 46px;
    padding: 0;
    margin: 0;
}

#top-nav li {
    float: left;
	position: relative;
	display: inline;
    padding: 0;
    margin: 0;
}

#top-nav li a {
    padding: 0;
    margin: 0;
}

#top-nav li ul li { /* all list items */
	display: block;
	clear: both;
	left: 0;
	z-index: 100;
	background: url(../../layout/images/pir/drop-down-bkgrd.png) repeat-y top left;
	width: 144px;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

#top-nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 46px;
    z-index: 100;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
    line-height: 2;
    width: 159px;
    background: url(../../layout/images/pir/drop-down-bottom.png) no-repeat bottom left;
    padding-bottom: 12px;
}

#top-nav li ul li a { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
    white-space: nowrap;
}

#top-nav li ul li a:hover { 
	color: #007dc3;
}

#footer {
    color: #fff;
    padding: 20px 0 20px 25px;
    float: left;
    border-top: 5px solid green;
    width: 925px;
}

#footer div {
    float: left;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#admin-link {
    float: right;
    padding-right: 20px;
}

#content {
    padding-top: 24px;
    height: 411px;
}

#left-content {
    float: left;
    width: 287px;
}

#right-content {
    height: 390px;
    width: 640px;
    padding-right: 20px;
    float: right;
    font-size: 1.2em;
    line-height: 1.4;
    overflow: auto;
    color: #fff;
}
