/* CSS Document */

/* Basic Big Blocks
------------------------------------------------ */
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	background-image: url(../_assets/general/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px; 
	padding: 0px;
	color: #000000;
	background-color: #99add6;
}
.clear {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}









/* Layout — Containers and Wrappers
------------------------------------------------ */
#container {
	position: relative;
	width: 100%;
	height: 100%;
}
#container_wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	width: 694px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
	background-color: #ffffff;
}
#left_wrapper {
	position: relative;
	float: left;
	width: 564px;
	margin: 0;
	padding: 0;
}
#right_wrapper {
	position: relative;
	float: right;
	width: 100px;
	height: 350px;
	margin: 0;
	padding: 0;
}
#navbar {
	position: relative;
	width: 564px;
	height: 25px;
	margin: 105px 0 0 0;
	padding: 0;
	z-index: 100;
}
#content_wrapper {
	position: relative;
	width: 564px;
	margin: 25px 0 10px 0;
	padding: 0;
}
#subnav {
	position: relative;
	float: left;
	width: 77px;
	background-color: #fff;
	/**z-index: -1;*/
}
#content {
	position: relative;
	float: right;
	width: 457px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: #003399 solid 2px;
	/**z-index: -1;*/
}
.serieslink {
	position: relative;
	width: 100%;
	text-align: right;
	margin: 0 0 .2em 0;
	padding: 0;
}
#footer {
	position: relative;
	clear: both;
	width: 457px;
	margin: 0 0 25px 0;
	padding: 5px 0 0 107px;
}










/* Text Styles — Headlines, Subheads, Body, List, Links
------------------------------------------------------------ */
* {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	text-align: left;
}
h1 {
	color: #003399;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	height: 60px;
	margin: 0 0 5px 0;
}
#article h1 {
	height: auto;
}
h2 {
	color: #003399;
	font-size: .95em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 .2em 0;
}
h3, inline {
	color: #003399;
	font-size: .85em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}
h4 {
	color: #003399;
	font-size: .8em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}
.black {
	color: #000000
}
.blue {
	color: #003399;
}
.inline_subhead {
	color: #000000;
	font-size: .80em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}
p {
	color: #000000;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
.nospace {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	margin: 0 0 .80em 0;
	padding: 0;
}
ul .intended {
	list-style-type: none;
	margin: 0 0 0 1.0em;
	padding: 0;
}
li {
	font-size: .75em;
	line-height: 1.5em;
	color: #000000;
	list-style-image: url(../_assets/general/text_bullet.gif);
	list-style-position: outside;
	margin: 0 0 0 15px;
}
ul .intended li {
	font-size: 12px;
}
ul .top {
	font-size: .70em;
	line-height: 1.5em;
	color: #000000;
	list-style-image: none;
	list-style-position: outside;
	margin: 10px 0 25px 15px;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.readmore {
	font-size: .85em;
}
#footer p {
	font-size: .60em;
	color: #003399;
	line-height: 1.4em;
}
.title {
	font-style:oblique;
}
.name {
	text-decoration: underline;
}

.serieslink ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.serieslink li {
	display: inline;
	float: right;
	font-size: .65em;
	line-height: .70em;
	font-weight: bold;
	list-style-image: none;
	margin: 0 0 0 10px;
	padding: 4px 0 3px 0;
}
.serieslink .return {
	float:left;
	margin: 0;
}
blockquote {
	font-size: .75em;
	line-height: 1.5em;
	font-style: oblique;
}
#article blockquote {
	font-style: normal;
}
em {
	font-style: oblique;
}
strong {
	font-weight: bold;
}
.extraem {
	font-style: oblique;
	font-weight: bold;
}
.date_location {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.organization {
	color: #003399;
	margin: 0 0 6px 0;
	padding: 0;
}
#article .masthead {
	height: auto;
	margin-bottom: 25px;
}
.author {
	color: #003399;
	font-size: .70em;
	margin: 0 0 20px 0;
}
hr {
	background: #003399;
	border:none;
}
.underline {
	text-decoration: underline;
}

/*color: #000000;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1em 0;*/







