/*
CSS for Presbyterian Children's Village site (yellow)
*/


/* 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: #EAC511;
	font-size: 18px;
	margin-top: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

.list {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 15px;
	list-style-image: none;
}

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

ol {
	margin: 0;
	padding-left: 30px;
	padding-bottom: 10px;
}

img {
	border: 0;
}


/*--------------------------------------------------*/


/* 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_yellow.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: #EAC511 url("../images/pattern_yellow.gif");
	border-bottom: 5px solid #FFFFFF;
}

#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/yellow_bottom_left.gif") no-repeat bottom left;
}

#header_images img.last {
	padding: 0 5px 5px 5px;
	background: url("../images/yellow_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/about_us.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: 181px;
}
/*--------------------------------------------------*/


/* Bodycontent ids and classes */
.footer {
	position: absolute;
	top: 420px;
	font-size: 10px;
	color: #7F91B4;
	width: 535px;
}

#bodycontent ul {
	list-style: disc;
	margin-left: 30px;
}

#bodycontent li {
	margin-bottom: 10px;
}

.line {
	border-top: 1px solid #7F91B4;
	padding-top: 15px;
}

/*#bodycontent ul.sublinks {
	float: right;
}

#bodycontent li.sublinks {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #BBC5D7;
	font-weight: bold;
}

#bodycontent li.end {
	padding-right: 0;
	border-right: 0;
}*/

#frame {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 525px;
	padding: 10px 10px 0 0;
	height: 370px;
	overflow: auto;
	border-top: 1px solid #EAC511;
	border-bottom: 1px solid #EAC511;
}

#bodycontent a:link, #bodycontent a:visited {
	font-weight: bold;
	color: #1E407A;
	text-decoration: none;
}

/* Style for current bodycopy link */
#bodycontent a.cbcl:link, #bodycontent a.cbcl:visited {
	font-weight: bold;
	color: #EAC511;
	text-decoration: none;
}

#bodycontent a:hover, #bodycontent a:active {
	color: #EAC511;
}

/* 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: #EAC511;
}
/*--------------------------------------------------*/


/* 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;
	
}

/*--------------------------------------------------*/
