html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}


img {
	border: 0;
}

#contactpic {
	border: 0;
	padding-top:0px;
}

#highlighted {
	font-size:1.2em;
	color:#F00;
	font-weight:bold;
}



a {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
	padding-left:5px;
	padding-bottom:5px;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 954px;
	position: relative;
}

#header {
/**  background: top center url(images/logo.jpg) no-repeat; **/
  padding-top: 51px;
  width: 441px;
  position: relative;
}

/** Header **/

#breadcrumb {
	width:180px;
	background: #fff top right url(images/breadcrumb_top_right.jpg) no-repeat;
	/**  background: #E8E7DA url(images/search_top.jpg) no-repeat;     **/
	text-align: center;
	position: absolute;
	left: 400px;
	padding: 3px 0px 3px 3px;
	top: 58px;
	height:13px;
	margin-bottom:1px;
  }

#breadcrumbtopleft {
  background: top left url(images/breadcrumb_top_left.jpg) no-repeat;
	position: absolute;
	left: 400px;
	top: 57px;
	width:15px;
	z-index:1000;
}


#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#inlinephone {
	position:relative;
	top:2px;
	right:-2px;	
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
}


#nav ul {
  margin: 0px 17px 0 38px;
  padding: 25px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(images/dots.jpg) repeat-x;
  padding-bottom:0px;
}


#nav a {
  color: #c00;
  padding-left:5px;
  font-size: 1.15em;
  font-style: bold;
  line-height:1.5em;
  }

#nav a b {
	color: #FFF;
	font-size:1.4em;
  }

/** content **/

#content {
  background: #E8E7DA top left url(images/body_top_left.jpg) no-repeat;
  width: 583px;
  margin-left: 385px;
  min-height: 108px;
}

#topright {
  background: top right url(images/body_top_right.jpg) no-repeat;
}


#content .wide {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-right: 27px;
	padding:4px;
	margin-left:0px;
	maring-bottom:10px;
	min-height: 80px;
}

#clearboth {
	clear:both;
}

#content .widefull {
	position:relative;
	top:-14px;
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-left: 10px;
	padding:4px;
}

#content .wide h2 {
	font: bold 15px arial, serif;
	color: #333;
	margin: 0 5em 0 0;
	text-align:left;
}


#content .main, #content .main2 {
  float: left;
  width: 390px;
  margin-top: 14px;
  padding-right: 15px;
 padding-bottom: 1em;
  padding-left:15px;
 }
#content .main3 {
  float: left;
  width: 390px;
  margin-top: 14px;
  padding-right: 15px;
 padding-bottom: 1em;
  padding-left:15px;
 }

#content .main {
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p, #content .main3 p,  #content .wide p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main3 .right  {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear, #content .main3 .clear, #content .wide .clear {
  height: 20px;
  margin-bottom: -10px;
}

#column-right {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(images/body_top_right.jpg) no-repeat;
}

#top-right {
  float: right;
  width: 15px;
  padding: 0px;
  background: top right url(images/body_top_right.jpg) no-repeat;
}

#column-right span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#column-right p {
  float: left;
  width: 134px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 0;
  line-height: 1.3;
}
#column-right .clear {
  height: 10px;
}

h2 {
	font: bold 15px arial, serif;
	color: #333;
	margin: 0 0 0.5em 0;
}

/** Footer **/

#bottom {
	position:relative;
	top:-4px;
	margin: 0 0 0 385px;
	width:583px;
	background-image:url(images/bottom.jpg); 
	background-repeat:no-repeat;
	background-color:#000;
	height:12px;
}

#footer {
	position:relative;
	top:-22px;
  color: #E8E7DA;
  margin: 2px 0 0 490px;
}

#privacy {
	position: relative;
	top:-4px;
	margin: 0 0 0 810px;
	width: 148px;
	padding: 3px 0 3px 0;
	text-align: center;
	background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
}

#privacy a {
  color: #000;
  font-weight: normal;
}
