/* CSS Document */

/* Set Default Styles */
body, h1, h2, h3, h4, h5, p, div, ul, ol, li, dl, dt, dd, img {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
font-size:11px;
}
ul {
list-style:none;
}
a:link, a:visited, a:hover, a:active { 
color:#627D77;
}
a:hover { 
color:#221E1F;
}
a.blue {
color:#627D77;
}
input[type=radio] {
background:none;
}
td, th, form, input {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
select {
font-family:Arial, Helvetica, sans-serif;
}

/* Global and Main Content Blocks */

body {
text-align:center;
}
body#Ex {
background:#4B2023 url(../images/bgBody.jpg) repeat-x top left;
}
#header {
width:751px;
height:86px;
background:#708592;
margin:0 auto;
margin-bottom:24px;
}
#wrapper {
text-align: left;
width: 727px;
padding: 12px;
margin: 0 auto;
background: #efefe7 url(../images/bgContent.jpg) no-repeat left top;
}
div#primary_nav {
width:727px;
height:30px;
margin-bottom:6px;
position:relative;
}
body#Ex div#primary_nav {
background:#58726c;
}
#content {
width:727px;
}
#content div.left {
float:left;
width:206px;
padding:0 15px 25px 15px;
}
#content div.right {
float:right;
width:206px;
padding:0 15px 25px 15px;
}
#main {
width:478px;
float:left;
overflow:hidden;
}
#main ul {
list-style:square;
padding-bottom:1em;
line-height:1.3em;
}
#main ul li { 
list-style-position: outside;
margin-left:15px;
padding-bottom:.4em;
}
#main ol {
	list-style:decimal;
	padding-bottom:1em;
	line-height:1.3em;
}
#main ol li { 
	list-style-position: outside;
	margin-left:15px;
	padding-bottom:.4em;
}
#main hr {
width:446px;
height:1px;
border: none;
border-top: #CCC solid 1px;
margin:8px 0 15px;
clear:both;
/* display:none; */
}
#main p {
padding-bottom:1em;
line-height:1.3em;
}
#main div.wide a:link, 
#main div.wide a:visited,
#main div.wide a:active,
#main div.left a:link, 
#main div.left a:visited, 
#main div.left a:active,
#main div.right a:link, 
#main div.right a:visited,
#main div.right a:active {
color:#627D77;
}
#main div.wide a:hover,
#main div.left a:hover, 
#main div.right a:hover { 
color:#221E1F;
}
#main div.wide { 
padding:15px;
}
#relatedlinks {
	background-color:#D8DCD4;
	clear:both;
	border-top:#A9B6AF solid 1px;
	border-bottom:#A9B6AF solid 1px;
	padding:8px;
	position:relative;
	top:10px;
	margin-bottom:10px;
	width:50%;
}
.back {
font-family:Arial, sans-serif;
border-top: #CCC solid 1px;
margin:8px 0 15px;
clear:both;
padding-top:15px;
}
span.back  {
padding-left:0;
}
table.box {
border-collapse:collapse;
margin:0 0 0 -12px;
margin-bottom:1em;
}
table.box tr {
background:#EBEAE2;
}
table.box tr td {
padding:12px;
line-height:1.6em;
}
table.box tr td.photo {
width:72px;
}
table.box tr.alt {
background:none;
}
.floatleft {
	float:left;
	margin:0 15px 15px 0;
	clear:left;
}
.floatright {
	float:right;
	margin:0 0 15px 15px;
	clear:right;
}

/* Content Photo Block */

#main #contentPhoto .photo {
height:146px;
width:478px;
overflow:hidden;
}
#main #contentPhoto .caption {
padding:6px 15px 5px 15px;
color:#fff;
height:11px;
overflow:hidden;
}
body#Ex #main #contentPhoto .caption {
background:#8683A3;
}
body#In #main #contentPhoto .caption {
background:#6D6E71;
}
#main #contentPhoto .caption h3 {
float:left;
color:#fff;
font-size:12px;
padding-right:10px;
line-height:11px;
}
#main #contentPhoto .caption h4 {
font-size:11px;
line-height:14px;
color:#C9C7DC;
}
body#Ex #main #contentPhoto .caption h4 {
color:#C9C7DC;
}
body#In #main #contentPhoto .caption h4 {
color:#BDBFC2;
}


