body, td, p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
  color: #000033;
  font-size: 13px;
  line-height: 14pt;
}

h1 {
  color: #000066;
  font-size: 20px;
}

#search_results {
  font-size: 13px;
  line-height: 14pt;
}

/* Displayed at the very top of the header */
#tagline {
  color: #FFFFCC;
  font-weight: lighter;
  text-transform: capitalize;
  text-align: center;
}

/* Main menu (Home / About Us / etc. )*/
#top_nav_bar {
  font-size: 13px;
  color: #FFFFFF;
}

/* blue intro text underneath a page heading */
.intro_paragraph {
  font-size: 14px;
  color: #0066CC;
  font-weight: bold;
  line-height: 18px;
}

/*
body {
	margin:1 em;
	padding:0;
	height:100%;
	color:#000000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFE7C7;
	border-color: #000066;
	border: 2;
	line-height: normal;
	letter-spacing: normal;
}
*/


#leftColumn {
	position:absolute;
	left:501px;
	top:333px;
	width:516px;
	margin:0;
	padding:5;
	border:1px solid #eeeeee;
	font-size:8pt;
	background-color: #FFFFFF;
	margin-left: 5%;
	height: 900px;
}

#leftColumn h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:1em;
letter-spacing:.1em;
}

#leftColumn ul { 
margin:1.5em 0 0 0; 
padding:0;
list-style:none;
}

#leftColumn li { 
margin:0 0 .4em 0; 
padding:0;
}

#leftColumn li a { 
margin:0 0 0 .2em;
color:#cc0000;
text-decoration:none; 
}


blockquote {
	margin:1em;
	padding:0.5em;
	background-color:#CCCCCC;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width: 480px;
	font-weight: normal;
}

blockquote p {
	left: 100px;
	float: none;
}


#centerColumn {

	display:inherit;
	width:800px;
	text-align:left;
	vertical-align: top;
	line-height: 15px;
	font-size: 13px;
	padding: 2px;
	margin-top: 1px;
	margin-left:auto;
	margin-right:auto;
	/**margin-left: 5%;**/
	/**margin-right: 10%;**/
	/**float:right;**/
	background-position:center;
	border-top: #000000;
	border-right: #B5D5FF;
	border-bottom: #B5D5FF;
	border-left: #B5D5FF;
}


#centerColumn h2 {
	margin:0;
	padding:0;
	color: #000066;
  font-size: 15px;
	font-weight: bold;
	line-height: 18px;
  margin-bottom: 5px;
}

#header {
	margin:0;
	padding:20;
	border:0;
	background-repeat: no-repeat;
	background-color: #0000FF;
}

#rightColumn {
	position:absolute;
	right:2.25em;
	top:380px;
	width:14em;
	margin:0;
	padding:0;
	background:#cccccc;
	border:1px solid #eeeeee;
	font-size:9pt;
	background-color: #FFFFFF;
	margin-right: 0%;
	margin-left: 25%;
	left: 737px;
}

#rightColumn h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:1em;
letter-spacing:.1em;
}

#header h1 {
	margin:0 0 -.6em 0;
	padding:5;
	font-size:1.5em;
	letter-spacing:0.1em;
	background-color: #330000;
}

#header h2 {
	padding:0;
	font-size:0.9em;
	font-weight:300;
	background-color: #999999;
	height: 400px;
	width: 100px;
	border-top-color: #000000;
	line-height: normal;
}

#fauxRightColumn {
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width:220px;
	font-size:0.9em;
	background-color:#ffffff;
	border:0;
	bottom: 0px;
	top: 3px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 0px;
}

#fauxRightColumn h2 {
margin-bottom:-1em;
font-size:.9em;
}

#fauxRightColumn ul {
margin:1.5em 0 0 0 !important;
margin:1.5em 0 0 3em;
list-style:none;
}

#fauxRightColumn li {
margin:0 0 .2em -3em;
}

#fauxRightColumn li a {
text-decoration:underline;
}

#fauxRightColumn li a:hover{
text-decoration:none;


}
div#navigation{
	float:left;
	width:200px;
	margin-left: 20px;
	margin: 0;
	margin-top: 0px;
	height: 200px;
	bottom: 20%;
	padding: 0;
}

div#extra{
	padding-top:10px;
	float:left;
	clear:left;
	width:150px;
	padding-left: 10px;
	margin: 0;
	height: auto;
	border-top: 2px #000033;
	border-right: 4px #000033;
	border-bottom: 2px #000033;
	border-left: 4px #000033;

}

div#content {


}

#footer {
	display:block;
	vertical-align:top;
	position:absolute;
	line-height:4em;
	text-align:center;
	font-size:10pt;
	background-color:#3366CC;
	border-top:0;
	left: -29px;
	width: 800px;
	margin-left: 10%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 15%;
	top: 666px;
}

