/*
CSS for Presbyterian Children's Village site (green)
*/


/* Default styles */
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #1E407A;
	font-size: 11px;
	font-weight: light;
	line-height: 15px;
	background: #E5E5E5;
	text-align: center;
}

p {
	margin: 0;
	padding-bottom: 10px;
}

h1 {
	color: #6DB33F;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	margin:  0 0 10px 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 15px;
	list-style-image: none;
}

ol {
	margin: 0;
	padding-left: 30px;
	padding-bottom: 10px;
}

img {
	border: 0;
}

.new_list {
	list-style-type: disc;
	margin: 0;
	padding: 15;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.badge { 
    position: absolute;
    top: 250px;
    left: 275px;
}


/*--------------------------------------------------*/


/* Main divs */
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	width: 800px;
	height: 600px;
	margin-top: -305px;
	margin-left: -405px;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#logo_box {
	position: absolute;
	top: 0;
	left: 0;
	background: #1E407A url("../images/pcv_logo_green.gif") no-repeat bottom center;
	width: 200px;
	padding: 15px;
	height: 110px;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

#header {
	position: absolute;
	top: 0;
	left: 235px;
	width: 565px;
	height: 140px;
	background: #6DB33F url("../images/pattern_green.gif");
	border-bottom: 5px solid #FFFFFF;
}

/* IE fix */
#home_header {
	position: absolute;
	top: 0;
	left: 235px;
	width: 565px;
	height: 140px;
}

#nav {
	position: absolute;
	top: 145px;
	left: 0;
	width: 230px;
	height: 455px;
	background: #BBC5D7 url("../images/nav_background.gif") repeat-y top right;
	border-right: 5px solid #FFFFFF;
	text-align: right;
}

#bodycontent {
	position: absolute;
	top: 145px;
	padding: 15px;
	left: 235px;
	width: 535px;
	height: 425px;
	background: #E8ECF1 url("../images/house.gif") no-repeat bottom right;
}

#copyright {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 310px 0 0 -405px;
	height: 20px;
	width: 810px;
}

#copyright p {
	text-align: right;
	font-size: 10px;
	color: #999999;
}


#copyright1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 310px 0 0 -440px;
	height: 20px;
	width: 525px;
}

#copyright1 p {
	text-align: right;
	font-size: 10px;
	color: #999999;
}

#copyright2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 310px 0 0 122px;
	height: 20px;
	width: 285px;
}


/*--------------------------------------------------*/



/* Header ids and classes */
#header p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 45px 0 0 5px;
}

#header_images {
	position: absolute;
	top: 70px;
	left: 0;
	width: 565px;
}

#header_images img {
	float: left;
	padding: 0 0 5px 5px;
}

#header_images img.first {
	background: url("../images/green_bottom_left.gif") no-repeat bottom left;
}

#header_images img.last {
	padding: 0 5px 5px 5px;
	background: url("../images/green_bottom_right.gif") no-repeat bottom right;
}
/*--------------------------------------------------*/


/* Nav classes */
#nav a:link, #nav a:visited {
	display: block;
	height: 25px;
	width: 25px;
}

#nav a.village_news:link, #nav a.village_news:visited {
	background: url("../images/village_news.gif") top right no-repeat;
}

#nav a.about_us:link, #nav a.about_us:visited {
	background: url("../images/about_us.gif") top right no-repeat;
}

#nav a.programs_services:link, #nav a.programs_services:visited {
	background: url("../images/programs_services.gif") top right no-repeat;
}

#nav a.donor_options:link, #nav a.donor_options:visited {
	background: url("../images/donor_options.gif") top right no-repeat;
}

#nav a.testimonials:link, #nav a.testimonials:visited {
	background: url("../images/testimonials.gif") top right no-repeat;
}

#nav a.employment:link, #nav a.employment:visited {
	background: url("../images/employment.gif") top right no-repeat;
}

#nav a.contact_us:link, #nav a.contact_us:visited {
	background: url("../images/contact_us.gif") top right no-repeat;
}

#nav a.annual_report:link, #nav a.annual_report:visited {
	background: url("../images/programs_services.gif") top right no-repeat;
}

#nav a.donate:link, #nav a.donate:visited {
	background: url("../images/donate_button.gif") top right no-repeat;
}

#nav a.c:link, #nav a.c:visited { /* to keep rollover on current page */
	background-position: right -25px;
}

