@charset "UTF-8";
/* CSS for CSSOFFICERS.ORG; when the site stabalizes this can be split up into multiple pages */


/* -----------------------------------------------------

		Common positioning for all pages
	
----------------------------------------------------- */


body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #3C3C3C;
}


#mainColumn {
	/* position: relative;*/
	float: right;
	width: 600px;
	top: 10px;
	left: 100px;
	/*padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;*/
	padding: 10px 0 20px 10px;
	margin: 0;
	/*clear: both;*/
}

#sideColumn {
	/*position: relative;*/
	float: left;
	/*top: 18;*/
	/*top: 18px;*/
	left: 26;
	width: 240px;
	margin: 0 0 0 0;
	padding: 0;
}

#footerTable {
	margin: 32px 60px 6px 60px;
	width: 882px;
	border: none;
}

#nonheadWrapper {
	/*border: 2px dotted blue;*/
	background-image:url(../images/level2-blackhole_02.jpg);
	background-repeat: repeat-y;
}

/* -----------------------------------------------------

		Level 2 page positioning
	
----------------------------------------------------- */

.level2base #container, .cssofficershome #container {
	height: 1px; /* hack to force Win/IE6 into layout mode -- jm */
}

.level2base #container, .cssofficershome #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.level2base #header {
	background-image:url(../images/level2-blackhole_01.jpg);
	background-repeat: no-repeat;
	height: 156px; /* this is the height of the level2 page banner */
	/*background: #DDDDDD; */
	margin: 0; /* jm */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.cssofficershome #header {  /* ----------- separate settings for home page ------------ */
	background-image:url(../images/index2-blackhole_01.jpg);
	background-repeat: no-repeat;
	height: 225px; /* this is the height of the index page banner */
	margin: 0; /* jm */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it.*/
}

.level2base #header h1, .cssofficershome #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.level2base #mainContent {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	background-image:url(../images/level2-blackhole_02.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0; /* jm */
	padding: 0 76px;
	/*position: relative;  attempt to get two colums to behave */
	/*border: 1px dashed red;
	z-index: 5;*/
}

.cssofficershome #nonheadWrapper {
	background-image:url(../images/index2-blackhole_02.jpg);
	background-repeat: repeat-y;
}

.cssofficershome #mainContent {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	background-image:url(../images/index2-blackhole_02.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0; /* jm */
	padding: 0 76px;
}

.level2base #mainContent h1, .cssofficershome #mainContent h1 {
	margin: 0; /* jm -- this closes the seams between the three divs, see if this can be done with containing divs */
	padding-bottom: 10px;
}


.level2base #mainContent p, .cssofficershome #mainContent p {
	margin: 0; /* jm -- this closes the seams between the three divs, see if this can be done with containing divs */
	padding-bottom: 16px;
}


/* the next couple of selectors provide special positioning for the home page blurbs */
.cssofficershome #mainColumn p.homeblurb {
	padding-left: 150px;
	/*border: 1px dashed red;*/
}
	
.cssofficershome #mainColumn p img {
	float: left;
	margin-left: -150px;
}

.cssofficershome #mainColumn h1 {
	padding-top: 10px;
}
/* that's it for the home page blurbs */


.level2base #footer {
	clear: both; /* if i float content and side this should drop the footer beneath the tallest */
					/* however, it creates a 3 pix gap at the bottom */
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/level2-blackhole_04.jpg);
	background-repeat: no-repeat;
	height: 128px;
	margin: 0; /* jm */
}


.cssofficershome #footer {
	clear: both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/index2-blackhole_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 124px;
	margin: 0; /* jm */
}

.cssofficershome #sideColumn {
	margin-top: -76px;
	z-index: 120; /* will this stop DW from slipping it under the header div, making the top of it inaccessible in design mode? No. */
}

.level2base #footer p, .cssofficershome #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.level2base #bannerpic {
	position:relative;
	left:318px;
	top:53px;
	width:686px;
	height:88px;
	z-index:1;
	background-image:url(../images/water-L2banner.jpg);
	background-repeat: no-repeat;	
}