/* Right Column — Logo, Name, Tagline, Buttons, Copyright
------------------------------------------------------------ */
#urgo_logo {
	position: relative;
	display: block;
	font-size: 10px;
	width: 100px;
	height: 105px;
	margin: 30px 0 0 0;
	padding: 0;
}
#urgo_name {
	position: relative;
	display: block;
	font-size: 10px;
	width: 100px;
	height: 55px;
	margin: 21px 0 0 0;
	_margin-top: 18px;
	padding: 0;
}
#urgo_tagline {
	position: relative;
	display: block;
	font-size: 10px;
	width: 100px;
	height: 62px;
	margin: 0;
	padding: 0;
}
#secondarynav {
	position: relative;
	width: 100px;
	margin: 0;
	padding: 0;
}
#secondarynav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#secondarynav li {
	list-style-image: none;
	display: block;
	width: 100px;
	height: 30px;
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#secondarynav a .contact {
	position: absolute;
	top: 0;
	_top: -3px;
	left: 0;
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../_assets/nav/nav_contact.gif);
	background-position: 0 0;
	z-index: 1;
}
#secondarynav a .home {
	position: absolute;
	top: 30px;
	_top: 27px;
	left: 0;
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../_assets/nav/nav_home.gif);
	background-position: 0 0;
	z-index: 1;
}
#home #secondarynav .homebut {
	height: 1px;
	visibility: hidden;
}
#home #secondarynav .homebut {
	background-position: -82px 0;
	cursor: default;
}
#secondarynav a:hover .contact,
#secondarynav a:hover .home {
	background-position: -105px 0;
}
#copyright {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
}
#copyright p {
	font-size: .60em;
	line-height: 1.4em;
}











/* Subnav — For Each Section
------------------------------------------------------------ */
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	list-style-image: none;
	display: block;
	width: 77px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#subnav .title{
	position: relative;
	width: 77px;
	height: 54px;
	margin: 0;
	padding: 0;
}


/* About Us */
#subnav .about {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .about a .overview {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_aboutoverview.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .about a .aboutraymond {
	position: absolute;
	top: 85px;
	left: 0;
	display: block;
	width: 77px;
	height: 44px;
	background-image: url(../_assets/nav/subnav_aboutraymond.gif);
	background-position: 0 0;
	z-index: 1;
}


