/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	background-color:#FFF;
}
.img {
	display: block;
}

a:link, a:visited {		
	color: #039;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	/*color: #f00;*/
	text-decoration:underline;
}

p {
	margin:10px 0 0 0;
	padding:0;
}

ul {
	margin: 0;
	padding: 0;
}

h1 { display: none; }

#contactInfo {
	position:relative;
	top:0px;
	left:303px;
	width:347px;
	height:33px;
	font-size:12px;
	padding:7px 0 0 0;
	border-width:0px;
	margin:0;
	text-align:center;
	vertical-align:middle;
}

#container {
	/*background: url(images/home/home_skin.jpg) no-repeat; */
	height:542px; 
	width:675px;
	border-width:0;
	padding:0;
	margin:30px auto;
}

.phone {
	padding:0; 
	margin:0 5px;
}

#contentBlock {
	position:absolute;
	top:230px; 
	left:320px; 
	width:325px;
	height:173px;
	line-height:18px;
	overflow:auto;
	padding:0;
	margin:0;
	border-width:0;
	visibility: visible !important; /* always show for non-ie */
	visibility:hidden;  /* allow animate for IE */
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.9);
}

#contentBlock a {
	font-weight:bold;
}

ul#homeNav a {
  /*float:left;*/
  display:block;  
  background: url(images/home/home_dot_off.gif) no-repeat left center;
  padding: 0 0 0 18px;
  margin: 0 5px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

ul#homeNav a:hover {
  background-image: url(images/home/home_dot_on.gif);
}

ul#homeNav a.dark:hover {
  background-image: url(images/home/home_dot_on_dark.gif);
}

ul#homeNav {  
	position:absolute;
	top:0px;left:0px;
  float:left;
  width:455px !important;	
	width /**/: 675px;
	border: 0px solid green;
  xbackground:url(images/bk_sliv.jpg) repeat-y;
  padding:5px 0 0 250px;
  margin: 0;
  list-style-type:none;	
}

ul#homeNav li {
  float:left;
	border: 0px solid red;
	white-space:nowrap;
}

#container { position: relative; }