/* 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: 11px;
	padding: 5px;
	margin-left: 18px;
}
li {
	list-style: disc;
	font-weight: normal;
	line-height: 15px; 
}
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: #085ACE;
	text-decoration: none;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	font-size: 10px;
	color: #085ACE;
	text-decoration: none;
	}
a:hover, a:active { 
	font-weight: bold;
	font-size: 10px;
	text-decoration: line-through;
	} 
/* -----------------   PAGE LAYOUT ELEMENTS   ---------------------------------------*/

/* --------------------Begin main layout divs ---------------------------------------*/
div#container{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 700px; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
/*	border: 2px solid pink;*/
}
div#header {
	position: relative;
	top: -14px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 72px; 
	z-index: 10;
/*	border: 1px solid purple; */
}
div#middle {
	position: relative;
	top: -14px;
	left: 0;
	width: 750px;
	height: 585px;
	margin: 0;
	margin-bottom: -30px;
/*	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: 72px;
	z-index: 0;
}
div#headerimg2 {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 750px;
	height: 69px;
	z-index: 500;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
/*	border: 2px solid orange;*/
}
div#logoclick {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 72px;
	z-index: 500;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
/*	border: 2px solid orange;*/
}
div#homeclick {
	position: absolute;
	top: -130px;
	left: -500px;
	width: 401px;
	height: 55px;
	z-index: 900;
/*	border: 2px solid orange;*/
}
div#text {
	position: absolute;
	top: 155px;
	left: 10px;
	padding-bottom: 5px;
	width: 420px;
	z-index: 400;
/*	border: 1px solid #DB2C3B;*/
}
div#rightblock {
	position: absolute;
	top: 69px;
	right: 0px;
	padding-bottom: 5px;
	width: 245px;
	height: 100%;
	background: #04184A;
	z-index: 10;
/*	border: 1px solid red;*/
}
div#rightimg {
	position: absolute;
	top: 90px;
	right: 0px;
	padding-bottom: 5px;
	width: 244px;
	height: 100%;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	z-index: 10;
/*	border: 1px solid red;*/
}	
div#btm_row {
	position: absolute;
	top: 390px;
	left: 0px;
	width: 750px;
	height: 71px;
/*	border: 1px solid black;*/
}
div#p_info {
	position: absolute;
	top: 25px;
	left: 500px;
	width: 250px;
	height:71px;
	color: white;
	font-size: 11px;
	font-weight: bold;
/*	border: 1px solid black;*/	
}
div#p_info a:link, div#p_info a:visited, div#p_info a:active {
	color: #DB2C3B;
}
div#p_info a:hover, div#p_info a.current:link, div#p_info a.current:visited  {
	color: white;
	text-decoration: none;
}
div#p_info2 {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 330px;
	height: 101px;
	color: white;
	font-size: 10px;
/*	border: 1px solid black;*/	
}
div#p_info3 {
	position: absolute;
	top: -127px;
	left: 499px;
	width: 330px;
	height: 101px;
	color: white;
	font-size: 14px;
/*	border: 1px solid black;*/	
}

div#p_info4 {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 330px;
	height: 101px;
	color: white;
	font-size: 14px;
/*	border: 1px solid black;*/	
}

h1#ti {
	position: relative;
	top: 5px;
	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: 108px;
	left: 10px;
	height: 21px;
	width: 367px;
	z-index: 600;
/*	border: 1px solid #D1C3B7; */
}

div#navcontainer {
	float: left;
	height: 21px;
	width: 367px;
/*	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: #085ACE;
	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: #04184A;
}
/* 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: #04184A;
	text-decoration: underline;	
	}
/*----------------------------------end main navigation ---------------------------*/	
/*--------------------begin page2  ---------------------*/
div#container2{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 800px; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
/*	border: 2px solid pink;*/
}
div#middle2 {
	position: relative;
	top: -14px;
	left: 0;
	width: 750px;
	height: 715px;
	margin: 0;
	margin-bottom: -30px;
/*	border: 2px solid #896C44; */
	}

/*--------------------end page2  ---------------------*/
/*--------------------begin page3  ---------------------*/
div#container3{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 920px; 
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
/*	border: 2px solid pink;*/
}
div#middle3 {
	position: relative;
	top: -14px;
	left: 0;
	width: 750px;
	height: 875px;
	margin: 0;
	margin-bottom: -30px;
/*	border: 2px solid #896C44; */
	}
#p3form {
	position: relative;
	top: 0px;
	left: 0px;
	width: 50px;
	height: auto;
/*	border: 2px solid red;*/
}
#p3form-1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 50px;
/*	border: 2px solid orange;*/
}
#p3form-2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 50px;
/*	border: 2px solid orange;*/
}
#p3form-3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 110px;
/*	border: 2px solid purple;*/
}
#p3form-4 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 20px;
	margin-top: 20px;
/*	border: 2px solid purple;*/
}
#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;
}
#ps {
	color: #D4D4D4;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif; 
	text-indent: 0;
	margin-top: 50px;
}
input#subclick {
	display: inline;
	width: 55px;
	background: #D4D4D4;
	text-align: center;
}
input#resetclick {
	display: inline;
	width: 55px;
	background: #D4D4D4;
	text-align: center;	
}
p#buttons {
	position: absolute;
	display: inline;
	height: 20px;
	width: 300px;
	margin: 5px;
/*	border: 2px solid red;	*/
	
}
/*--------------------end page3  ---------------------*/
/*--------------------end begin4  ---------------------*/
/*--------------------end page4  ---------------------*/
/*----------------------------------begin footer navigation ---------------------------*/
div#footer {
	float: left;
	margin-top: 30px;
	height: 70px;
	width: 500px;
/*	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: line-through;
}
div#copy_ {
	position: relative;
	top: 10px;
	left: -3px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	color: #085ACE;
	}
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: line-through;
}
/*----------------------------------end footer navigation ---------------------------*/	
/* ----------------- IMAGE ELEMENTS ----------------- */
/* ----------------- CUSTOM CLASSES ----------------- */
span.emph {
	font-weight: bold;
}

