/* CSS Document */

body{ margin:0px;
	 padding:0px;
	 }
.back{ background-image:  url("/images/body-back.jpg");
		height:263px;
		background-repeat:repeat-x;
		}
.top{ font-family:Arial;
	  color:#231F20;
	  font-size:10px;
	  text-transform:uppercase;
	  }
.top-text{ font-family:Arial;
		   color:#FFFFFF;
		   font-size:12px;
		   }
.top-smalltext{ font-family:Arial;
		   color:#FFFFFF;
		   font-size:11px;
		   }
#box{ background-image: url("/images/box-back.jpg");
			height:103px;
			width:251px;
			background-repeat:no-repeat;
			}

#box .text{ font-family:Arial;
			font-size:12px;
			color:#333333;
			text-decoration:none;
			}
#box a:link, a:hover, a:visited, a:active{ color:#ED161F;
											text-decoration:underline;
											}

.bot-back{ background-image: url("/images/bot-back.jpg");
			width:330px;
			height:126px;
			background-repeat:no-repeat;
			}

.footer-line{ background-image: url("/images/footer-line.jpg");
				width:432px;
				height:37px;
				background-repeat:no-repeat;
				background-position:right;
				}
.footer{ font-family:Arial;
		 color:#FFFFFF;
		 font-size:11px;
		 }
.free{ font-family:Arial;
		color:#231F20;
		font-size:11px;
		}
.contact{ font-family:Arial;
		  color:#FFFFFF;
		  font-size:18px;
		  font-weight:bold;
		  }
.subheading{ font-family:Arial;
			 color:#EE1C23;
			 font-size:14px;
			 text-transform:uppercase;
			 }
.sub-text{ font-family:Arial;
			 color:#363636;
			 font-size:12px;
			}
.sub-footer{ background-image: url("/images/footer.jpg");
			width:778px;
			height:43px;
			background-repeat:no-repeat;
			}
.ntg-back{ background-image: url("/images/ntg-back.jpg");
			width:390px;
			height:96px;
			background-repeat:no-repeat;
			}
.footer-white:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.footer-white:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.footer-white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.linedivider{ background-image: url("/images/line.gif");
			height:750px;
			width:1px;
			background-repeat:no-repeat;
			}
ul {
    margin: 2em;
}
ul li {
    padding-left: .5em;
    margin-bottom: 1em;
}