/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* begin orignal 961-mobile.css ----  style above this are from the normalize.css file */
@charset "UTF-8";
/*file name 961-mobile.css*/
html, body {
height : 100%;
	width: 100%; 
margin : 0;
padding : 0;
border : 0;
background-color : #000;
	 background-image : url(usa-flag-c.jpg); /* background-image : url(us_flag-3.png);  http://freeclipartstore.com/American%20Flag%20Clip%20Art%20Pg%201.htm */
background-repeat : repeat;
}
#container {
	background-color: #777; /* background-color: #993310*/
	width: 98%; /* forcing screen width to 480px for testing*/
	margin-right: auto; /* centering screen for testing*/
	margin-left: auto;	/* centering screen for testing*/
/* 	border : 1px solid #fff;	white border for testing*/
	/*background-image : url(usa-flag-c.jpg);  background-image : url(us_flag-3.png);  http://freeclipartstore.com/American%20Flag%20Clip%20Art%20Pg%201.htm 
background-repeat : repeat;*/
}
#nav {
	background-color: #777;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	/* added styles below 
background-image : url(us_flagwo.jpg);*/
/* 	border : 1px dashed #0f0;	green border for testing*/
}
#article{
	background-color: #777;
	width: 100%;
		height: 100%;

}
#header {
	background-color: #777;
width : 100%;	
/* 	border : 1px dashed #00f;	blue border for testing*/	
}
/*
.pic-cap {
	background-color: #996632;
	margin: .5%;
	height: 120px;
	width: 50%;
	float: right;
	padding-left: .5%;
	padding-top: .5%;
}
*/
#footer {
	height:80px;
	background-color: #777;
	clear: both;
	padding-left: 5px;
	/*background-image : url(us_flagwo.jpg); */

}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #777;
}
#pagedate {
color : #fff;
font-weight : bold;
font-size : 80%;
text-align : center;
width : 99%;
margin-right : auto;
margin-left : auto;
 padding: 1%;
}
#credit2 {
color : #fff;
overflow : hidden;
font-weight : bold;
font-size : 70%;
text-align : center;
width : 80%;
margin-left : auto;
margin-right : auto;
/*background-color : #fdf5e6; */
border-bottom : 1px solid #000;
}

#topmenulist ul {
font : 10pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
/*padding-left : 2px; */
list-style-type : none;
width : 95%;
margin-left: auto;
margin-right: auto;

}
#topmenulist li {
font : 10pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
/*padding-left : 2px; */
width : 95%;
list-style-type : none;
text-align : center;
background-color:white;
border-radius : 30px;  
box-shadow : 3px 3px 8px 5px #A9A9A9 ; 
margin : 0;   
 /*  background-color:white;      box-shadow:-1px -1px 10px 4px Silver ;  */
}
#bottommenulist ul {
font : 10pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
/*padding-left : 2px; */
list-style-type : none;
width : 95%;

margin-left: auto;
margin-right: auto;

}
#bottommenulist  li {
font : 10pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
text-align : center;
width : 95%;
list-style-type : none;
background-color:white;
border-radius: 30px;  
box-shadow: 3px 3px 8px 5px #A9A9A9  ;  
/*border-bottom: SOLID 1px #0f0; */ 
}
.smalllist ul{
font : 8pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
padding-left : 3px;
/*padding-left : 4px;*/
list-style-type: none;
/*margin-left : 2px;*/
width: 95%;
}
.smalllist li, li , li, li, li{
font : 8pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
padding: 2px;
/*padding-left : 4px;
list-style-type: none;*/
/*margin-left : 2px;*/
width: 95%;
}
.largelist ul {
font : 10pt Arial, geneva, helvetica;
color : #000;
line-height : 1.4em;
margin : 10px;
}
.largelist li, li {
font : 10pt Arial, geneva, helvetica;
color : #000;
line-height : 1.5em;
}
.boldlargelist  ul {
font : 12pt Arial, geneva, helvetica;
color : #000;
line-height : 1.4em;
margin : 10px;
font-weight : bold;
text-align : justify;
}
.boldlargelist li, li {
font : 12pt Arial, geneva, helvetica;
color : #000;
line-height : 1.5em;
font-weight : bold;
text-align : justify;
margin : 5px;
}
.dotlist ul {
font : 10pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
width : 90%;
padding : 2px;
margin-left : 4%;
list-style-type : disc;
}
.dotlist li  li {
font : 10pt Arial, geneva, helvetica;
color : #000;
font-weight : bold;
width : 90%;
padding : 2px;
margin-left : 4%;
list-style-type : disc;
}
.orderlist ol{
font : 12pt Arial, geneva, helvetica;
color : #fff;
font-weight : bold;
padding : 2px;
padding-left : 20%;
list-style-type: decimal;

}
.orderlist li {
font : 12pt Arial, geneva, helvetica;
color : #fff;
line-height : 1.4em;
font-weight : bold;
width : 75%;
list-style-type: decimal;
	margin-right: auto;
	margin-left: auto;
}
p {
font-size : 100%;
line-height : 1.4em;
margin-top : 1.5em;
/*margin-bottom : 1.5em;*/
margin-left : 2%;
text-indent : 1em; 
/*padding-left : 1.6%;
padding-right : 1.3%;*/
text-align : justify;
width : 95%;
font-weight : bold;
}
p.c1 {
font-style: italic;
}
.red {
font-style: italic;
color : #ff0000;
font-size : 120%;
}
p:f
p:first-letter {
color : #fff;
font-size : 200%;
font-style : italic;
font-family : cursive;
}
a {
text-decoration : underline;
font-weight : bold;
outline : none;
color : gray; /*color : #FFD700;*/
}
/*
a:visited {
color : #ff0000;
}
a:active {
color : #0000ff;/*color : #551a8b;*/
}
a:hover {
text-decoration : underline;
color : #0f0;
font-size : 103%;
font-style : italic;
}
*/
/*Unvisited links olive*/
a:link{
   color:purple;
   text-decoration: underline;
}