/* Services */
#subnav .services {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .services a .overview {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_overview.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .services a .advising {
	position: absolute;
	top: 85px;
	left: 0;
	display: block;
	width: 77px;
	height: 57px;
	background-image: url(../_assets/nav/subnav_advising.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .services a .developing {
	position: absolute;
	top: 142px;
	left: 0;
	display: block;
	width: 77px;
	height: 58px;
	background-image: url(../_assets/nav/subnav_developing.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .services a .teaching {
	position: absolute;
	top: 200px;
	left: 0;
	display: block;
	width: 77px;
	height: 44px;
	background-image: url(../_assets/nav/subnav_teaching.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .services a .coaching {
	position: absolute;
	top: 244px;
	left: 0;
	display: block;
	width: 77px;
	height: 29px;
	background-image: url(../_assets/nav/subnav_coaching.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .services a .speaking {
	position: absolute;
	top: 273px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_speaking.gif);
	background-position: 0 0;
	z-index: 1;
}


/* Clients */
#subnav .clients {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .clients a .organizations {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_organizations.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .clients a .individuals {
	position: absolute;
	top: 85px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_individuals.gif);
	background-position: 0 0;
	z-index: 1;
}


/* Success Stories */
#subnav .stories {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .stories a .overview {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_overview.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .stories a .advising {
	position: absolute;
	top: 85px;
	left: 0;
	display: block;
	width: 77px;
	height: 57px;
	background-image: url(../_assets/nav/subnav_advising.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .stories a .developing {
	position: absolute;
	top: 142px;
	left: 0;
	display: block;
	width: 77px;
	height: 58px;
	background-image: url(../_assets/nav/subnav_developing.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .stories a .teaching {
	position: absolute;
	top: 200px;
	left: 0;
	display: block;
	width: 77px;
	height: 44px;
	background-image: url(../_assets/nav/subnav_teaching.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .stories a .coaching {
	position: absolute;
	top: 244px;
	left: 0;
	display: block;
	width: 77px;
	height: 29px;
	background-image: url(../_assets/nav/subnav_coaching.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .stories a .speaking {
	position: absolute;
	top: 273px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_speaking.gif);
	background-position: 0 0;
	z-index: 1;
}


/* Media */
#subnav .media {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .media a .pastmedia {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 45px;
	background-image: url(../_assets/nav/subnav_pastmedia.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .media a .mediaquestion {
	position: absolute;
	top: 99px;
	left: 0;
	display: block;
	width: 77px;
	height: 58px;
	background-image: url(../_assets/nav/subnav_mediaquestions.gif);
	background-position: 0 0;
	z-index: 1;
}


/* Resources */
#subnav .resources {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .resources a .overview {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_overview.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .resources a .communication {
	position: absolute;
	top: 84px;
	left: 0;
	display: block;
	width: 77px;
	height: 59px;
	background-image: url(../_assets/nav/subnav_ppcommunication.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .resources a .practitioner {
	position: absolute;
	top: 143px;
	left: 0;
	display: block;
	width: 77px;
	height: 57px;
	background-image: url(../_assets/nav/subnav_pppractitioner.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .resources a .writing {
	position: absolute;
	top: 200px;
	left: 0;
	display: block;
	width: 77px;
	height: 58px;
	background-image: url(../_assets/nav/subnav_ppwriting.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .resources a .orangization {
	position: absolute;
	top: 258px;
	left: 0;
	display: block;
	width: 77px;
	height: 57px;
	background-image: url(../_assets/nav/subnav_pporganizations.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .resources a .trends {
	position: absolute;
	top: 315px;
	left: 0;
	display: block;
	width: 77px;
	height: 57px;
	background-image: url(../_assets/nav/subnav_pptrendwatcher.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .resources a .reviews {
	position: absolute;
	top: 372px;
	left: 0;
	display: block;
	width: 77px;
	height: 87px;
	background-image: url(../_assets/nav/subnav_ppbookreviews.gif);
	background-position: 0 0;
	z-index: 1;
}

/* News & Events */
#subnav .newsevents {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .newsevents a .news {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_news.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .newsevents a .events {
	position: absolute;
	top: 85px;
	left: 0;
	display: block;
	width: 77px;
	height: 31px;
	background-image: url(../_assets/nav/subnav_events.gif);
	background-position: 0 0;
	z-index: 1;
}
#release .footer {
	font-size: 10px;
	line-height: 14px;
	margin: 25px 0 10px 0;
	padding: 5px 0 0 0;
}
#release .date {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0 4px 0;
	padding: 0 0 12px 0;
}
#news dt {
	color: #003399;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
}
#news dd {
	color: #000000;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}


/* eNewsletter */
#subnav .enewsletter {
	position: relative;
	width: 77px;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .enewsletter a .subscribe {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 32px;
	background-image: url(../_assets/nav/subnav_subscribe.gif);
	background-position: 0 0;
	z-index: 1;
}


/* Artcile */
#subnav .article {
	position: relative;
	width: 77px;
	height: auto;
	margin: 0 0 100px 0;
	padding: 0;
}
#subnav .article ul {
	position:relative;
	margin: 40px 0 0 0;
}
#subnav .article .title {
	position: absolute;
	width: 77px;
	top: 0;
	left: 0;
}
#subnav .article a .subscribe {
	position: absolute;
	top: 54px;
	left: 0;
	display: block;
	width: 77px;
	height: 32px;
	background-image: url(../_assets/nav/subnav_subscribe.gif);
	background-position: 0 0;
	z-index: 1;
}
#subnav .article a .currentissue {
	position: absolute;
	top: 86px;
	left: 0;
	display: block;
	width: 77px;
	height: 44px;
	background-image: url(../_assets/nav/subnav_currentissue.gif);
	background-position: 0 0;
	z-index: 1;
}


/* Rollovers */
#subnav .about a:hover .overview,
#subnav .about a:hover .aboutraymond,
#subnav .services a:hover .overview,
#subnav .services a:hover .advising,
#subnav .services a:hover .developing,
#subnav .services a:hover .teaching,
#subnav .services a:hover .coaching,
#subnav .services a:hover .speaking,
#subnav .clients a:hover .organizations,
#subnav .clients a:hover .individuals,
#subnav .stories a:hover .overview,
#subnav .stories a:hover .advising,
#subnav .stories a:hover .developing,
#subnav .stories a:hover .teaching,
#subnav .stories a:hover .coaching,
#subnav .stories a:hover .speaking,
#subnav .media a:hover .pastmedia,
#subnav .media a:hover .mediaquestion,
#subnav .resources a:hover .overview,
#subnav .resources a:hover .communication,
#subnav .resources a:hover .practitioner,
#subnav .resources a:hover .writing,
#subnav .resources a:hover .orangization,
#subnav .resources a:hover .trends,
#subnav .resources a:hover .reviews,
#subnav .newsevents a:hover .news,
#subnav .newsevents a:hover .events,
#subnav .article a:hover .subscribe,
#subnav .article a:hover .currentissue {
	background-position: -82px 0;
}


/* Visiblity */
#aboutoverview #subnav .about .overview, 
#aboutraymond #subnav .about .aboutraymond,
#servicesoverview #subnav .services .overview,
#servicesadvising #subnav .services .advising,
#servicesdeveloping #subnav .services .developing,
#servicesteaching #subnav .services .teaching,
#servicescoaching #subnav .services .coaching,
#servicesspeaking #subnav .services .speaking,
#organizations #subnav .clients .organizations,
#individuals #subnav .clients .individuals,
#storiesoverview #subnav .stories .overview,
#storiesadvising #subnav .stories .advising,
#storiesdeveloping #subnav .stories .developing,
#storiesteaching #subnav .stories .teaching,
#storiescoaching #subnav .stories .coaching,
#storiesspeaking #subnav .stories .speaking,
#pastmedia #subnav .media .pastmedia,
#mediaquestion #subnav .media .mediaquestion,
#resourcesoverview #subnav .resources a .overview,
#resourcescommunication #subnav .resources a .communication,
#resourcespractitioner #subnav .resources a .practitioner,
#resourceswriting #subnav .resources a .writing,
#resourcesorganization #subnav .resources a .orangization,
#resourcesreviews #subnav .resources a .reviews,
#news #subnav .newsevents .news, 
#events #subnav .newsevents .events/*,
#article #subnav .article .subscribe,
#article #subnav .article .currentissue*/ {
	background-position: -82px 0;
	cursor: default;
}










/* Images & Testimonials
------------------------------------------------------------ */
#raymondspic {
	position: relative;
	float: right;
	width: 137px;
	height: 390px;
	margin: 10px 0 0 15px;
	padding: 0;
}
.testimonial {
	position: relative;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
}
.testimonial #maryannhowell {
	margin-bottom: 15px;
}
.testimonial #shaunamcgee {
	margin-bottom: 15px;
}
.testimonial #gabriellalopez {
	margin-bottom: 15px;
}



/*Feature box
---------------------------------------------------------- */
#featurebox {
	position: relative;
	float: right;
	width: 200px;
	background-color: #ccd6eb;
	margin: 0 0 20px 20px;
	padding: 0;
}
#featurebox #headline {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #2652a8;
	margin: 0 0 12px 0;
	padding: 12px 12px 3px 12px;
}
#featurebox .title,
#featurebox .event {
	font-size: 11px;
	line-height: 16px;
	color: #003399;
	font-weight: bold;
	margin: 0;
	padding: 0 12px 0 12px;
}
#featurebox .date {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0 12px 0 12px;
}
#featurebox .location {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 12px 0;
	padding: 0 12px 0 12px;
}
#featurebox .organization {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 12px 0 12px;
}
#featurebox p {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0 12px 0 12px;
}
#featurebox .viewmore {
	font-size: 10px;
	line-height: 16px;
	margin: 6px 0 12px 0;
	padding: 0 12px 0 12px;
}





