

.skin_outline {
/*	color: #718039; */

	color: #355D89;
}
.skin_mainborder { 
/*	background-color: #808000;*/
	background-color: #B3C085;
	
}

.skin_secondaryborder {
/*	background-color: #c0c000;*/
	background-color: #D9E3B8;
}

.skin_detailrow {
	/* border-bottom: 2px solid #36D88E; */
	border-bottom: 2px solid #808000;
}


#topheadbar {
	/* added 8/22/12 - to avoid bar as part of body to take more vertical space */
	border-top: #4F80BC 5px solid;
	width: 100%;
	height: 5px;
}

/* originally from wp-sourced */
#contactus {
/*	padding-top: 34px; */
	padding: 20px 0 20px 20px;
	font-size:16px;
	/*color: #849153; */
	color: black;
	float:left;
text-align: right;
}

#contactus a {
	/*color:	#849153;*/
	color: black;
	text-decoration:underline;
}

#contactus p {
	text-align:left;	
}


#main-nav {
	color:#000;
/*
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
*/
	height: 38px;
background-color: white;
padding: 20px 0 20px 0;
margin-bottom: 20px;
}
#main-nav-alt {
	/* minimal header version (form previews) */
	color:#000;
	border-bottom: 1px solid #d7d7d7;
/*	border-top: 1px solid #d7d7d7; */
	height: 10px;
}

#main-nav ul {
	width: 660px;
	margin-left: 15px;
	padding: 4px 0 10px 0;
	float:left;
}

#main-nav li {
	display:inline;
	padding-right: 23px;
/*	font-size: 13px; */
	font-size: 19px;
	font-weight:bold;
	text-transform: uppercase;
}

#main-nav li.current-page-ancestor a {
/*	color:#718039; */
color: black;
}

#main-nav li#menu-item-587 {
	padding-right:0px !important;
}

#main-nav li a {
	text-decoration:none;
	color:#000;	
}

#main-nav li a:hover{color:#718039;}

#main-nav li.current-menu-item a {
/*	color:#718039;	 */
color: black;
}

#header {
	min-height: 92px;
}

#logo {
	float:left;
	padding-top: 23px;
	padding-bottom: 23px;
}

/* for dividers in questinos */
.dividehr {
/*	color: #718039; */
	border: 2px solid #355D89;
background-color: #4F80BC;
	height: 6px;
	margin: 5px 0 5px 0;
	width: 100%;
}

#headerright {
	width:300px;
	float:right;
margin-top: 20px;
background-color: white;
}


#headerright ul {
	float:right;
	padding-top: 30px;
	padding-right: 30px;
}

#headerright li {
	display:inline;
}
#copyrightfoot {
	height: 20px;
	text-align: center;
/*	border-bottom: #718039 5px solid;  */
	border-bottom: #4F80BC 5px solid;  */
	margin: 0 auto;
	clear:both;
/*
	width: 960px;
	height:auto;
*/
}



/* These in survey.css - but override what's needed only here */

.cpanel {
	color:#355D89; 
}

.qblock {
	border: solid 2px #355D89;
	color: #355D89;
}




#loginbox {
    background-color: #6A94C4;
}

.loginbutton {
    background-color:#355D89;
}
#ltextblock {
	color:#355D89;
}
#lcontent a:link {
	color:#355D89;
}
#lcontent a:visited {
	color:#355D89;
}
