	
/*VYT STYLES*/	

body {
	background-color: #323F50;
	width: 100%; height: 100%;
}

img {
	border: 0px;
}
	.center {
		width: 870px;
		margin: 0px auto;
	}
	
	.header {
		height: 220px; width: 100%;
		background: transparent 
					url('../../images/vyt/header_bg.jpg') 
					no-repeat 
					center top;
	}
		.header .logo {
			width: 330px; height: 115px;
			float: left;
		}
		
		/*SPONSOR*/
		
		.header .sponsor {
			float: left; clear: left;
			width: 335px; height: 41px;
			margin-top: 5px;
			margin-left: 5px;
		}		
			.header .sponsor .sponsor_logo {
				float: left; clear: left;
				width: 80px; height: 40px;
				/*background: transparent url('../../images/vyt/sponsor.png') no-repeat;*/
			}
			.header .uw_text {
				width: 255px; height: 41px;
				float: right; clear: right;
				color: #fff;
				font-size: 11px;
				font-style: italic;
			}
		
		
		.header .vyt_search_tool {
			/*see search.css*/
			float: right;		
		}
		/*SPONSORS*/
		.header .sponsors {
			width: 345px; height: 55px;
			border: 0px solid red;
			clear: left;
			margin-left: 5px;
			/*background: transparent url('../../images/vyt_2_cs5/sponsors.png') no-repeat;*/
		}
		
	
	
	/*VYT CONTENT*/
	.vyt_content {
		width: 885px;/*854px;*/
		/*background-color: #43546A;*/
		margin: 0px auto;
		background: transparent 
					url('http://volunteeryourtime.org/vyt_v2/images/vyt/body_bg.png') 
					repeat-y;
		
	}
	
		
	
		.vyt_content #photos {
			margin: 0px auto;
			width: 860px;
		}
		.vyt_content #photos .caption {
			padding: 3px 10px 5px 10px;
			font-style: italic;
			background-color: #465871;
			color: #B3CAEA;
			text-align: right;
		}
		
		/*SHADOW*/
		.header_shadow {
			width: 100%;
			position: relative;
			clear: both; 
		}
			.header_shadow .shadow {
				position: absolute;
				height: 10px; width: 100%;
				border: 0px solid red;
				background: transparent 
							url('http://volunteeryourtime.org/vyt_v2/images/vyt/header_shadow.png') 
							repeat-x;
			}
		.footer_shadow {
			width: 100%;
			position: relative;
			clear: both; 
		}
			.footer_shadow .shadow {
				position: absolute;
				height: 10px; width: 100%;
				border: 0px solid red;
				margin-top: -10px;
				background: transparent 
							url('http://volunteeryourtime.org/vyt_v2/images/vyt/footer_shadow.png') 
							repeat-x;
			}
		
		
		
		/**/
		
		
		/*TRUIST*/
		/*.content .vyt_content_div {
			margin-left: 10px;
    		width: 860px;
		}*/
/* TRUIST UGHNESS */
	/*TRUIST CONTNET*/
	.content {
		width: 886px;
		margin: 0px auto;
		background: transparent 
							url('http://volunteeryourtime.org/vyt_v2/images/vyt_2_cs5/body_bg.png') 
							repeat-y;
	}

		.content .body {
			float: right;
			width: 650px; 
			margin: 20px 25px 20px 10px;
			background-color: #fff;
			min-height: 500px;
		}
		.content .nav {
			float: left;
			width: 160px;
			margin: 10px 10px 10px 20px;
		}
			.content .nav ul {
				list-style-type: none;
				padding: 0px;
				margin: 0px;
			}
				.content .nav li {
					margin-bottom: 5px;
				}
					.content .nav li a {
						font-size: 12px;
						color: #BAD1EB;
					}
		
					.vs_nav_bar_highlighted {
						color: #fff;
					}
					.vs_page_section {
						margin-bottom: 20px;
						margin-top: 10px;
					}
					
					
						.vs_page_section_header > td {
							padding: 3px 5px;
							font-size: 13px;
							
						}
						.vs_page_section_contents > td {
							padding: 5px 0px;
							font-size: 12px;
						}
						
							.text_table_header {
   								background-color: #43546A;
							}
							.text_table_header_topleft {
							    border-top-left-radius: 0px !important;
							    color: white !important;
							}
							.text_table_header_topright {
							    border-top-right-radius: 0px !important;
							    color: white !important;
							}
							.text_table_header_bottomleft {
							    border-bottom-left-radius: 0px !important;
							    color: white !important;
							}
							.text_table_header_bottomright {
							    border-bottom-right-radius: 0px !important;
							    color: white !important;
							}
						
					
		
		
		
		
	/*FOOTER*/
	.footer {
		height: 90px; width: 100%;
		background: transparent 
					url('../../images/vyt/footer_bg.jpg') 
					no-repeat 
					center top;
	}
		.footer .copyright {
			width: 100%;
			text-align: center;
			color: #CAE1FF;
			font-size: 11px;
			padding-top: 40px;
		}
	
	
	


