html, body {
	margin: 0;
	padding: 0;
	background-color: #ADC3FD;
}

body, ul, td {
	color: #000000;
	font: .8em/1.3 Verdana, Arial, Helvetica, sans-serif;
}

li {
	margin-bottom: .5em;
}

th {
	color: #CC6600;
	text-align: left;
}

h1, h2, h3 {
  color: #CC6600;
  margin: .25em 0;
}

h2 {
  color: #003399;
  font: bold 1.25em;
  margin-bottom: 0;
}

h3, .suborange {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 { margin-top: .25em; }

p, input, select {
	color: #000000;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-bottom: 10px;
}

h2 a {
	color: #003399;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

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

a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #003399;
}

a:hover {
	color: #CC6600;
	border-bottom: 1px solid #CC6600;
}

table td, table th {
	vertical-align: top;
}


label {
  display: block;
  font-weight: bold;
}

input, textarea, select {
  margin-bottom: 10px;
}

input.submit {
  display: block;
}

#container {
	width: 762px;
	margin: 10px auto 25px;
	background-color: #FFFFFF;
}

div#header {
	position: relative;
	border: 1px solid #003399;
	padding: 0;
	margin: 0;
	background-image: url(/images/header.php);
	height: 160px;
	overflow: hidden;
}

div#header h1 {
	display: none;
}

Ul#menu {
	list-style: none;
	width: 760px;
	float: left;
	margin: 0;
	padding: .25em 0;
	background-color: #8698C6;
	border: 1px solid #003399;
	border-top: 0 none;
	border-bottom: 3px solid #CC6600;
	font-size: 1.2em;
	font-weight: bold;
}

ul#menu li {
	position: relative;
	float: left;
	width: 107px;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	border: none;
	padding: .25em .5em;
	color: #FFFFFF;
}

ul#menu li a:hover {
	color: #003399;
}

ul#menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: #ffffff;
	z-index: 1;
	width: 10em;
}

ul#menu li > ul {
/*	top: auto; */
	left: auto;
}

ul#menu li:hover ul, ul#menu li.over ul {
	display: block;
}

ul#menu li ul {
	background-color: #8698C6; /* #ADC3FD */
	border: 1px solid #003399;
	border-top: none;
}
ul#menu li ul li {
  width: auto;
}
ul#menu li ul li a {
	display: block;
	background-color: transparent;
}

div#content {
	clear: left;
	border: 1px solid #003399;
	border-top: 0;
	padding: 1em;
}

div#footer {
	background-color: #ADC3FD;
	padding: 10px;
	padding-bottom: 30px;
}

div#footer address {
	text-align: center;
}

.nobreak {
	margin-bottom: 0;
}

a.noborder img, a.noborder {
	border: 0;
}

table.services h2 {
	padding-bottom: .5em;
}

table.services th {
	padding: 0 1em 1em 3em;
}

.services td span {
	color: #666;
}

table#events {
	/* cellpadding is at 1px, so this shows up as borders btw. cells */
	background-color: #003399;
}

table#events td {
	font: 10px Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	margin-bottom: 0px;
	background-color: white;
}

table#events th {
	width: 14.28%;
	background-color: white;
}

table#events td.empty {
	background-color: #DDDDDD;
}

table#events ul, table#events li {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
}

table#events td h2 {
	margin: 0;
}

table#events a {
	font-weight: normal;
	color: #CC6600;
	border-bottom: 1px dotted #CC6600;
}

table#events a:hover {
	color: #003399;
	border-bottom: 1px solid #003399;
}

ul.sermon {
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0;
}

table.admin {
	clear: both;
}

table.sermon_admin tr.dark td, table.admin tr.even td {
	background-color: #b0b0b0;
}

table.sermon_admin tr.light td, table.admin tr td {
	background-color: #e0e0e0;
}

table.sermon_admin tr th, table.admin tr th {
	background-color: #ADC3FD;
}

table.admin th.date {
	width: 7em;
}

table.admin th.time {
	width: 6em;
}

table.admin th.title {
	width: 10em;
}

button.mult_submit {
	border: none;
	background-color: transparent;
}

.adminGoMenu {
  float: right;
}

a.editIcon, a.deleteIcon, a.saveIcon, a.copyIcon {
  display: block;
  text-decoration: none;
  border: 0 none;
  margin: 2px;
  width: 16px;
  height: 16px;
  background-image: url(/images/edit.png);
}
a.deleteIcon {
  background-image: url(/images/drop.png);
}
a.copyIcon {
  background-image: url(/images/copy.gif);
}


tr.delete td {
  color: red;
}

form.admin label {
	display: block;
}
form.admin label span {
	float: left;
	width: 8em;
}

#Registration address {
  margin-bottom: 1em;
}
#Registration table th {
  width: 10em;
  text-align: right;
  padding-right: .5em;
}

.badge {
  float: right;
  margin-left: 1em;
  border: 0;
}
.badge img {
  border: 0;
}

blockquote {
  margin: 1em 5em;
}
blockquote cite {
  display: block;
  text-align: right;
  margin-right: 3em;
}

table.portfolio {
  font: .8em Arial sans-serif;
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
  border: 0.035cm solid black;
  margin: 0 auto;
}
.portfolio td, .portfolio th {
  vertical-align:middle;
  text-align: left;
  padding-left: .25em;
  border-top: 0.03cm solid #c0c0c0;
  border-right: 0.03cm solid #c0c0c0;
  line-height: 2.2;
}
.portfolio td {
  font-size: 3em;
  margin: 0;
  padding: 0;
  line-height: .8;
  text-align: center;
}
.portfolio p { margin:0; }
.portfolio .ro1 th {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
  border-top: none;
  padding: .25em .25em 2em;
}
.portfolio .subhead th {
  background-color:#c0c0c0;
  border: none;
  border-left: 0.035cm solid black;
  border-right: 0.035cm solid black;
  text-align: left;
  padding-left: .25em;
}
.portfolio .last {
  border-right: 0.035cm solid black;
}

#CARELogo {
    float: left;
    margin-right: 1em;
    padding: .5em;
    border: 2px outset #777;
}
.surveyTable {
    margin-top: 1em;
}
.Instructions {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.InvalidField {
    background-color: #fcc;
}

.vbs-details span {
font-weight: bold;
padding-right: 1em;
}


/*  ODJ widget -- on home page  */
#widgetbox_widget_parent_0 {
  float: right;
  width: 160px;
  margin-left: 5px;
}
