@charset "utf-8";
/* CSS Document */

#body {
	 width: 974px;
	 margin: 0px auto;
	 text-align: center;
	 font-size: 12px;
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 line-height: 150%;
	 background-color:  #0063a9;
	 background-image: url(images/to_use/bottom_bg.jpg);
	 background-position: bottom;
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 height:100%;
	 }
	 
p {
  margin: 0px;
  padding: 0px;
  }
  
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #e70026;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   }
   
h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding:0px;
   margin: 0px;
   }
   
ul {
   padding: 0px 0px 0px 20px;
   margin: 0px;
   }
   
li {
   padding: 0px;
   list-style-image: url(images/to_use/li_bullet.png);
   }
  
#divider_div {
			 width: 100%;
			 background-image: url(images/to_use/div.jpg);
			 background-repeat: repeat-x;
			 height: 7px;
			 clear: left;
			 }
  
#container {
		   width: 974px;
		   background-color: #FFF;
		   }	
		   
input[type=text], input[type=password] {
background-color: #FFF;
color: #784f25;
/*border: none;*/
font-size: 12px;
margin: 0px 5px 0px 5px;
}

input[type=button], input[type=submit], input[type=reset]{
background-color: #c5b5b2;
color: #400b00;
border: 1px solid #FFF;
font-size: 11px;
font-weight: bold;
}
		   
.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: #e70026;
		text-decoration: none;
		}
			   
a:visited {
		   color: #e70026;
		   text-decoration: none;
		   }
			   
a:hover {
		 color: #e70026;
		 text-decoration: underline;
		 }
		 		 

img {
	border-style: none;
}


/* Row1 */

#row1 {
	  width: 974px;
	  height: 127px;
	  }


/* Row2 */
	  
#row2 {
	  width: 974px;
	  height: 44px;
	  background-image: url(images/layout_code_03_bg.jpg);
	  background-repeat:  repeat-x;
	  clear: left;
	  }
	  
#row2_left {
width: 18px;
height: 44px;
float: left;
}

#row2_center {
width: 938px;
height: 44px;
float: left;
background-image: url(images/code_03_bg.jpg);
background-repeat: repeat-x;
}

#row2_right {
width: 18px;
height: 44px;
float: left;
}
	  
/* Row3 */
	  
#dnn_imagerotator {
	  width: 974px;
	  height: 283px;
	  clear: left;
	  min-height:283px;
	  }	 
	  
/* Row4 */
	  
#row4 {
	  width: 934px;
	  padding: 20px;
	  height:auto;
	  }	
	 
#dnn_row4_left {
width: 655px;
float: left;
text-align: left; 
padding-right:10px;
}

#dnn_row4_right {
width: 260px;
float: left;
text-align: right;
padding: 0 0 0 7px;
}

#dnn_contentpane {
clear:both;
width: 934px;
}

#row4_spacer {
width: 934px;
height: 20px;
}

#row5 {
width: 974px;
height: 24px;
background-color: #824600;
text-align: center;
padding-top: 6px;
font-size: 11px;
color: #FFF;
clear: left;
}

#row5 a:link {
		color: #fff;
		text-decoration: none;
		font-weight:bold;
		}
			   
#row5 a:visited {
		   color: #fff;
		   text-decoration: none;
		   font-weight:bold;
		   }
			   
#row5 a:hover {
		 color: #fff;
		 text-decoration: underline;
		 font-weight:bold;
		 }

.text-spacing {
padding-right: 15px;
}
