<!-- /* $WEFT -- Created by: Ryan Fraley (ryan@scaredrabbit.com) on 8/15/2007 -- */
  @font-face {
    font-family: Eurostile;
    font-style:  normal;
    font-weight: normal;
    src: url(EUROSTI0.eot);
  }
-->

a, img, fieldset {margin: 0; padding: 0; border: 0;}

a:link,a:visited { 
	color: #1D0E82;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
}
	
a:hover,a:active {
	color: #333333;
	font-weight: normal;
	text-decoration: underline overline;
	font-size: 12px;
	line-height: 18px;
} 

.footer a:link,
.footer a:visited,
.footer a:active { 
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	line-height: 15px;
}
	
.footer a:hover {
	color: #AAAAAA;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
}

.generalInfo a:link,
.generalInfo a:visited,
.generalInfo a:hover {	
	font-size: 11px;
	line-height: 14px;	  	
	color: #F5B91E;
    background: #000000;
	font-weight: bold;
	text-decoration: none;
}

.generalInfo a:active {	
	font-size: 11px;
	line-height: 14px;	  	
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.small a:link,
.small a:visited,
.small a:hover { 
	color: #1D0E82;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
    background: #DDDDDD;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	padding: 2px;
}
	
.small a:active {
	color: #1D0E82;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	background: #DDDDDD;
	border-left: 2px solid #AAAAAA;
	border-top: 2px solid #AAAAAA;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px;
}

.button {
	color: #1D0E82;
	font-weight: bold;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
    background: #DDDDDD;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	padding: 2px;
}

.regularLink a:link, .regularLink a:visited {
	color: #FFFFFF;
	background: none;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding:0px;
}

.regularLink a:hover, .regularLink a:active {
	color: #FFFFFF;
	background: none;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding:0px;
}

.moduleRow a:link,
.moduleRow a:visited,
.moduleRow a:active {	
	font-size: 11px;
	line-height: 16px;
	color: #003366;
}

.moduleRow a:hover {	
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
		
body { 
   background-image: url(images/background.jpg);
   background-repeat: repeat-y;
   background-position: top center;
   background-attachment: fixed;
   color: #666666;
   font-size: 12px;
   line-height: 15px;
   font-family: Eurostile, Arial, Helvetica, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
   }
   
h1 {			
	font-size: 18px;
	line-height: 24px;	  	
	color: #CC0033;
}
	
h2 {		
	font-size: 10px;
	line-height: 15px;	  	
	color: #000000
}
	
h3 {	
	font-size: 14px;
	line-height: 16px;	  	
	color: #FF6600;
	background: #CCCCCC;
}
	
h4 {			
	font-size: 10px;
	line-height: 15px;	  	
	color: #FF3300;
	background: #FFFFFF;
}

.form {
    background: #EEEEEE;
    color: #666666;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
    font-family: Eurostile, Arial, Helvetica, sans-serif;
	border-top: 2px solid #BBBBBB;
	border-left: 2px solid #BBBBBB;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 2px;
}

.title {
    color: #1D0E82;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}

.header {
    background: url(images/header_background.jpg);
	background-repeat: no-repeat;
    background-position: top left;
    color: #006600;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.info {
    color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.text {
    color: #666666;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.small {
    color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}

.imageTitle {	
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;	  	
	color: #FF6600;
}

.generalTitle {	
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;	  	
	color: #FFFFFF;
    background: #1D0E82;
	padding-left: 2px;
}
	
.generalInfo {	
	font-size: 11px;
	line-height: 13px;	
	font-weight: normal;  	
	color: #666666;
}
	
.footer { 
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #BBBBBB;
}

.moduleRow {	
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	background: #FFFFFF;
}

.moduleRowOver {	
	font-size: 13px;
	line-height: 18px;
	color: #006600;
	background: #EFEFEF;
	cursor:pointer;
}

.hr {
    border: 0;
    color: #DDDDDD;
    background-color: #DDDDDD;
    height: 1px;
    width: 100%;
}

.layout1 {
    background-image: url(images/layout1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 210px;
	text-align: center;
}
	
.layout2 {
    background-image: url(images/hps_43.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
}

.page_images {
	display: block;
	float: right;	
	padding-left: 15px;
	padding-right: 32px;
	padding-bottom: 5px;
	margin: 5px;
	margin-top: 0px;
	border: none;
	border-style: none;
}

/* STYLES ADDED BY JEFF - ALTA HOST */

.anchorCell {
	position: relative;
	width: 750px;
	margin: 0 auto;
	height: 200px;
	text-align: left;
}
#logo {
top: 20px; left: 0px; position: absolute; width: 100px;
}

.anchorCell img {border: none;}
.anchorCell #howToOrder {top: 20px; left: 460px; position: absolute; width: 91px; z-index: 99; display:block; padding-bottom: 2px;}
.anchorCell #aboutUs {top: 20px; left: 565px; position: absolute; width: 65px; z-index: 99; display:block;}
.anchorCell #contactUs {top: 20px; left: 645px; position: absolute; width: 70px; z-index: 99; display:block;}

.anchorCell #howToOrder a:hover {border-bottom: solid 1px #1B1172; display:block; padding-bottom: 2px;}
.anchorCell #aboutUs a:hover {border-bottom: solid 1px #1B1172; display:block; padding-bottom: 2px;}
.anchorCell #contactUs a:hover {border-bottom: solid 1px #1B1172; display:block; padding-bottom: 2px;}

.anchorCell #ministryPrinting {top: 27px; left: 333px; position: absolute; width: 100px;}
.anchorCell #ministryPrinting a {display: block; width: 450px; height: 68px;}
.anchorCell #ministryPrinting a:hover {background:url(images/layout2_over.jpg) -958px -27px no-repeat; z-index: 98;}

.anchorCell #businessPrinting {top: 95px; left: 337px;  position: absolute; width: 100px;}
.anchorCell #businessPrinting a {display: block; width: 450px; height: 80px;}
.anchorCell #businessPrinting a:hover {background:url(images/layout2_over.jpg) -962px -95px no-repeat; z-index: 98;}

a#loginNow{
	display: block;
	height: 180px;
	width: 180px;
	background: url(images/login_ovr.jpg) no-repeat;
	
}
a#loginNow:hover{
	background: url(images/login.jpg) no-repeat;
}
#sendInfoForm table {width: 379px;}
#sendInfoForm td.field {width: 200px;}
#sendInfoForm label {font-weight: bold; width: 100px; display: block;}
#sendInfoForm input {margin: 2px;}

fieldset#sendInfoForm a {margin: 0 auto; }
fieldset#sendInfo {padding: 10px;}
fieldset#sendInfo legend {font-weight: bold; color: #000000;}
fieldset#loginAccount {padding: 10px; height: 322px; display:block; text-align: center; width: 240px; margin-left: 15px;}
fieldset#loginAccount legend {font-weight: bold; color: #000000;}
fieldset#loginAccount a {margin: 60px auto 0 auto;}
fieldset#loginAccount a span {display: none;}

.errorMessage{color: red; font-size: 15px;}
ul.errorMessage {margin-top: 0; color: red;}