/* NOTE: Turned off the UL and LI CSS's. They are not really used and interfering with AutoDev's tabs */
/* Begin */
/*ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}

ul li {
	position: relative;
  display: inline;
}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: inline;
}

ul li a {
	display: inline;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/*ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}

li:hover ul { display: inline; }
*/

/* End */

tr.pagefooter {

	background-color:#6699CC
}


.menutitle {
	cursor:pointer;
	margin-bottom: 5px;
	background-color: #ECECFF;
	color: #000033;
	width: 140px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000033;
}

.menutitle a { color: #000033; }

.caretaker_menu{
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000033;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000033;
}

.submenu {
	margin-bottom: 0.5em;
  color: #000000;
}

.submenu a {
  color: #000000;
}

h3 {
  color: #000033;
  font-size: 14px;
  margin: 0 0 0 0;
}

#footer_links {
  color: #FFFFFF;
  text-align: center;
}

/*
Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	left: 4px;
	top: auto;
}
*/
body-link-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


body,td,th {
	font-size: 11px;
}

/* Used -- CHECK */
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
}

.style16 {
	color: #000000;
}

.style27 {
	color: #000033;
	line-height: 18px;
}

.style43 {
	color: #000066; 
	font-size: 14px;
}

.style42 {
	font-size: 20px; 
	color:#FF6600; 
	padding-left: 0px; 
	font-style: normal; 
	font-variant: normal; 
	letter-spacing: normal; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
}

.nav-links-1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.nav-links-1:hover {
	color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.body-links-1 {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.body-links-1:hover {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


.body-links-2 {
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.body-links-2:hover {
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

	
.style44 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	font-size: 18px;
	text-decoration: none;
}

.style49 {
	color: #FFFF99;
}

.style55 {
	font-size: 12px;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style59 {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-size: 13px;
}

body {
	background-color: #FCFAE2;
	margin-left: 1px;
	margin-right: 1px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.footerpanel {
	width:800px; 
	height:50px;
	border:none;
	text-align:left; 
	border-color: #FFFFFF;
	background-color: #006699;
}


.style70 {color: #000033}
.style74 {font-size: 10px}
.style75 {color: #0033CC}
.style76 {font-size: 12px}
.style79 {color: #0066CC}
.style80 {font-family: Verdana, Arial, Helvetica, sans-serif;
           color: #000000;
		   font-size:12px;} 
.read_more {
  cursor: pointer;
}
/** Transmog CSS to follow **/

/* Used for displaying obvious error messages */
.error {
  border: 1px solid #FF0000; background-color: #FFF4F4; color: #900000;
  font-weight: bold; padding: 3px 5px 3px 5px;
}
/* Used for displaying obvious warning messages */
.warning {
  border: 1px solid #DDDD00; background-color: #FFFFE9; color: #909000;
  font-weight: bold; padding: 3px 5px 3px 5px;
}
/* Used for displaying obvious confirmation messages */
.confirmation {
  border: 1px solid #00DD00; background-color: #F4FFF4; color: #009000;
  font-weight: bold; padding: 3px 5px 3px 5px;
}

.extras {
  display: none;
}

.sidebar_input {
  width: 140px;
}

.pagination_caption {
  color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.photo_block td {
  
  text-align: center;
  width: 200px;
  height: 200px;
  border-collapse: collapse;
  border: 1px solid #b2b2b2;
  background-color: #FFFFFF;
  
}

#area_choices ul { list-style: none; margin-left: 0; padding-left: 0; line-height: 110%; margin-top: 1px;}
#area_choices ul li {
  display: inline; padding: 3px 7px 3px 3px;
  font-size: 16px; font-weight: bold;
}
#area_choices li a:visited { color: #0000EE; }
#area_choices ul li.on { border: 1px solid #FFAAAA; background-color: #E0E0E0; }

#main_edit_tabs { list-style: none; margin-left: 0; padding-left: 0; width: 275px; }
#main_edit_tabs li { display: block; padding: 3px 3px 3px 3px; }
#main_edit_tabs li a:visited { color: #0000EE; }
#main_edit_tabs li.on { border: 1px solid #9999FF; background-color: #E0E0FF; }

#main_container { padding-left: 200px; }

.form-table {
  border-collapse:collapse;
}

.form-table td {
  padding: 3px 5px 3px 3px;
}

.form-table th {
  padding-right: 6px;
}


.row-even, .row-odd {
  vertical-align: top;
}

.create_mem_input {
  width: 165px;
}

.content-block {
  
  border-collapse: collapse;
  border: 1px solid #b2b2b2;
  background-color: #FFFFFF;
  width: 590px;
  
}

.content-block th {
  background-color: #96D1FE;
  padding: 6px 6px 6px 6px;
  
}

.content-block td {
  padding: 6px 6px 6px 6px;
  
}
