* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #003366;
	background-image: url(../images/backgrnd.gif);
	background-repeat: repeat;
	background-color: #FFF;
}

input, textarea {
	background: #FFFFFF url(../images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal Georgia, "Times New Roman", Times, serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	color: #003366;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
}

.superhighlight {
	color: #F00;
	font-size: x-small;
	vertical-align: super;
	font-variant: small-caps;
}

table {
	border: thin solid #538553;
}


td {
	padding: 5px;
	border: thin solid #538553;
}

th {
	padding: 5px;
	border: thin solid #538553;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

img {
	border: none;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
	border: none;
}

img.right {
	float: right;
	margin-right: 20px;
	border: none;
}

hr {
	display: none;
}

clearclear {
	clear: both;
}


#rsslist {
	text-align: center;
	padding: 2px;
	float: right;
	width: 105px;
	border: thin solid #CCC;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#rsslist a {
	text-decoration: none;
	border: none;
}

#rsslist img {
	border: none;
}

#smsfeedlist {
	text-align: center;
	float: right;
	padding: 2px;
	width: 210px;
	border: thin solid #CCC;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}



#mailinglist {
	text-align: center;
	padding: 2px;
	float: right;
	width: 105px;
	border: thin solid #CCC;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#mailinglist a {
	text-decoration: none;
	border: none;
}

#mailinglist img {
	border: none;
}

/* Outside Wrapper */

#homeouterwrapper {
	width: 980px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/home_splash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: thin ridge #999;
	height: 735px;
}


#outerwrapper {
	width: 980px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 2px ridge #999;
}

#photogallery {
	width: 805px;
	padding: 0;
	margin: 0 auto;
}



/* Logo */

#logo {
	width: 960px;
	height: 135px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	color: #339933;
	float: left;
	padding-top: 75px;
	text-transform: uppercase;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

#logo img {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0;
}

#logo img .left {
	float: left;
}

#logo img .right {
	float: right;
}

/* Home Page Menu */

#homemenu {
	width: 130px;
	height: 450px;
	margin-top: 100px;
	margin-left: 20px;
	float: left;
}

#homemenu img {
	float: left;
	padding: 10px;
}

#homemenu a {
	text-decoration: none;
}




/* Menu */

#menu {
	width: 980px;
	height: 30px;
	padding: 0px;
	margin: 0 auto;
	background-image: url(../images/menu_bar.png);
	background-repeat: no-repeat;
}

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

#menu li {
	float: left;
	width: 100px;
	height: 30px;
	padding: 0;
	margin: 0;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-image: url(../images/green_menu_normal.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#menu .active a {	
	background-image: url(../images/blue_menu_highlight.gif);
	background-repeat: no-repeat;	
}

#menu a:hover {
	background-image: url(../images/blue_menu_highlight.gif);
	background-repeat: no-repeat;	
}

/* Search */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	background: url(../images/img05.gif) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 603px;
}

.tailwynd {
	color: #306;
	font-weight: bold;
}

/* rightsidebar */

#rightsidebar {
	float: right;
	width: 253px;
}

#rightsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#rightsidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#rightsidebar li ul {
}

#rightsidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#rightsidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Calendar */

#rightsidebar #calendar {
	padding: 0;
	background: url(../images/img08.jpg) no-repeat;
}

#calendar caption {
	margin: -20px auto 0 auto;
	text-align: center;
	font-weight: bold;
}

#calendar table {
	margin: 0 auto;
	caption-side: bottom;
}

#calendar thead th {
	width: 31px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar tbody td {
	width: 31px;
	height: 31px;
	text-align: center;
	color: #9E9E9E;
}

#calendar tfoot td {
	padding-top: 20px;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	display: inline;
	float: left;
}

#footer .credit {
	display: inline;
	float: right;
}
#footer .credit img {
	vertical-align: top;
}

/* Blogger Styles */
#blogend {
	clear: both;
}

#header {
}

#blog-title {
  margin: 5px 5px 0 auto;
  padding:20px 20px .25em;
  border: none;
  font-size: 200%;
  line-height:1.2em;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:.2em;
}

#blog-title a {
  text-decoration:none;
}

#blog-title a:hover {
}

#main {
	width: 580px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar {
	width:320px;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main2 {
	margin-left: 10px;
}


#sidebar2 {
	margin-right: 10px;
}

.date-header {
	margin:1.5em 0 .5em;
	font-size:100%;
	font-weight:normal;
	line-height:1.1em;
	color: #999;
}

.post {
	border-bottom:1px dotted #ccc;
	padding-bottom:1.5em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 3em;
}

.post .indent {
	margin-left: 10px;
}

.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color: #003366;
}

.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  font-weight:normal;
}

.post-title strong, .post-title a:hover {
}

.post div {
  margin:0 0 .75em;
  line-height:1.6em;
}

p.post-footer {
  margin:-.25em 0 0;
}

.post-footer em, .comment-link {
  font:78%/1.4em Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.post-footer em {
  font-style:normal;
  margin-right:.6em;
}

.comment-link {
  margin-left:.6em;
}

.post img {
  padding:4px;
  border:1px solid #ddd;
  }

.post blockquote {
  margin:1em 20px;
}

.post blockquote p {
  margin:.75em 0;
}

#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:.2em;
}

#comments h4 strong {
  font-size:130%;
}

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
}

#comments-block dt {
  margin:.5em 0;
}

#comments-block dd {
  margin:.25em 0 0;
}

#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:.1em;
}

#comments-block dd p {
  margin:0 0 .75em;
}

.deleted-comment {
  font-style:italic;
  color:gray;
}

#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
}

#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
}

#sidebar p {
  line-height:1.5em;
}

.pwimages {
	border: 0px none; 
	padding: 12px;
	font-family: arial;
	font-size: 11px
}

.pwimages table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pwimages p {
	display: inline-block;
	float: left;
	margin: 10px;
}