/***********************************************/
/* wop.css                                    */
/* Use for WalkofPurpose pages			       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	background-color: #ADC4E4;
}

a:link{
	color: #731472;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #731472;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #3776BB;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #3776BB;
	text-decoration: none;
	font-weight: bold;
}

p{
	color: #3C003C;
	font-size: 100%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #6692CC;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #6692CC;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight:bolder;
	color: #731472;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul{
	list-style-type: none;
	color: #6692CC;
	list-style-image: url(images/divas_dot.png);
}

ul ul{
	list-style-type: circle;
	color: #6692CC;
}

ul ul ul{
	list-style-type: square;
	color: #6692CC;
}

ol{
	color: #6692cc;
	border-bottom: 10px;
}

table {
	width: auto;
	align: center;
	padding: 2px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	display: table;
	background-color: #DCF2FF;
	background-image: url(images/purple_navbar_image.png);
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #B8C4E1;
	border: thin solid #6692CC;
}
#header {
	height: auto;
	width: 975px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	background-color: #DCF2FF;
}

#topbar  {
	height: 150px;
	width: 975px;
	background-image: url(/images/header1.png);
	background-color: #E2F4FF;
}

#topnavbar {
	width: 975px;
	height: 30px;
	link: #5E005E;
}

#intro_paragraph {
	width: 975px;
	border-bottom: 2px;
}

#local-container {
	width: 975px;
	position: relative;
	border-bottom: 30;
	background-color: #B8C4E1;
	border-color: #6692CC;
}
#left {
	padding: 10px;
	float: left;
	width: 250px;
	background-color: #B8C4E1;
	text-align: center;
}
#center {
	padding: 10px;
	float: left;
	width: 530px;
	background-color: #E8F7FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6692CC;
	border-right-color: #6692CC;
	border-bottom-color: #6692CC;
	border-left-color: #6692CC;
}
#right {
	width: 120px;
	float: left;
	padding: 10px;
	border-left-width: 1px;
	background-color: #B8c4e1;
	text-align: center;
}
#footer {
	height: 75px;
	width: 975px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #B8C4E1;
}

/************** styles ***************/
.clear {
	display: block;
	clear: left;
	visibility: hidden;
}

.quotation {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	background-color: #FFD9FF;
	display: block;
	padding: 5px;
}
.quotation_author {
	font-size: small;
	font-weight: bold;
}

.testimonial_quote{
	font-style: italic;
	color: #721371;
}
.testimonial_author {
	font-weight: bold;
	color: #6692CC;
}

.mission_header {color: #E8F7FF;
}

.mission_statement {font-style: italic; color: #721472;}