/* Search Block and Form Styles */

#primary_nav #navsearch {
margin:0;
padding:0;
position:absolute;
right:0px;
top:6px;
width:237px;
z-index:100;
}
#primary_nav #navsearch input.text {
width:164px;
position:absolute;
}
#primary_nav #navsearch input.image {
position:absolute;
left:172px;
top:-6px;
}
input[type=text],
input.text,
input[type=file],
input.FileInput {
padding:2px 0;
margin:0;
font-size:11px;
border:1px solid #c0c0c0;
}
select {
font-size:11px;
border:1px solid #c0c0c0;
height:17px;
}
textarea {
font-size:11px;
border:1px solid #c0c0c0;
}
input[type=submit],
input[type=button],
input.button {
height:19px;
margin:0;
padding:0;
background:#cccccc;
border:1px solid #c0c0c0;
font-size:11px;
}
label {
margin:0;
padding:0;
}
#main .wide fieldset {
padding:10px;
border: 1px solid #CCCCCC;
}
#main .wide fieldset ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#main .wide fieldset ul li {
margin:0;
padding:0 0 1.5em 0;
line-height:1.5em;
list-style-position: outside;
}


/* Sidebar Blocks */

#sidebar {
float:right;
width:238px;
padding-bottom:8px;
}
#sidebar div.one, 
#sidebar div.two, 
#sidebar div.three {
height: 174px;
width: 238px;
}
body#Ex #sidebar div.one {
background:url(../images/sidebg1-Ex.jpg) no-repeat left 24px;
}
body#Ex #sidebar div.two {
background:url(../images/sidebg2-Ex.jpg) no-repeat left 24px;
}
body#Ex #sidebar div.three {
background:url(../images/sidebg3-Ex.jpg) no-repeat left 24px;
}
body#In #sidebar div.one {
background:url(../images/sidebg1-In.jpg) no-repeat left 24px;
}
body#In #sidebar div.two {
background:url(../images/sidebg2-In.jpg) no-repeat left 24px;
}
body#In #sidebar div.three {
background:url(../images/sidebg3-In1.jpg) no-repeat left 24px;
}
#sidebar div.one div#topjobs,
#sidebar div.one div#directory,
#sidebar div.two div#weather, 
#sidebar div.two div#messenger, 
#sidebar div.two div#maps,  
#sidebar div.two div#events, 
#sidebar div.three div#gallery,  
#sidebar div.three div#employee, 
#sidebar div.three div#publications, 
#sidebar div.three div#suggestions {
padding: 8px 12px 0 12px;
height:150px;
overflow:hidden;
}
#sidebar h3 {
padding-bottom:.3em;
}
#sidebar div.three div#gallery img {
border:#fff solid 3px;
margin-right:3px;
}
#sidebar div.three div#gallery img.last {
margin-right:0;
}
#sidebar ul {
list-style:square;
padding-bottom:1em;
line-height:1.1em;
margin-left:13px;
}
#sidebar ul li {
padding-bottom:.1em;
}
#sidebar p {
padding-bottom:1em;
line-height:1.1em;
}
#sidebar a { 
color:#221E1F;
}
#sidebar form {
padding:0;
margin:0;
}
table.weather {
padding:0;
margin:0;
border-collapse:collapse;
height:94px;
width:213px;
}
table.weather tr td, table.weather tr th {
font-size:10px;
padding:0;
line-height:1.1em;
}
table.weather tr th.weathervillage {
padding-top:8px;
padding-bottom:3px;
text-align:left;
}
td.villageselect {
padding-bottom:3px;
}
td.weathericon {
padding-left:3px;
}
.forecast {
color:#fff;
}
select#village {
width:110px;
font-size:11px;
height:17px;
padding:0;
margin:0;
}
#sidebar #messenger form label {
padding-bottom:.4em;
}
#weather p {
padding-bottom:5px;
}
li#messenger1 {
	display:none;
}

/* Footer Block */

