@import url("cms.css");

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr { margin:0; padding:0; }
html,body { height:100%; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight: normal; }
a { outline:none; }
hr { border:none; }
object { display:block; }

.searchBtn{
margin:-5px 10px 0 20px;
padding:0 0 0 0;
float:left;
}

/* ------------------------------------------------------------------------------------------------------------ toolbox ---------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.verticalMiddle { vertical-align: middle; }
.clear { clear: both; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/* ------------------------------------------------------------------------------------------------------------ universal ---------- */
body {
	background: #e9f6fc url(img/bg-sky.jpg) no-repeat center top;
	font: 13px/19px "Trebuchet MS", Arial, sans-serif;
	color: #56686f;}
a, a:link {
	color: #f59a21;
	text-decoration: underline;}
a:visited {
	color: #f9a638;}
a:hover, a:active {
	color: #8cc63f;
	text-decoration: none;}
h1 {
	color: #25aae1;
	font-size: 28px;
	line-height: 30px;
	border-bottom: solid 1px #92d4f0;
	padding-bottom: 7px;
	margin-bottom: 13px;}
h2 {
	color: #25aae1;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 8px;}
h3 {
	color: #8cc63f;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 8px;}
h6 {
	color: #8d999d;
	font-size: 11px;
	line-height: 13px;
	margin-top: -6px;
	padding-bottom: 13px;}
p {
	padding-bottom: 13px;}
ul, ol {
	margin: 0 0 15px 0;}
ul li {
	padding-left: 20px;
	background: url(img/bg-li-arrow.gif) no-repeat 4px 6px;}
ol li {
	margin-left: 30px;}
hr {
	background-color: #92d4f0;
	color: #92d4f0;
	height: 1px;
	margin: 5px 0 17px 0;}
.textInput {
	font-size: 12px;
	color: #808080;}
.inputCheck {}


/* ------------------------------------------------------ top ---------- */
#overallCentered {
	width: 1000px;
	margin: 0 auto;
	background: url(img/bg-center.gif) repeat-y;}
#header {
	width: 1000px;
	height: 284px;
	background: url(img/bg-header.jpg) no-repeat;}
a#logoHome {
	float: left;
	display: inline;
	margin: 57px 0 0 95px;
	text-indent: -9999px;
	width: 310px;
	height: 100px;}
#overallLogin {
	clear:both;
	height: 32px;
	padding: 63px 0 0 0px;
	font-size: 11px;}
	
#overallLogin .textInput {
	float: left;
	display: block;
	width: 125px;
	padding: 2px 4px 3px 4px;
	border: solid 1px #aaadb2;
	margin-right: 5px;}
.loginButton {
	float: left;
	display: block;
	width: 60px;
	height: 22px;
	margin-right: 15px;
	text-indent: -9999px;
	background: url(img/b-login.gif) no-repeat;}
#overallLogin .inputCheck {
	vertical-align: middle;}
.rememberMe {
	vertical-align: middle;
	margin-right: 15px;}


/* ------------------------------------------------------ nav ---------- */
#nav {
	width: 223px;
	padding-top: 32px;
	margin-bottom: 30px;
	background: url(img/bg-nav.gif) no-repeat left top;}
#nav ul {
	margin: 0;}
#nav li {
	padding-left: 0;
	background: none;}
#nav li a {
	display: block;
	width: 175px;
	background: url(img/bg-nav-li.gif) no-repeat left bottom;
	color: #56686f;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 19px 7px 20px;}
#nav li a:hover {
	color: #f59a21;}
#nav li a.selected {
	color: #f59a21;
	background: url(img/bg-nav-li-selected.gif) no-repeat left bottom;}
#nav li a.withSubs {
	background: url(img/bg-nav-li-selected-withsubs.gif) no-repeat left bottom;}

#nav li li a {
	width: 170px;
	background: url(img/bg-nav-li-li.gif) no-repeat left bottom;
	color: #56686f;
	padding: 7px 19px 7px 25px;}
#nav li li a:hover {
	color: #f59a21;}
#nav li li a.selected {
	color: #f59a21;
	background: url(img/bg-nav-li-li-selected.gif) no-repeat left bottom;}
#nav li li a.withSubs {
	background: url(img/bg-nav-li-li-selected-withsubs.gif) no-repeat left bottom;}

#nav li li li a {
	width: 165px;
	background: url(img/bg-nav-li-li-li.gif) no-repeat left bottom;
	color: #56686f;
	padding: 7px 19px 7px 30px;}
#nav li li li a:hover {
	color: #f59a21;}
#nav li li li a.selected {
	color: #f59a21;
	background: url(img/bg-nav-li-li-li-selected.gif) no-repeat left bottom;}


/* ------------------------------------------------------ content ---------- */
#overallContent {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 70px;
	background-color: #fff;}
#leftColumn {
	clear: both;
	float: left;
	width: 223px;}

#newsletter {
	width: 223px;
	height: 125px;
	margin-bottom: 17px;
	background: url(img/bg-newsletter.gif) no-repeat left top;}
#newsletter h3 {
	height: 30px;
	text-indent: -9999px;}
#newsletter .textInput {
	display: block;
	width: 70%;
	margin: 19px 0 8px 11.5%;
	padding: 1px 0;
	text-align: center;}
#newsletter .submitButton {
	display: block;
	width: 80px;
	height: 22px;
	margin-left: 67px;
	text-indent: -9999px;
	background: url(img/b-submit.gif) no-repeat;}

#members {
	width: 223px;
	height: 125px;
	background: url(img/bg-member-agencies.gif) no-repeat left top;}
#members h3 {
	height: 30px;
	text-indent: -9999px;}
#flashMembers {
	margin: 10px 0 0 20px;}

