/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLE */
body {
  background-color: #FFF;
  font: 100.1% Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
  color: #000;
}

#container {
	width: 798px;
	background: #FFF url('../img/greybg.jpg') repeat-y top left;
	height: 100%;
	overflow: visible;
	margin: 0 auto;
}

h1 {
	text-indent: -999999px;
	height: 147px;
	background: #FFF url('../img/int-hdr.jpg') no-repeat top left;
}

#nav {
	width: 114px;
	float: left;
	background: #242021 url('../img/int-nav.jpg') no-repeat top left;
	padding-top: 44px;
}

ul li {
	list-style-type: none;
	padding: .5em;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}

ul li a,
ul li a:link,
ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

ul li a:hover,
ul li a:active {
	color: #c70500;
	text-decoration: underline;
}

div#left,
div#center,
div#right {
	float: left;
	width: 165px;
}

div#right {
	width: 275px;
}

#content p {
	padding: .4em;
}

#gmap {
	padding-left:15px;
}

div#newsletter p#newsltrtag {
	color: #c70500;
	font-size: .8em;
	font-weight: bold;
	float: none;
	width: 100%;
	text-align: center;
	margin: .3em;
	margin: 0.8em 0;
}

#newsletter {
	clear: both;
	border-top: 1px solid #000;
	padding: .5em 0;
	margin-right: 10px
}

h2 {
	color: #c70500;
	font-weight: bold;
	size: 1.1em;
	padding-left: 1em;
}

#footer {
	background-color: #242021;
	clear: both;
}	

#footer p {
	padding: 1.5em;
	font-size: .7em;
	text-align: right;
	color: #FFF;
}

#footer p a,
#footer p a:link,
#footer p a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:active {
	color: #c70500;
	text-decoration: underline;
}

#features ul {
	float: left;
	text-align: left;
	list-style-type: disc;
	text-decoration: none;
	padding-bottom: 15px;
}

#features li {
	float: left;
	text-align: left;
	list-style-type: disc;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 25px;
	width: 100%;
}