/* @group General Styles */
/* tried to change font to 0.85em hosed ie6 */

body {
	margin: 7px;
	font: 0.75em Arial, Helvetica, Geneva, sans-serif;
	color: #383838;
	/*color:#999; */
	padding: 0;
	background: #000;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

img {

}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
	position: relative;
	z-index: 500;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
	position: relative;
	z-index: 500;
}
	
/* @end */

/* @group Layout */
#topGrad {
	background: url(images/top_grad.png) repeat-x;
	width: 101%;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


html > body #topGrad {
	width: 100%;
}

.clearer {
	clear: both;
}

#container { 
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: #fff url(images/sidebar_bg.png) repeat-y left top;
}

/*changed to gif from ping to help safari */
#pageHeader {
	height: 88px;
	background-image: url(images/header_bg.gif);
}

#pageHeader .logo img {
	position: absolute;
	top: 4px;
}

#pageHeader h1 {
	padding: 18px 0 3px 10px;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
	font: bold 2em Arial, sans-serif;
}

#pageHeader .logo {
	display: block;
	width: 129px;
	height: 85px;
	margin-top: 2px;
	position: relative;
}

#pageHeader h2 {
	margin: 0;
	color: #909090;
	/*orig #d5d5d5*/
	font: 1.5em Arial, sans-serif;
	padding-left: 10px;
}

#contentContainer {
	float: right;
	min-height: 100px;
}

#contentContainer #content {
	padding: 10px;
}

#sidebarContainer {
	width: 129px;
	position: relative;
	z-index: 4;
	padding-bottom: 20px;
}

#sideGrad {
	background: url(images/sidebar_bottom_grad.png) no-repeat left bottom;
	height: 158px;
	width: 129px;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

#sidebarContainer #sidebar {
	padding: 5px;
	position: relative;
	z-index: 5;
}

/* Added by DB for zip search */
#sidebarContainer #sidebar #zip_search  {
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
}

#footer {
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	padding-bottom: 3px;
	position: relative;
	z-index: 4;
}

#footer p {
	margin: 0;
	padding: 5px;
	background-color: #f8f8f8;
	border-top: 1px solid #e5e5e5;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-left: 129px;
	padding: 10px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	text-align: right;
	font-weight: bold;
	position: relative;
	z-index: 6;
}

#navcontainer #current {
	color:;
	/*old color:#fff; */
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer #current:hover, #navcontainer .currentAncestor:hover {
	color: #fff;
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer .currentAncestor {
	color: #fff;
	background: url(images/menu_arrow.gif) no-repeat right center;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	height: 15px;
}

#navcontainer a:hover {
	color: #fff;
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-right: 15px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer ul ul .currentAncestor {
	background: url(images/menu_arrow.gif) no-repeat right center;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	border-bottom: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-right: 25px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-size: 1.8em;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

.imageStyle {

}

/* Main content area unordered list styles */

#contentContainer #content ul {
	margin: 20px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
}

#contentContainer #content li {
	padding-bottom: 8px;
	padding-left: 16px;
	background: url(images/list_item.gif) no-repeat left top;
}

#contentContainer #content ul ul {
	margin: 8px 0 0 0;
}
ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}

	
/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}.blog-archive-headings-wrapper {
	height: 40px;
	display: block;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-archive-link {
	margin-bottom: 15px;
	float: left;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 30px;
}

.blog-entry-title {
	color: #909090;
	/*old color#f2f2f2 */
	background-color: #FFFFCC;
	/* orig #f2f2f2 */
	font-size: 2em;
	margin: -10px -10px 11px -9px;
	padding: 10px;
	font-weight: normal;
}

.blog-entry-title a:link {
	color: ;
	/* orig color: #cecece;  */
	text-decoration: none;
}


.blog-entry-date {
	color: #383838;
	/* orig color: #cecece;  */
	background-color: #f2f2f2;
	margin: -10px -10px 10px -9px;
	padding: 5px 10px 5px 26px;
	background: #f2f2f2 url(images/date.gif) no-repeat 10px center;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

/* Don added this for images

.blog-entry-body .dons img{
	float: left;
	margin 0 10px 10px 0;
} */

.blog-entry-comments {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-top: 5px;
	color: #fff;
}

/*styles the category link in the main entry */
.blog-entry-category {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 10px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 10px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.blog-archive-link-enabled {
	background: #f2f2f2 url(images/date.gif) no-repeat left center;
	padding-left: 16px;
	margin-bottom: 8px;
}

.blog-archive-link-disabled {
	background: #f2f2f2 url(images/date.gif) no-repeat left center;
	padding-left: 16px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.blog-category-link-enabled {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-category-link-disabled {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	background: url(images/rss.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	margin-bottom: 8px;
}

.blog-comments-rss-link {
	background: url(images/rss.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	margin-bottom: 8px;
}

/* Comment links */
a.blog-comment-link {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 16px;
	margin-right: 10px;
}

/* Trackback links */
a.blog-trackback-link {
	background: url(images/trackback.gif) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 7px;
	background: url(images/download.gif) no-repeat left 7px;
	padding-left: 16px;
}

.filesharing-item-title a {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	padding-top: 7px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #cecece;
	background-color: #f2f2f2;
	font-size: 2em;
	margin: -10px -10px 11px -9px;
	padding: 10px;
}

.album-description {
	color: #cecece;
	background-color: #f2f2f2;
	margin: -10px -10px 60px -9px;
	padding: 5px 10px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}


.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: 5px solid #f2f2f2;
}

.thumbnail-frame img:hover {
	border-color: #cdd1db;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;

}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
}

.photo-navigation {
	width: 100%;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin-bottom: 20px;
	text-align: left;
}

.photo-links {
	margin: 0 auto 15px;
	padding: 5px 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	margin-top: 130px;
	margin-bottom: 20px;
	padding: 5px 5px 8px 5px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.photo-title {
	height: 26px;
	margin: 7px auto 0;
	padding: 18px 0 3px 10px;
	font: 2em Arial, sans-serif;
	font-weight: bold;
}

.photo-caption {
	height: 44px;
	margin: 0 auto;
	padding-left: 10px;
	color: #d5d5d5;
	font: 1.5em Arial, sans-serif;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	padding: 5px 5px 8px 5px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0 auto;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #cecece;
	background-color: #f2f2f2;
	font-size: 2em;
	margin: -10px -10px 11px -9px;
	padding: 10px;
}.movie-page-description {
	color: #cecece;
	background-color: #f2f2f2;
	margin: -10px -10px 10px -9px;
	padding: 5px 10px;
}.movie-thumbnail-frame {
	padding: 5px;
	background-color: #f2f2f2;
	float: left;
	margin: 0 22px 22px 0;
	width: 132px;
	height: 132px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	background-color: #cdd1db;
}

.movie-thumbnail-caption {
	padding-top: 8px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	text-align: center;
}

.movie-title {
	font: 2em Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

.movie-frame {
	padding: 15px 15px 8px 15px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
} 

.form-input-button { 
} 
/* @end */


