		
	/*	#wrapper {
 			 width: 780px;
 			 margin: 0 auto;
  			text-align: left;
  			background-color: #fffffff;
		 	}  */

		body{
			background-color:#1a2022;
			margin:0;
			text-align: center;
 		/*	min-width: 780px;  */
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#000000;
			font-size:14px;
		}

		a{ color:#aaa; } a:hover{ color:#ddd; }
		.clear{
			clear:both;
		}
		#document{
			width:768px;
			margin:0 auto;
		}
		#header{
			width:750px;
			height:96px;
			margin:0 auto;
			background-color:#101415;
			background-image:url(images/header-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			border:1px solid #000;
		}
		#header-edges{
			width:750px;
			height:96px;
			background-image:url(images/bottom-edges.gif);
			background-position:bottom;
			background-repeat:no-repeat;
		}
		h1, h2, h3, h4, h5{ font-family:Georgia, "Times New Roman", Times, serif; }
		h1, h2{ line-height:47px; padding:0; margin:0; color:#ccc; font-weight:normal; }
		h1{ font-variant:small-caps; font-size:28px }
		h2{ font-size:22px; }
		#header-edges h2{ color:#aaa; font-style:italic; }
		#nav{
			width:766px;
			height:40px;
			margin:3px auto;
			background-color:#294e6a;
			background-image:url(images/nav-bg.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			border:1px solid #000;
		}
		#nav ul{
			display:inline;
			list-style:none;
			margin:0;
			padding:0;
		}
		#nav ul li{
			float:left;
			display:inline;
			list-style:none;
			line-height:40px;
			border-right:1px solid #2d491f;
			margin:0; padding:0;
		}

		/* navigation list widths */
		li.home{ width:68px; } li.highlights{ width:94px; } li.story{ width:92px; } 
		li.resumes{ width:86px; } li.success{ width:126px; } li.goals{ width:65px; }
		li.links{ width:114px; } li.contact{ width:114px; }
		
		/* navigation active link */
		#nav ul li a:hover, body.home li.home, body.highlights li.highlights, 
		body.story li.story, body.resumes li.resumes, body.success li.success,
		body.goals li.goals, body.links li.links, body.contact li.contact{
			background-image:url(images/nav-bg-on.gif);
			background-position:top right;
			background-repeat:repeat-x;
			color:#000;
		}
		#nav ul li a{
			display:block;
			width:100%;
			height:100%;
			text-decoration:none;
			color:#111;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-align:center;
		}

		#nav ul li.contact{
			border-right:0;
		}
		#content{
			width:750px;
			margin:0 auto;
			background-color:#101415;
			background-image:url(images/content-top-shader.gif);
			background-position:top;
			background-repeat:repeat-x;
			border:1px solid #000;
		}
		#content-bottom-shader{
			background-image:url(images/content-bottom-shader.gif);
			background-position:bottom;
			background-repeat:repeat-x;  
		}
		#content-top-edges{
			background-image:url(images/top-edges.gif);
			background-position:top;
			background-repeat:no-repeat;	
		}
		#content-left{
			float:left;
		}
		#content-right{
			width:454px;
			float:left;
			padding-left:10px;
		}
		#content-right h3, #content-right h4, #content-right h5{
			color:#5b9b34;
			font-weight:normal;
			text-align:center;
			margin:0px;
			padding:8px;
		}
		#content-right ul a{
			text-decoration:none;
		}
		.caps{
			font-variant:small-caps;
		}
		#content-right h3{
			font-size:26px;
		}
		#content-right ul h1 {
			font-size:14px;
			line-height:16px;
			font-variant:default;
		}

		#content-right ul{
			list-style-image:url(images/greenbutton.gif);
			padding-left:0px;
			margin-left:72px;
		}

		#content-right ul li{
			padding:4px 0;
		}

		#content-right ul ul{
			padding-left:0px;
			margin-left:10px;
			line-height:16px;
			list-style-image:none;
			list-style-type:none;
		}
		#content-bottom-edges{
			width:730px;
			padding:10px;
			background-image:url(images/bottom-edges.gif);
			background-position:bottom;
			background-repeat:no-repeat;
		}
		#contact-bar{
			width:766px;
			height:40px;
			margin:3px auto;
			background-color:#294e6a;
			background-image:url(images/nav-bg.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			border:1px solid #000;
			font-size:24px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#contact-bar p, #contact-bar a{
			margin:0; line-height:36px; padding:0 16px;
			color:#111;
			text-decoration:none;
		}
		#contact-bar a{ font-size:18px;	}
		
		#footer{
			width:750px;
			margin:0 auto;
			background-color:#000000;
			background-image:url(images/content-top-shader.gif);
			background-position:top;
			background-repeat:repeat-x;  
			border:1px solid #000;
			font-size:12px;		
		}

		#footer p{
		/*	float:left;        */
			text-align:center;
			padding:10px;
			color:#ffffff;	
			margin:0px;  
	}
		.telephone{
			width:150px;
			text-align:right;
		}
	/*	#footer-edges{
			width:750px;
			height:96px;
			background-image:url(images/top-edges.gif);
			background-position:top;
			background-repeat:no-repeat; 
		}   */
 

#wrapper {
  width: 780px;
  margin: 0 auto;
  text-align: left;
  background-color: #fffffff;
 }



div#topofpageanchor {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	}

#main {
	background-color:#ffffff;
	color:#000000;
	width:750px;
	margin: 0 auto;
	padding:15px;
	text-align:left;
	}

#main h2 {
	font-size:20px;
	color:#000000;
	font-variant:small-caps;
	text-align:center;
	}

#main h4 {
	font-size:16px;
	color:#000000;
	font-variant:small-caps;
	text-align:center;
	}


.center {
	text-align:center;
	image-align:center;
	}

#main ul li {
	text-align:left;  
	font-size:16px;
	color: #000000;
	list-style-image:url(images/greenbutton.gif);
	}

#main ul li a{
/*	text-decoration:none; */
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;					font-size:16px;
	}
	

#main a:link{
text-decoration: underline;
}

#main a:visited{
text-decoration: underline;
color: #000000; */
}

#main a:hover{
text-decoration: none;
font-weight: bold;
}


#main a:active{
text-decoration: none;
}

#main a{ color:#000; } a:hover{ color:#000; }


.nobullet {
	list-style-type: none;
	list-style-image: none;
}


.bold {
font-weight:bold;
}

.line {
font-size:16px;
line-height: 10px;
padding-left: 25px;
}


/* form begins here */

fieldset {
background-color: white;
}  



label {
padding: 2px 0;
float: left;
width: 80px;
}


/*
form fieldset  ul li {
margin: 0;
padding: 10px 0;
} */


legend {
font-weight: bold;
font-color: black;
font-size: 16px; 
padding: 0 10px;
}

input {
width: 300px;

border: solid black .25px;
}

input#zipcode {
width: 144px;
}


input#submit {
width: 60px;
margin-left: 30px;
}

input#reset {
width: 60px;
}

.white {
backgound-color: white;
}

th {
text-align: center;
font-weight: bold;
color:#ffffff;
}

table {
	border:1px solid #000000;
	border-collapse: collapse;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}


.header {
	text-align: center;
	padding: 2px;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
}


th, td {

	font-family: verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	vertical-align:top;
	border:1px solid #000000;
	
	}



td {
text-align: left;
padding: 2px;
color: black;
}

.right {
text-align: right;
padding-right:20px;
}

.indent {
padding-left:48px;
}

.red {
color: red;
text-align: right;
padding-right:20px;
} 

.left {
text-align: left;

}