/*
*	 style1.css 
*
*	for NWCSinc.com
*
*	by J Black, Yellow Crayon LLC
*
* 2009-07-31:
*	Color scheme:		R%	G%	B%
*		Light Gray:	 68	 68	 68	#aaaaaa	rgb(170,170,170);
*		Medium Gray:	 60	 60	 60	#999999	rgb(153,153,153);
*		Half Gray:	 50	 50	 50	#808080	rgb(128,128,128);
*		Med Blue:	  6	 27	 45	#104473	rgb(16,68,115);
*	.	Dark Blue:	  3	 19	 35	#08305a	rgb(8,48,90);
*
*/

a.footer	{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	}

a.colorbg { 
	display: block; width: 200px; height:25px; 
	font-family: verdana;
	font-style: italic;
	font-size: 12px;
	font-weight: bolder;
	font-stretch: narrower;
	line-height: 25px;
	color: white;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	border: 0px;
	}

a.colorbg:hover { 
	background-color: rgb(170,170,170);
	}

a.topbuttons {
	display: block; zwidth: 200px; height:25px; 
	font-family: Times New Roman;
	zfont-style: italic;
	font-size: 17px;
	font-weight: bolder;
	line-height: 25px;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
	border: 0px;
	}

a.topbuttons:hover { 
	background-color: rgb(174,174,174); /* rgb(237,234,228); */
	}

	/* 2011-05-17 added to de-emphasize the link to the free web counter */
.hidelink a:link {font-size:6; font-weight:normal; color: lightgray; text-decoration: none}
.hidelink a:visited {font-size:6; font-weight:normal; color: lightgray; text-decoration: none}
.hidelink a:active {font-size:6; font-weight:normal; color: lightgray; text-decoration: none}
.hidelink a:hover {font-size:8; font-weight:normal; color: black; text-decoration: none}


body {
	background: rgb(128,128,128); 
        margin: 0;	/* works */
	font-family: Verdana,Arial,sans-serif;	/* seems to not work*/
	font-weight: bold;
	font-style: italic;	/* don't know */
        color: black;		/* text color, works */
	zzbackground-image:url('images/city-at-night-21.jpg');
	zzbackground-repeat:no-repeat;
	zzbackground-attachment:fixed;
        link: black;		/* doesn't work? */
        zlink: black;		/* doesn't work? */
        zlink: black;		/* doesn't work */
	}



div.maincolumn {
/*	width: 90%;
	height: 32px;*/
	padding-left: 35px;
	padding-right: 35px;  /* top right bottom left */
/*	background: rgb(170,170,170);
	vertical-align: center;
	font-family: Verdana,Arial,Sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
	color: black;
*/	}

div.pagetitle {
	/*width: 100%;*/
	height: 32px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: rgb(170,170,170);
	vertical-align: center;
	font-family: Verdana,Arial,Sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
	color: black;
	}

div.photocredit {
	text-align:center;
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	}

div.bar {
	width: 100%;
	height: 16px;
	background: rgb(170,170,170);
	}

h3	{
	font-size: 17px;
	font-weight: bold;
	}

hr.thingreen { 
	margin:0;
	color:rgb(50,25,0);
	}

zzp.narrative {
	text-align: justify;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px; /*14px;*/
	}

.narrative {
	text-align: justify;
	font-family: Verdana,Arial,sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px; /* 12px prints too small */
	}

.narrative_ch {
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px; /* was 15px */
	}

tr.navrow {
	border:0;
	padding:0;
	}

span.reqd {
	font-size: smaller;
	color: red;
	}

td.maincolumn {
	border: 0;
	padding: 0;
	background: white;
	vertical-align: top;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: small;
	}

td.navcell {
	width:200;
	border:0;
	padding:0;
	background: rgb(16,68,115);
	border-color: rgb(128,128,128);
	border-style: solid;
	border-width: 0px 0px 1px 0px; /* top right bottom left */
	}

td.navcelllast {
	width:86;
	border:0;
	padding:0;
	border-color: rgb(128,128,128); /* navy; /* rgb(61,72,0); */
	border-style: solid;
	border-width: 0px 0px 1px 0px; /* top right bottom left */
	}

td.form {
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	}

td.sa {
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	}

/* green is "3d4800" rgb(61,72,0) */



