@import url("default.css");

#page{
	padding-top:0px;
}

body{
	background-color:white;
}

#body{
	border:none;
}
#content{
	margin-top:140px;
	border-right:1px dotted #CBCECF;
	border-left:1px dotted #CBCECF;
}
#header{
	background-image:url('business-back.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border:none;
	height:109px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#header h1{
	top:42px;
	left:150px;
	font-size:16pt;
	color:#1F2B45;
	z-index: 10;
	display:inline;
	font-weight:bold;
	border-left:none;	
	padding-left:0px;
}

#header h2{
	top:67px;
	left:160px;
	font-size:11pt;
	color:#454B5C;
	z-index: 10;
	border-left:none;	
	padding-left:0px;	
}

#header a {
	color:#1F2B45;
	text-decoration: none;
}
#header a:hover {
	color:#1F2B45;
	text-decoration: underline;
}

#hlogo {
	position:absolute;
	width:419px;
	height:109px;
	left:0px;
	top:0px;
	background-image:url('business-logo.jpg');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	padding:8px;
	line-height: normal;
	border:none;
	margin:1px;
	position:absolute;
	top:98px;
	left:60px;
}


#hsearch {
	top:38px;
	color:black;
}

#hsearch input {
	border:1px solid black;
	color:black;
}

#footer{
	background-color:white;
	color:gray;
}

a:hover {
	border:medium none;
	color:#333333;
}
a {
	border-bottom:1px dotted #67A9C1;
	color:#000099;
	text-decoration:none;
}

.indexlist h2 {
	text-align:center;
	border:none;
}

.indexheader {

}

.indexheader h1 {
	text-align:center;
	border:none;
}


iframe.supplemental_video {
       float: right;
       position: static;
       margin-left: 1em;
}

