/* CSS Document */

html {
	width: 100%; 
	height:100%
}

body {
	/*According to blue robot, declare the default font-size and font-family here. The rest of the typographical rules use relative sizes based on this font-size.*/
	/*background-image : url(http://blahblah/Pics/bgtile2.gif);*/
	font-size: 12px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-image: url(../../Pics/bgcolor1.jpg);
	background-color: #CCCC99;
	/*background-repeat:repeat-y;
	background-image : url(../../archfall2004_1.jpg);*/
}

#wrapper{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	border: 0px;
	/*border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;*/
	/*background-position: bottom;*/
	}

#wrapper2 {
	background: url(../../Pics/bg_images.gif) repeat-y ;
	padding: 0px;
	margin-top: 3px;
}

#wrapper2_wide {
	background: url(../../Pics/bg_images2.gif) repeat-y;
	padding: 0px;
	margin-top: 3px;
}

#wrapper3 {
/*for the index page only -- no split background color*/
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

.clearing {
  height: 0;
  clear: both;
}

#middle {
	width: 940px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top:25px;
}

#content {
/*420-8 for padding*/
	width: 412px;
	height: auto;
	float: left;
	padding: 4px;
	padding-bottom: 20px;
	margin: 0px;
	margin-top:0px;
	margin-left: 3px;
	text-align: left;
	font-size: 1em; /* same size */
	font-weight: normal;
	color: #000;
	background-color:#FFFFCC;
}

#content_wide {
/*529-20 for padding*/
	width: 509px;
	height: auto;
	float: left;
	padding: 10px;
	padding-bottom: 30px;
	margin: 0px;
	margin-top:0px;
	margin-left: 3px;
	text-align: left;
	font-size: 1em; /* same size */
	font-weight: normal;
	color:
	color: #000;
	background-color:#FFFFCC;
}

#blurb_box {
	width: 925px;
	height: auto;
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top:0px;
	margin-left: 0px;
	text-align: left;
	font-size: .9em;
	color: #333333;
	/*background-image:url(../../Pics/bgcolor_menu.jpg);
	background-color:#CCCC33;*/
}

#blurb {
	width: 925px;
	font-style:italic;
}

#image_2col {
	/*border: 1px solid;*/
	width: 930px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	text-align: left;
	padding: 0;
	outline: none;
	text-decoration: none;
	font-size: .9em;
	color: #333333;
	font-weight:normal;
	}

#image {
	/*border: 1px solid;*/
	width: 510px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	text-align: left;
	padding: 0;
	outline: none;
	text-decoration: none;
	font-size: .9em;
	color: #333333;
	font-weight:normal;
	}

#imagecaption {
	width: 502px;
	float: left;
	padding: 4px;
	}
	
	
#image_small {
	/*border: 1px solid;*/
	width: 400px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	text-align: left;
	padding: 0;
	outline: none;
	text-decoration: none;
	font-size: .9em;
	color: #333333;
	font-weight:normal;
	}

#imagecaption_small {
	width: 392px;
	float: left;
	padding: 4px;
	}
	
#blankcol {
width: 80px;
}

b {
	font-weight:bold;
	font-size: 1em; /* same size */
}

a {
	color:#CC0033;
	font-style: normal;
	font-weight: normal;
	outline: none;
	text-decoration: underline;
}

a:visited {
	color:#990000;
}

a:hover {
	color:#CC6633;
	font-style: normal;
	font-weight: normal;
	outline: none;
	text-decoration: underline;
}

blockquote {
	font-weight: normal;
	font-size: .95em; /* smaller */
}

h1 {
font-size: 1.25em;
font-weight:bold;
padding: 0;
margin: 0;
}

hr {
 	border: none 0; 
 	border-top: 1px solid #999999;/*the border*/
	/*width: 230px;*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

em {
font-size:.8em;
font-style:normal;
font-weight:normal;
}

li.current {
font-weight:bold;
}

.imagestats {
	margin-top: 3px;
	padding: 5px;
}

.imagecaption {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	background-image: url(../../Pics/bgcolor_stats.jpg);
}

.floatleft {
width: 225px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: .9em;
	color: #666666;
	text-align: left;
	line-height: 110%;
}

.floatleft2 {
	float: left;
	margin-right: 8px;
}

.smallinfo {
	font-size: .9em;
	font-weight:normal;
}
	
.form {
	color: #000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
}
	
.logo {
	float: right;
	}

	/*  Horizontal nav tweaked from A List Apart */

#menu {
	margin: 0;
	padding: 0;
	height: 31px;
	}

#menu2 {
	margin: 0;
	padding: 0;
	height: 21px;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

#menu2 ul {
	border: 0;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin-right: 3px;
	/*width:138px;*/
	width:201px;
	height:31px;
	border-width:0px;
	border-style:solid;
	background-color:#6699CC;
	background-image:url(../../Pics/bgcolor_menu.jpg);
	}
	