/*Visited links*/
a:visited{
   color:red;
   text-decoration:none;
}

/*Mouse pointer hovering over link*/
a:hover{
   color:black;
   background-color:yellow;
   text-decoration: underline;
}

/*Mouse pointer on link and mouse button down purple */
a:active{
   background-color:silver; 
   text-decoration: none;
}
/* Highlight any span of text i.e.  <span class="hilite">text </span> or <p class="hilite"> text </p>    */
.hilite{
  background-color:yellow;
}
-----------
/*
bgcolor="#00CC00">Newest Members since
bgcolor="#99FFFF">Widowed Members
bgcolor="#FFD700">Plank Owner
bgcolor="#99FFFF">Deceased Association Members
bgcolor="#f0e68c"> Deceased Plank Owner
bgcolor="#FFCCFF">Deceased Association Member &amp; Wife
#dddddd

*/
.vw1 {
color : #ff0000;
font-size : 200%;
font-style : italic;
font-weight : bold;
text-align : center;
}
h1, h2 {
color : #eee;
/*border-bottom : 4px dotted #0000ff;*/
font-size : 150%;
text-align : center;
font-variant : small-caps;
margin:0px;
}
h3, h4, h5, h6 {
color : #eee;
/*border-bottom : 4px dotted #0000ff;
font-size : 100%;*/
text-align : center;
font-weight : bold;
font-variant : small-caps;
/*margin-left : auto;
margin-right : auto;*/
font-family : Arial, geneva, helvetica;
margin:0px;
}
img {
border : 0px;
 max-width: 100%;
}
img.left {
padding : 0px;
float : left;
margin-left: 0%;
}
img.right {
padding : 5px;
float : right;
margin-right: 2%;
}
img.center {
display : block;
margin-left : auto;
margin-right : auto;
}
.contact {
color:#000;
font-size : 80%;
text-align : left;
font-weight : bold;
font-variant : small-caps;
}
.featurered {
font-style : italic;
color : #fff;
text-align : center;
font-size : 85%;
font-weight : bold;
}
.pageinfored {
font-variant : small-caps;
color : #ff0000;
border-bottom : 1px dotted #0000ff;
font-size : 100%;
text-align : center;
}
.pagedate {
color : #fff;
border-bottom : 1px dotted #0000ff;
font-size : 80%;
text-align : center;
width: 35%;
	margin-right: auto;/* centering screen for testing*/
	margin-left: auto;	/* centering screen for testing*/
}
.aside {
	background-color: #fff;
	color : #0000ff;
	font-size : 80%;	
	float: right;
	width: 35%;
	margin: 1%;
	border:1px solid #000;
	padding: 1%;
}
.subtitle {
font-variant : small-caps;
color : #fff;
font-size : 100%;
text-align : center;
}
.line {
border-bottom : 3px dotted #fff;
width:70%;
	margin-right: auto;/* centering screen for testing*/
	margin-left: auto;	/* centering screen for testing*/
}
.buttonnav {

width : 100px;
height : 25px;
font-size : 100%;
font : 10pt geneva, Arial, helvetica;
font-weight : bold;
margin-left : auto;
margin-right : auto;
/* margin : auto;*/
background-color : yellow;
border-style : ridge;
border : 4px solid #FFFFE0;
text-align : center;
/*bottom : 25px;*/
}
ul.multiple_columns li {
text-align : left;
font-size : 100%;
font : 10pt Arial, geneva, helvetica;

list-style : none;
/*width : 45%;*/
margin-left: 2px;
width : 99%;
}
/*
ul.multiple_columns li {
text-align : left;
font-size : 100%;
font : 10pt Arial, geneva, helvetica;
font-weight : bold;
float : left;

list-style : none;
width : 155px;
margin-left: 2px;
}
ul.single_column li {
text-align : justify;
font-size : 100%;
font : 10pt Arial, geneva, helvetica;
font-weight : bold;
float : left;

margin-left: 2px;
text-align : justify;
list-style : none;
width : 640px;
}
*/
ul.single_column li {
text-align : justify;
font-size : 100%;
font : 10pt Arial, geneva, helvetica;
font-weight : bold;
float : left;
color : #eee;
margin-left: 2px;
list-style : none;
width : 99%;
}
ul.indexpage_columns li {
text-align : justify;
font-size : 100%;
font : 10pt Arial, geneva, helvetica;
font-weight : bold;
float : left;
list-style : none;
width : 210px;
}
.stopflow {
clear : both;
}
.smcomment {
color : #0000ff;
border: 4px dotted #0000ff;
font-size : 90%;
text-align : justify;
width : 80%;
margin-left : auto;
margin-right : auto;
padding : 4px;
}
.subtitle {
font-variant : small-caps;
color : #000080;
font-size : 100%;
text-align : center;
}
/* Typical USE for subtitle1 under large centered images */
.subtitle1 {
/*font-variant : small-caps;*/
color : #fff;
padding : 4px;
font-size : 90%;
font-weight : bold;
margin-left : auto;
margin-right : auto;
/*text-align : center;
margin-left : 15%;*/
text-align : justify;
width: 60%;
border-bottom : 4px dotted #0000ff;
}
.subtitlered {
font-variant : small-caps;
color : #dd0000;
font-size : 100%;
text-align : center;
}
.pageName {
color : #fff;
font-size : 140%;
text-align : center;
}
.tablenorm table {
margin-left : auto;
margin-right : auto;
color : #000;
font-size : 70%;
vertical-align : top;
font-weight : bold;
border : #bbb solid 1px; 
border-collapse : collapse;

padding : 1px; /* padding : 0.7em; */
background-color : #fff;
}
.tablenorm th {
/*font-size : 90%; */
vertical-align : top;
border : #bbb solid 1px;
line-height : 1.5em;
padding : 1px; /* padding : 0.7em; */
text-align : center;
border-collapse : collapse;
/*width : 12%;*/
color : #900;
}
.tablenorm td {
/*font-size : 90%; */
vertical-align : top;
border : #bbb solid 1px;
line-height : 1.5em;
padding : 1px; /* padding : 0.7em; */
text-align : left;
border-collapse : collapse;
font-weight : bold;
/*width : 88%; */
color : #000;
}