#footer {
clear:both;
height:30px;
overflow:hidden;
width:727px;
}
body#Ex #footer {
background:#627D77;
}
body#In #footer {
background:#4C4C4E;
}
ul#footer_nav {
padding:0 15px;
margin:0;
line-height:32px;
float:left;
}
ul#footer_nav li {
display:inline;
padding:0;
}
ul#footer_nav li a {
color:#fff;
border-right:solid #fff 1px;
padding-right:10px;
margin-right:5px;
text-decoration:none;
}
ul#footer_nav li a.external,
ul#footer_nav li a.last {
border:none;
}
body#Ex ul#footer_nav li a:hover,
body#Ex ul#footer_nav li a.external {
color:#ACC6BC;
}
body#In ul#footer_nav li a:hover,
body#In ul#footer_nav li a.external{
color:#BCBEC0;
}
.clipLeft {
float:left;
padding-right:5px;
padding-bottom:8px;
}
.clipRight {
float:right;
padding-left:5px;
padding-bottom:8px;
}

/* Contact Info Block */

#contact {
text-align:left;
width:727px;
padding:12px;
margin:0 auto;
height:auto;
min-height:100%;
}
body#Ex #contact {
color:#A58F91;
}
body#In #contact {
color:#AAB7B4;
}
#contact ul {
float:left;
padding-left:15px;
}
#contact ul li {
float:left; 
padding-right:30px;
margin-right:8px;
font-size:10px;
}
body#Ex #contact ul li.contactleft {
border-right:#6E4C4E solid 1px;
}
body#In #contact ul li.contactleft {
border-right:#778C87 solid 1px;
}
#contact a {
color:#A58F91;
text-decoration:none;
}
body#Ex #contact a {
color:#A58F91;
}
body#In #contact a {
color:#AAB7B4;
}
#contact .copyright {
float:right;
text-align:right;
font-size:10px;
padding-right:15px;
padding-bottom:20px;
}
#contact .gdc a {
color:#7E5A64;
text-decoration:none;
}
.clear {
clear:both;
height:0px;
}

/* Font Styles */

h2 {
color:#221E1F;
font-size:18px;
padding:15px 0 12px 0;
font-weight:bold;
}
#sidebar h3 {
color:#221E1F;
font-size:11px;
font-weight:bold;
line-height:1.2em;
}
/* #main h3 {
color:#221E1F;
font-size:12px;
font-weight:bold;
line-height:1.2em;
padding-bottom:3px;
} */
#main h3/*.blue*/ {
/* old blue color:#627D77; */
color:#47605A;
font-size:15px;
/* text-transform:uppercase; */
font-weight:bold;
line-height:1.2em;
padding-bottom:.1em;
padding-top:.5em;
}
#main div.wide h3 a,
#main div.wide h3 a:link {
color:#47605A;
}
#main h3 span {
text-transform: none;
color: #221E1F;
font-size: 12px;
font-weight: normal;
line-height: 1.2em;
}
#main h4 {
	color:#221E1F;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:.2em;
	padding-top:.5em;
}

/* Drop Down Menu */

#mainnav1, 
#mainnav2, 
#mainnav3, 
#mainnav4, 
#mainnav5 {
height:30px;
}
#menu1, 
#menu2, 
#menu3, 
#menu4, 
#menu5, 
#menu6 {
position:absolute;
padding:0;
margin:0;
}
#menu1 {
top:0;
left:0;
}
#menu2 {
top:0;
left:53px;
}
#menu3 {
top:0;
left:147px;
}
#menu4 {
top:0;
left:203px;
}
#menu5 {
top:0;
left:258px;
}
#menu6 {
top:0;
left:341px;
}
#menu1 ul, 
#menu2 ul, 
#menu3 ul, 
#menu4 ul, 
#menu5 ul {
position:absolute;
top:30px;
padding:6px 0 4px 0;
z-index:2;
clear:both;
}
#menu1 ul {
left:4px;
} 
body#Ex .navend {
position:relative;
left:416px;
height:30px;
}
body#Ex #menu1 ul, 
body#Ex #menu2 ul, 
body#Ex #menu3 ul, 
body#Ex #menu4 ul, 
body#Ex #menu5 ul {
background:#95B1A6;
border-bottom:#58726c solid 2px;
/* -moz-border-radius-topright:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-bottomleft:10px; */
}
#menu1 ul li, 
#menu2 ul li, 
#menu3 ul li, 
#menu4 ul li, 
#menu5 ul li {
width:150px;
line-height:1em;
}
#menu1 ul li a, 
#menu2 ul li a, 
#menu3 ul li a, 
#menu4 ul li a, 
#menu5 ul li a {
padding:5px 11px 2px;
display:block;
text-decoration:none;
color:#221E1F;
}
body#Ex #menu1 ul li a:hover,
body#Ex #menu2 ul li a:hover,
body#Ex #menu3 ul li a:hover,
body#Ex #menu4 ul li a:hover,
body#Ex #menu5 ul li a:hover {
background:#76928A;
color:#fff;
}
/* Directory Table Styles */