.vyt_search_tool {
	border: 0px solid blue;
	
   	width: 520px; height: 220px;
	/*float: right;*/
	margin: 0px;
	position: relative;
	z-index: 1000;
	
	font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

	.vyt_search_tool * {
	    /*margin: 0;
	    padding: 0;*/
	}
	
	.vyt_search_tool .clear {
	    clear: both;
	}

	.vyt_search_tool a {
		font-weight: bold;
	    text-decoration: none;
	}

/*SEARCH NAV*/
	.vyt_search_tool .search_nav {
		width: 520px; height: 62px;
		padding: 0px;
		position: relative;
		z-index: 20;
		background: transparent url('http://volunteeryourtime.org/vyt_v2/images/vyt/search_tab_1.png') no-repeat;
		background-position: 0px 0px;
	}
	
		.vyt_search_tool .search_nav.volunteer {
			background-position: 0px 0px;
		}
		.vyt_search_tool .search_nav.lead {
			background-position: -520px 0px;
		}
		.vyt_search_tool .search_nav.gift {
			background-position: -1040px 0px;
		}
		.vyt_search_tool .search_nav.agencies {
			background-position: -1560px 0px;
		}
	
		.vyt_search_tool .search_nav .search_nav_positioner {
			width: 520px;
			margin-left: 0px;
		}
		
		.vyt_search_tool .search_nav a {
			width: 130px;
			height: 32px;
			display: block;
			float: left;
			text-align: center;
			padding-top: 10px;
			font-size: 17px;
			color: #fff;
			text-shadow: 1px 1px 3px #575757;
			filter: dropshadow(color=#000000, offx=1, offy=1);
		}
			.vyt_search_tool .search_nav a.selected {
			}
	

	.vyt_search_tool .search_form_container {
		background: transparent url('http://volunteeryourtime.org/vyt_v2/images/vyt/search_middle.png') repeat-y;
		height: auto; width: 520px;
		padding: 0px;
	}
		
		.vyt_search_tool .intro_text {
			color: #fff; height: 40px;
			font-style: italic;
			margin: 5px 0px 5px 20px;
			width: 480px;
		}
		
		.vyt_search_tool #choices_container {
			margin-left: 20px; height: 64px;
			width: 480px;
		}	
		
		/*FORM*/		
		.vyt_search_tool .search_form {
			margin: 0px 0px 10px 20px;
			width: 480px;
		}
	
		.vyt_search_tool .search_form {
			color: #fff;
			position: relative;
		}
			.vyt_search_tool .search_form span {
				margin: 2px 2px 0px 0px;
				font-weight: bold;
			}
			.vyt_search_tool .search_form #keyword {
				height: 20px;
				margin-right: 10px;
			}
			
			.vyt_search_tool .search_form .volunteer_keyword {
				width: 155px;
			}
			
			.vyt_search_tool .search_form .lead_keyword
			,.vyt_search_tool .search_form .gift_keyword {
				width: 305px;
			}
				
			
			.vyt_search_tool .search_form #zip {
				width: 68px;
				height: 20px;
			}
			.vyt_search_tool .submit_btn {
				color: #fff;
				padding-top: 5px;
				height: 22px !important;
				position: absolute;
				right: 0px;
				top: 0px;
			}

	
	
	.vyt_search_tool .search_footer {
		background: transparent url('http://volunteeryourtime.org/vyt_v2/images/vyt/search_footer.png') no-repeat center top;
		height: 16px; width: 520px;
		padding: 0px;
		clear: both;
		margin-top: -1px;
	}

