﻿/* Cottonbalers1.css */
/*
    ========================================================================= 
    Cascading Style Sheet for the cottonbalers.com web site.
    Designed by:  David Spanburg
    Created:  Sep 06
    ========================================================================
	ToC
		1. Defaults
		2. Included CSS Files
		3. Structure
		   3A. Masthead
		   3B. Content
		   3C. Footer
		4. Links and navigation
		5. Fonts
		6. Images
		7. Tables
		8. Forms
	=========================================================================	
	Notes
    
    =========================================================================
    Revision History:
        Sep 06 - Original Version
        Jan 07 - Updated Several Tags to reflect changes
		Sep 07 - Updated Structure of File - Added Table of Contents (TOC)
		
    =========================================================================
*/
/* --------- 1. defaults  --------- */
@import url('layout.css');
.state_width {
	width: 82px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
/* Division layout properties */
#banner {
	text-align: center;
	width: 770px;
	border: 1px #725972 none;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 910px;
	margin: 0px 0px 0px 0px;
	border-right: 2px #725972 none;
	border-bottom: 2px #725972 none;
	border-left: 2px #725972 none;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
	width: 600px;
	border: 1px #725972 none;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	left: 145px;
	font-weight: bold;
	font-size: 2em;
	color: #0000FF;
}
#photo_left {
	position: relative;
	float: left;
	width: 125px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px #725972 none;
}
#nav_left {
	position: relative;
	float: left;
	width: 125px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px #725972 none;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sponsors {
    float:left;
    width:160px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 770px;
	border: 1px dotted #d8bfd8;
	background-color: #FFFFFF;
}
#nav_footer {
	position: relative;
	float: left;
	width: 740px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px dotted #725972;
	background-color: #FFFFFF;
	font-size: .8em;
}
#page_update {
	position: relative;
	float: left;
	width: 740px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px dotted #725972;
	font-size: .75em;
	text-align: left;
}

/* Masthead Styles */
#masthead h1 {
	color: #5F9EA0;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#nav_left ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#nav_left li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #FFFFFF;
}
#nav_left a {
	color: #40E0D0;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #fff;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}
#nav_left a:link {
	color: #40E0D0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav_left a:visited {
	color: #40E0D0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav_left a:hover {
	color: #414ee0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav_left a:active {
	color: #40E0D0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav_footer ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#nav_footer li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #FFFFFF;
}
#nav_footer a {
	color: #000080;
	text-decoration: none;
	display: inline;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}
#nav_footer a:link {
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav_footer a:visited {
	color: #40E0D0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav_footer a:hover {
	color: #414ee0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav_footer a:active {
	color: #5F7DA0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
/* Form Styles */
#form {
	border: thin solid #000000;
	padding: .5em;
	margin: 1em auto 1em auto;
	width: 100em;
	background-color: #FFFFFF;
	font-weight: bold;
}
#frmMembershipApp {
	border: thin solid #000000;
	padding: .5em;
	margin: 1em auto 1em auto;
	width: auto;
	background-color: #FFFFFF;
	font-weight: bold;
}
#RegistrationTable {
	width: 550px;
}
label {
	float: left;
	padding-right: 0.5em;
	width: 12em;
	text-align: right;
	font-weight: bold;
}
.submit {
	font-weight: bold;
	text-align: center;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: Navy;
}
h5 {
	font-size:.9em;
}    
#content img {
	padding: 5px;
	border: 0 #402640 solid;
}
#photo-gallery{
    vertical-align:top;
    text-align:center;
}
#photo-gallery img {
	padding: 0px;
	border: 0 #402640 solid;
	vertical-align: top;
	text-align: center;
}