.cssofficershome #bannerpic {
	position:relative;
	left:318px;
	top:53px;
	width:686px;
	height:156px;
	z-index:1;
	background-image:url(../images/homepagebannerpic.jpg);
	background-repeat: no-repeat;
}

#bannerpic #bannerfeature {
	position: absolute;
	left: 400px;
	top: 12px;
	width: 200px;
	heignt: 145px;
	padding: 8px 3px;
	background-image: url(../images/opaque-panel.png);
	background-repeat: repeat-y;
}

#bannerpic #bannerfeature p {
	margin: 0 16px;
}

/*#bannerpic img#opaque-panel {
	position: absolute;
	left: 400px;
	top: 12px;
	width: 200px;
	heignt: 145px;
}*/



/* the following three selectors should work for both L2 and home pages, but not sure */

#navBar {
	position: relative;
	top: 18px;
	right: 60px;
	/*width: 500px;*/ /* set this width once the site has settled */
	z-index: 20;
	zoom: 1; /* another WIN/IE6 hack attempt */
}
	
#MenuBar1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7973A4;
	zoom: 1;
}

#homebutton {
	position: relative;
	top: 12px;
	left: 60px;
	width: 230px;
	height: 84px;
	float: left;
	margin: 0;
	padding: 0;
}





/* -----------------------------------------------------

		Global fonts and colors
	
----------------------------------------------------- */


body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7973a4;
	line-height: 16px;
}

.headline, h1 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}

.bodyhighlight, td.bodyhighlight {
	color: #66012f;
	font-weight: bold;
}

.bodyhighlight a, a.bodyhighlight {
	text-decoration: none;
}

.bodyhighlight a:hover, a.bodyhighlight:hover {
	color:  #CC6600;  /* flash the mustard color */
}

.eventheadline {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #66012f;
	font-weight: bold; /* added 1.1.08 */
}

.eventheadline a, a.eventheadline {
	text-decoration: none;
}

.eventheadline a:hover, a.eventheadline:hover {
	color:  #CC6600;  /* flash the mustard color */
}

.eventtext {
	/* may want to change line-height */
}

.creditlink, .creditlink a {
	/* credit links in the footer shouldn't stant out too much */
	text-decoration: none;
	font-weight: bold;
	color: #7973a4;
}

.creditlink a:hover, a.creditlink:hover {
	color:  #CC6600;  /* flash the mustard color */
}



/* **** from ccccio site ***** */

.subheadline{
	font-family : Verdana, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color:#666666;
}

#mainColumn {
	background: #FFFFFF;  /* gets rid of the faint banding in this column */
}



/* -----------------------------------------------------

		Tables
	
----------------------------------------------------- */


/* when creating these tables, use these classes for the elements
instead of defining column widths */
#mainColumn table.directory{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

/* use this for a column that creates a hanging indent */
#mainColumn table td.membernamecol{
	width: 160px;
	font-weight: bold;
	color: #66012f;
}

/* use this for the right-most column of the directory */
#mainColumn table td.assistantcol{
	width: 180px;
}

/* defines a narrow column, enough for a small graphic */
#mainColumn table td.indentcol, #sideColumn table td.indentcol{
	width: 20px;
	text-align: right;
}

/* h2 is dark orange with a thinner solid bottom border */
/* use to title sub-sections of a page */
#mainColumn td h2 {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color: #CC6600;
	border-bottom: 1px solid #CC6600;
	padding-bottom: 1px;
	padding-top: 10px;
}

#mainColumn td {
	vertical-align: top;
}

#mainColumn .directoryindex a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	border: 1px solid #CC6600;
	color: #66012f;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 6px;
	margin-top: 12px;
	
}

/*#mainColumn a.directoryindex:hover,*/ 
#mainColumn .directoryindex a:hover {
	color: #FFF;
	background-color: #CC6600;
}
