/* CSS Document */

/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0px;
	width: 95%;
	height: 100%;
	font: 11spx Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	background-color: black;
	color: black;
/*  border: 2px solid pink;  */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p {
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
}
ul {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;  
	padding: 5px;
}
li {
	list-style: disc;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px; 
}
h1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 8px;
}
h2 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 8px;
}
h3{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 10px;
}
a:link { 
	text-decoration: none; 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;  
	color: white;
	text-decoration: none;
	}
a:visited { 
	text-decoration: none; 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;    
	color: white;
	text-decoration: none;
	}
a:hover, a:active { 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;    
	color: #8999C9;
	text-decoration: line-through;
	} 
/* -----------------   PAGE LAYOUT ELEMENTS   ---------------------------------------*/

/* --------------------Begin main layout divs ---------------------------------------*/
div#container{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 100%; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-image:  url("images/repeat.jpg");
	background-repeat: repeat;
	background-color: transparent;
/*	border: 2px solid green;*/
}
div#header {
	position: relative;
	top: -20px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 144px; 
	background-image:  url("images/header.jpg");
	background-repeat: no-repeat;
	z-index: 10;
/*	border: 1px solid purple; */
}
div#middle {
	position: relative;
	top: -20px;
	left: 0;
	width: 750px;
	height: 675px; 
	margin: 0;
	margin-bottom: -30px;
	background-image:  url("images/bg.jpg");
	background-repeat: no-repeat;
/*	border: 2px solid #896C44; */
	}
/*--------------------------------- end main layout divs ----------------------------------*/
/*--------------------------------- begin main layout sub divs ----------------------------*/
div#callto {
	position: absolute;
	top: 52px;
	left: 545px;
	width: 206px;
	height: 35px;
	z-index: 550;
/*	border: 1px solid green;*/
}
div#logoclick {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 390px;
	height: 90px;
	z-index: 500;
/*	border: 2px solid orange;*/
}
div#text {
	position: absolute;
	top: 170px;
	left: 27px;
	padding-bottom: 5px;
	width: 300px;
	background: white;
	z-index: 400;
/*	border: 1px solid red;*/
}	
div#btm_row {
	position: absolute;
	top: 390px;
	left: 0px;
	width: 750px;
	height: 71px;
/*	border: 1px solid black;*/
}
h1#ti {
	position: relative;
	top: 10px;
	left: 0;
	width: 300px;
}
h2#sub {
	position: absolute;
	top: 45px;
	left: 0;
}
/*--------------------------------- end main layout sub divs ----------------------------*/
/*----------------------------------begin main navigation ---------------------------*/
div#navplace {
	position: absolute;
	top: 142px;
	left: 15px;
	height: 21px;
	width: 403px;
	z-index: 600;
/*	border: 2px solid purple; */
}

div#navcontainer {
	float: left;
	height: 21px;
	width: 403px;
/*	border: 2px solid purple; */
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px 10px;
	padding: 5px;
	text-align: center;
	color: #A30707;
	font-size: 10px;
	font-weight: bold;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	text-align: center;
	display: block;
	color: white;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #A30707;
	text-decoration: none;	
	}
/*----------------------------------end main navigation ---------------------------*/	
/*--------------------begin page2  ---------------------*/
div#middle2 {
	position: relative;
	top: -20px;
	left: 0;
	width: 750px;
	height: 755px; 
	margin: 0;
	margin-bottom: -30px;
	background-image:  url("images/bg.jpg");
	background-repeat: no-repeat;
/*	border: 2px solid #896C44; */
	}
/*--------------------end page2  ---------------------*/
/*--------------------begin page 3 -------------------*/
div#middle3 {
	position: relative;
	top: -20px;
	left: 0;
	width: 750px;
	height: 945px; 
	margin: 0;
	margin-bottom: -30px;
	background-image:  url("images/bg.jpg");
	background-repeat: no-repeat;
/*	border: 2px solid #896C44; */
	}
