* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #404040;
  background : #9F0101;
  text-align: center;
}

ul, ol { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #2E231C; margin-bottom : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #2E231C; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #2E231C; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #2E231C; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #2E231C; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #2E231C; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}

A  {color : #89372A; font-weight : normal; text-decoration : underline;}
A:Visited  { color : #89372A; font-weight : normal; text-decoration : underline;}
A:Active  { color : #89372A; font-weight : normal; text-decoration : underline;}
A:Hover  { color : #89372A;	font-weight : normal; text-decoration : none;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #9D8E01;
  color : fff;
  background : none;
}

div#wrapper {
   width: 964px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #2E2E2E url(images/bg_wrapper.gif) top left repeat-y;
   text-align: left;
}

div#header {
width : 964px;
height : 237px;
background : #fff url(images/header.jpg) top left no-repeat;
position : relative;
}

div#header h1 {
	position : absolute;
	bottom : 13px;
	left : 40px;
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
	font-family : Arial Narrow, Arial, sans-serif;
}

img#logo {
	position : absolute;
	top : 20px;
	left : 35px;
}

img#bottom {
  vertical-align : bottom;
}

div#sidebar_right {
	float : left;
	width : 148px;
}

img#fingerprint {
	text-align : center;
	margin : 5px 20px;
}

ul#topnav {
  font: normal 13px Verdana, Arial, sans-serif;
  color : #fff;
  margin : 0 0 10px 0;
  padding : 0;
  list-style: none;
  width : 148px;
}

ul#topnav li {  
  margin : 0;
  padding : 0;
  width : 148px;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : left; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  font-weight : bold;
  padding : 5px 7px;
  margin : 5px 7px;
  color : #fff;
  display : block;
  border : 1px solid #B7B7B7;
  }

ul#topnav li a:hover {
  background : #61534A;
}

div#content_wrapper {
  width : 892px;
  margin : 0 10px 0 24px;
}

div#content {
  margin : 0 0 0 160px;
  padding : 15px 15px 15px 15px;
}

* div#content {zoom: 1;} /* Fixes the float bug in IE */

div#map {
	float : right;
}

.sidebar_right {
	float : right;
	width : 150px;
	padding : 4px;
	margin : 0 0 5px 5px;
	border : 3px double #2E2E2E;
}

.sidebar_right * {
	font-size : 0.95em;
}

div#footer {
	clear : left;
	padding : 5px;
	background : #2E2E2E;
	text-align : right;
	color : #fff;
}

div#footer a {
	color : #fff;
}

.addr {
	font-size : 14px;
	margin-right : 25px;
}
.phone {
	font-size : 16px;
	font-weight : bold;
}

div.clear {
  clear :both;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #fff;
}

div#norlink a {
  color : #fff;
  font-weight : normal;
}