div#directory_listings table.staff_list {
width:448px;
/* position:relative;
left:-15px; */
border-collapse:collapse;
clear:both;
}
div#directory_listings {
margin:0;
clear:both;
}
div#directory_listings a.selected {
font-weight:bold;
}
div#directory_listings p.line {
padding:0;
}
div#directory_listings h3 {
padding:8px 0;
text-transform:uppercase;
}
div#directory_listings h2 a:link, h2 a:visited, h2 a:active {
font-weight:bold;
text-decoration:none;
font-color:#000000;
}
div#directory_listings h2 a:hover {
font-weight:bold;
text-decoration:none;
}
div#directory_listings form {
margin:0;
padding:8px 0;
}
div#directory_listings label {
font-weight:bold;
}
div#directory_listings input {
border:solid #cdc6c3 1px;
padding:1px;
}
div#directory_listings th {
font-weight:bold;
padding:8px;
text-align:left;
background-color:#e1ddda;
color:#625E5D;
}
div#directory_listings tr td {
background-color:#E8E6E1;
padding:8px;
font-size:12px;
}
.staff_list name a:link {
font-color:#000000;
}
div#directory_listings tr.alt td {
background:none;
}
div#directory_listings th.division {
border-bottom:solid #fff 1px;
padding:8px;
}
div#directory_listings th.division_info {
padding:8px;
border-bottom:solid #fff 1px;
}
div#directory_listings tr td.name, div#directory_listings tr th.name  {
padding:8px;
}
div#directory_listings tr td.phone, div#directory_listings tr th.phone {
padding:8px;
white-space:nowrap;
}
div#directory_listings img.descriptionimage {
float:right;
padding-bottom:1em;
padding-left:1.5em;
/* margin-right:15px; */
}
.plain {
font-weight:normal;
color:#221E1F;
}
div#directory_listings .back  {
/* padding-left:15px; */
font-family:Arial, sans-serif;
}

/* Miscellaneous */
.pdficon {
position:relative;
top:3px;
padding-right:10px;
}

/* Styles for lay_wrapped.cfm, the Job Search Application */
	
table.jobtasks {
width:446px;
/* margin-left:15px; */
border-collapse:collapse;
border:solid 1px #E8E6E1;
}
table.jobtasks td {
padding:8px 3px;
}
table.jobtasks form {
padding:8px 0px;
}
table.jobtasks p form {
padding:0;
}
table.maintable {
width:446px;
/* margin-left:15px; */
}

.hotheaderRow {
background-color: #FF6633;
padding: 3px 15px;
}
.allheaderRow {
background-color: #99CC66;
padding: 3px 15px;
}

div.headerRow {
background-color: #E8E6E1;
padding: 3px 2px;
font-size:12px;
font-weight:bold;
}

.itemHeaderRow {
background-color: #FFCC99;
padding: 3px 15px;
}	

.bannerDiv {
padding: 3px 15px;
border: 1px solid #000000;
text-align: left;
vertical-align: top;
margin-bottom:5px;
/* width:100%; */
}

.commandDiv {
background-color: #CCCCCC;
padding: 3px 15px;
border: 1px solid #000000;
text-align: left;
/* vertical-align: middle; */
/* width: 100%; */
margin-bottom: 5px;
height: 27px;
}

