/*
 * ArrowQuick defaults
 */

body
{
  margin: 0;
  padding: 0;
  font-size: 83%; /* fixes bug in IE. can be any number. */
  background-image: url('../img/background.gif');
  font-family: Garamond, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 0;
  margin-bottom: 0;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

form
{
  margin: 0;
}

img
{
  border: none;
}

table
{
	border-spacing: 0;
}


.clearall
{
  clear: both;
  overflow: hidden;
  height: 1px;
}

/*
  Use row styles like this:
  <div class="row">
    <div class="lcol">Or use label here</div>
    <div class="rcol">right column</div>
  </div>
*/
.row
{
  clear: both;
  padding-top: .1em;
}

.row .lcol,
.row label
{
  display: block;
  float: left;
  text-align: right;
}

.row .rcol
{
  display: block;
  text-align: left;
  float: right;
}

.row .rcol label
{
  display: inline;
  float: none;
  text-align: inherit;
}

.smaller
{
  font-size: 90%;
}

.white{
	color:#fff;
}

/*
 * Styles for JS extensions
 */

a.pdf
{ 
	padding-left: 15px; 
	background-image: url('../img/icon_pdf.gif'); 
	background-repeat: no-repeat;
	background-position: left;
}

a.doc
{ 
	padding-left: 15px; 
	background-image: url('../img/icon_word.gif'); 
	background-repeat: no-repeat;
	background-position: left;
}

/*
a.website
{ 
	padding-left: 15px; 
	background: url('../img/icon_web.gif'); 
	background-repeat: no-repeat;
	background-position: left;
}
*/

a.wmv
{ 
	padding-left: 15px; 
	background: url('../img/icon_wmv.gif'); 
	background-repeat: no-repeat;
	background-position: left;
}

a.mov
{ 
	padding-left: 15px; 
	background: url('../img/icon_mov.gif'); 
	background-repeat: no-repeat;
	background-position: left;
}

#top {
	background-color: #740020;
	color: #fff;
	height: 45px;
	border-bottom: 5px solid #a30f31;
	text-align: center;
}

#top-container
{
	margin: auto;
	width:770px;
	padding-top: 0px;
}

#welcome
{
	float: left;
	width: 170px;
	text-align: left;
	font-size: 19px;
	padding-top: 12px;
}

#utility
{
	width: 470px;
	margin-left: 300px;
	text-align: right;
	padding-top: 14px;
}

#head-logo {
	height: 56px;
	border-bottom: 5px solid #a30f31;
	text-align: center;
}

#top-nav-bar {
	border-bottom: 5px solid #a30f31;
	background-color: #ffffff;
	height: 35px;
}

#top-nav {
	width:770px;
	margin: auto;
	padding: 5px 0px 5px 0px;
	height: 10px;
}

/*Nav Start */

/* all lists */
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a
{
	display: block;
	width: 11.5em;
	color: #740020;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* all list items */
#nav li
{
	float: left;
	width: 11.5em; /* width needed or else Opera goes nuts */
}

/* second-level lists */
#nav li ul
{
	padding: 2px 0px 2px 2px;
	position: absolute;
	background-color: #740020;
	width: 11.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a
{
	color: #ffffff;
	padding: 5px 8px 5px 8px;
}

#nav li ul a:hover
{
	color: #740020;
	background-color: #ffffff;
}

/* third-and-above-level lists */
#nav li ul ul
{
	margin: -1.7em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul
{
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	left: auto;
}

/* Nav End */

#front-body{
	background-color: #740020;
	text-align: center;
	border-bottom: 5px solid #a30f31;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 450px;
}

p#highlight {
	margin-top:-15px;
}

#highlight a:link, #highlight a:visited {
	font-weight:bold;
	color:#FFFFFF;	
}
#highlight a:hover {
	font-weight:bold;
	color:#cccccc;	
}

