/*####################################################################
######################################################################
######################### BODY ETC ###################################
######################################################################
####################################################################*/
@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5a5f8b;
	background-image: url(../imgs/w2c_bg.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.waystochange #bgcontainer {
	background-image: url(../imgs/w2c_bgstrip_short.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
p {
	margin: 0; /* zeroing margins */
}
/***************************/
/* MAIN LINKS CURRENT PAGE */
/***************************/
#programs a#programslink,
#living a#livinglink,
#communication a#communicationlink,
#parenting a#parentinglink 
#bio a#biolink 
#guidance a#guidancelink
#links a#linkslink 
#contact a#contactlink {
	color: #FF9900;
}
/*####################################################################
######################################################################
######################### LOGO #######################################
######################################################################
####################################################################*/
.waystochange #logocontainer {
	width: 866px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5a5f8b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 200px;
	background-image: url(../imgs/w2c_logo_full.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.waystochange #logo {
	margin: 0;
	padding: 0;
}
/*####################################################################
######################################################################
######################### LINKS ######################################
######################################################################
####################################################################*/
.waystochange #linkscontainer {
	width: 866px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5a5f8b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 50px;
	background-image: url(../imgs/w2c_bg_links.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.waystochange #links {
	margin: 0;
	padding: 0;
	top: 5px;
	position: relative;
}
.waystochange #links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.waystochange #links li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	/* border-left: 1px solid #FFFFFF; */
	padding-left: 5px;
}
.waystochange #links li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
}
.waystochange #links li a:hover {
	color: #FF9900;
}
.waystochange #links li a:visited {
	color: #FFFFFF;
}
.waystochange #links li a:visited:hover {
	color: #FF9900;
}
.waystochange #links li.first {
	border-left: none;
}
/*####################################################################
######################################################################
######################### MAIN CONTENT ###############################
######################################################################
####################################################################*/
.waystochange #mainContentcontainer {
	min-height: 550px;
	width: 866px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5a5f8b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../imgs/w2c_bg_main_repeater.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
.waystochange #mainContent {
	margin: 0;
	padding: 0 95px;
	min-height: 550px;
	background-image: url(../imgs/w2c_bg_main_full.jpg);
	background-repeat: no-repeat;
}
.waystochange #mainContent h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #641e12;
}
.waystochange #mainContent p {
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #641e12;
}
.waystochange #mainContent p.motto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #641e12;
	text-align: center;
}
.waystochange #mainContent a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
}
.waystochange #mainContent a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.waystochange #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #641e12;
}
.waystochange #mainContent ul.mainpage {
	padding: 0 0 0 20px;
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #CC3300;
}
.waystochange #mainContent ul.links {
	padding: 0 0 0 50px;
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #CC3300;
}
.waystochange #mainContent ul.links li {
	padding: 10px 0;
}
.waystochange #mainContent li {
	padding: 0;
}
.waystochange #mainContent ul.mainpage li a{
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
}
.waystochange #mainContent ul.mainpage li a:hover{
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;

}
/*####################################################################
######################################################################
######################### FOOTER #####################################
######################################################################
####################################################################*/
.waystochange #footercontainer {
	width: 866px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5a5f8b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100px;
	background-image: url(../imgs/w2c_bg_foot_full.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.waystochange #footer p, a {
	padding: 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}