
/*??????????????????????????????????????????*/
/* Table of Contents: . . . . . . . . . . . */
/* html . . . . . . . . . . . . . . . . . . */
/* BODY . . . . . . . . . . . . . . . . . . */
/* MIDDLE SCROLLING COLUMN .. . . . . . . . */
/* HEADER FIXED . . . . . . . . . . . . . . */
/* LEFT COLUMN FIXED .. . . . . . . . . . . */
/* RIGHT COLUMN FIXED . . . . . . . . . . . */
/* FOOTER FIXED . . . . . . . . . . . . . . */
/* SUBSIDUARY (Information) PAGES . . . . . */
/* EXTRAS . . . . . . . . . . . . . . . . . */
/* IE6 ERROR BOX .. . . . . . . . . . . . . */
/* UN-USED ITEMS .. . . . . . . . . . . . . */
/*??????????????????????????????????????????*/

@charset "utf-8";

html 

/* ======================================== */
/* ............. BODY (Global) ............ */
/* ======================================== */
body {
	height: 100%; 
	font-size:medium; /*  1em; */
	margin:0;
	padding:0;
	scrollbar-base-color:#ff9900; 	/*works with IE only*/
	scrollbar-track-color:#ffffff; 	/*works with IE only*/
    }

h1 
{
	text-align: center; 
	font-family: Arial; 
	font-size:xx-large;  /* 1.6em; */
	color: #ee9a00; /*  do3300 */
	font-weight: bold; 
	font-style: italic; 
	padding: 0.4em 0.4em 0em 0.4em;
}

h2 {
	color: #545454;  
	text-align: left;   
	font-size:x-large;   /* 1.3em; */
}

h3 {
	color: #545454;  
	text-align: left;   
	font-size: large;   /* 1.1em; */
}

