/*
Theme Name: VFS
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f2c26f;
	background-image: url('images/site_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia;
	font-weight: normal;
	color: #000;
	font-size: 15px;
}

a,
a:visited,
a:active,
a:hover {
	color: #62954f;
	font-family: Georgia;
	font-weight: normal;
}

div.clear {
	clear: both;
}

div.pageContainer {
	
}

div.centerColumn {
	width: 1000px;
	margin: 0px auto;
	background-color: #fff;
}

div.header {
	width: 100%;
}

div.headerTop div.logo {
	width: 561px;
	height: 214px;
	display: block;
	float: left;
	background-image: url('images/logo.png');
}

div.headerRight {
	float: right;
	width: 389px;
	height: 214px;
	margin-right: 50px;
}

div.headerText {
	display: block;
	width: 364px;
	height: 17px;
	background-image: url('images/heading_text.png');
	float: right;
	position: relative;
	top: 130px;
}

div.searchBox label.screen-reader-text {
	display: none;
}

div.searchBox input#s {
	border: solid 1px #63954f;
	background-color: #fdf4e4;
	color: #000;
	background-image: url('images/magnify_glass.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 24px;
	height: 25px;
	width: 225px;
	font-family: Georgia;
	font-size: 20px;
	vertical-align: middle;
	position: relative;
	top: 110px;
	left: 165px;
}

div.searchBox input#searchsubmit {
	display: none;
}


/* menu starts */

div.page-navi {
	width: 100%;
	clear: both;
	background-color: #251a06;
}

div.page-navi ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
	height: 70px;
}

div.page-navi ul li {
	float: left;
	position: relative;
	padding: 20px 15px;
}

div.page-navi ul li:hover {
background: #63954f;
}

div.page-navi ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-family: Georia;
}

div.page-navi ul ul {
	background-color: #251a06;
	position: absolute;
	z-index: 500;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	left: 0px;
	top: 69px;
	height: auto;
	width: 200px;
}

div.page-navi ul li ul li {
	width: 170px;
}

div.page-navi ul ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-family: Georia;
}

div.page-navi ul li:hover ul {
	display: block;
}
	/*
#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

 */

/* menu ends */

div.contentWrapper {
	width: 900px;
	margin: 50px auto;
}

div.contentWrapper div.leftCol {
	float: left;
	width: 600px;
	margin-right: 50px;
}

div.leadArticle div.leadTitle, div.leadArticle div.leadTitle a.leadTitle {
	color: #251a06;
	font-size: 28px;
	font-family: Georgia;
	font-weight: bold;
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
	text-decoration: none;
}

div.leadArticle div.leadTitle a.leadTitle:hover {
	text-decoration: underline;
}

/* right column */

div.rightCol {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

div.donationButton {
	margin-bottom: 50px;
}

div.becomeMember {
	background-color: #62954f;
	padding: 15px 35px;
	width: 180px;
}

div.bmText {
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 20px;
}

div.bmInput input {
	float: left;
	width: 112px;
	height: 20px;
	margin-right: 5px;
}

div.bmBtn {
    text-align: center;
    float: left;
    margin-right: 15px;
}

div.bmBtn img {
    margin: 0 auto;
}

div.learnMore {
    float: left;
    padding-top: 6px;
}

div.learnMore a,
div.learnMore a:visited,
div.learnMore a:active {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}

div.learnMore a:hover {
	text-decoration: underline;
}

div.subscribe {
	margin-top: 20px;
}

div.rightItem {
	width: 250px;
}

div.rightTitle {
	width: 250px;
	text-align: center;
	font-family: Georiga;
	font-size: 20px;
	color: #000;
	border-bottom: solid 8px #62954f;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
}

div.rightText {
	font-size: 14px;
	padding: 0 20px;
}

div.rightText ul.involvedIcons {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.rightText ul.involvedIcons li {
	float: left;
	width: 36px;
	height: 36px;
	margin: 0 8px 20px 8px;
}

div.rightText ul.links {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

div.rightText ul.links li {
	margin: 10px 0;
	font-size: 16px;
}


/*  footer */

div.footer {
	width: 1000px;
	clear: both;
	background-color: #251a06;
	color: #fff;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}

div.credits {
    width: 1000px;
    clear: both;
    color: #000;
    font-family: Georgia;
    font-size: 10px;
    text-align: right;
    padding: 10px 0 25px 0;
    background-color: #F2C26F;
    margin: 0 auto;
}

div.credits a,
div.credits a:visited,
div.credits a:active {
    text-decoration: none;
    color: #000;
}

div.credits a:hover {
    text-decoration:underline;
}

/*  footer end */

/* news event items */

div.newsEvents {
	width: 100%;
}

div.newsEventItem {
	width: 287px;
	float: left;
	margin: 20px 4px;
}

div.newsEventItem ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 287px;
}

div.newsEventItem ul li.title {
	font-family: Georgia;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	width: 275px;
	padding: 15px 6px;
	background-color: #251a06;
	text-align: center;
	margin-right: 10px;
}

div.newsEventItem ul li {
	margin-top: 15px;
}

div.newsEventItem ul li div.date,
span.date,
span.authorText {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
}

div.newsEventItem ul li div.articleTitle {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
}

div.sociable ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sociable ul li {
	float: left;
	margin: 20px 5px;
}

fieldset.cf_hidden {
    display: none;
}

div#usermessagea {
    color: #f00;
}

p.linklove {
    display: none;
}