/*GIFT*/		

	.vyt_search_tool .more_info {
		float: right;
		clear: right;
		width: 225px;
		position: relative;
		z-index: 30;
		color: #fff;
	}
		.vyt_search_tool .more_info a {
			color: #fff;
		}
	
/*AGENCIES*/
.search_form_container .agencies {
	height: 143px;
	color: #fff;
}
	.search_form_container .agencies a {
		color: #fff;
	}

	.search_form_container .agencies .agency_content {
		margin: 0px 20px;	
	}
	
		.search_form_container .agencies .agency_content .agency_text {
			float: left;
			width: 240px;
			color: #fff;
		}
		.search_form_container .agencies .agency_content .login_form.user {
			float: right;
			width: 220px;	
		}
		.search_form_container .agencies .agency_content .login_form.agency {
			float: right;
			width: 220px;	
		}
			
			.search_form_container .agencies .agency_content .login_form  h2 {
				margin-bottom: 10px;
				margin-top: 0px;
			}
			
			.search_form_container .agencies .agency_content .login_form label {
				margin: 4px 0px;
				display: block;
				clear: both;
			}
			.search_form_container .agencies .agency_content .login_form input[type=text]
			,.search_form_container .agencies .agency_content .login_form input[type=password] {
				width: 150px;
				height: 20px;
				border: 0px;
				margin-bottom: 5px;	
				float: right;	
			}
			.search_form_container .agencies .agency_content .login_form input[type=checkbox] {
				margin-right: 10px;
			}
			
			.search_form_container .agencies .agency_content .login_form .forget {
				float: left;
				margin-top: 4px;
			}
			
			.search_form_container .agencies .agency_content .login_form .remember {
				float: right;
				clear: right;
				margin-bottom: 5px;

			}
			
			.search_form_container .agencies .agency_content .login_form .nav {
				clear: both;
			}
				.search_form_container .agencies .agency_content .login_form .nav a {
					float: right;
					margin-left: 10px;
				}
		
		
		
		
.vyt_search_tool #choices {
	position: relative;
	z-index: 20;
}

	.vyt_search_tool .arrow {
		height: 17px;
		margin-top: 3px;
		margin-bottom: 3px;
		background: url("http://volunteeryourtime.org/vyt_v2/images/vyt/arrow.png") no-repeat scroll 50% 0 transparent;
	}
	
	.right {
		float: right;
	}
	.left {
		float: left;
	}
	
	.vyt_search_tool .padTop {
		margin-top: 5px;
	}


/*PRIMARY_CHOICE*/
	.vyt_search_tool #choices .primary_choice_box {
		/*margin-left: 10px;
		float: left;*/
	}

	.vyt_search_tool #choices .primary_choice {
		/*width: 222px; height: 40px;
		display: block;
		text-align: center;*/
		display: block;
		/*margin-top: 19px;*/
		color: #fff;		
	}
	
		.vyt_search_tool #choices .selected_choice.primary_choice_box {
			/*width: 460px;
			margin-left: 15px !important;*/
		}

/*SUB CHOICE*/
	.vyt_search_tool #choices .sub_choice_box {
		/*margin-left: 10px;
		float: left;*/
	}
	
		.vyt_search_tool #choices .sub_choice {
			text-align: center;
			/*padding-top: 12px;*/
			padding-left: 10px;
			padding-right: 10px;
			display: block;
			color: #fff;
		}
			.vyt_search_tool #choices .sub_choice.selected {
				background-color: #f44;
				/*margin-left: 10px;*/
			}

/*SELECTED ROW*/
	.vyt_search_tool #choices .sub_choice_box.selected_choice {
	}
	
