/* file: main.css */ /* Main CSS rules for www.nacse.org */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	background-color: #414e80;
	background-color: #424b6b;
	background: #2e354b;
	margin: 1.85em 1.85em;
}

img {
	border: 0;
}

h1,h2,h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.35em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: .95em;
}

p,address,table {
	margin: .5em 1em;
}

table {
	/* removing the black border from the table in the projects->maps page  and home->staff page *
	border:2px solid black;
	/**/
	border-collapse: collapse;
	/* why in the world is this needed? shouldn't it be default? */
	font-size:1em;
}

th {
	background-color: rgb(230, 230, 230);
	/* removing this gets rid of our tables' solid border as well (for the headers at least) *
	border:1px solid black;
	/**/
}

td { /* here's our last table border removal *
	border:1px solid silver;
	/**/
	padding: 2px;
}

/* here is table hover turn-to-grey
tr:hover {
background-color:rgb(230,230,230);
}
*/

a:hover {
	color: red;
	text-decoration: none;
}

ul,ol {
	margin: 1em 2em;
	padding: 0;
	text-indent: -1em;
}

li { /* this is causing a tab-over in IE! */
	list-style-position: inside;
	/* fix by removing it inside of #subnav */
	margin-bottom: .3em;
}

blockquote {
	padding: 20px 40px .5em;
	font-family: Georgia, Times, serif;
	background: url("/images/quote.gif") 10px .75em no-repeat;
	margin: .5em 0;
}

#wrapper {
	margin: 0px auto;
	border: 1px solid #cfd4e6;
	/* original *
	background:white url("/images/back_col.png") repeat-y left;
	/**/ /* my attempt to fix an IE bug */
	background: rgb(66, 75, 107);
	/**/
	max-width: 780px;
	min-width: 625px;
}

#header {
	background: black url("/images/hood.jpg") no-repeat top left;
	height: 135px;
}

#header h1 {
	margin: 0 0 0 0px;
	padding: 98px 25px 0px 5.5em;
	letter-spacing: 2px;
	color: white;
	font-weight: normal;
	font-size: 15px;
	text-indent: -5em;
	text-align: right;
	height: 20px;
	overflow: hidden;
}

#footer {
	background-color: #805840;
	background-color: #6b405b;
	color: #e6d7cf;
	font-size: .85em;
	padding: 4px 0px;
	text-align: center;
	border-bottom: 1px solid #cfd4e6;
}

#footer a {
	color: #e6d7cf;
}

#footer a:hover {
	color: #bf6730;
	text-decoration: none;
}

#logo {
	float: left;
	border-right: 1px solid #414e80;
}

#globalnav {
	margin-left: 125px;
	list-style: none;
	font-size: .9em;
	min-height: 1.32em;
	width: 600px;
	text-indent: 0;
	position: absolute;
	top: 140px;
}

#globalnav li {
	display: inline;
	height: 1em;
	margin-left: .45em;
}

#globalnav a {
	padding: 2px 8px;
	text-decoration: none;
	color: white;
	border: 1px solid #e6d7cf;
	border-bottom: none;
	background: #805840;
	background: #6b5b41;
	background: #424b6b;
	letter-spacing: 1px;
}

#globalnav a:hover,#globalnav .current a {
	color: black;
	background: #ffeccd;
	border: 1px solid black;
	border-bottom: 0;
	top: -3px;
	position: relative;
	padding-bottom: 5px;
}

#globalnav a:hover,#subnav a:hover {
	text-decoration: underline;
}

#subnav {
	text-indent: 0;
	background: #424b6b url("/images/top-fade.jpg") repeat-x top;
	width: 122px;
	width: 122px;
	margin: 0px;
	padding: 35px 0px 0px 0px;
	list-style: none;
	color: white;
	font-size: .9em;
	float: left;
	clear: left;
	font-family: verdana, arial, helvetica, sans-serif;
}

#subnav li {
	text-indent: 0;
	border-bottom: 1px solid #cfd4e6;
	/* here's our IE unintended tab fix: */
	list-style-position: outside;
}

#subnav a {
	text-indent: 0;
	color: white;
	display: block;
	text-decoration: none;
	padding: 4px;
}

#subnav a:hover {
	color: rgb(162, 187, 218);
}

#firstsubnav {
	border-top: 1px solid #CFD4E6;
}

#lastsubnav {
	background: url("/images/bottom-fade.jpg") repeat-x;
	display: block;
	height: 50px;
	width: 122px;
	margin: 0;
	padding: 0;
	border-bottom: 0 !important;
}

#content {
	font-family: arial, helvetica, sans-serif;
	min-height: 300px;
	margin-left: 122px; /* needed for FF rendering */
	padding: 6px;
	border-left: 1px solid #414e80;
	/* attempt at fixing the white left-side line in MSIE */
	background-color: white;
}

#content p,#content h2,#content h3,#content ul,#content ol,#content h1 {
	max-width: 800px;
}

/* looks like we're getting a peekaboo IE bug within the content div ... here's a fix from 
http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */
/* Hides from IE5-mac \*/
* html #content {
height: 1%;
}

/* End hide from IE5-mac */
#breadcrumbs {
	font: xx-small verdana, arial, helvetica, sans-serif;
	background: #ffeccd;
	padding: 1.9em .5em 4px;
	border-bottom: 1px dashed silver;
	border-left: 1px solid #414e80;
	margin-left: 122px;
}

#breadcrumbs a {
	color: #000099;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #990000;
	text-decoration: none;
}

.sidebox {
	background: #fff5e6 url("/images/mt_bottom.gif") no-repeat bottom left;
	background: #fff5e6;
	float: right;
	padding: 0 0 20px 0;
	width: 240px;
	margin: 0 1em 1em;
}

.sidebox ul {
	margin: 1em .5em .5em .5em;
	padding: 0;
}

.sidebox ul li {
	margin: 0;
	padding: 0 0 .5em .5em;
	text-indent: 0;
	list-style-position: inside;
}

.sidebox p,.sidebox img {
	margin: .5em
}

.sidebox h3 {
	font-size: 1em;
	margin: 0;
	padding: .5em;
	background: #424b6b url(/images/box_top.gif) no-repeat top left;
	color: white;
	letter-spacing: 1px;
	text-align: center;
}

.example {
	border: 1px solid black;
	margin: 1em auto;
	padding: .5em;
	background-color: rgb(224, 224, 255);
	width: 80%;
	font-family: times, serif;
	text-indent: 0;
}