#menu2 ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin-right: 3px;
	width:201px;
	height:18px;
	border-width:0px;
	border-style:solid;
	background-color:#6699CC;
	background-image:url(../../Pics/bgcolor_menu2.jpg);
	}

#menu ul li a {
	background: transparent;
	padding-right: 0px;
	margin: 10px 0px 0px 5px;
	font-size: .8em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	letter-spacing: .1px;   
	}
	
#menu2 ul li a {
	background: transparent;
	padding-right: 0px;
	margin: 2px 0px 0px 5px;
	font-size: .9em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	letter-spacing: .1px; 
	}

#menu ul li#home {
	width:320px;
	height:31px;
	margin: 0px;
	margin-right: 3px;
}

#menu2 ul li#home {
	margin-top: 0px;
	background-image:url(../../Pics/bgcolor_green.jpg);
	width: 320px;
	/*width:228px;*/
	height: 21px;
}

#menu ul li#home a {
	padding: 0px;
	margin: 0px;
	/*margin-right: 3px;*/
	}

#menu2 ul li#home a {
	padding: 0px;
	margin: 0px;
	/*margin-right: 3px;*/
	}

#menu2 ul li#landmark,
#menu2 ul li#about2,
#menu2 ul li#about3 {
margin-top: 3px;
width:201px;
}

#menu2 ul li#registry1 {
margin-top: 3px;
width:609px;
}

#menu2 ul li#toolbox1,
#menu2 ul li#toolbox2,
#menu2 ul li#toolbox3,
#menu2 ul li#toolbox4 {
margin-top: 3px;
width:120px;
}

#menu2 ul li#toolbox5 {
margin-top: 3px;
width:118px;
}

html#menu ul li a  {
	/*font-size: x-small;   */
	} 
	
#menu ul li#five a	{
	/*width: 119px;*/
	}

#resources a:link, #resources a:visited {
	/*border-right: 1px solid #ccc;*/
	}

#menu ul li a:hover {
	color: #cccccc;
	color:#99FFFF;
	}

#menu a:active	{
	color: #ffffff;
	}

/*red highlight*/
body#home #menu li#home, 
body#about #menu li#about,
body#about1 #menu2 li#about1,
body#landmark #menu2 li#landmark,
body#about2 #menu2 li#about2,
body#about3 #menu2 li#about3,
body#registry #menu li#registry,
body#registry1 #menu2 li#registry1,
body#toolbox #menu li#toolbox,
body#toolbox1 #menu2 li#toolbox1,
body#toolbox2 #menu2 li#toolbox2,
body#toolbox3 #menu2 li#toolbox3,
body#toolbox4 #menu2 li#toolbox4,
body#toolbox5 #menu2 li#toolbox5 {
	background: #CC0033;
	}
	
/*orange highlight*/
body#about1 #menu li#about,
body#landmark #menu li#about,
body#about2 #menu li#about,
body#about2b #menu li#about,
body#about2b #menu2 li#about2,
body#about3 #menu li#about,
body#registry1 #menu li#registry,
body#toolbox1 #menu li#toolbox,
body#toolbox1b #menu li#toolbox,
body#toolbox1b #menu2 li#toolbox1,
body#toolbox2 #menu li#toolbox,
body#toolbox2b #menu li#toolbox,
body#toolbox2b #menu2 li#toolbox2,
body#toolbox3 #menu li#toolbox,
body#toolbox3b #menu li#toolbox,
body#toolbox3b #menu2 li#toolbox3,
body#toolbox4 #menu li#toolbox,
body#toolbox4b #menu li#toolbox,
body#toolbox4b #menu2 li#toolbox4,
body#toolbox5 #menu li#toolbox,
body#toolbox5b #menu li#toolbox,
body#toolbox5b #menu2 li#toolbox5 {
	background: #CC6633;
}

body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a,
body#sectionsix #menu li#six a {
	/*background: #c30;
	border: 1px solid #c30;*/
	color: #ffffff;
	font-weight: normal;
	}
	

	
body#sectionone #menu li#one a:hover, 
body#sectiontwo #menu li#two a:hover,
body#sectionthree #menu li#three a:hover,
body#sectionfour #menu li#four a:hover,
body#sectionfive #menu li#five a:hover,
body#sectionsix #menu li#six a:hover {
	/*background: #c30;
	border: 1px solid #c30;*/
	color: #eeeeee;
	}
	
	/* end of horizontal menu area */

#footer {
	width: 700px;
	height: auto;
	float: left;
	background-color: #eee;
	border-top: 4px solid #999;
}

#footercredits {
	width: 450px;
	font-size: .75em; /* smaller */
	color: #000;
	padding-left: 5px;
	line-height: 120%;
}

.ahem {
	font-family: Georgia, serif;
	font-size: .9em; /* smaller */
	font-weight: bold;
	color: #ccc;
	display: none;
}