p#center {
	position: absolute;
	top: 560px;
	left: 80px;
	width: 600px;
	padding: 3px;
	background: white;
	border: 1px solid black;
}
/*--------------------end page 3 ----------------------*/
/*--------------------begin page4  ---------------------*/
div#container4 {
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 100%; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-image:  url("images/repeat.jpg");
	background-repeat: repeat;
	background-color: transparent;
/*	border: 2px solid green;*/
}
div#middle4 {
	position: relative;
	top: -20px;
	left: 0;
	width: 750px;
	height: 905px; 
	margin: 0;
	margin-bottom: -30px;
	background-image:  url("images/bg.jpg");
	background-repeat: no-repeat;
/*	border: 2px solid #896C44; */
	}
div#p3form {
	position: relative;
	top: 0px;
	left: 10px;
	width: 300px;
/*	border: 2px solid red;*/
}
div#p3form-1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 50px;
/*	border: 2px solid orange;*/
}
div#p3form-2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 50px;
/*	border: 2px solid orange;*/
}
div#p3form-3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 110px;
/*	border: 2px solid purple;*/
}
div#address {
		margin: 0;
		border-color: #F5F5F5;
/*		border: 2px solid purple;*/
}
input, textarea {
		text-align: right;
		border-color: #F5F5F5;
		width: 200px;
		font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
label{
	display: block;
	text-align: left;
	float: left;
	width: 200px;
	padding-right: 20px;
	margin-bottom: 5px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
div#ps {
	position: absolute;
	top: 770px;
	left: 0px;
	width: 500px;
	padding: 5px;
	color: white;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif; 
	text-indent: 0;
/*	border: 1px solid white;*/
}
input#sub-1 {
	text-align: center;
	width: 60px;
}
input#sub-2 {
	text-align: center;
	width: 60px;
}
p#submit-p {
	float: left;
	display: inline;
	margin-top: -20px;
/*	border: 2px solid blue;*/
}
/*--------------------end page4  ---------------------*/
/*----------------------------------begin footer navigation ---------------------------*/
div#footer {
	float: left;
	margin-top: 30px;
	height: 75px;
	width: 750px;
	background: black;
/*	border: 2px solid purple; */
}
ul#footnav {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
	z-index: 500;
	list-style-type: none;
	}
ul#footnav li {
	display: inline;
	float: left;
	margin: 0px 5px;
	padding: 2px;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: white;
/*	border: 2px solid blue; */
}
ul#footnav li a:link, ul#footnav li a:visited, ul#footnav li a:active {
	font-size: 9px;
	text-decoration: none;
	width: 50px;
	margin: 0px;
	color: white;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#footnav li a:hover, ul#footnav li a.current:link, ul#footnav li a.current:visited {
	color: #8999C9;
	text-decoration: line-through;
}
div#copy_ {
	position: relative;
	top: 10px;
	left: -3px;
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
div#copy_ p{
	font: normal 9px Verdana, Arial, Helvetica, sans-serif; 
	color: white;
	text-align: left;
	text-indent: 0;
}
#copy_  p a:link, #copy_ p a:visited, #copy_  p a:active {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	width: auto;
	margin: 0px;
	color: white;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
#copy_  p a:hover, #copy_  p a.current:link, #copy_  p a.current:visited {
	text-decoration: line-through;
}
/*----------------------------------end footer navigation ---------------------------*/	
/* ----------------- IMAGE ELEMENTS ----------------- */
div#img1{
	position: absolute;
	top: 251px;
	left: 341px;
	width: 409px;
	height: 171px;
/*	border: 2px solid orange;*/
}
div#img2{
	position: absolute;
	top: 8px;
	left: 370px;
	width: 228px;
	height: 229px;
/*	border: 2px solid orange;*/
}
div#img3{
	position: absolute;
	top: 10px;
	left: 373px;
	width: 239px;
	height: 229px;
/*	border: 2px solid orange;*/
}
/* ----------------- CUSTOM CLASSES ----------------- */
span.emph {
	font-size: 11px;
	font-weight: bold;
}

