/*
CSS Document - Created by Clare Beckingham 02/08/06: Andover VIPs

Changes to Global CSS to change accessibility options to yellow background and blue text.
-------------------------------------------------------------------------------------------

*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: none;
}

body
{
	background-color: #FAFEC8;
	color: #474D64;
	line-height: 1.8em;
	font-size: medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
}

html>body { font-size: large; }
h1, h2, h3 { color: #474D64; }

#footer a, #footer a:visited,  #content a, #content a:visted
{
	color: #587EC8;
	border-bottom-style: ;
	border-color: #5E94E8;
	border-width: 1px;
	border-style: none none solid none;
}

#footer a:hover, #content a:hover
{
	color: #2C456F;
	border-bottom-style: ;
	border-color: #5E94E8;
	border-width: 1px;
	border-style: none none solid none;
	background-color: #C2C39D;
}

#logo { background-image: url(../images/andovervips-logo-yellow.gif); }
.intro { color: #474D64; }
/**/

.title { color: #292D3B; }

/* Navigation
---------------------------------------------------------------*/

#accessNav { background-color: #FBFEC9; }


#accessNav a, #accessNav a:visited
{
	color: #2C3764;
	border-color: #474D64;
}

#accessNav a:hover
{
	color: #474D64;
	border-color: #2B4076;
}


#mainNav
{
	background-color: #D9D26B;
	background-image: none;
}

#mainNav a, #mainNav a:visited { color: #E9E8EA; }

#mainNav a:hover, #mainNav .cur a, #mainNav .cur a:visited
{
	background-color: #292D3B;
	color: #FFF;
}

.leftborder
{
	border-style: none none none solid;
	border-color: #FBFEC9;
	border-width: 6px;
}

#sideNav a, #sideNav a:visited
{
	background-color: #474D64;
	color: #E2E2E2;
}

#sideNav a:hover, #sideNav #current a
{
	background-color: #292D3B;
	color: white;
}
img { background-color: #C9CAA3; }
#footer
{
	background-color: #E1E3B5;
	color: #787878;
}

.highlight { background-color: #E1E3B5; }

/*form 
-------------------------------------------------------
*/

#contact fieldset, #newsletter fieldset, #volunteer fieldset { background-color: #E2E3B6; }
legend { color: #5678C2; }
.about { background-image: url(../images/aboutus-yellow.gif); }
.accessibility { background-image: url(../images/accessibility-yellow.gif); }
.contact { background-image: url(../images/contactus-yellow.gif); }
.events { background-image: url(../images/events-yellow.gif); }
.activities { background-image: url(../images/activities-yellow.gif); }
.volunteer { background-image: url(../images/volunteer-yellow.gif); }
.fundraising { background-image: url(../images/fundraising-yellow.gif); }
.membership { background-image: url(../images/joinus-yellow.gif); }
.home { background-image: url(../images/home-yellow.gif); }

#mainNav,#sideNav a
{
	background-color: #474D64;
	color: #ECF2F5;
}

#reqrealname, #datejoined, #reqtelephone, #reqemail, #newsname, #newsemail, #message, #reason, #address, #dateofbirth, #nokname, #noktelephone, #docname, #doctelephone, #information
{
	font-size: large;
	background-color: #F3FEDD;
	color: #292C3A;
}




