/* base
----------------------------------------------- */

body
{
 margin: 0;
 padding: 0;
 font-family: Verdana, Helvetica, Tahoma, sans-serif;
 color: #000;
 background-color: #f3f4ec;
 font-size: 1.1em;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3
{
 margin: 0 0 15px 0;
 padding: 0 10px;
 font-weight: normal;
}

h1, h2
{
 font-family: "Lucida Sans Unicode", "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img
{
 border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em "Lucida Sans Unicode", "Lucida Grande","Trebuchet MS", Georgia, Times, serif;
}

#site-name a
{
 border: none;
}

#sidebar-2 a 
{
 border: none;
 display: block;
 font-size: 8pt;
}

#sidebar-1 a
{
 border: none;
 display: block;
}

a:link
{
 border: none;
 color: #3c6576;
 color: #d00;
}
a:visited
{
 border: none;
 color: #3c6576;
 color: #d00;
}
a:hover
{
 border: none;
 color: #507642;
 color: #f00;
}
a:active
{
 border: none;
 color: #3c6576;
 color: #d00;
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container
{
 margin: 10px auto;
 padding: 10px;
 width: 760px;
 width: 800px;
}

#head
{
 text-align: right;
 background-image: url('./images/TuckerLogo300.jpg');
 background-repeat:no-repeat;
 height: 120px;
}

#site-name
{
 margin: 10px 0 35px 0;
 font: 2em "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#site-slogan
{
 font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2
{
 padding-top: 35px;
}

#sidebar-1
{
 margin-right: 5px;
 float: left;
 text-align: right;
 width: 150px;
}

#sidebar-2
{
 margin-left: 5px;
 float: right;
 width: 0;
}

.section_list
{
 margin: 0 0 10px 0;
 padding: 0;
 list-style-type: none;
}

.section_list ul
{ 
 list-style-type: none;
}

.section_list li
{
 margin: 0 0 5px 0;
 padding: 0 0 0 0;
 background-color: #e2ecd5;
}

.section_list .active
{
 font-weight: bold;
 color: #e00;
 color: #fff;
 background-color: #cccfbc;
 background-color: #008141;
 background-color: #e2ecd5;
 background-color: #c2ecb5;
 background-color: #b2dca5;

}

.section_list a
{
 padding: 0 5px 0 5px;
}

.section_list a:link
{
 text-decoration: none;
 color: #3c657b;
}
.section_list a:visited
{
 text-decoration: none;
 color: #3c657b;
}
.section_list a:hover
{
 text-decoration: none;
 color: #3c657b;
 background-color: #ccddbc;
}
.section_list a:active
{
 font-weight: bold;
 text-decoration: none;
 color: #3c657b;
}

#content
{
 margin: 0 155px;
 margin: 0 0 0 155px;
 padding-top: 30px;
}

#footer
{
 margin-top: 5px;
 clear: both;
 text-align: center;
 color: #3c657b;
 color: #008341;
 font-weight: bold;
 background-image: url('../../images/BALIlogo125.jpg');
 background-repeat: no-repeat;
 margin-left: 0px;
 height: 260px;
}

#footer p
{
 padding-top: 20px;
 padding-left: 155px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 810px;
w\idth: 800px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}



/* dateline
----------------------------------------------- */

#dateline
{
 color: #507642;
 color: #fff;
 padding: 0 0 0 0;
 margin: 10px 0 0 0;
 height: 1.3em;
 border: 1px inset #0a0;
 background-color: #cccfbc;
 background-color: #008141;
}

#dateline .date
{
 float: left;
 font-size: 0.8em;
 font-style: normal;
 font-weight: normal;
 padding: 0 0 0 10px;
 margin: 0px;
 margin: 2px 0 2px 0;
}

#dateline .phone
{
 float: right;
 text-align: right;
 font-size: 0.8em;
 font-style: normal;
 font-weight: normal;
 text-decoration:none;
 padding: 0 10px 0 0;
 margin: 2px 0 2px 0;
}

#dateline a
{
 text-decoration: none;
 border: none;
}

#dateline a:link
{
 text-decoration: none;
 color: #507642;
 color: #fff;
}
#dateline a:visited
{
 text-decoration: none;
 color: #507642;
 color: #fff;
}
#dateline a:hover
{
 text-decoration: none;
 color: #3c657b;
 color: #ff0;
}
#dateline a:active
{
 text-decoration: none;
 color: #507642;
 color: #fff;
}

/* Contact form
----------------------------------------------- */
.zemContactForm fieldset {
   border: none;
   border-top: 1px solid #3d322e;
   border-bottom: 1px solid #3d322e;
   padding-bottom: 1em;
   }
.zemContactForm legend {
   font: 1em/1.5em Verdana, Arial, sans-serif;
   margin: 0.7em 0 0.3em 0;
   padding: 0.5em 10px 0.5em 0;
   width: 60px;
   }
.zemContactForm label {
   float: left;
   width: 60px;
   margin: 0.3em 10px 0 0;
   text-align: right;
   font: 0.7em/1.45em Verdana, Arial, sans-serif;
   color: #c00;
   }
.zemContactForm input {
   margin-bottom: 0.5em;
   }
.zemContactForm br {
 /*  clear: left; */
   }
.zemContactForm .zemSubmit {
   margin: 0.5em 0 0 70px;
   }
   
/* images
----------------------------------------------- */
img
{
 border: 1px solid white;
 padding: 5px;
 margin: 5px;
}


/* subfooter
----------------------------------------------- */
#subfooter
{
 font-size: 0.6em;
 text-align: right;
}

#subfooter .a
{
 color: #800020;
 text-decoration: none;
}


