body {
	background: url(images/header_bg.gif) #ffffff repeat-x;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #787878;
}
img {
	border: none;
}
table {
	margin-bottom: 18px;
}
a {
	color: #0072c1;
	text-decoration: none;
}
a:hover {
	color: #50b5e4;
	text-decoration: underline;
}
strong {
	color: #333;
	font-weight: normal;
}

/* Layout */
#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
#header {
	width: 750px;
	height: 105px;
	background: url(images/tele_img.gif) no-repeat top right;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	height: 75px;
	width: 283px;
	padding: 0;
	background-image: url(images/vsy_logo.gif);
	float: left;
}
#menu {
	position: relative;
	width: 714px;
	height: 28px;
	float:right;
}
#body {
	width: 750px;
	padding-top: 24px;
	background: url(images/tile_bg.gif) repeat-x;
}
#mission {
	width: 750px;
	padding: 30px 0;
	background: url(images/tile_bg.gif) repeat-x;
	border-bottom: 1px solid #e5e5e5;
}
#mission div {
	height: 55px;
	background: url(images/mission_img.gif) no-repeat center;
}
#home {
	width: 750px;
	padding-top: 24px;
	background: url(images/tile_bg.gif) repeat-x;
}
#col-1 {
	width: 175px;
	margin-right: 20px;
	float: left;
}
#col-2 {
	width: 550px;
	float: left;
}
#footer {
	width: 750px;
	padding-top: 12px;
	padding-bottom: 9px;
	background: url(images/tile_bg.gif) repeat-x;
	border-top: 1px solid #e5e5e5;
	clear: both;
}
#footer div {
	background: url(images/related_sites_img.gif) no-repeat 420px 17px;
}
#copyright {
	width: 750px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: url(images/tile_bg.gif) repeat-x;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	text-align: center;
}

/* Menu */
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 0; right: 0;
	background: url(images/menu_img.gif);
	width: 714px;
	height: 28px;

}
#menu ul li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	height: 28px;
}
#menu ul li:last-child { margin-right: 0; }
#menu ul li a {
	display: block;
	height: 28px;
	/*background: url(images/menu_img.gif) no-repeat;*/
}
#menu ul li a:hover, #menu ul li.current a {
	background-image: url(images/menu_img.gif);
}

#menu li#about-us 		{ left: 0px; width: 63px; }
#menu li#programs 		{ left: 64px; width: 128px; }
#menu li#how 			{left: 193px; width: 98px;}
#menu li#donation 		{left: 293px; width: 62px;}
#menu li#resources 		{left: 355px; width: 73px;}
#menu li#contact 		{left: 430px; width: 74px;}
#menu li#prof-opp 		{left: 505px; width: 165px;}
#menu li#login			{left: 670px; width: 44px;}

#menu li#about-us a		{ background-position: 0px -28px; }
#menu li#programs a		{ background-position: -64px 28px; }
#menu li#how a			{ background-position: -193px 28px; }
#menu li#donation a		{ background-position: -293px 28px; }
#menu li#resources a	{ background-position: -355px 28px; }
#menu li#contact a		{ background-position: -430px 28px; }
#menu li#prof-opp a		{ background-position: -505px 28px; }
#menu li#login a		{ background-position: -670px 28px; }

/* Submenu */
#submenu .submenu-header {
	width: 175px;
	border-bottom: 1px solid #e5e5e5;
}
#submenu .submenu-header h4 {
	margin: 0;
	background: url(images/submenu_header_bg.gif) no-repeat;
	font-size: 12px;
	color: #333;
}
#submenu .submenu-header h4 a {
	display: block;
	padding: 7px 0 4px 10px;
	width: 165px;
}
#submenu .submenu-header h4 a:hover {
	text-decoration: none;
}
#submenu ul {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}
#submenu ul li a {
	display: block;
	width: 165px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #fff;
	padding: 3px 0 3px 8px;
	color: #787878;
	font-size: 12px;
	text-decoration: none;
}
#submenu ul li a:hover, #submenu ul li a.subcurrent {
	color: #4e8718;
	background: #f1f7ea;
}

/* CTAs */
#cta {
	width: 275px;
	margin-right: 25px;
	float: left;
}
#cta .need-help-link a, .need-help-link a:hover {
	display: block;
	width: 275px;
	height: 47px;
	background: url(images/need_help_cta.gif) no-repeat;
	margin: 0 0 6px 0;
}
#cta .need-help-link a:hover {
	background-position: 0 -47px;
}
#cta .how-link a, .how-link a:hover {
	display: block;
	width: 275px;
	height: 47px;
	background: url(images/how_cta.gif) no-repeat;
	margin: 6px 0 6px 0;
}
#cta .how-link a:hover {
	background-position: 0 -47px;
}
#cta .coping-link a, .coping-link a:hover {
	display: block;
	width: 275px;
	height: 47px;
	background: url(images/coping_cta.gif) no-repeat;
	margin: 6px 0 0 0;
}
#cta .coping-link a:hover {
	background-position: 0 -47px;
}
#cta .donate-eng{
	display: block;
	width: 275px;
	margin: 6px 0 6px 0;
	text-align: center;
}
#cta .donate-fr{
	display: block;
	width: 275px;
	margin: 6px 0 6px 0;
	text-align: center;
}

/* Events */
#events {
	width: 450px;
	height: 155px;
	float: left;
}
#events-overflow {
	width: 450px;
	height: 118px;
	padding-top: 10px;
	border-top: 4px solid #8bd643;
	overflow: auto;
}

/* General Class */
.nodisp {
	display: none;
}
.xsmall { 
	font-size: 11px; 
}
.centerimg {
	padding: 7px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.tag {
	padding: 10px 0;
	background: #fffef1;
	border: 2px solid #eee;
	color: #69b420;
	text-transform: uppercase;
	text-align: center;
}
.back {
	padding: 1px 0 0 15px;
	background: url(images/back.gif) no-repeat left center;
}
.pdf {
	padding: 0 0 0 26px;
	background: url(images/pdf.gif) no-repeat 0 0;
}
.lists { 
	margin: 0 0 18px 0; 
	padding: 0;
}
.lists li { 
	margin: 0 0 0 25px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(images/arrow.gif) no-repeat 0 3px;
}
.numeric-lists { 
	margin: 0 0 18px 0; 
	padding: 0; 
}
.numeric-lists li {
	margin: 0 0 0 18px;;
	list-style: decimal;
}
* html .numeric-lists li { margin: 0 0 0 22px; list-style: decimal; }
.numeric-lists ul li {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(images/arrow.gif) no-repeat 0 3px;
}
.row-alt {
	background: #f5f5f5;
}

/* General Styles */
p, h1, h2, h3, h4, h5 {
	margin: 0 0 18px 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #69b420;
	font-weight: normal;
}
h1 { font-size: 24px; }
h2 { font-size: 19px; }
h3 { font-size: 16px; color: #0072c1; }
h4 { font-size: 12px; }

/* Forms */
input, textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
}
.form {
	padding: 3px;
	border: 1px solid #b9cea1;
}
