@charset "UTF-8";

body {
	margin:0;
	font-size:12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(90,90,90);
	background: rgb(229,229,229) url(/guide/spinoff/img/back.png) repeat-x center top;
}

h1 {
	font-size:28px;
	line-height:30px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 5px 0px;
	color:rgb(35,78,116);
}

h2 {
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 5px 0px;
	color:rgb(35,78,116);
}

h3 {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 5px 0px;
}

h4 {
	font-size:12px;
	margin:0px 0px -5px;
	padding:5px 0px 0px;
}

p {
	margin:0px;
	padding:5px 0px;
}

a {
	color:rgb(255,133,13);
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

table {
	background:none;
}

td {
	background:none;
}

#topOuter {
	position:relative;
	background:url(/guide/spinoff/img/topBack.png);
	height:100px;
}

#topInner {
	position:relative;
	width:960px;
	margin-left:-480px;
	left:50%;
}

#vhhrLogo {
	position:absolute;
	top:37px;
	left:8px;
}

#address {
	position:absolute;
	top:33px;
	left:150px;
	font-size:10px;
	line-height:15px;
	color:rgb(120,120,120);
}

#spinoffLogo {
	position:absolute;
	top:10px;
	right:10px;
}

#menuOuter {
	position:relative;
	background:url(/guide/spinoff/img/mainMenuBack.png) repeat-x;
	height:60px;
	margin:-5px 0px 0px 0px;
}

#content {
	position:relative;
	width:960px;
	left:50%;
	margin: 5px 0px 0px -480px;
}

#bigPicture {
	margin:-8px -18px 17px;
}


#associates {
	text-align:right;
	padding:10px;
}

#associates img {
	margin:10px 0px 0px 50px;
}


ul {
	margin:0;
	padding:0;
}

li {
	margin:0px 0px 0px 15px;
}

.clear
{
  clear: both;
  height: 0px;
  overflow: hidden;  
}
img.imgleft {float:left;margin-right:3px}
img.imgright {float:right;margin-left:3px}