#second-body{
	background-color: #ffffff;
	text-align: center;
	border-bottom: 5px solid #a30f31;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content
{
	width: 770px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content p
{
	font-size: 15px;
}

#left-column
{
	float: left;
	width:230px;
}

#right-column
{
	width: 530px;
	margin-left: 230px;
	padding-top: 45px;
}

#column-holder
{
	width: 770px;
	margin: auto;
}

#visitor-info
{
	width: 150px;
	height: 450px;
	background-image: url('../img/column_bg.gif');
	background-position: bottom;
	margin: auto;
	float: left;
}

#living-here
{
	width: 150px;
	height: 450px;
	background-image: url('../img/column_bg.gif');
	background-position: bottom;
	margin-left: 5px;
	float: left;
}

#events
{
	width: 150px;
	height: 450px;
	background-image: url('../img/column_bg.gif');
	background-position: bottom;
	margin-left: 5px;
	float: left;
}

#economic-dev
{
	width: 150px;
	height: 450px;
	background-image: url('../img/column_bg.gif');
	background-position: bottom;
	margin-left: 5px;
	float: left;
}

#oacdg-info
{
	width: 150px;
	height: 450px;
	background-image: url('../img/column_bg.gif');
	background-position: bottom;
	margin-left: 5px;
	float: left;
}

#bold
{
	font-weight: bolder;
}

#silver
{
	background-color: #E0E0E0;
}

#print_links
{
	color: #740020;
	text-decoration: none;
	font-weight: bold;
}

#cat_links
{
	text-decoration: none;
	font-weight: bold;
}

a
{
	text-decoration: none;
}

a:visited
{
	color: red;
}

.error_message
{
	color: red;
}

.icon_hover
{
	cursor: pointer;
	cursor: hand;
}

.one_row
{
	clear: both;
	margin-bottom: 1em;
}

.one_row .field_label
{
	display: block;
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
	font-size: 110%;
}

.one_row .field_input
{
	display: block;
	text-align: left;
}

.one_row .full_desc
{
	text-align: left;
	margin-left: 1em;
	font-style: italic;
}

.single_img
{
	margin: 10px;
	float: left;
}

.single_img p
{
	margin: 5px;
	text-align: center;
}

.single_img img
{
	border: solid;
}

.img_row
{
	padding: 10px;
	margin: 10px;
	background-color: #E5E5FF;
}

.spacer
{
	clear: both;
}

.float_cats
{
	margin: 5px;
	float: left;
}

.cat_row
{
	padding: 10px;
	margin: 10px;
	border: solid;
	border-color: #E5E5FF;
}

#cats_border
{
	float: left;
	border: solid;
	margin: 2px;
	border-color: #E5E5FF;
}

#myGallerySet
{
	text-align: left;
	margin: 0 auto;
	width: 680px !important;
	height: 480px !important;
}

#quotes
{
	float: left;
	font-size: 12px;
	width: 50%;
	font-weight: bold;
	padding-left: 10px;
}

#news
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#news a
{
	color: #FFFFFF;
	text-decoration: none;
}

#news a:hover
{
	cursor: text;
}

/* Postcard Preview */
#postcard
{
	position: relative;
	margin: 0;
	padding: 0;
}

#main_1_recipient
{
	position: absolute;
	float: left;
	display: inline;
	top: 122px;
	left: 88px;
	width: 350px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_1_message
{
	position: absolute;
	float: left;
	display: inline;
	top: 165px;
	left: 117px;
	width: 350px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_1_sender
{
	position: absolute;
	float: left;
	display: inline;
	top: 313px;
	left: 200px;
	width: 300px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_2_recipient
{
	position: absolute;
	float: left;
	display: inline;
	top: 127px;
	left: 85px;
	width: 350px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_2_message
{
	position: absolute;
	float: left;
	display: inline;
	top: 165px;
	left: 120px;
	width: 350px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_2_sender
{
	position: absolute;
	float: left;
	display: inline;
	top: 324px;
	left: 200px;
	width: 300px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_3_recipient
{
	position: absolute;
	float: left;
	display: inline;
	top: 132px;
	left: 80px;
	width: 350px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_3_message
{
	position: absolute;
	float: left;
	display: inline;
	top: 170px;
	left: 110px;
	width: 350px;
	height: 25px;
	color: white;
	font-weight: bold;
}

#main_3_sender
{
	position: absolute;
	float: left;
	display: inline;
	top: 320px;
	left: 200px;
	width: 300px;
	height: 25px;
	color: white;
	font-weight: bold;
}

/* Site Listings Map */
.linksTooltip
{
	border: 3px solid #933;
	background-color: #600;
	padding: 10px;
	color: #ccc;
}

/* Text around image. */
.imgleft, .imgright
{
	font-size: 90%;
	font-style: italic;
	padding: 1em;
	text-align: center;
}

.imgleft
{
	float: left;
}

.imgright
{
	float: right;
}