/*Archive box
---------------------------------------------------------- */
#archive {
	position: relative;
	float: right;
	width: 200px;
	background-color: #ccd6eb;
	margin: 5px 0 60px 20px;
	padding: 0;
}
#archive #headline {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #2652a8;
	margin: 0 0 12px 0;
	padding: 12px 12px 3px 12px;
}
#archive .issue {
	font-size: 11px;
	line-height: 16px;
	color: #003399;
	font-weight: bold;
	margin: 6px 0 12px 0;
	padding: 0 12px 0 12px;
}
/*#featurebox p {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0 12px 0 12px;
}
#featurebox .viewmore {
	font-size: 10px;
	line-height: 16px;
	margin: 6px 0 12px 0;
	padding: 0 12px 0 12px;
}*/





/*Charts
---------------------------------------------------------- */
table {
	border-collapse: collapse;
	border: solid 1px #99add6;
	margin: 0 0 20px 0;
}
th, td {
	padding: 4px 6px;
	border: solid 1px #99add6;
}
td {
	vertical-align: top;
	font-size: .75em;
	line-height: 1.5em;
}
td p, table td ul li{
	font-size: 12px;
	line-height: 1.5em;
}
caption {
	color: #003399;
	font-size: .85em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
thead {
	font-size: .75em;
	line-height: 1.3em;
	font-weight: bold;
	color: #003399;
	vertical-align: bottom;
}
table ul {
	margin: 0;
	padding: 0;
}
table ul li {
	font-size: .75em;
	line-height: 1.5em;
	color: #000000;
	list-style-image: url(../_assets/general/text_bullet.gif);
	list-style-position: outside;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
}
table ul .intended {
	list-style-type: none;
	margin: 0 0 0 13px;
	padding: 0;
}
.shallwill caption {
	color: #000000;
	font-size: .80em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 0 .5em 0;
}









/*Contact Form
----------------------------------------------------------*/
#contact #name, #contact #title, #contact #organization, #contact #address, #contact #city, #contact #phone, #contact #email, #contact #learn  {
	width: 225px;
}
#contact #zip, select {
	width: 100px;
}
input, select, textarea {
	border: #2652a8 solid 1px;
}
textarea {
	width: 225px;
	height: 150px;
	font-size: 1em;
}
.purpose {
	border:0;
}
label {
	font-size: .95em;
	color: #000000;
}
.reqd {
	font-size: .85em;
}
form p {
	line-height: 1.5em;
	margin-bottom: .75em;
}
#error ul {
	list-style-type: none;
	margin: 0 0 .80em 0;
	padding: 0;
}
#error li {
	font-size: .75em;
	line-height: 1.5em;
	font-style: oblique;
	color: #003399;
	list-style-image: url(../_assets/general/text_bulletblack.gif);
	list-style-position: outside;
	margin: 0 0 0 15px;
}
#contact .testimonial p {
	margin: 15px 0 0 10px;
}
#submit {
	border: none;
	width: 84px;
	height: 20px;
	background-image: url(../_assets/nav/subnav_sendmessage.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#reset,
#submit2 {
	border: 0;
	border-left: #2652a8 solid 2px;
	border-right: #2652a8 solid 2px; 
	padding: 5px;
	width: 100px;
	font-size:  .85em;
	font-weight: bold;
	background: none;
	margin: 0 1em 0 0;
	text-align: center;
}
#send {
	font-size: .65em;
	background-image: none;
	background-color: #003399;
	color:#FFFFFF;
	margin: 8px 0 7px 0;
	padding: 3px;
}
#signupemail {
	width: 98px;
	border: #2652a8 solid 1px;
	font-size: .75em;
	padding:1px;
}



/*Constant Contact Signup Form
---------------------------------*/
#newsltrsignup {
	position: relative;
	margin: 35% 0 0 0;
}
#newsltrsignup p {
	font-size: .70em;
	line-height: 1.3em;
	color:#003399;
}
#newsltrsignup input {
	font-size:.65em;
}
#newsltrsignup #send {
	font-size: .65em
}