@charset "utf-8";
/* CSS Document */

/** Common Elements **/

html, body {
margin: 0;
padding: 0;
}

body {
font: .8em Verdana, Arial, Helvetica, sans-serif;
background: url(images/backgroundgradient.jpg) repeat-y 0 0;
background-position: center;
background-color:#FFF;
}

a:link, a:visited, a:active {
color: #008349;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

h1 {
color: #008349;
font-size: 1.4em;
}

h2 {
color: #54a982;
font-size: 1.3em;
}

h3 {
color: #55a882;
font-size: 1.2em;
padding-bottom: 0;
}

h4 {
font-size: .8em;
}

h5 {
font-size: 1em;
color: #55a882;
margin-bottom: 8px;
font-weight: bold;
}

.nobullets {
list-style: none;
}

img {
border-style: none;
}

/** Wrapper **/
#wrapper {
width: 800px;
margin: 0 auto;
background-color: #fff;
}


/** Branding **/

#branding {
height: 176px;
width: 801px;
background: #fff url(images/TABV-Top.jpg);
}


/** Navigation **/

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 15px;
}

#nav a {
text-decoration: none;
font-weight: bolder;
display: block;
border: 2px solid black;
}

#nav li {
float: left;
width: 200px;
}

#nav li a {
width: 179px;
display: block;
color: #ffe01b;
padding: 10px 9px;
background: #008349;
}

#nav li a:hover {
color: #56aa83;
background: #ffe01b;
}

#nav li ul {
position: absolute;
width: 10px;
left: -999em;
}

#nav li ul ul {
margin: -54px 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul #nav li li li.sfhover ul {
left: auto;
}


/** Content **/

#content {
padding: 50px 5px 20px 5px;
min-height:500px;
}

#left {
float:left;
display:inline;
width: 70%;
}

#right {
float:right;
display:inline;
width: 200px;
background: url(images/newsbackground.png);
margin: 38px 0 0 0;
min-height: 350px;
text-align: center;
text-decoration: underline;
}

#right a:link, #right a:visited, #right a:active, #right a:hover {
text-decoration: none;
color: #000;
}

#right ul {
padding: 35px 20px 20px 20px;
list-style: none;
}

#right ul li {
padding: 6px 0;
font-size: 1.1em;
}

#right ul li h3 {
color: #000;

}

.centered {
text-align: center;
}

.headinglink {
color: #55a882;
font-size: 1.2em;
text-decoration: none;
}

.headinglink a:hover {
text-decoration: underline;
}

.minheight {
height: 115px;
}

.borderimage {
border: 2px solid black;
}

.leftimageborder {
float: left;
border: 1px solid #008349;
margin-right: 15px;
margin-bottom: 15px;
}

a.h2:link, a.h2:visited, a.h2:active {
text-decoration: none;
color: #55a882;
font-size: 1.2em;
font-weight: bold;
}

a.h2:hover {
text-decoration:underline;
}

.bold {
font-weight: bold;
}

.italics {
font-style:italic;
}

.bolditalics {
font-weight: bold;
font-style: italic;
}

table {
text-align: centered;
margin: 0 auto;
}

.table td {
padding: 3px;
vertical-align: top;
}

.table td.left {
text-align: right;
padding-right: 10px;
width: 350px;
}

.table td.right {
padding-left: 10px;
text-align: left;
width: 350px;
}

table.imagegallery td {
border: 1px solid #000;
padding: 10px;
}

/** Site Info **/

#siteinfo {
text-align: center;
}