.tablesmall table {
margin-left : auto;
margin-right : auto;
font-size : 90%;
font-family : Arial, geneva, helvetica;
width : 65%;
text-align : left;
font-weight : bold;
vertical-align : top;
/* border : #f5f5dc dotted 0; */
border-collapse : collapse;
}
.tablesmall tr, td {
font-size : 90%;
vertical-align : top;
font-family : Arial, geneva, helvetica;
/* border : #f5f5dc dotted 0;*/
line-height : 1.2em;
padding : 5px;
text-align : left;
border-collapse : collapse;
}
.tablesmall tr, th {
vertical-align : top;
font-family : Arial, geneva, helvetica;
font-size : 90%;
/* border : #f5f5dc dotted 0;*/
line-height : 1.2em;
padding : 5px;
text-align : center;
border-collapse : collapse;
}
tr.c1 {
background-color : #00cc00; /* Newest Members */
}
tr.c2 {
background-color : #99ffff;  /* Deceased Association Members / Widowed Members */
}
tr.c3 {
background-color : #ffd700; /* Plank Owner / deceased Plank Owner */
}
tr.c4 {
background-color : #f0e68c; /* Deceased Plank Owner */
}
tr.c5 {
background-color : #ffccff; /* Deceased Association Member &amp; Wife */
}
td.c1 {
background-color : #00cc00; /* Newest Members */
}
td.c2 {
background-color : #99ffff; /* Deceased Association Members / Widowed Members */
}
td.c3 {
background-color : #ffd700;  /* Plank Owner / deceased Plank Owner */
}
td.c4 {
background-color : #f0e68c; /* Deceased Plank Owner */
}
td.c5 {
background-color : #ffccff; /* Deceased Association Member &amp; Wife */
}
tr.c6 {
color : red;
font-size : 100%;
text-align : center;
font-weight : bold;
}
td.c7 {
background-color : #ddd; /* #dddddd; */
color : #900;
}
th.c7 {
background-color : #ddd; /* #dddddd; */
text-align : center;
color : #900;
}
tr.c7 {
background-color : #ddd; /* #dddddd; */
text-align : center;
color : #900;
}