@charset "utf-8";

/**** general ****/
body {
	background-image: url(images/background_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00839f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #00839f;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

p {
	margin: 15px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4 {
	color: #bf5103;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	text-align: left;
}

h4 {
	font-size: 1.2em;
	color: #DA7B36;
}

h5 {
	font-size: .8em;
}

div {
	margin: 0px;
	padding: 0px;
}

/**** header area ****/
#imagebanner {
	width: 980px;
	/* actual width of 1002px */
	height: 175px;
	/* actual height of 200px */
	margin: 0 auto;
	padding: 7px 11px 0px 11px;
	background-image: url(images/background_topedge.gif);
	background-repeat: no-repeat;
}

#subbanner {
	width: 980px;
	/* actual width of 1002px */
	height: 33px;
	margin: 0 auto;
	padding: 7px 11px 0px 11px;
	background-image: url(images/background_topedge.gif);
	background-repeat: no-repeat;
}

#searchbox {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-top: 50px;
	text-align: right;
}

.searchbutton {
	background-color: #0098b5;
	border: none;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 18px;
	width: 45px;
	font-size: 0.9em;
}

/**** content area ****/
#contentback {
	width: 980px;
	/* actual width of 1002px */
	margin: 0 auto;
	padding: 0px 11px 0px 11px;
	background-color: #ffffff;
	background-image: url(images/background_content.gif);
	background-repeat: repeat-y;
}

.guttercol {
	width: 200px;
	float: left;
}

#middlecol {
	width: 578px;
	/* actual width 580px */
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}

.orangerow {
	background-image: url(images/orange_gradient.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 1.4em;
	height: 27px;
	padding: 6px 0px 0px 6px;
}

#newsletter {
	width: 95px;
	height: 75px;
	background-image: url(images/newsletter_block.jpg);
	background-repeat: no-repeat;
	padding: 15px 5px 5px 80px;
	margin-top: 10px;
}
#outreach {
	width: 95px;
	height: 75px;
	background-image: url(images/outreachtoolkit_block.jpg);
	background-repeat: no-repeat;
	padding: 15px 5px 5px 80px;
	margin-top: 10px;
	font-size: 0.8em;
}
#training {
	width: 95px;
	height: 75px;
	background-image: url(images/training_block.jpg);
	background-repeat: no-repeat;
	padding: 15px 5px 5px 80px;
	margin-top: 10px;
	font-size: 0.8em;
}
span.orange {color: #bf5103;}

.frontblock {
	float: left;
	width: 270px;
}

.frontblock ul {
	list-style-image: url(images/blue_arrow.gif);
}

.frontblock li {
	margin-bottom: 8px;
}

.title {
	display: block;
	font-size: 1.2em;
	color: #bf5103;
	margin-bottom: 8px;
}

.smalltitle {
	display: block;
	font-size: 1.0em;
	color: #bf5103;
	margin: 0px 0px 8px 0px;
}

.lowerblock {
	background-color: #a1d7ed;
	display: block;
	border: #a1d7ed 1px solid;
	padding: 9px;
	font-size: .8em;
}

.centercolblock {
	background-color: #a1d7ed;
	display: block;
	border: #a1d7ed 1px solid;
}

.lowerblock p {
	margin: 0px 0px 10px 0px;
}

#biggrayback {
	background-color: #e9e9e9;
}

img
{  border-style: none;
}

/**** footer zone ****/
#mainfooter {
	width: 1002px;
	padding-top: 20px;
	margin: 0 auto;
	background-image: url(images/background_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
}

#mainfooter a {
	color: #FFFFFF;
	padding: 0px 4px 0px 4px;
	font-size: 0.8em;
}

/**** menu stuff ****/
.guttercol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
}

.guttercol ul a {
	text-decoration: none;
	display: block;
}

.guttercol ul li a {
	padding: 4px 6px 4px 6px;
	line-height: 13px;
	color: #00839f;
}

.guttercol ul a:hover {
	text-decoration: underline;
	background-color: #a1d7ed;
}

.guttercol ul li {
	border-bottom: dotted 1px #78b7c4;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

.guttercol ul li.selected {
	background-color: #a1d7ed;
}

.guttercol .linetop {
	border-top: dotted 1px #78b7c4;
}

.guttercol .nobottom {
	border-bottom-style: none;
	padding-bottom: 1px;
}

/**** subpage styles ****/
.orangerow2 {
	background-image: url(images/orange_gradient.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 1.4em;
	width: 194px;
	height: 27px;
	padding: 6px 0px 0px 6px;
	float: left;
}

.orangerow2a {
	width: 572px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.submenu {
	margin: 10px 0px 4px 0px;
	border: #66bac9 1px solid;
}

.submenu ul li {
	background-color: #d9eaed;
}

#breadcrumbs {
	margin-top: 6px;
	font-size: 0.8em;
	color: #999999;
	font-weight: bold;
}

#breadcrumbs a {
	margin: 0px 2px 0px 0px;
}

.required {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: red;
	text-decoration: none;
}

.attributename {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}

.attributeinput {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}

.orangerow3 {
	background-image: url(images/orange_gradient.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 0.0em;
	height: 5px;
	padding: 1px 0px 0px 1px;
}

.blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	margin: 0px;
	padding: 5px;
}
#biggrayback #contentback #middlecol div p img {
	text-align: center;
}
.centeredImage
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.noborder
{
	border:none;
	border-color: #ff0000;
}
#biggrayback #contentback #middlecol div center h4 a strong {
	color: #DA7B36;
}
#biggrayback #contentback #middlecol div center h4 b {
	color: #00839F;
}
#biggrayback #contentback #middlecol div p b {
	color: #00839F;
}
td.conference {font-style: italic; padding-left: 30px;}
