html {
	-webkit-text-size-adjust: none;
}

body {
	background-color: #E4E4E4;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
}

a:link,a:visited,a:active {
	color: rgb(0, 102, 153);
}

#content-container {
	width: 797px;
	margin: auto;
	border-top-width: 0;
	position: relative;
	background-image: url(images/bg_line.png);
	padding: 0 2px;
	margin-top: 50px;
}

#menu-container {
	width: 797px;
	margin: auto;
	background-image: url(images/bg_menu.png);
	padding: 4px 2px 0 2px;
	position: absolute;
	top: -24px;
	left: 0;
}

#menu {
	color: #FFF;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	height: 21px;
	width: 745px;
	margin: auto;
}

#menu img {
	border: none;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu li {
	position: relative;
	height: 20px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	height: 19px;
	margin-top: -4px;
	padding-top: 4px;
}

#menu ul li ul {
	display: none;
	left: 0;
	top: 20px;
	position: absolute;
	z-index: 100;
	width: auto;
	background-color: #FFF;
	opacity: .7;
	filter: alpha(opacity=70);
	padding-bottom: 2px;
	padding-top: -1px;
}

#menu ul li ul li {
	margin: 2px 0;
	padding: 0;
	text-align: left;
	display: block;
	position: relative;
}

#menu ul li ul li a {
	display: block;
	margin: 0;
	color: #000;
	min-height: 16px;
}

#menu ul li ul li a:hover {
	border: none;
}

#menu li:hover>ul {
	display: block;
}

#header {
	height: 92px;
}

#content {
	background-color: #FFF;
	min-height: 420px;
	padding-top: 20px;
	color: rgb(63, 63, 63);
	font-size: .94em;
	position: relative;
}

#content div {
	font-size: .89em;
	display: block;
	margin: auto;
	width: 570px;
	padding-bottom: 1.1em;
}

#content div.give {
	padding-left: 45px;
}
#content div.givenew {
	padding-left: 210px;
}
#content div.givenew div {
	padding: 2em 0;
}

#content h1 {
	font-size: 13px;
	margin: 0;
	padding: 2px 0 8px 0;
}

#content h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: rgb(0, 102, 153);
}

#content ul {
	list-style-type: disc;
}

h1#pagename {
	font-size: 2.5em;
	font-family: Georgia;
	color: #006699;
}

#content h2.newshead {
	font-size: 16px;
}

#footer {
	text-align: center;
	background-color: rgb(102, 102, 102);
	border-top: 2px solid rgb(255, 102, 0);
	color: #FFF;
	font-family: Arial, Verdana, Arial Black;
	font-size: 12px;
	padding: 0;
}

img#bg-bottom {
	position: absolute;
	bottom: -2px;
	right: 0;
}

img.vertex-home {
	margin: auto;
	display: block;
	padding-bottom: 10px;
}

img.giveback {
	display: relative;
	position: absolute;
	right: 675px;
	vertical-align: middle;
}
img.givebacknew {
	right: 590px;
	padding-bottom: 4px;
}

img.continued {
	display: none;
	border: none;
	float: right;
}

div#homespan span {
	padding-left: 35px;
	display: block;
	line-height: 1.8em;
}

#vglobe {
	position: absolute;
	right: 5px;
	bottom: 35px;
}

.spacedlist {
	padding: 3px;
}

.spacedlist li {
	padding-bottom: 12px;
}

.left {
	float:  left;
}

.blue {
	color: rgb(0, 102, 153);
}

/* Curved/Round corners at the top, in CSS */

#curve {
	width: 799px;
	margin: auto;
	margin-top: 50px;
}

#curve1,#curve2,#curve3,#curve4 {
	display: block;
	overflow: hidden;
	height: 1px;
	font-size: 1px;
	margin: 0 5px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#curve1 {
	background-color: #FFF;
	border-width: 0;
}

#curve2 {
	margin: 0 3px;
	border-width: 0 2px;
	background: transparent;
}

#curve3 {
	margin: 0 2px;
}

#curve4 {
	margin: 0 1px;
	height: 2px;
}

/* Social media buttons */

#small_social {
	position: absolute;
	right: 5px;
	bottom: 35px;
	margin: 10px auto;
	width: 160px;
	height: 28px;
}

#small_social li, #large_social li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
}

#small_social a {
	background: url(/images/socialbuttons_small2.png);
	margin: 7px;
	display: block;
	height: 28px;
	width: 28px;
}

#small_social #linkedin {
	background-position: 0px 0px;
}

#small_social #facebook {
	background-position: 56px 0px;
}

#small_social #twitter {
	background-position: 28px 0px;
}

#large_social {
	position: absolute;
	right: 20px;
	top: 50px;
	border-left: 1px dashed rgb(0, 102, 153);
}

#large_social a {
	background: url(/images/socialbuttons_large2.png);
	margin: 7px 20px;
	display: block;
	height: 60px;
	width: 60px;
}

#large_social #linkedin {
	background-position: 0px 0px;
}

#large_social #facebook {
	background-position: 120px 0px;
}

#large_social #twitter {
	background-position: 59px 0px;
}