﻿@import url("layout.css");
body {
font-family: Calibri, "Trebuchet MS", 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: 934px;
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: 214px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
#content {
	float: left;
	width: 700px;
	margin: 10px 10px 10px 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: 18px;
list-style:none;
padding: 0 0 0 10px;
}
#navigation h3 {
display:none;
}
#navigation ul li {
background: url(bullet_single.gif) no-repeat 7px 4px;
margin: 0;
padding: 0 0 0 0;
color: #666;
}
#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: 18px;
}
#content h2 {
font-size: 26px;
}
#content h3 {
font-size: 22px;
}
#content h4 {
font-size: 18px;
}
.caption {
 font-style:italic; 
 font-size: 18px;
 color:gray;
 text-align:center;
 margin-left: auto ;
 margin-right: auto ;

}
/* Footer Styles */
#footer {
margin: 0 0 5px 0;
padding: 10px 0 0 0;
width: 100%;
text-align: center;
font-size: 14px;
}
#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:26px;
font-weight:bold;
color: #3d6c87;
}

.floatRight {
	float: right; 
	margin: 0px 0px 10px 10px;
}

.floatLeft {
	float: left; 
	margin: 0px 10px 10px 0px;
}
