﻿html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: url(../images/background.jpg);
    font-family: Verdana, Arial;
}

#wrapper {
    width: 912px;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    height: auto;
    min-height: 100%;
    background: url(../images/content.jpg) repeat-y;
}

#topbanner {
    background: url(../images/topbanner.gif);
    width: 912px;
    height: 199px;
    position: relative;
}

#nav {
    width: 912px;
}

#content {
    padding: 0px 12px 0px 12px;
    margin: 0;
    height: auto;
    min-height: 100%;   
}

.image_border {
    border: solid 3px #002065;
    margin: 0 10px 5px 10px;
}

.image_nav img{
    border: none;
}

.aboutus {
    position: absolute;
    top: 140px;
    left: 580px;
 }

.contactus {
    position: absolute;
    top: 140px;
    left: 700px;
}

.button {
    border: solid 1px #002065;
    color:#002065;
    text-decoration: none; 
    font-size: .9em;
    font-weight: bold;
    font-family: Verdana;
    padding: 5px 10px;
    cursor: pointer;
}

.button_selected {
    color: #fff;
    background-color: #002065;
}
 
.button:hover {
    color: #fff;
    background-color: #002065;
 }

.home_link {
    background-color: transparent;
    height: 175px;
    width: 450px;
    position: absolute;
    top: 10px;
    left: 28px;
}

/* home page news/events */
.homenews {
    width: 250px;
    border-right: solid 1px #002065;
    float:left;
    height: 100px;
    padding: 15px;
}

.title {
    text-align: left;
}

.title a {
    color: #002065;
    font-weight: bold;
    font-size: .75em;
    text-decoration: none;
}

.title a:hover {
    color: #007229;
}

.summary {
    color: #325893;
    font-size: .75em;
    text-align:justify;
}

.more {
    text-align: right;
}

.more a{
    color: #007229;
    font-size: .75em;
    text-decoration: none;
}

.more a:hover {
    color: #002065;
    font-weight: bold;
}
/* end */

.content_vso_vet {
    font-size: .8em;
    font-family: Verdana, Helvetica, Arial; 
}

.content_vso_vet  ul {
    list-style-type: square;
}

.top_row{
    background-color: #dce3f5;
}

.left_column {
    width:144px;
    background-color:#dce3f5;
    vertical-align:top;
    padding: 20px 0 0 5px;
}

.content_column {
    width: 515px;
    border-top: solid 1px #002065;
    border-left: solid 1px #002065;
    vertical-align: top;
    padding: 15px;
    font-size: .8em;
    font-family: Verdana, Helvetica, Arial; 
}

.content_column  ul {
    list-style-type: square;
}

h5 {
    font-size: 1em;
    color: #002065;
    margin-bottom: 0px;
}

.resources {
    margin-left: 10px;
    width: 100%;
}

.resources td{
    vertical-align: top;
    font-size: .9em;
    padding: 3px;
}

.leftheader {
    background-color:#d2d0b7;
    color:#002065;
    font-size:1.2em;
    font-weight: bold;
    font-family: Times New Roman;
    padding: 5px 0;
    margin-bottom: 15px;
    text-align: center;
}

.right_column {
    width:225px;
    background-color: #c5d2c9;
    border-top: solid 1px #002065;
    border-left: solid 1px #002065;
    vertical-align:top;
    padding-top:25px;
}

.right_column_news {
    width: 170px;
    padding-right: 7px;
}

.leftnav_header {
    font-weight: bold;
    font-size: .9em;
    color:#002065;
    width: 100%;
    padding-top: 10px;
    border-bottom: solid 1px #002065;
    margin-bottom: 5px;
}

.leftnavlist {
    width: 140px;
}

.leftnavlist ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-size: .7em;
    font-weight: bold;
}

.leftnavlist a {
    display: block;
    color: #002065;
    text-decoration: none;
    padding: 8px 0 8px 5px;
    width: 100%;
}

.leftnavlist .selected {
    color:#fff;
    background-color: #002065;
}

.leftnavlist a:hover {
    color:#fff;
    background-color: #002065;
}

hr {
    background-color:#002065;
    border: 0 none;
    color: #002065;
    height: 1px;    
}


/*toggle panels on news page*/
.toggle {
	cursor: pointer;
	background-color: #D2D0B7;
}
.toggle h5{
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #386785;
    border-bottom: 1px solid #386785;

}
.toggle span{
	/*background-color:#f1ab00;*/
	padding: 0px 5px 0px 5px;
	margin-right: 10px;
	border: solid 1px #000;
}
.toggle img {
	margin-right: 5px;
}

.toggleall {
	font-size:xx-small;
	color: Blue;
}
.toggleall span {
	 cursor: pointer;
	 text-decoration: underline;
}
.feature {
	padding: 5px;
}
