/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0;
  font-size: 1.1em; 
  font-family: verdana, arial, helvetica, sans-serif;
	
	}
h1 {
	font: bold x-large Arial, sans-serif;
	color: #000000;
	margin-top: 10px;
	}

h2 {
	font: large Arial, sans-serif;
	color: #000000;
	}
h3 {
	text-align: center;
	font: 1.1em Arial, sans-serif;
	color: #000000;
	margin-left: 5%;
	}

h4 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}
	
#navleft {
  position: absolute;
  width: 128px;
  top: 100px;
  left: 20px;
  font-size: 0.9em;
  border: 1px black;
  background-color: #ffcccc;
  padding: 10px;
  z-index: 2;
}
#wrapper {
  margin: 0 10px;
  padding: 0;
}
/* All the content boxes belong to the content class. */
.content {
  position: relative; 
  width: auto;
  min-width: 120px;
  margin: 0 100px 20px 100px; border: 1px solid black; background-color: white;
  padding: 10px;
  z-index: 3;
  }
/* All the content boxes belong to the content class. */
.content2 {
  position: relative; 
  width: auto;
  min-width: 120px;
  margin: 0 20px 20px 20px; border: 2px solid black; background-color: #eeeeee;
  padding: 10px;
  z-index: 3;
  }
 .content3 {
  position: relative; 
  width: auto;
  min-width: 120px;
  margin: 0 50px 20px 50px; border: 2px solid black; background-color: #eeeeee;
  padding: 10px;
  z-index: 3;
}
  
p {
	font: 0.8em Verdana, sans-serif;
	}

.s1 {
	font: 1.0em Verdana, sans-serif;
	line-height: 1.5em;
	margin-left: 5%;
	margin-right: 5%;
	
	}

.s2 {
	font: 1.0em Verdana, sans-serif;
	line-height: 1.5em;
	margin-left: 10%;
	margin-right: 5%;
	}
.s3 {
	text-align: center;
	font: 1.0em Verdana, sans-serif;
	line-height: 1.5em;
	margin-left: 10%;
	margin-right: 5%;
	}
#center {
  margin-left: 210px;
  margin-right: 10px;
  background-color: #ccc;
}
a {
	color: #0000FF;		
	text-decoration: none;
	}
a:hover {
	color: #FF0000;	
	}

hr {
	color: #A5B5C6;
	height: 2px;
	}

/* removes extra space underneath caused by default text-alignment */	
a img {
	border: 0 none;
	display: block;			
	}

/* makes the background hover effect work in Mozilla */
#top a {
	display: block;			
	width: 150px;
	}

#top a:hover {
	background-color: #43616B;
	}

/* Until IE understands <css> input[type="file"] { </css> It's better to
  define a new style then it is to re-define the input tag because radio
  buttons cop a beating */
.textbox {					
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	}

/* 

------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border. (It helps if you can
 add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation
from the guy that wrote it go to 
http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>
  It is apparently unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |		total width= 25%
 

*/
#top {
	padding: 4px;
	background: #BDC5CE url(/images/bgtop.jpg) repeat-x;
	border-bottom: 1px solid #A5B5C6;
	}

#topcontent {
	position: absolute;
	top: 10px;
	right: 0;
	width: 80%;
	}


#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}


#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
	}
#footer p {
	margin: 4px;
	text-align: center;
	}

/* --------------------- Feature Image and Transparency Trick --------------- */


#featureimg {
	margin: 0 25% 0 170px;
	height: 250px;
	background: #153976 url(images/sky.jpg) no-repeat right top;
	text-align: center;
/*	Without this 1px border, Mozilla/Netscape applies the 200px margin
 from the child element (div#mstrans) - I don't know why? In these crazy 
 topsy turvey times it seems that nothing is certain  */  	
	border-top: 1px solid #A5B5C6;		
	}
	
/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #D6D6D6;
	}
		
ul#mainnav li {
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	text-decoration: none;
	display: block;
	width: 88%;
	padding: 6px 6%;
	background-color: #5C6F90;
	font: bold 0.8em /1.5 arial, sans-serif;
	color: #fff;
	}

ul#mainnav li a:hover {
	background-color: #43616B;
	color: #eee;
	}
	
ul#mainnav ul.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
	
#topcontent ul {
	position: absolute;
	right: 0;
	list-style: none;
	margin: 0 0 40px 0;
	}
#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
#botcontent ul {
	text-align: center;
}

#botcontent ul li {
	text-align: center;
	display: inline;
	padding: 0 0.5em;
	
}
#tstcontent ul li {
	text-align: center;
	padding: 0 0.5em;
	
}.lastli ul li.lastli {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	border-right: 1px solid #34339B;	
	
	}
	
.content ul li.first {
	border-left: 0px none;
	}
	
#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

#topcontent form {
	position: absolute;
	right: 0;
	top: 55px;
	margin: 0;
	}
	
.icenter {
	text-align: center;
}
#icenter {
	text-align: center;
}

#toc {
	text-align: center;
	line-height: 1.5em;
}
#jimphoto {
  float: right;
  margin: 0 0 20px 40px;
}
#moveimgdown {
	text-align: center;
	margin-top: 220px;
	line-height: 2.5em;
}
#jimplans {
	margin-top: 50px;
	margin-left: 20%;
	float: left;
}
#projimg {
	margin-top: 0px;
	margin-left: 35%;
}
#tableside {
	margin-top: 0px;
	margin-left: 10%;
	float: left;
}
#tabletop {
	margin-top: 90px;
	margin-left: 60%;
}
/*a:hover {
color: green;
font-size: 20px;
}
*/
/* ---------------------------------------------------------------------*/
  