/*CHECKBOXES*/
	.vyt_search_tool .checkbox_choice_stack {
		/*margin-left: 15px;*/
		/*margin-top: 10px;*/
		padding: 0px 10px;
		
		background-color: #C5CED9;
		width: 460px;
		
		/*-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px; */
	}
	
	.vyt_search_tool #choices label {
		float: left;
		clear: left;
		color: #415268;
		margin-bottom: 5px;
		font-size: 12px;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
		width: 440px;
	}
	.vyt_search_tool #choices label input {
		margin-right: 10px;
	}
	  
	.vyt_search_tool .submit_checkboxes_btn {
		color: #fff;
		padding-top: 5px;
		margin-left: 180px;
		height: 22px !important;
		float: left;
		clear: left;
	}
	.vyt_search_tool .cancel_checkboxes_btn {
		color: #415268;
		padding-top: 13px;
		margin-right: 0px;
		height: 16px !important;
		float: right;
		clear: right;
		font-weight: normal;
	}
	
	.vyt_search_tool .calendar {
		float: right;
		padding-top: 10px;
		color: #43546A;
		height: 26px !important;
		font-style: normal;
	}
	
	.vyt_search_tool .blue_btn {
		padding-top: 5px;
		height: 22px !important;
	}
	.vyt_search_tool .logout {
		margin-top: 10px;
	}
 
			.vyt_search_tool .submit_btn {
				width: 102px;
				height: 27px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.vyt_search_tool .submit_btn, .vyt_search_tool .submit_btn:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px 0px no-repeat;
			}
			.vyt_search_tool .submit_btn:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -27px no-repeat;
			}
			.vyt_search_tool .submit_btn.selected , .vyt_search_tool .submit_btn.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -54px no-repeat !important;
			}
			.vyt_search_tool .submit_btn.disabled , .vyt_search_tool .submit_btn.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -81px no-repeat !important;
			}.vyt_search_tool .submit_btn div {
				width: 102px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			} 
			.vyt_search_tool .blue_btn {
				width: 102px;
				height: 27px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.vyt_search_tool .blue_btn, .vyt_search_tool .blue_btn:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px 0px no-repeat;
			}
			.vyt_search_tool .blue_btn:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -27px no-repeat;
			}
			.vyt_search_tool .blue_btn.selected , .vyt_search_tool .blue_btn.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -54px no-repeat !important;
			}
			.vyt_search_tool .blue_btn.disabled , .vyt_search_tool .blue_btn.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -81px no-repeat !important;
			}.vyt_search_tool .blue_btn div {
				width: 102px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			} 
			.vyt_search_tool .submit_checkboxes_btn {
				width: 102px;
				height: 27px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.vyt_search_tool .submit_checkboxes_btn, .vyt_search_tool .submit_checkboxes_btn:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px 0px no-repeat;
			}
			.vyt_search_tool .submit_checkboxes_btn:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -27px no-repeat;
			}
			.vyt_search_tool .submit_checkboxes_btn.selected , .vyt_search_tool .submit_checkboxes_btn.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -54px no-repeat !important;
			}
			.vyt_search_tool .submit_checkboxes_btn.disabled , .vyt_search_tool .submit_checkboxes_btn.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/search_btn.png?4) -0px -81px no-repeat !important;
			}.vyt_search_tool .submit_checkboxes_btn div {
				width: 102px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			} 
			.primary_choice_box {
				width: 230px;
				height: 59px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.primary_choice_box, .primary_choice_box:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg.png?4) -0px 0px no-repeat;
			}
			.primary_choice_box:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg.png?4) -0px -59px no-repeat;
			}
			.primary_choice_box.selected , .primary_choice_box.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg.png?4) -0px -118px no-repeat !important;
			}
			.primary_choice_box.disabled , .primary_choice_box.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg.png?4) -0px -177px no-repeat !important;
			}.primary_choice_box div {
				width: 230px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			} 
			.vyt_search_tool #choices .primary_choice_box.selected_choice {
				width: 480px;
				height: 59px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.vyt_search_tool #choices .primary_choice_box.selected_choice, .vyt_search_tool #choices .primary_choice_box.selected_choice:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg_v2.png?4) -0px 0px no-repeat;
			}
			.vyt_search_tool #choices .primary_choice_box.selected_choice:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg_v2.png?4) -0px -59px no-repeat;
			}
			.vyt_search_tool #choices .primary_choice_box.selected_choice.selected , .vyt_search_tool #choices .primary_choice_box.selected_choice.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg_v2.png?4) -0px -118px no-repeat !important;
			}
			.vyt_search_tool #choices .primary_choice_box.selected_choice.disabled , .vyt_search_tool #choices .primary_choice_box.selected_choice.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/main_select_bg_v2.png?4) -0px -177px no-repeat !important;
			}.vyt_search_tool #choices .primary_choice_box.selected_choice div {
				width: 480px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			} 
			.vyt_search_tool #choices .sub_choice_box.selected_choice {
				width: 480px;
				height: 42px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.vyt_search_tool #choices .sub_choice_box.selected_choice, .vyt_search_tool #choices .sub_choice_box.selected_choice:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg_v2.png?4) -0px 0px no-repeat;
			}
			.vyt_search_tool #choices .sub_choice_box.selected_choice:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg_v2.png?4) -0px -42px no-repeat;
			}
			.vyt_search_tool #choices .sub_choice_box.selected_choice.selected , .vyt_search_tool #choices .sub_choice_box.selected_choice.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg_v2.png?4) -0px -84px no-repeat !important;
			}
			.vyt_search_tool #choices .sub_choice_box.selected_choice.disabled , .vyt_search_tool #choices .sub_choice_box.selected_choice.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg_v2.png?4) -0px -126px no-repeat !important;
			}.vyt_search_tool #choices .sub_choice_box.selected_choice div {
				width: 480px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			} 
			.sub_choice_box {
				width: 230px;
				height: 42px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.sub_choice_box, .sub_choice_box:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg.png?4) -0px 0px no-repeat;
			}
			.sub_choice_box:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg.png?4) -0px -42px no-repeat;
			}
			.sub_choice_box.selected , .sub_choice_box.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg.png?4) -0px -84px no-repeat !important;
			}
			.sub_choice_box.disabled , .sub_choice_box.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt/sub_select_bg.png?4) -0px -126px no-repeat !important;
			}.sub_choice_box div {
				width: 230px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			} 
			.search_wt_btn {
				width: 87px;
				height: 36px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.search_wt_btn, .search_wt_btn:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt_2_cs5/calendar_wt.png?4) -0px 0px no-repeat;
			}
			.search_wt_btn:hover {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt_2_cs5/calendar_wt.png?4) -0px -36px no-repeat;
			}
			.search_wt_btn.selected , .search_wt_btn.selected:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt_2_cs5/calendar_wt.png?4) -0px -72px no-repeat !important;
			}
			.search_wt_btn.disabled , .search_wt_btn.disabled:visited {
				background: transparent url(http://volunteeryourtime.org/vyt_v2/images/vyt_2_cs5/calendar_wt.png?4) -0px -108px no-repeat !important;
			}.search_wt_btn div {
				width: 87px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			}





/*=======HOME PAGE===========*/
.homepage_wrapper {
	width: 885px;
	margin: 0px auto;
	background: transparent 
					url('http://volunteeryourtime.org/vyt_v2/images/vyt/body_bg.png') 
					repeat-y;
}

.homepage {
	width : 863px;
	margin-left: 10px;
	background-color: #fff;
	color: #43546A;
	font-family: georgia,times,serif;
	background: transparent 
					url('http://volunteeryourtime.org/vyt_v2/images/vyt_cs5/home_bg_s1.png') 
					repeat-y;
}

	

	/*=====STORIES=======*/
	.homepage .stories {
		width : 600px;
		/*height: 753px;*/
		float: left;
		border-right: 0px solid #ddd;
		margin-top: 20px;
	}
		.homepage .stories a {
			color: #43546A;
		}
		
		.homepage .stories .hr {
		    border-bottom: 1px solid #ddd;
		    clear: both;
		    height: 15px;
		    width: 520px;
		    margin-bottom: 15px;
		    margin-left: auto;
		    margin-right: auto;
		}	
		
		.homepage .story.main_story
		{
			/*height: 380px;*/
			/*overflow: hidden;*/
		}
		.homepage .story 
		{
			text-align: justify;
			font-size: 13px;
			width: 560px;
			/*height: 140px;*/
			/*overflow: hidden;*/
			margin-left: 20px;
			position: relative;
		}
		
		
		
	
			.homepage .story.main_story .headline
			{
				font-size: 22px;
				/*float: left;*/
				width: 560px; /*height: 28px;
				overflow: hidden;*/
				margin-bottom: 10px;
				margin-left: 0px;
			}
			/*.homepage .story.main_story .content
			{
				font-size: 13px;
				float: left;
				width: 195px;
				text-align: justify;
				text-indent: 15px;
			}*/
			.homepage .story.main_story .image
			{
				float: right;
				width: 350px; height: 340px;
				/*margin-right: 10px;*/
				border: 1px solid #CBCBCB;
				margin-left: 10px;
				margin-bottom: 10px;
				margin-right: 0px;
			}
	
	
	
	
		
	
			.homepage .story .headline
			{
				font-size: 17px;
				/*float: right;*/
				width: 410px; 
				/*height: 22px;
				overflow: hidden;*/
				margin-right: 10px;
				margin-bottom: 5px;
				margin-left: 140px;
				font-family: Tahoma,Arial,Helvetica,sans-serif;
				font-weight: bold;
			}
			/*.homepage .story .content
			{
				font-size: 13px;
				float: right;
				width: 410px;
				margin-right: 10px;
				text-align: justify;
			}*/
			.homepage .story .image
			{
				float: left;
				width: 130px;
				border: 1px solid #CBCBCB;
				margin-right: 10px;
				margin-bottom: 10px;
			}
			
		
	
	
	/*=====SPOTLIGHTS=====*/
	.homepage .spotlight_header {
		width: 263px; height: 49px;
		float: right;
		background: transparent 
					url('http://volunteeryourtime.org/vyt_v2/images/vyt_cs5/spotlights_header_s1.jpg') 
					repeat-y;
	}
	.homepage .spotlights {
		width: 240px;
		float: right;
		margin-right: 10px;
		margin-top: 20px;
	}
	.homepage .spotlights .hr {
	    border-bottom: 1px solid #ddd;
	    clear: both;
	    height: 15px;
	    width: 200px;
	    margin-bottom: 15px;
	    margin-left: auto;
	    margin-right: auto;
	}
		
		.homepage .spotlights h1
		{
			font-size: 17px;
			margin-bottom: 10px;
			background-color: #DCEEFF;
		}
		
		.homepage .spotlight 
		{
			/*height: 230px;*/
			border: 0px solid red;
			position: relative;
		}
		
			.homepage .spotlight .image
			{
				width: 220px;
				margin-left: 10px;
			}
			
			.homepage .spotlight .description
			{
				text-align: justify;
				margin-bottom: 5px;
				font-family: Tahoma,Arial,Helvetica,sans-serif;
			}
			
			.homepage .spotlight .details
			{
				width: 94px;
				margin: 0px auto;
			}
			

/*EDIT*/
.homepage .edit 
{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color:#fff;
	width: 35px;
	font-style: italic;
	opacity: 0.8;
}
	.homepage .edit a
	{
		color: #f88;
	}

	.vs_headline1 a:link, .vs_headline1 a:visited {
	  	text-decoration: underline;
	  	color: #3E80C1 !important;
	}
	.vs_noscript {
		display: none !important;
	}

 
			.homepage .spotlight .details .details_link {
				width: 94px;
				height: 40px;
				display: block;
				border: 0px;
				cursor: pointer;
				text-align: center;
			}
			.homepage .spotlight .details .details_link, .homepage .spotlight .details .details_link:visited {
				background: transparent url(/vyt_v2/images/vyt/details_button.jpg) -0px 0px no-repeat;
			}
			.homepage .spotlight .details .details_link:hover {
				background: transparent url(/vyt_v2/images/vyt/details_button.jpg) -0px -40px no-repeat;
			}
			.homepage .spotlight .details .details_link.selected , .homepage .spotlight .details .details_link.selected:visited {
				background: transparent url(/vyt_v2/images/vyt/details_button.jpg) -0px -80px no-repeat !important;
			}
			.homepage .spotlight .details .details_link.disabled , .homepage .spotlight .details .details_link.disabled:visited {
				background: transparent url(/vyt_v2/images/vyt/details_button.jpg) -0px -120px no-repeat !important;
			}.homepage .spotlight .details .details_link div {
				width: 94px;
				text-align:center;
				padding-top: 1px;
				cursor:pointer;
			}		
		
		
		
		
		
