
/*??????????????????????????????????????????*/
/* 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: 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: 1.6em; 
	color: #ee9a00; 
	font-weight: bold; 
	font-style: italic; 
	padding: 0.4em;
}

/*{
	color: #545454; 
	text-align: center;
	font-family: Arial; 
	font-size: 1.45em; 
	color: #ff9a00; 
	font-weight: bold; 
	font-style: italic; 
}*/

h2 {
	color: #545454;  
	text-align: left;   
	font-size: 1.3em;  
}

h3 {
	color: #545454;  
	text-align: left;   
	font-size: 1.1em;
}

/* ======================================== */
/* ....... MIDDLE SCROLLING COLUMN ........ */
/* ======================================== */
#centerbox
{
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;  
	margin-top: 5.4em;
	margin-right: 12.5em;
	margin-bottom: 3em;
	margin-left: 12.5em;
	z-index: 0;
}

/* ~~~~~~ TITLE at top of each page ~~~~~~~~ */
.page_title 
{
	text-align: center; 
	font-family: Arial; 
	font-size: 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: 6em;}
#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;}

/* ~~~~~~~~~~~ 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;}

.index {margin-top: 6em;} 

/* ======================================== */
/* .............. 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: 5;
}

/*~~~~~~~~~~~~~~~ Club Logo ~~~~~~~~~~~~~~~*/
.logobox
{
	text-align: left;
	height: 4.1em;
	width: 7.5em;
	margin-top: 0.4em;
	margin-left: 2em;
}
		
/*~~~~~~~~~~~ Header NAVIGATION ~~~~~~~~~~~*/
.nav_header
{
	position: fixed;															
	top: 3em;           
	margin-left: 14em;  
	word-spacing: 3em;  /* was 4.5em */
	font-family: Verdana, Arial;
	font-size: 0.95em;
	text-decoration: none;
	z-index: 5;
}		

.nav_headernew /* trial for extra links in header */
{
	position: fixed;															
	top: 3em;           
	margin-left: 14em;  
	word-spacing: 2.5em;  
	font-family: Verdana, Arial;
	font-size: 0.95em;
	text-decoration: none;
	z-index: 5;
}	

/* ~~~~~~~ Header navigation LINKS ~~~~~~~ */
a.navtop:link {color: #000000; text-decoration: none; padding-left: 0em;}
a.navtop:visited {color: #000000; text-decoration: none; padding-left: 0em;} 
a.navtop:hover {color: #000000; background: #eeeeee; padding-right: 0em; text-decoration: none;}
a.navtop:active {color: #000000; padding-left: 0.5em; padding-left: 0em;} 

/* ~~~~~ Horizontal navigation links ~~~~~~ */
li.nostyle {list-style: none; display: inline}

/* ======================================== */
/* ........... LEFT COLUMN FIXED .......... */
/* ======================================== */
/* ~~~~~~~~~~~~~ Left column BOX ~~~~~~~~~~~*/
.leftcolumn
{
	position: fixed;
	left: 0.2em; 
	top: 5.2em;
	width: 12em; 
	line-height: 1.1em; 
	background: #ffffff;
	font-family: Verdana, Arial;  
	font-size: 0.95em; 
	z-index: 5;
}

/* MEMBERS + EVENTS headings top of left column */
.members_sign
{
	margin-top: 0.2em; 
	margin-bottom: 0.1em; 
	margin-left: 0.5em; 
	font-style: italic;
}

/* ~~~~~~~~ Left column NAVIGATION ~~~~~~~~~ */
.left_menu    
{
	height: 1.2em;
	width: 10.6em;
	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 ~~~~~ */
 a.navleft:link {color: #000000; text-decoration: none; padding-left: 0.5em;} 
 a.navleft:visited {color: #000000; text-decoration: none; padding-left: 0.5em;} 
 a.navleft:hover {color: #000000; background: #eeeeee; display: block; text-decoration: none;}
 a.navleft:active {color: #000000; padding-left: 0.5em;} /*display: block;*/

/* ======================================== */
/* .......... RIGHT COLUMN FIXED .......... */
/* ======================================== */
/* ~~~~~~~~~~~ Right column BOX ~~~~~~~~~~~ */
.rightcolumn
{
	position: fixed;
	right: 0em;
	top: 4.9em;
	width: 12em; /*13em*/
	height: 98pc;
	background: #ffffff;
	line-height: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 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;
}

/* ~~~~~ Right colunm navigation LINKS ~~~~~ */  /* new */
 a.navright:link {color: #000000; text-decoration: none; padding-left: 0.4em;} 
 a.navright:visited {color: #000000; text-decoration: none; padding-left: 0.4em;} 
 a.navright:hover {color: #000000; background: #eeeeee; display: block; text-decoration: none;}
 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: #ffffff;
	font-size: 12px;
	width: 100%;
	height: 2.2em;
	z-index: 7;
}

/* ======================================== */
/* ............... EXTRAS ................. */
/* ======================================== */

 span.c2 {font-color:}
 span.c3 {background-color: aqua; border: solid 1px; padding: 0.4em; font-size: 1em; line-height: 115%; font-family: 'arial','sans-serif'}
 span.c5 {font-size:}
 span.c6 {font-size: 1.0em; color: #008000}
 span.c7 {color: blue}
 span.c8 {FONT-SIZE: small; COLOR: #008000}
 span.c9 {font-size: 1.5em; color: darkorange}
 span.c14 {color: white; background-color: navy}
 span.space {hspace: 6;  vspace: 4;} /*image spacers*/

 p.c0 {hspace: 6;  vspace: 4; border: 0;}
 p.c4 {text-align: center}
 p.c10 {text-align: left}
 p.bparry {font-family: 'Rage Italic'; font-size: 2em; color: #0000ff; font-style: none}

/* 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}

span.black {color: #000000}
span.size80 {font-size: 80%}
span.size120 {font-size: 120%; color: #545454;}/* Used at top of Digital Photography page */
span.size150 {font-size: 150%}

/* ~~~~~ list bullet ICON alternatives ~~~~~ */
.appgo  {list-style-image: url("images/application_go.png");}
.newsign  {list-style-image: url("images/new_sign.png");}
.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.2em;} 

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;}

/* Box at top of Web Design page */
.member_sites {text-align: center; border: 0px solid; margin-top: 8px; background-color: #eeffff; color: orange; padding: 5px 10px 5px 10px;}

/* ======================================== */
/* ........... 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:1em;  
	line-height:1.3em;  
}  
.error a, .error a:hover{color:#8a1f11;} /* IE6 error box only */  

/* ======================================== */
/* ........... UN-USED ITEMS .............. */
/* ======================================== */