.filterDiv {
background-color: #FDF8E1;
padding: 3px 15px;
margin-bottom: 5px;
border: 1px solid #000000;
color: #F0F0F0;
text-align: left;
vertical-align: top;
}
.bodyTable {
/* width: 98%; */
margin-bottom: 5px;
margin-left:15px;
margin-right:15px;
/* background-color: #EBEAE2; */
}
.formTable th {
text-align:left;
background-color: #CCCCCC;

}
.formTable th, .formTable td {
padding-top:3px;
padding-bottom:3px;

}

.mainTable {
/* width: 98%; */
margin-bottom: 5px;
/* background-color: #EBEAE2; */
}

.mainTable td {
padding: 3px 2px;
vertical-align: top;


}

.bodyTable tr {
/* border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000; */


}
.bodyTable tr#summary td{
border: none;


}

.rowType1 {
background-color: #FFFFFF; 
}

.rowType2 {
background-color: #F7F7F7;
}

.bodyTable td {
padding-top: 8px;
/* border-top: none;
border-right: none;
border-bottom: 1px solid #c0c0c0;
border-left: none; */
vertical-align: top;

}


/* .bodyTable td {

padding: 3px;
border-top-width: 0px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: none;
border-right-color: #000000;
border-bottom-color: #000000;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
vertical-align: top;
} */



form {
/* vertical-align: top; */
margin-bottom:0;
margin-top: 0;
padding: 3px 0;
}

.bodyContent {
/* padding: 3px; */
clear: none;
float: left;
/* width: 100%; */
}
.navContent {
float: left;
width: 200px;
margin-left: 5px;
}
.dashed {
font-size: 1px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCCCCC;
}
.foo {
margin: 0px;
padding: 0px;
float: right;
border: none;

}
.formError { 
/* color: #FF0000;
background-color: #FFEAD5; */
margin: 2px 2px 2px 0px;
padding: 3px;
border: 1px dotted #783741;
color: #783741;
}

.formThanks { 
/* color: #0000FF;
background-color: #D2E9FF; */
margin: 2px 2px 2px 0px;
padding: 3px;
border: 1px dotted #c0c0c0;
}
.largeView {
margin: 2px;
padding: 3px;
border: 1px dotted #999999;
}
.viewHeading {
width:100%;
padding-bottom:2px;
margin-top: 2px;
margin-bottom: 2px;
border-bottom-width: 3px;
border-bottom-style: double;
border-bottom-color: #000000;
}
.bkrule {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
width:100%;
font-size: 1px;
margin-top: 2px;
margin-bottom: 3px;
}
#ulme td {
border: none;
}

.hotjobstoday {
/* background-color: #666666;
color: #FFFFFF;
margin: 0px 2px 2px;
float: right;
width: 220px;
height:170px;
border: 1px solid #000000;
padding: 5px; */
}
.hotjobstoday a, .hotjobstoday a:hover, .hotjobstoday a:visited {
/* color: #FFFFFF; */
}
.response {
	padding: 3px;
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	font-weight: bold;


}

/* Styles for Search Results */

#main .searchresults h2 {
padding-top:.5em;
}
#main .searchresults h3 {
padding-top:1em;
padding-bottom:.75em;
}
#main .searchresults h3.blue {
padding-top:2em;
padding-bottom:.75em;
}
#main .searchresults span.searchterm {
font-weight:bold;
}

/* Styles for the WYSIWYG Editor
------------------------------------------- */

body.mceContentBody {
	text-align:left;
}
body.mceContentBody p {
	padding-bottom:1em;
	line-height:1.3em;
}
/* body.mceContentBody h3 {
	color:#221E1F;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:3px;
} */
body.mceContentBody h3/*.blue*/ {
	color:#627D77;
	font-size:15px;
	/* text-transform:uppercase; */
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:.1em;
	padding-top:.5em;
}
body.mceContentBody h4 {
	color:#221E1F;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:.2em;
	padding-top:.5em;
}
body.mceContentBody ul {
	list-style:square;
	padding-bottom:1em;
	line-height:1.3em;
}
body.mceContentBody ul li { 
	list-style-position: outside;
	margin-left:15px;
	padding-bottom:.4em;
}
body.mceContentBody ol {
	list-style:decimal;
	padding-bottom:1em;
	line-height:1.3em;
}
body.mceContentBody ol li { 
	list-style-position: outside;
	margin-left:15px;
	padding-bottom:.4em;
}
