/*CSS for AVFC-Unofficial site*/


h1, h2, h3 {
font-family: "Trebuchet MS", Helvetica; Arial; sans-serif;
}
h1 {
font-size: x-large;
color: white;
background: maroon url(Background/villa-bg1.JPG) repeat-y right;
margin: 0;
padding-top: 2em;
padding-bottom: .2em;
padding-left: .4em
}
h2 {
color: navy;
font-size: 130%;
font-weight: normal;
padding-top: 15px;
}
h3 {
color: maroon;
font-size: 100%;
font-weight: bold;
padding-top: 15px;
}
body {
font-family: Verdana; Helvetica; Arial; sans-serif;
background-color: #e2edff;
line-height: 125%;
padding: 0px;
margin: 0;
}
li {
font-size: small;
list-style-image: url(Background/bullet.gif);
line-height: 175%;
}
p {
font-size: small;
color: navy;
}
em {
text-transform: uppercase;
}
#tagline p {
font-style: italic;
font-family: Georgia, Times; Serif;
background: #bed8f3 url(Background/tagline-fade.jpg) repeat-y right bottom;
border-top: 3px solid #7da5d8;
border-bottom: 3px solid #7da5d8;
padding-top: .2em;
padding-bottom: .2em;
padding-left: .8em;
margin: 0px;
}
a {
font-weight: bold;
}
a:link {
color: black;
}
a:visited {
color: navy;
}
a:hover {
text-decoration: none;
color: white;
background-color: navy;
}
a:active {
color: aqua;
background-color: navy;
}
#navigation {
width: 180px;
height: 650px;
background: #7da5d8 url(Background/blue.jpg);
}
.news {
padding-bottom: 10px;
border-bottom: 1px solid navy;
margin-bottom: 20px;
}
h2, ul {
margin-top: 15px;
}
.feature {
float: right;
margin: 10px;
}
.featurenews {
float: left;
margin: 10px;
padding-top: 5px;
}
.galleryphoto p {
font-size: 65%;
font-weight: bold;
margin-top: 0px;
width: 430px;
line-height: 1.4em;
}
.galleryphoto {
padding-bottom: 10px;
border-bottom: 1px solid navy;
margin-bottom: 20px;

}
.galleryphoto1 p {
font-size: 65%;
font-weight: bold;
margin-top: 0px;
width: 200px;
line-height: 1.4em;
}

.photocredit {
color: gray;
font-weight: normal;
}
table.squad {
border-collapse: collapse;
}
table.squad th, table.squad td {
padding: 4px;
border: 1px solid #000066;
}
table.squad th {
font-size: x-small;
text-align: left;
background: #241374 url(table/villa-bg1.JPG);
color: #ffffff;
padding-top: 0;
padding-bottom: 0;
padding-left: 2px;
padding-right: 2px;
}
table.squad td {
font-size: small;
color: navy;
background: #e2edff url(table/td.jpg) repeat-x top;
}
table.squad caption {
color: #000066;
font-size: small;
text-align: left;
padding-bottom: 5px;
font-weight: bold;
}
.squadphoto {
padding-bottom: 10px;
border-bottom: 1px solid navy;
margin-bottom: 20px;
}
.squadphoto1 {
position: absolute;
top: 69px;
left: 300px;
}
.squadphoto2 {
position: absolute;
top: 69px;
left: 600px;
}
.squadphotolong {
padding-bottom: 10px;
border-bottom:1px solid navy;
margin-bottom: 20px;
}
.squadphoto2long {
position: absolute;
top: 69px;
left: 280px;
}
form.contact fieldset {
border: 2px solid navy;
padding: 10px;
}
form.contact legend {
font-weight: bold;
font-size: small;
color: navy;
padding: 5px;
}
form.contact {
padding: 0;
margin: 0;
margin-top: -15px;
}
form.contact label {
font-size: small;
font-weight: bold;
color: blue;
line-height: 150%;
}
form.contact label.fixedwidth {
display: block;
width: 240px;
float: left;
}
form.contact .buttonarea input {
background: navy;
color: white;
font-weight: bold;
padding: 5px;
border: 1px solid white;
}
form.contact .buttonarea {
text-align: center;
padding: 4px;
background-color: #800000;
}
#search {
position: absolute;
top: 77px;
right: 10px;
font-size: x-small;
font-weight: bold;
}
#blogroll {
float: right;
margin-top: 55px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
width: 130px;
border: 1px solid maroon;
font-size: x-small;
}
#blogroll h2 {
font-size: x-small;
background: maroon;
color: #fff;
padding: 5px;
margin: 0;
}
#blogroll div {
padding: 5px;
background: #fff;
}
/*This section deals with the position of elements on the screen.  It uses absolute positioning - fixed x & y coordinates measured from the top left corner of the browsers content display*/
#navigation, #BodyContent, #Header {
position: absolute;
}
#navigation, #BodyContent {
top: 6.54em;
}
#BodyContent {
left: 200px;
}
#Header {
width: 100% 
}
