/* Body Styles */
img {
	border: none;
}
#info-inner img {
	border: 1px solid black;
}
html, body {
	background-color: #655D92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
td {vertical-align: top;}
/* Header Styles */
#header {
	width: 100%;
	height: 85px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#header-fixed {
	width: 760px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation Styles */
#nav {
	width: 100%;
	height: 65px;
	background-color: #84B095;
	background-image: url(http://www.exceptionalwomen.org/images/general/nav-bgnd.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	width: 760px;
	list-style: none;
}
#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	margin-right: 20px;
	color: white;
	font-size: 18px;
	font-weight: 250;
	text-decoration:none;
}
#nav a:hover {
	color: #AB005D;
}
#nav a.resources {
	display: block;
	margin-right: 0px;
	color: white;
	font-size: 18px;
	font-weight: 250;
	text-decoration:none;
}

#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	display: block;
	width: 200px;
	text-align: left;
	left: -999em;
	margin: -10px 0px 0px 0px;
}
#nav li li a:link, #nav li li a:visited {
	color: #ffffff;
	background-color: #AB005D;
	padding: 5px;
	width: 150px;
	display: block;
	border: 1px dotted white;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}
#nav li li a:hover {
	color: #ffffff;
	background-color: #749C83;
	padding: 5px;
	width: 150px;
	display: block;
	border: 1px dotted white;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}

#nav li:hover ul {
	left: auto;
}
/* Main Styles */
#main {
	margin: 0px auto 0px auto;
	width: 740px;
	text-align: center;
}
/* First Box on Home Page */
#info {
	display: block;
	width: 700px;
	padding: 20px;
	background-color: #E9F2ED;
	border: 1px solid #494A79;
}
.heading {
	height: 25px;
	width: 100%;
	background-color: #B20060;
	background-image:url(images/pk-header-bgnd.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 5px;
	font-size: 16px;
	color: white;
}
/* Next Meeting */
.speaker {
	width: 210px;
	font-size: 16px;
	text-align: center;
	background-color: #C3C4D9;
	background-image:url(images/speaker-bgnd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #8E86BB;
	color: #B80062;
	font-weight: bold;
}
.speaker p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
.speaker a:link, .speaker a:visited, .speaker a:active {
	color: #B80062;
	text-decoration: none;
}
.speaker a:hover {
	text-decoration: underline;
}
.name {color: #524B77;}
/* Find a Member */
.member {
	/*width: 256px;*/
	background-color: #4E4F7D;
	background-image: url(images/member-bgnd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #8E86BB;
}
.member p {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	text-align: left;
	}
.or {
	color: #9193B0;
	font-size: 13px;
}
.input {
	width: 100%;
}
.search {
	font-weight: bold;
	color: #9597B3;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 19px;
}
/* About the Founder */
.founder {
	width: 196px;
	background-color: #8F88B4;
	border: 1px solid #8E86BB;
	background-image: url(images/deborah-collins.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.founder p {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	text-align: left;
	font-size: 13px;
	color: #4A4468;
	line-height: 1.4;
}
.founder a:link, .founder a:visited, .founder a:active {
	font-weight: bold;
	color: #2B2645;
	text-decoration: underline;
}
.founder a:hover {
	text-decoration: none;
}
/* More First Page Styles */
#buttons {width: 700px; margin-left: auto; margin-right: auto; text-align: left;}
.scripture {
	background-color: #9D0058;}
.scripture p {padding: 10px;}
.verse {
	width: 100%;
	height: 153px;
	padding: 0px 4px 0px 6px;
	overflow: auto;
	font-size: 12px;
}
.verse a:link, .verse a:active, .verse a:visited {
color: #D06FA4; text-decoration: underline;
}
.verse a:hover {text-decoration: none;}

/* First Box on Inner Pages */
#info-inner {
	display: block;
	width: 740px;
	padding: 0px;
	margin: 0px;
	background-color: inherit;
	background-image: url(images/main-bgnd.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
}
#info-inner p {
	margin: 20px;
	color: black;
	font-size: 14px;
	color: #524B77;
	line-height: 1.2;
}
.subheading {
	font-weight: bold;
	color: #749C83;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 20px;
	background-color: white;
	clear: both;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	padding-left: 10px;
	border-top: 1px dotted #749C83;
	border-bottom: 1px dotted #749C83;
}
/* Styles that affect All Pages */
h1 {
	font-weight: bold;
	font-size: 24px;
	padding-top: 7px;
	padding-left: 15px;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/h1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-top:1px solid #403B5F;
	border-bottom:1px solid #403B5F;
	height: 30px;
	width: 711px;
	color: #ffffff;
	margin: 0px 0px 0px 7px;
	text-align: left;
}
h2 {
	font-weight: bold;
	color: #9494B7;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}
h4 {
	padding-left: 15px;
	background-image: url(images/h1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-top:1px solid #403B5F;
	border-bottom:1px solid #403B5F;
	height: 5px;
	width: 711px;
	margin: 0px 0px 0px 7px;
}
.intro {
	background-image: url(images/intro-bgnd.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 1.5;
	font-size: 14px;
	text-align: justify;
	width: 504px;
}
.space {width: 15px;}
.intro p {
	padding: 0px 15px 0px 15px;}
.intro a:link, .intro a:visited, .intro a:active {
	font-weight: bold;
	color: #2B2645;
	text-decoration: underline;
}
.intro a:hover {
	text-decoration: none;
}
.side {text-align: left; width:213px;}
.side ul {margin-left: 0px;}
.side a:link, .side a:visited, .side a:active {
	font-weight: bold;
	color: #2B2645;
	text-decoration: underline;
}
.side a:hover {
	text-decoration: none;
}
.hummingbird {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 250px;
	text-align: justify;
}
/* Footer Styles */
#footer {
	background-color: #AB005D;
	height: 30px;
	width: 100%;
}
#footer-fixed {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	color: #D06FA4;
	font-size: 11px;
	letter-spacing: 1px;
}
.copy {
	padding-top: 8px;
	float: left;
	text-align: left;
	width: 490px;}
.credit {
	padding-top: 8px;
	float: right;
	width: 220px;
	text-align: right;
	padding-right: 15px;
	}
.credit a:link, .credit a:visited, .credit a:active {text-decoration: underline; color: #D06FA4;}
.credit a:hover {text-decoration: none;}
#bottom {
	background-image: url(http://www.exceptionalwomen.org/images/general/green-footer-bgnd.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 125px;
	width: 100%;
}
#bottom-fixed {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.body_text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	}
	
.body_text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	}
	
.link1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
	}
	
a.link1:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	}
	
	

