@font-face {
	font-family: "heroic";
	src: url("heroic-condensed.otf");
}

@font-face {
	font-family: "franklin";
	src: url("FRABK.TTF");
}

ul.features { 
list-style-image: url('images/table/tick-icon.png'); 
}

li.features { 
padding-bottom:3px; 
}

body {
	font-family: franklin, helvetica;
	line-height: 1.5;
  	color: #525252;
	background-color: #3F3F3F;
}

b{
	font-family: helvetica;
}

b.text{
	color: black;
	font-family: georgia;
}

p.title {
	font-size: 24px;
	font-family: Georgia;
	color: #3D3D3D;
}

small {
	font-size: 14px;
}

small.nav {
	font-size: 10pt;
	font-family:franklin;
	color: #A5A5A5;
}

#bgtop {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}

#wrap {
	width:1006px;
}

#nav {
	margin-top: -5px;
	float: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}

#nav.button {
	padding: 10px 10px 10px 15px;
}

#wrap.content {
	width:1006px;
}

#top.content {
	width: 100%;
}

#content {
	width:1006px;
	background-image:url(images/content_bg.png);
	background-repeat: repeat-y;
}

#content.top {
	width: 1006px;
	height: 16px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
}

#content.bottom {
	width: 1006px;
	height: 16px;
	background-image: url(images/content_btm.png);
	background-repeat: no-repeat;
}

#footer {
	width: 906px;
	padding: 10px 40px 10px 40px;
}

#foot.nav {
	background-image: url(images/footer-stroke.gif);
	background-repeat: inherit;
	padding: 20px;
	font-family: heroic;
	font-size: 18pt;
	border-top: thin solid #696969;
	border-bottom: thin solid #696969;
	color: #696969;
	
}

a.nav:link {color: black; text-decoration: none;
}

a.nav:visited {color: black; text-decoration: none;
}

a.nav:hover {color: #003CFF; text-decoration: none;
}

a.foot:link {color: #696969; text-decoration: none;
}

a.foot:visited {color: #696969; text-decoration: none;
}

a.foot:hover {color: grey; text-decoration: none;
}

A:link {color: #003CFF; text-decoration: none;
}

A:visited {color: #003CFF; text-decoration: none;
}

A:hover {color: grey; text-decoration: underline;
}