/***** globals *****/
*{
	margin:0px;
	padding:0px;
	border:0px;
}
body{
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:.71em;
	color:#6e6e6e;
}
p{
	line-height:1.5;
	word-spacing:.09em;
	letter-spacing:.02em;
	margin-bottom:1.5em;
}
h2{
	line-height:1.5;
	word-spacing:.2em;
	letter-spacing:.1em;
	font-size:.9em;
	font-weight:normal;
	margin-bottom:1.5em;
	color: #C3454E;
}
h2 a:link, h2 a:visited{
	color: #C3454E;
	background:transparent none;
	text-decoration:none;
}
h2 a:hover {
	background:#C3454E;
	color:#FFFFFF;
}

h3{
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:1em;
}
a{
	color:#8B9DB2;
	text-decoration:none;
	font-weight:bold;
	background-color:transparent;
}
a:hover, a.photohit:link, a.photohit:visited, a.photohit:hover {
	color:#ffffff;
	background-color:#8B9DB2;
}
:focus{
	/* removes dotted border on active links in firefox */
	moz-outline:none;  
	outline:none;  
}
#submit-newsletter{
  width:73px;
  height:37px;
  margin:0px;
  padding:0px;
  border:0;
  background: transparent url('nav/submit.jpg') no-repeat top left;
  text-indent: -1000em;
  display:block;
}
#submit-newsletter:hover{
	background-position:top right;
}
#submit-front{
  width:73px;
  height:37px;
  margin:1.4em auto 0 auto;
  padding:0px;
  border:0;
  background: transparent url('nav/submit.jpg') no-repeat top left;
  text-indent: -1000em;
  display:block;
}
#submit-front:hover{
	background-position:top right;
}

/*
- - - - Photo gallery menu item (added by kathy 7.18.2008) - - - - -
*/
a#photogallery:link, a#photogallery:visited {
	display:block;
	width:108px;
	height:59px;
	overflow:hidden;
	position:absolute;
	top:71px;
	left:832px;
	text-indent:-2000px;
	text-decoration:none;
	background:transparent url(/styles/nav/button-photogallery.gif) no-repeat;
}
a#photogallery:hover, a#photogalleryhit {
	display:block;
	width:108px;
	height:59px;
	overflow:hidden;
	position:absolute;
	top:71px;
	left:832px;
	text-indent:-2000px;
	text-decoration:none;
	background:transparent url(/styles/nav/button-photogallery.gif) no-repeat;
	background-position:bottom left;
}

#send{
	width:73px;
	height:33px;
	display:block;
	padding-bottom:2px;
	background:transparent url('nav/send.jpg') top left no-repeat;
	text-indent:-1000em;
}
#send:hover{
	background-position:top right;
}
ul{
	list-style:none;
	line-height:1.5;
	word-spacing:.09em;
	letter-spacing:.02em;
	margin-bottom:1.5em;
}
ul.menu{
	list-style:none;
	padding-bottom:.5em;
	*margin-bottom:0;
}
ul.menu li{
	display:inline;
	margin:0 1.4em 0 1.4em;
}
input.newsletter-signup{
	font-size:1em;
	background-color:#e4ebf4;
	border:#d8dee6 1px solid;
}
hr{
	height:1px;
	color:#daddde;
	background-color:#daddde;
	margin:0 0 1.5em 0;	
}