/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	width: 760px;
	padding: 0px;
	margin: 0px auto;
    background-image: url(img/main_bg.gif);
	text-align: justify;
	position: relative;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 15px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #00509F;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #55552B;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	padding-right: 15px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #a4a56c;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #E8E8D0;
}

p a:link, p a:visited{
	color: #a4a56c;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
	color: #B6C73F;
}
/*************** list tag styles ***************/

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 114px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	background-image: url(img/paper_bg.jpg);
	
	/* Hi Pat, */
	/* If necessary, edit the height value so that the footer remains at the bottom of the page without any content going under it. */
	/* Do NOT use a dynamic value (like 100%) as this will break the layout. Just play with it and adjust as necessary. */
	/* Contact me if you need to. -James Scott : theXenon@gmail.com */
	
	height: 1100px;
	background-repeat: no-repeat;
	background-color: #fbfae4;
}

#masthead{
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	height: 130px;
	background-image: url("images/pagecell_bg.gif");
}

#mastheadHome {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	height: 114px;
	background-image: url(img/header_home.jpg);
	background-repeat: no-repeat;
}

#mastheadAbout {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	height: 114px;
	background-image: url(img/header_about.jpg);
	background-repeat: no-repeat;
}

#mastheadWhat {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	height: 114px;
	background-image: url(img/header_what.jpg);
	background-repeat: no-repeat;
}

#mastheadProducts {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	height: 114px;
	background-image: url(img/header_products.jpg);
	background-repeat: no-repeat;
}

#mastheadEmployment {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	height: 114px;
	background-image: url(img/header_employment.jpg);
	background-repeat: no-repeat;
}
#mastheadContact {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 750px;
	padding: 0px;
	left: 0px;
	height: 114px;
	background-image: url(img/header_contact.jpg);
	background-repeat: no-repeat;
}

/************** FOOTER ****************/

 #siteinfo{
	font: normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin-top: 0px;
	color: #a4a56c;
	position: absolute;
	bottom: 0px;
	width: 718px;
	background-color: #6d7d26;
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	left: 33px;
	top: 1066px;
	height: 20px;



}

/********************* end **********************/
