@charset "utf-8";
/* CSS Document */

body {
	 width: 899px;
	 margin: 0px auto;
	 text-align: center;
	 font-size: 12px;
	 color: #7a7a7a;
	 font-family: Arial, Helvetica, sans-serif;
	 background-color: #c0c0c0;
	 background-image: url(/images/to_use/topbg.jpg);
	 background-position: top;
	 background-repeat: no-repeat;
	 line-height: 140%;
	 }
	 
p {
  margin: 0px;
  padding: 0px;
  }
  
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #10499e;
   padding: 0px;
   margin: 0px;
   }

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #155ecb;
   padding:0px;
   margin: 0px;
   }
       
ul {
   padding: 2px 0px 0px 20px;
   margin: 0px;
   }
   
li {
   padding: 0px;
   margin:0px;
   }
   
/*replaced buttons class */
input[type=button], input[type=submit], input[type=reset] {
		 background-color: #155ecb;
		 border: 1px solid #155ecb;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 color: #fff;
		 }
		 
/*replaced fields class */		
input[type=text], input[type=password] {
		 background-color: #fff;
		 border: 1px solid #e4e4e4;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 color: #aeaeae;
		}
  
#divider_div {
			 width: 100%;
			 background-image: url(/images/to_use/div.jpg);
			 background-repeat: repeat-x;
			 height: 7px;
			 clear: left;
			 }
  
#container {
		   width: 899px;
		   background-color: #FFFFFF;
		   border-right: 5px solid #FFF;
		   border-left: 5px solid #FFF;
		   border-bottom: 5px solid #FFF;
		   }
		   
.home_image {
			float: left;
			padding-right: 15px;
			Clear: both;
			}
				
.right_image {
			float: right;
			padding: 0px 10px 5px 15px;
			Clear: both;
			}
			
.text_right_padding {
					padding-right: 15px;
					}
		   
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* Container */

a:link {
		color: #10499e;
		text-decoration: underline;
		}
			   
a:visited {
		   color: #10499e;
		   text-decoration: underline;
		   }
			   
a:hover {
		 color: #10499e;
		 text-decoration: none;
		 }	 

/* Row1 */

#row1 {
	  width: 899px;
	  height: 126px;
	  }

/* Row2 */
	  
#row2 {
	  width: 899px;
	  height: 28px;
	  font-size: 11px;
	  }
	  
#row2 a:link {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		}
			   
#row2 a:visited {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		   }
			   
#row2 a:hover {
		color: #FFF;
		font-weight: bold;
		text-decoration: underline;
		 }	
	  
#row2_1 {
	  width: 353px;
	  height: 28px;
	  float: left;
	  }
	  
#row2_2 {
	  width: 546px;
	  height: 23px;
	  float: left;
	  background-image: url(/images/code_03_bg.jpg);
	  background-repeat: repeat-x;
	  text-align: left;
	  padding-top: 5px;
	  }
	  
#row2_3 {
	  width: 899px;
	  height: 2px;
	  clear:left;
	  }
	  
/* Row3 */
	  
#row3 {
	  width: 839px;
	  clear: left;
	  padding: 30px 30px 10px 30px;
	  text-align: left;
	  }
		
/* Row4 Content */
	  
#row4 {
	  width: 899px;
	  height: 56px;
	  }
	  
#row4_1 {
		width: 527px;
		height: 56px;
		float: left;
		}

#row4_2 {
		width: 223px;
		height: 56px;
		float: left;
		}
		
#row4_3 {
		width: 149px;
		height: 56px;
		float: left;
		}
		
/* Row5 Footer */
		
#row5 {
	  width: 899px;
	  height: 41px;
	  clear: left;
	  background-image: url(/images/code_08.jpg);
	  padding-top: 75px;
	  font-size: 11px;
	  color: #383838;
	  }
	  
#row5_left {
width: 630px;
float: left;
text-align: left;
padding-left: 30px;
}

#row5_right {
width: 209px;
float: left;
text-align: right;
padding-right: 30px;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}