#centerColumn {
	float: left;
	margin-left: 21px;
	width: 452px;}

#rightColumn {
	float: right;
	width: 243px;}

#mainContent {
	float: left;
	margin-left: 31px;
	width: 666px;}
.intro {
	display: inline;
	width: 636px;
	float: left;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	padding: 14px 15px 16px 15px;
	background-color: #e9f6fc;}
#mainContent img {
	float: right;
	border: solid 3px #92d4f0;
	margin: 0 0 15px 20px;}
.video {
	float: right;
	border: solid 3px #92d4f0;
	margin: 0 0 15px 20px;}
#mainContent .video img {
	float: none;
	border: none;
	margin: 0;}


/* ------------------------------------------------------ bottom ---------- */
#footer {
	background: url(img/bg-footer.gif);
	padding: 37px 40px 22px 40px;
	text-align: center;
	font: 10px/16px Arial, sans-serif;
	color: #73bedd;}
#footer a, #footer a:link, #footer a:visited {
	color: #73bedd;
	text-decoration: underline;}
#footer a:hover, #footer a:active {
	color: #4791b0;
	text-decoration: none;}


/* ------------------------------------------------------------------------------------------------------------ page specific ---------- */

/* ------------------------------------------------------ home ---------- */
.eventImg {
	padding-bottom: 30px;}
#news {
	width: 243px;
	min-height: 311px;
	height: auto !important;
	height: 311px;
	background: url(img/bg-whats-new.gif) no-repeat left top;}
#news h3 {
	height: 36px;
	text-indent: -9999px;
	padding-bottom: 0;
	margin-bottom: 15px;}
#news h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 3px;}
#news p {
	padding-bottom: 3px;}
.newsEvent, .newsNews, .newsResource {
	display: inline;
	width: 170px;
	float: left;
	font-size: 12px;
	line-height: 16px;
	border-top: solid 1px #e5e5e5;
	margin: 0 0 0 24px;
	padding: 7px 34px 8px 0;}
.newsEvent {
	background: url(img/bg-news-event.gif) no-repeat right 7px;}
.newsNews {
	background: url(img/bg-news-news.gif) no-repeat right 7px;}
.newsResource {
	background: url(img/bg-news-resource.gif) no-repeat right 7px;}


/* ------------------------------------------------------ news ---------- */
.newsSummary {
	width: 666px;
	float: left;
	border-bottom: solid 1px #e5e5e5;
	padding: 14px 0 16px 0;}
#mainContent .newsSummary img {
	float: right;
	border: solid 3px #92d4f0;
	margin: 2px 0 2px 15px;}
.newsSummary h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 0;}
.newsSummary h6 {
	color: #8d999d;
	font-size: 10px;
	line-height: 17px;
	margin-top: 0;
	padding-bottom: 3px;}
.newsSummary p {
	padding-bottom: 3px;}


/* ------------------------------------------------------ photos ---------- */
.photoGallery {
	width: 666px;
	float: left;
	border-bottom: solid 1px #e5e5e5;
	padding: 14px 0 16px 0;}
#mainContent .photoGallery img {
	float: left;
	border: solid 3px #92d4f0;
	margin: 2px 15px 2px 0;}
.photoGallery h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;}
.photoGallery p {
	padding-bottom: 3px;}
#galleryFlash img {
	margin: 0;}

/* ------------------------------------------------------ form creation ---------- */
.formContainer {
	margin: 20px 0;
	padding: 2px 15px 15px 15px;
	background-color: #f4fafd;
	border: solid 1px #d9eff9;}
.formContainer h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	border-bottom: solid 1px #92d4f0;
	padding: 10px 0 7px 0;}
.formContainer p {
	padding-top: 13px;}
.section {
	background-color: #e7f5fb;
	padding: 0 10px 10px 10px;
	margin-top: 13px;}
.formContainer h3 {
	color: #25aae1;
	font-size: 20px;
	line-height: 22px;
	padding: 10px 0 0 0;}
.section p {
	padding: 11px 0 0 0;}
.formContainer .textInput {
	width: 250px;
	margin-bottom: 2px;}
.formContainer .textAreaInput {
	width: 350px;}
.formContainer .inputRadio {
	}
.formContainer .inputCheck {
	}
.formContainer .dropdown {
	}
.formContainer .answer {
	margin-right: 15px;}
.formContainer hr {
	margin: 20px 0 5px 0;}
.formContainer .inputSubmit {
	margin: 10px 0 0 10px;}
.required {
	background-color: #ffd750;}
span.required {
	padding: 2px;}

/* ------------------------------------------------------ search ---------- */
#bigSearch {
	margin: 20px 0;
	padding: 20px 10px 5px 10px;
	text-align: center;
	background-color: #f4fafd;
	border: solid 1px #d9eff9;}
#bigSearch .textInput {
	width: 350px;
	font-size: 18px;
	vertical-align: middle;}
#bigSearch .inputSubmit {
	margin-left: 10px;
	vertical-align: middle;}
#bigSearch .checkBoxes {
	margin-top: 20px;}
#bigSearch .inputCheck {
	margin-left: 12px;}


/* ------------------------------------------------------ searh results (based on NEWS) ---------- */
#searchResults h1 {
	margin-bottom: 0;
	margin-top: 40px;}
.searchSummary {
	width: 666px;
	float: left;
	border-bottom: solid 1px #e5e5e5;
	padding: 14px 0 16px 0;}
.searchSummary h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 0;}
.searchSummary h6 {
	color: #8d999d;
	font-size: 10px;
	line-height: 17px;
	margin-top: 0;
	padding-bottom: 3px;}
.searchSummary p {
	padding-bottom: 3px;}