/* ~~~~~~~ <SPAN> FONT SIZE CLASSES ~~~~~~~*/
.size80 {font-size: 80%}
.size110 {font-size: 110%; color: #545454; font-weight: bold;}
.size120 {font-size: 120%; color: #545454; font-weight: bold;}
.size150 {font-size: 150%; color: #545454; font-weight: bold;}

/* ======================================== */
/* ....... MIDDLE SCROLLING COLUMN ........ */
/* ======================================== */
#centerbox
{
    color:inherit;
    background: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;  /* 1em */
	margin-top: 5.4em;
	margin-right: 12.5em;
	margin-bottom: 3em;
	margin-left: 13em;
	z-index: 0;
}

/* ~~~~~~ TITLE at top of each page ~~~~~~~~ */
.page-title 
{
	text-align: center; 
	font-family: Arial; 
	font-size: xx-large; /* 1.6em */
	color: #ee9a00; 
	font-weight: bold; 
	font-style: italic; 
	padding: 0.4em;
}

/* ~~~~~~~~ Main Column only LINKS ~~~~~~~~~*/
a:link      { color: blue; text-decoration: none;} /*  was underline */
a:visited   { color: blue; text-decoration: none;}
a:hover     { color:blue; background: aqua; font-weight: normal; text-decoration: none;}
a:active    { color: navy; text-decoration: none;}

/* ~~~~~~~ Members Info Page Links ~~~~~~~~ */
#committee {padding-top: 5em;}
#rules {padding-top: 6em;}
#fees {padding-top: 6em;}
#details {padding-top: 6em;}
#documents {padding-top: 6em;}
#payment {padding-top: 6em;}
#approved {padding-top: 6em;}
#doing {padding-top: 6em;}
#constitution {padding-top: 6em;}

/* ~~~~~~~~ SEARCH BOX ~~~~~~~~~~~ (HOME Page) */
#find {font-style:italic;}

/* ~~~~~~~~~~~ DropCaps ~~~~~~~~~~~~ */
.dropcap1 {font-size: 2.7em; color: #555555;  text-align: center; background: #ffffff; float: left; margin-top:-0.4em; margin-bottom:-0.4em; 
}
.dropcap2 {font-size: 24pt; color: #000000; text-align: center; border: #ff0000 2px solid; padding: 2px; background: #ffffff; float: left;  margin-right: 2px;
}

th.fees {background-color: aqua; width: 25%; align: center; border-bottom: 2px solid #ffffff;}
td.fees {background-color: #e7f3ff; width: 25%; text-align: center; border-bottom: 2px solid #ffffff;}

.resolution {width:25em; height:5em; }

.index {margin-top: 6em;} 

.meets {text-align: center; 
	font-family: Arial; 
	font-size: medium; /* 1em */
	color: #ee9a00; 
	font-weight: bold; 
	font-style: italic; 
	padding: 0em;
}

.rounded-corners-10 {
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    border: 1px solid #999;
    margin-left: 8%;
	margin-right: 8%;
    padding: 10px; 
    background-color: #ffffcb; 
    color: #dc0000;
    text-align: center; 
}

.rounded-corners-15
{   
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    border-radius: 15px; /* CSS3 */
    border: solid 1px;
    background-color: transparent;
    color: #e90;
    padding: 10px;
}
    
.rounded-corners-40
 {
    -moz-border-radius: 40px; /* Firefox */
    -webkit-border-radius: 40px; /* Safari, Chrome */
    border-radius: 40px; /* CSS3 */
    -moz-box-shadow: 3px 3px 10px #666; /* Firefox */
    -webkit-box-shadow: 3px 3px 10px #666; /* Safari, Chrome */
    box-shadow: 3px 3px 10px #666; /* CSS3 */
    margin-left: 25px;
	margin-right: 25px;
    padding: 0px 25px 0px 25px;
    border: 1px solid #ccc;
    background-color: transparent; 
    color: #000000;
}

.float-right
{           
    float: right; 
    margin: 0px 10px 0px 10px;
    
    }

/* ======================================== */
/* .............. HEADER FIXED ............ */
/* ======================================== */
/* ~~~~~~~~~~~~~~ Header BOX ~~~~~~~~~~~~~~ */
.header
{
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #b4e2fc;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 4.5em;
	z-index: 6;
}

/*~~~~~~~~~~~~~~~ Club Logo ~~~~~~~~~~~~~~~*/
.logobox
{
	text-align: left;
	height: 4em; /* 4.1 */
	width: 7.5em;
	margin-top: 0.4em;
	margin-left: 2em;
}
		
/*~~~~~~~~~~~ Header NAVIGATION ~~~~~~~~~~~*/
.nav_header
{
	position: fixed;															
	top: 3em;           
	margin-left: 13em;  /* 14 */
	word-spacing: 1.0em;  /* was 2.0em */
	font-family: Verdana, Arial;
	font-size: medium;  /* 0.95em */
	text-decoration: none;
	z-index: 6;
}		

/* ~~~~~~~ Header navigation LINKS ~~~~~~~ */
a.navtop:link {color: #000000; text-decoration: none; padding-left:0.5em;padding-right:0.5em;background-color:transparent;}/*   text-align:center;display:inline-block;  */
a.navtop:visited {color: #000000; text-decoration: none;}
a.navtop:hover {color: #000000; text-decoration: none; padding-left:0.5em;padding-right:0.5em;background-color:#9ff;} /*  text-align:center; display:inline-block;  */
/*a.navtop:hover {color: #000000; background: #eeeeee; padding-right: 0em; text-decoration: none;}*/
a.navtop:active {color: #000000;} 

/*.white-switch
{
     position:fixed; 
     top:0.1em;
     right:10.5em;
     color:#000000;
     background:#ffffff;
     border:outset;
     font-size:x-small;
     float:right;
     z-index: 6;
}*/

.beige-switch
{
     position:fixed; 
     top:0.1em;
     right:10.5em;
     color:#000000;
     background:#ececaa;
     border:outset;
     font-size:x-small;
     float:right;
     z-index: 6;
}

.black-switch
{
     position:fixed; 
     top:0.1em;
     right:0.5em;
     color:#ffffff;
     background:#000000;
     border:outset;
     font-size:x-small;
     float:right;
     z-index: 6;
}

/* ~~~~~ Horizontal navigation links ~~~~~~ */
li.nostyle {list-style: none; display: inline}

/* ======================================== */
/* ........... LEFT COLUMN FIXED .......... */
/* ======================================== */
/* ~~~~~~~~~~~~~ Left column BOX ~~~~~~~~~~~*/
.leftcolumn
{
	position: fixed;
	left: 0.2em; 
	top: 4.7em; /* 5em */
	width: 12em; 
	line-height: 1.2em; 
	background: #ffffff;
    color:inherit;
	font-family: Verdana, Arial;  
	font-size: medium; /* 0.95em; */
	z-index: 5;
}

/* MEMBERS + EVENTS headings top of left column */
.members_sign
{
	margin-top: 0.5em; 
	margin-bottom: 0.1em; 
	margin-left: 0.5em; 
	font-style: italic;
    color:#000000;
    background:transparent;
}

/* ~~~~~~~~ Left column NAVIGATION ~~~~~~~~~ */
.left_menu    
{
	height: 1.2em;
	width: 11em;
	margin-left: 1em;
	margin-right: 0em;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family: Verdana, Arial;
	text-decoration: none;
}

/* ~~~~~ Left colunm navigation LINKS ~~~~~ */
 .navleft:hover {display: block;}
 a.navleft:link {color: #000000; text-decoration: none; padding-left: 0.5em; display: block;} 
 a.navleft:visited {color: #000000; text-decoration: none; padding-left: 0.5em; display: block;} 
 a.navleft:hover {color: #000000; text-decoration: none; background: #9ff; display: block;}
 a.navleft:active {color: #000000; padding-left: 0.5em; display: block;} 

/* ======================================== */
/* .......... RIGHT COLUMN FIXED .......... */
/* ======================================== */
/* ~~~~~~~~~~~ Right column BOX ~~~~~~~~~~~ */
.rightcolumn
{
	position: fixed;
	right: 0em;
	top: 4.6em;
	width: 12em; /*13em*/
	height: 98pc;
	background: #ffffff;
	line-height: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;  /* 0.95em */
	z-index: 5;
}
/* ~~~~~~~~ Right Column NAVIGATION ~~~~~~~~ */
/* ~~~~~~~~~ Right Column DIV style ~~~~~~~~~~ */

.right_menu   /* new */ 
{
	height: 1.2em;
	width: 11.25em; /* 10.6 */
	margin-left: 0em; /* 1em */
	margin-right: 0em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-family: Verdana, Arial;
	text-decoration: none;
}

/* ~~~~~~~~~ Weather Forcast Feature ~~~~~~~~~~ */
.weather
{
	width: 120px; height: 60px; 
	margin-bottom: 2em; 
	margin-left: 2em; 
	margin-top: 1em; 
	background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/clouds_120x60_bg.jpg );
}

.forcast
{
  text-align: center; 
  font-family: arial, helvetica, verdana, sans-serif; 
  font-size: 10px; /*  */
  line-height: 12px; 
  color: #0000ff;
}

.notice
{
  width: 85%; margin-top: 1em; margin-right: auto; margin-bottom: 1em; margin-left: auto; 
  background-color: navy; color: white; text-align: center; padding: 4px;
 }

/* ~~~~~ Right colunm navigation LINKS ~~~~~ */  /* new */
 .navright:hover {display: block;}
 a.navright:link {color: #000000; text-decoration: none; padding-left: 0.4em; display: block;} 
 a.navright:visited {color: #000000; text-decoration: none; padding-left: 0.4em; display: block;} 
 a.navright:hover {color: #000000; background: #cdb; text-decoration: none; display: block;}
 a.navright:active {color: #000000; padding-left: 0.4em; display: block;} 


/* ======================================== */
/* ............  FOOTER FIXED  ............ */
/* ======================================== */
/*~~~~~~~~~~~~~~ Fixed Footer ~~~~~~~~~~~~~~*/
.footer
{
	position: fixed;
	bottom: 0em;
	border-top: 1px solid gray;
    background-color: white;
	font-size: small; /* 12px */
	width: 100%;
    margin-left: auto;
	margin-right: auto;
	height: 2em;
	padding-left: 1em;
	z-index: 7;
}

/* ======================================== */
/* ............... EXTRAS ................. */
/* ======================================== */

.red{color: red;}
.extract
{
  float: right; 
  margin: 0px 10px 0px 6px; 
  border-right: double orange;
  border-left: double orange;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  color: #999;
  }

 
/* Next 12 items relate to Digital Photography page */
div.left_2em {margin-left: 2em}
div.left_4em {margin-left: 4em}
div.left_6em {margin-left: 6em}

p.bigred {color: maroon; background: #fff8dc; display: block; padding: 0.4em;}
p.left {text-align: left}
p.center {text-align: center}
p.bparry {font-family: 'Rage Italic'; font-size: 2em; color: #0000ff;}

.searchbox {margin-left: 0.65em; margin-top: 1.2em;}
.greyout {color: #cccccc}
span.black {color: #000000}
span.size80 {font-size: 80%}
span.size120 {font-size: 120%; color: #545454; font-weight: bold;}/* Used at top of Digital Photography page */
span.xxxsize150 {font-size: 150%; color: #545454; font-weight: bold;}
span.space {margin-left: 6px;  margin-right: 4px;} /*image spacers*/

/* ~~~~~ list bullet ICON alternatives ~~~~~ */
.appgo  {list-style-image: url("images/application_go.png");} /*appligation + go*/
.arrowhead {list-style-image: url("images/Yellow-arrowhead.gif"); }
.red-arrow {list-style-image: url("images/red-arrow.gif"); }
.red-dot {list-style-image: url("images/reddot1.gif");}
.green-dot {list-style-image: url("images/greenball.gif");}
.newsign  {list-style-image: url("images/new_sign.png");}     /*new sign*/
.ticka {list-style-image: url("images/tick.gif");}            /*orange tick*/
.tickb {list-style-image: url("images/tick_check16x16.gif");} /*tick in box*/

/* list to bullet space to include icons */
li.space {padding-left: 1.0em;} 

img.vmiddle {vertical-align: middle}

.vmiddle {vertical-align: middle} /*middle {width: 100%; text-align: center;}*/
			
.middleImage {vertical-align: super;}

.centeredImage {text-align:center; margin-top:0px; margin-bottom:0px;padding:0px;}

.clearspace {margin-top: 0.3em;	margin-right: 0.7em; margin-bottom: 0em; margin-left: 0.4em;}

.clearspace20 {margin-left: 20px; margin-right: 20px;}

/* Box at top of Web Design page */
.member_sites {text-align: center; border: 1px solid; margin-top: 8px; background-color: #ffffcb; color: #dc0000; padding: 5px 10px 5px 10px;} /* ffffee orange*/

/* ======================================== */
/* ........... IMAGE POSITION .............. */
/* ======================================== */
img.left {float: left; margin: 0px 8px 0px 0px; border: none;}
img.right {float: right; margin: 0px 0px 0px 4px; border: none;}

/* ======================================== */
/* ........... IE6 ERROR BOX .............. */
/* ======================================== */
/* styles for IE6 error box */  
.error {  
	background:#FBE3E4;  
	color:#8a1f11;  
	border-color:#FBC2C4;  
	padding:20px;  
	border:dashed 2px red;  
	width:60%;  
	margin:0px auto;  
	font-family:Arial, Arial, Helvetica, sans-serif;  
	font-size: medium;  /* 1em */
	line-height:1.3em;  
}  
.error a, .error a:hover{color:#8a1f11;} /* IE6 error box only */  