a {
	color: #483D8B;
	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:hover {
	color: #3d808b;
	text-decoration: underline;
}
a:active {
}
li {
	padding-bottom: 5px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.welcome_text {
	font-size: 1em;
	color: #000080;
	text-align: center;
}
.about_text {
	font-size: 1em;
	color: #0000FF;
	text-align: center;
}
.about-text-title {
	font-size: 1.1em;
	color: #0000FF;
	text-align: center;
	font-weight: bold;
}
.text_left-blue {
	font-size: 1em;
	color: #003399;
	text-align: left;
}
.text_center-blue {
	font-size: 1em;
	color: #003399;
	text-align: center;
}
.text_indent-blue {
  font-size: 0.9em;
  color: #3333CC;
  margin-left: 10px;
  margin-right: 10px;
}
.text_left-indent-blue-Bold {
	font-weight: bold;
	color: #003399;
	text-align: left;
	margin-left: 3em;
}

.tble-index {
	border-spacing: 1px;
	table-layout: auto;
	width: 590px;
	font-size: .9em;
}
.tble-index_left {
	width: 100px;
	text-align: center;
}
.tble-index_right {
	width: 490px;
}
.about-list {
	list-style-type: disc;
	list-style-position: outside;
	color: #0000FF;
	vertical-align: middle;
}
.tble-line {
	width: 95%;
	text-align: center;
	color: #191970;
	font-size: xx-small;
}
.photo_caption {
	font-size: .8em;
	color: #3333CC;
	border-spacing: 0px;
}
.photo_caption-left {
	font-size: .8em;
	color: #3333CC;
	border-spacing: 0px; 
	text-align:left
}

.photo-gallery_thumbnail {
	padding: 0px;
	border: 0 #402640 solid;
	vertical-align: top;
	text-align: center;
	width:140px;
	height:93px;
}
.photo-gallery_photo {
	padding: 0px;
	border: 0 #402640 solid;
	vertical-align: top;
	text-align: center;
	width:500px;
	height:333px;
}
.photo-gallery_photo-2 {
	padding: 0px;
	border: 0 #402640 solid;
	vertical-align: top;
	text-align: center;
	width:500px;
	height:375px;
}
.photo-gallery_photo-portrait {
	padding: 0px;
	border: 0 #402640 solid;
	vertical-align: top;
	text-align: center;
	width:500px;
	height: 750px;
}
.photo-gallery_photo-portrait-2 {
	padding: 0px;
	border: 0 #402640 solid;
	vertical-align: top;
	text-align: center;
	width:500px;
	height: 667px;
}
.tble-600 {
	table-layout: fixed;
	border-spacing: 1px;
	width: 600px;
	color: #3333FF;
}
.tble-600-border {
	table-layout: fixed;
	border-spacing: 1px;
	width: 600px;
	color: #3333FF;
    border:1px;
}
.tble-500 {
	table-layout: fixed;
	border-spacing: 1px;
	width: 500px;
	color: #3333FF;
}
.tble-600-1 {
	border-style: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	table-layout: fixed;
	border-spacing: 0px;
	width: 600px;
	color: #3333FF;
}
.tble-title {
	padding: 0px;
	border-style: none;
	border-width: 0px;
	color: #191970;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}
.tble-bod_title {
	padding: 0px;
	color: #191970;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: auto;
}
.tbl-bod_title-img {
	padding: 0;
}
.tble-bod {
	width: 475px;
	table-layout: fixed;
	border-spacing: .5px;
}
.tble-bod_name {
	padding: 0px;
	color: #0001B2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: auto;
}
.tble-bod_staff {
	border-style: none;
	border-width: 0px;
	width: 550px;
	table-layout: fixed;
}
.tble-bod_staff-title {
	padding: 0px;
	color: #0001B2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
	width: 300px;
}
.tble-bod_staff-name {
	padding: 0px;
	color: #0001B2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.image-left {
	float: left;
}
.image-center {
	text-align: center;
}
.list_title-bold {
	font-weight: bold;
	font-size: 1.1em;
	color: #000066;
	list-style-type: disc;
}
.list_item_inside {
	font-size: .9em;
	color: #333399;
	list-style-position: inside;
	font-weight: normal;
}
.list_item_outside {
	font-size: .9em;
	color: #333399;
	list-style-position: outside;
	font-weight: normal;
}
.td_dues_name {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	color: #000099;
	width: 225px;
}
.td_dues_name-life {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #000099;
	width: 225px;
}
.td_dues_amount {
	font-size: 1em;
	font-weight: bold;
	color: #0000CC;
	text-align: right;
	width: 50px;
}
.td_newletter {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #000099;
	width: 150px;
}
.txt_center {
	text-align: center;
}
.txt_center_blue {
	text-align:center;
	font-size: 1em;
	color: #003399;
}
.txt_center_blue-bold {
	text-align:center;
	font-weight:bold;
	font-size: 1em;
	color: #003399;
}

.underline {
	text-decoration: underline;
}
.reg_tbl_1 {
	width: 25%;
	font-size: 1em;
	color: #003399;
	text-align: left;
}
.reg_tbl_2 {
	width: 60%;
	font-size: 1em;
	color: #003399;
	text-align: left;
}
.reg_tbl_3 {
	width: 15%;
	font-size: 1em;
	color: #003399;
	text-align: left;
}
.dl_links {
	font-size: 1em;
	font-weight: bold;
	color: #0000FF;
}
.dt_links {
	font-size: 1em;
	font-weight: bold;
	color: #3333FF;
	text-indent: 2em;
}
.dd_links {
	font-size: .9em;
	color: #3366FF;
	padding-bottom: .75em;
}
.tr_photo {
	vertical-align: top;
	text-align: center;
	border-spacing: 0px;
}
.reunion_table {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 600px;
}
.photogallery_subjects {
	font-size: 1em;
	color: #003399;
	text-align: left;
	padding-left: 100px;
}
.img_photogallery {
	border-style: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 140px;
	vertical-align: top;
	text-align: center;
}
.photo_credit {
	font-size: .75em;
	color: #0000CC;
	border-spacing: 0px;
}
.tbl_reunion_times {
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	color: #000099;
	width: 75px;
	padding-right: 10px;
}
.tbl_reunion_event {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000099;
	width: 350px;
	padding-left: 5px;
}
.tbl_reunion_cost {
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    color: #000099;
    width: 125px;
    padding-left: 5px;
}
.tbl_reunion_date {
	padding: 0px;
	border-style: none;
	border-width: 0px;
	color: #191970;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}
.text_left-indent-blue {
	font-size: 1em;
	color: #003399;
	text-align: left;
	margin-left: 2.5em;
	margin-top: 0em;
	width: auto;
}
.Thumbnail {
	padding: 0px;
	border: 0 #402640 solid;
	vertical-align: top;
	text-align: center;
}
red {
	color:#FF0000;
}
.photo_gallery_arrow {
	width: 20px;
	height: 18px;
}
    
.photo-center {
	text-align: center;
	vertical-align: text-bottom;
	padding-left: 25px;
}
