﻿@import url("layout.css");
body {
font-family: verdana, helvetica, arial, sans-serif;
margin: 0 20px 0 20px;
color: #333;
background:url(../images/background.jpg) top left repeat;
min-height:500px;
}
#container {
position: relative;
margin: 0 auto -1px auto;
padding-left: 8px;
padding-right: 8px;
width: 710px;
background:url(../images/bg-container.gif) top left repeat;
}
#bottomborder{
border-bottom: 3px solid #336666;
}
#masthead {
	background: url(../images/RVPA-Logo.png) no-repeat top left;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
#content {
	float: left;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	display:none;
}
#masthead h2 {
	display:none;
}
#masthead h3 {
	display:none;
}
/* Navigation Styles */
#navigation {
background: transparent url(../images/h3_selectadesign.png) no-repeat top left;
padding-top: 15px;
}
#navigation ul {
font-size: 10px;
list-style:none;
margin: 5px 0 0 0;
padding: 0 0 0 0;
}
#navigation h3 {
display:none;
}
#navigation ul li {
background: url(bullet_single.gif) no-repeat 7px 4px;
margin: 0;
padding: 0 0 0 17px;
line-height: 14px;
color: #ccc;
}
#navigation a, #navigation a:link, #navigation a:visited {
color: #666;
text-decoration: none;
}

#navigation a:hover {
text-decoration: underline;
color: #333;
}










/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content {
font-size: 11px;
}
#content h3 {
font-size: 14px;
}
#content h4 {
font-size: 12px;
}

/* Footer Styles */
#footer {
margin: 0 0 5px 0;
padding: 10px 0 0 0;
width: 100%;
text-align: center;
font-size: 9px;
}
#footer a, #footer a:link, #footer a:visited {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}




/*
#Introduction {
background:url(../images/h2_home.gif) top left no-repeat;
padding-top: 15px;
}
#Articles {
background:url(../images/h2_articles.gif) top left no-repeat;
padding-top: 15px;
}
#Meetings {
background:url(../images/h2_meetings.gif) top left no-repeat;
padding-top: 15px;
}
#Announcements {
background:url(../images/h2_announcements.gif) top left no-repeat;
padding-top: 35px;
}
#Contact {
background:url(../images/h2_contact.gif) top left no-repeat;
padding-top: 15px;
}
#Finance {
background:url(../images/h2_finance.gif) top left no-repeat;
padding-top: 15px;
}
#Introduction h2 {
display:none;
}
#Articles h2 {
display:none;
}
#Meetings h2 {
display:none;
}
#Announcements h2 {
display:none;
}
#Contact h2 {
display:none;
}
#Finance h2 {
display:none;
}
*/

.ContentTitle {
font-size:12px;
font-weight:bold;
color: #3d6c87;
}
