/* CSS Document */

/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0px;
	width: 95%;
	height: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: white;
	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 {
	margin-right: 5px;
	margin-left: 10px;
}
ul {
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
	margin-left: 18px;
}
li {
	list-style-image: url(images/bullet.gif);
	font-weight: normal;
	line-height: 14px; 
	color: black;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	margin-left: 8px;
}
h2 {
	font-weight: bold;
	font-size: 10px;
	margin-left: 8px;
}
h3{
	font-weight: normal;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 10px;
}
a:link { 
	text-decoration: none; 
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-decoration: none;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-decoration: none;
	}
a:hover, a:active { 
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	} 
/* -----------------   PAGE LAYOUT ELEMENTS   ---------------------------------------*/

/* --------------------Begin main layout divs ---------------------------------------*/
div#container{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 505px; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
/*	border: 2px solid pink;*/
}
div#header {
	position: relative;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 76px; 
	z-index: 10;
/*	border: 1px solid purple; */
}
div#middle {
	position: relative;
	top: 86px;
	left: 0;
	width: 750px;
	height: 295px;
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	border-bottom: 10px solid #0533A7;
	margin-bottom: -30px;
	z-index: 0;
/*	border: 2px solid #896C44; */
	}
/*--------------------------------- end main layout divs ----------------------------------*/
/*--------------------------------- begin main layout sub divs ----------------------------*/
div#headerimg {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 750px;
	height: 76px;
	z-index: 0;
/*	border: 2px solid black;*/
}
div#logoclick {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 76px;
	z-index: 500;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
/*	border: 2px solid black;*/
}
div#himg1 {
	position: absolute;
	top: 76px;
	left:0;
	width: 750px;
	height: 101px;
/*	border: 2px solid orange;*/
}
div#text {
	position: absolute;
	top: 230px;
	left: 10px;
	padding-bottom: 5px;
	width: 420px;
	z-index: 400;
/*	border: 1px solid #DB2C3B;*/
}
div#p_info {
	position: absolute;
	top: 15px;
	left: 510px;
	width: 200px;
	height:171px;
	padding: 8px;
	color: black;
	font-size: 9px;
	border-left: 1px solid #0533A7;
/*	border: 1px solid black;*/	
}
div#slogan {
	position: absolute;
	top: 8px;
	left: 323px;
	width: 400px;
	height: 20px;
	color: white;
	boder: 2px solid red;
	z-index: 800;
}
div#p_info a:link, div#p_info a:visited, div#p_info a:active {
	color: #140070;
	font-size: 9px;
	font-weight: normal;
}
h1#ti {
	position: relative;
	top: 5px;
	left: 0;
	width: 300px;
}
h2#sub {
	position: absolute;
	top: 45px;
	left: 0;
}
ul#ul-1 {
	clear: left;
	top: auto;
	margin-left: 18px;
	margin-right: 40px;
}
ul#ul-2 {
	clear: left;
	top: auto;
	margin-left: 18px;
	margin-right: 40px;
}
ul#ul-2 li{
	list-style: none;
}
p#lastp {
	margin-left: -10px;
	width: 745px;
	height: 10px;
	background: #0533A7;
}
/*--------------------------------- end main layout sub divs ----------------------------*/
/*----------------------------------begin main navigation ---------------------------*/
div#navplace {
	position: absolute;
	top: 190px;
	right: 0px;
	height: 21px;
	width: 230px;
	z-index: 800;
	border: 1px solid #0533A7; 
}

div#navcontainer {
	float: left;
	height: 21px;
	width: 230px;
/*	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 7px;
	padding: 5px;
	text-align: center;
	color: #006A23;
	width: auto; 
	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: #0533A7;
}
/* 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: #0533A7;
	text-decoration: underline;
	}
/*----------------------------------end main navigation ---------------------------*/	
/*--------------------begin page2  ---------------------*/
div#container2{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 650px; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
/*	border: 2px solid pink;*/
}
div#middle2 {
	position: relative;
	top: 86px;
	left: 0;
	width: 750px;
	height: 480px;
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	border-bottom: 10px solid #0533A7;
	margin-bottom: -30px;
/*	border: 2px solid #896C44; */
	}
/*--------------------end page2  ---------------------*/
/*--------------------begin page3  ---------------------*/
div#container3{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 1050px; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
/*	border: 2px solid pink;*/
}
div#middle3 {
	position: relative;
	top: 86px;
	left: 0;
	width: 750px;
	height: 830px;
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	margin-bottom: -30px;
	border-bottom: 10px solid #0533A7;
/*	border: 2px solid #896C44; */
	}
div#footer2 {
	float: left;
	margin-top: 140px;
	height: 70px;
	width: 500px;
	z-index: 1200;
/*	border: 2px solid purple; */
}
div#p3form {
	position: relative;
	top: 0px;
	left: 10px;
	width: 50px;
	height: auto;
/*	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: 300px;
	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;
}
label{
	display: block;
	text-align: left;
	float: left;
	width: 200px;
	padding-right: 20px;
	margin-bottom: 5px;
}
div#ps {
	position: absolute;
	top: 700px;
	left: 250px;
	width: 500px;
	color: #B9C0D3;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif; 
	text-indent: 0;
}
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;
	width: 600px;
/*	border: 2px solid blue;*/
}

/*--------------------end page3  ---------------------*/
/*--------------------end begin4  ---------------------*/
/*--------------------end page4  ---------------------*/
/*----------------------------------begin footer navigation ---------------------------*/
div#footer {
	float: left;
	margin-top: 120px;
	height: 70px;
	width: 500px;
	z-index: 1200;
/*	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;
/*	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;
}
/* 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 {
	text-decoration: underline;
}
div#copy_ {
	position: relative;
	top: 10px;
	left: -3px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	}
div#copy_ p{
	font: normal 9px Verdana, Arial, Helvetica, sans-serif; 
	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;
}
/* 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: underline;
}
/*----------------------------------end footer navigation ---------------------------*/	
/* ----------------- IMAGE ELEMENTS ----------------- */
div#p1-imga {
	position: absolute;
	top: 192px;
	left: 54px;
	width: 233px;
	height: 166px;
	z-index: 800;
/*	border: 2px solid orange;*/
}
div#homeclick {
	position: absolute;
	top: -160px;
	left: -500px;
	width: 201px;
	height: 40px;
	z-index: 900;
/*	border: 2px solid orange;*/
}
p#middleimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 184px;
	height: 184px;
}
/* ----------------- CUSTOM CLASSES ----------------- */
span.emph {
	font-weight: bold;
}
span.emph2 {
	font-weight: bold;
	color: white;
}
span.normal {
	font-weight: normal;
}