#nav a.village_news:hover, 
#nav a.about_us:hover, 
#nav a.programs_services:hover,
#nav a.donor_options:hover, 
#nav a.testimonials:hover, 
#nav a.employment:hover,
#nav a.annual_report:hover, 
#nav a.contact_us:hover {
	background-position: right -25px;
}

#nav a.village_news:active, 
#nav a.about_us:active, 
#nav a.programs_services:active,
#nav a.donor_options:active, 
#nav a.testimonials:active, 
#nav a.employment:active,
#nav a.annual_report:active,
#nav a.contact_us:active {
	background-position: right -25px;
}

#nav ul {
	position: absolute;
	top: 0;
	right: 5px;
}

#nav li {
	height: 25px;
	margin-top: 5px;
}

#nav ul.button_names {
	position: absolute;
	top: 5px;
	right: 35px;
	width: 187px;
}
/*--------------------------------------------------*/


/* Bodycontent ids and classes */
.footer {
	position: absolute;
	top: 420px;
	font-size: 10px;
	color: #7F91B4;
	width: 537px;
}

#frame {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 525px;
	padding: 10px 10px 0 0;
	height: 370px;
	overflow: auto;
	border-top: 1px solid #6DB33F;
	border-bottom: 1px solid #6DB33F;
}

#home_frame {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 540px;
	padding: 0;
	height: 401px; /* One pixel was added to make up for the absence of a top border */
	border-bottom: 1px solid #6DB33F;
}

.home {
	width: 320px;
}

.lead_in {
	color: #1E407A;
	font-size: 20px;
	line-height: 25px;
	width: 310px;
}

.no_space {
	margin: 0;
}

#news_success_container {
	position: absolute;
	top: 0;
	left: 320px;
	width: 185px;
	height: 385px;
	border-left: 1px solid #6DB33F;
	margin-left: 15px;
	padding-left: 15px;
}

#news_frame {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 175px;
	padding: 10px 10px 0 0;
	height: 140;
	overflow: auto;
	border-top: 1px solid #6DB33F;
}

.success_story {
	position: absolute;
	top: 240px;
	font-size: 18px;
	left: 15px;
}

#success_frame {
	position: absolute;
	top: 260px;
	left: 15px;
	width: 175;
	padding: 10px 10px 0 0;
	height: 50;
	overflow: auto;
	border-top: 1px solid #6DB33F;
}

.event_story {
	position: absolute;
	top: 300px;
	font-size: 18px;
	left: 15px;
}

#event_frame {
	position: absolute;
	top: 320px;
	left: 15px;
	width: 175;
	padding: 10px 10px 0 0;
	height: 70;
	overflow: auto;
	border-top: 1px solid #6DB33F;
}





#bodycontent a:link, #bodycontent a:visited {
	font-weight: bold;
	color: #1E407A;
	text-decoration: none;
}

#bodycontent a:hover, #bodycontent a:active {
	color: #6DB33F;
}

/* Style for link in the footer */
#bodycontent a.f:link, #bodycontent a.f:visited {
	font-weight: bold;
	color: #7F91B4;
	text-decoration: none;
}

#bodycontent a.f:hover, #bodycontent a.f:focus, #bodycontent a.f:active {
	color: #6DB33F;
}
/*--------------------------------------------------*/


/* Round corner classes */
.top_left {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 10px;
}

.top_right_left_fields {
	position: absolute;
	top: 0;
	left: 220px;
	height: 10px;
	width: 10px;
}

.top_right_right_fields {
	position: absolute;
	top: 0;
	left: 555px;
	height: 10px;
	width: 10px;
}

.bottom_left_top_fields {
	position: absolute;
	top: 130px;
	left: 0;
	height: 10px;
	width: 10px;
}

.bottom_left_bottom_fields {
	position: absolute;
	top: 445px;
	left: 0;
	height: 10px;
	width: 10px;
}

.bottom_right_top_left_field {
	position: absolute;
	top: 130px;
	left: 220px;
	height: 10px;
	width: 10px;
}

.bottom_right_top_right_field {
	position: absolute;
	top: 130px;
	left: 555px;
	height: 10px;
	width: 10px;
}

.bottom_right_bottom_left_field {
	position: absolute;
	top: 445px;
	left: 220px;
	height: 10px;
	width: 10px;
}

.bottom_right_bottom_right_field {
	position: absolute;
	top: 445px;
	left: 555px;
	height: 10px;
	width: 10px;
}
.donate_now {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF3300;
	
}
