/* base
----------------------------------------------- */

html {
        height: 100%;
        padding:0px;
        margin:0px;
}

body {
        height: 100%;
        padding:0px;
        margin:0px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #1D1D1D;
        font-size: 14px;
	background-color: #A7BDD4;
	line-height: 1.6em;
}


blockquote {
	margin-right: 0;
	margin-left: 20px;
}


h3 {
        padding-left: 3px;
        margin: -3px 0 0 -4px;
        color: #BE9C30;
	font-size: 1.8em;
        font-weight: normal;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

hr {
	margin: 2em auto;
        width: 90%;
	border-top: 1px solid #2C3F3B;
        background-color: white;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

#content a {
	text-decoration: none;
	color: #1D1D1D;
	border-bottom: 1px #000 dotted;
}

#footer a {
	text-decoration: none;
	color: white;
}

.location {
	text-decoration: none;
	color: #1D1D1D;
        border: none;
}
#content a img {
	border: none;
}


#content h3 a {
	border: none;	
        color: #BE9C30;
}


ul#navigation
{
  width: 500px;
  height: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
ul#navigation li
{
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
}
ul#navigation li a
{
  display: block;
  height: 23px;
  width: 125px;
  text-decoration: none;
  color: white;
}

ul#navigation li a:hover
{

   border-top: 3px solid white;
}


/* layout
----------------------------------------------- */


#container {
        background-color: white;
	margin: auto;
	width: 500px;
}

#head {
	text-align: center;
}


.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 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 15px 0 15px;
	padding: 0;
        text-align: justify;
}


.contentbox {
	padding: 7px;
        text-align: justify;
        background-color: #BE9C30;
}

.location {
	padding: 7px;
        text-align: justify;
        border: 1px solid #BE9C30;
}

#footer {
	margin: 25px 15px 0 15px;
	padding: 7px;
        text-align: center;
        background-color: #BE9C30;
        color: white;
}



/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}


/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}


.subline {
        text-transform: uppercase;
        letter-spacing:0.1em;
        font-weight: bold;
	font-size: 0.8em;
        margin-top: 15px;
        color: #2C3F3B;
}

/* 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;
}


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;
}

/* error page
----------------------------------------------- */

#contentad {
        padding-top: 15px;
        padding-bottom: 15px;
}
