@charset "UTF-8";

body {
        word-wrap: break-word;
        top:0;
left:0;
margin:0;
padding:0;
     }

.tan13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E8E2B9;
	line-height: 18px;
}
.footer10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0F1D26;
}
.tan13  a{
	color: #E8E2B9;
	text-decoration:underline;
}
.footer10 a{
	color: #0F1D26;
	text-decoration:none;
}
.navy13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0F1D26;
	line-height: 18px;
}
.navy13 a{
	color: #0F1D26;
	text-decoration:underline;
}
.black13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
.navy14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F1D26;
	line-height: 20px;
}
.navy11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F1D26;
	line-height: 14px;
}
.tan11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8E2B9;
	line-height: 18px;
}
.green7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #78813F;
	line-height: 18px;
	text-decoration:underline;
}

h1      {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 18px;
        }	
        
h2      {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E8E2B9;
	line-height: 18px;
        }
        
.error_message {
        font-family: Arial, Helvetica, sans-serif;        
        }
        
#contactus {
             background: transparent url('images/contactus_submit.jpg') no-repeat top left; 
             display: block; 
             width: 86px; 
             height: 34px;
             border: 1px solid #3A6E8F;
             cursor: pointer;
        }
        
/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }

/* Form style */

span.required { font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #ff0000; } /* Select the colour of the * if the field is required. */
fieldset { padding:20px; border:0px solid #eee; -moz-border-radius: 0px; -webkit-border-radius:0px; }
label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 100px; font-size: 1.2em; padding: 3px 10px 3px 3px}
input, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #3A6E8F; margin: 5px 0; font:1.2em Arial, Helvetica, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
textarea { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:0.8em Arial, Helvetica, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #3A6E8F; margin: 0; padding: 0px; -moz-border-radius: 0px; -webkit-border-radius:0px; }