@charset "utf-8";
/* CSS Document */

#header {
	margin:0;
	padding:0;
}
#hrow1 {
	float:right;
	margin:0;
}
#contact {
	float:right;
	margin:6px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
#contact li {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0 5px;
	font-size:12px;
	line-height:16px;
	border-right:1px solid #aaa;
}
#contact li h4 {
	color:#084e72;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	font-size:12px;
	line-height:16px;
}
#contact li.last {
	border-right:none;
	padding-right:0;
}
#account {
	float:right;
	clear:right;
	margin:4px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
#account li {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0 5px;
	font-size:12px;
	line-height:16px;
	border-right:1px solid #aaa;
}
#account li.last {
	border-right:none;
	padding-right:0;
}
#hrow2 {
	padding:10px;
	margin:0;
}
#logo {
	float:left;
	height:43px;
	width:180px;
	background:url(../images/hypnosis_network.gif) no-repeat left center;
}
#search {
	float:right;
	margin:8px 10px;
}
#search form {
	margin:0;
	padding:0;
}
#mainsearch {
	width:195px;
	height:22px;
	float:left;
	border:1px solid #ddd;
	position:relative;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-radius: 4px 0 0 4px;
	background:#fff;
}
#searchbox {
	border:none;
	background:none;
	padding:0;
	margin:4px 0 0 6px;
	width:185px;
	font-size:11px;
	font-weight:bold;
	color:#888;
}
#submitsearch {
	float:left;
	padding:5px;
	background:#092953;
	border:1px solid #092953;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-radius: 0 4px 4px 0;
}
#credibility {
	float:right;
	text-align:right;
}
#credibility img {
	margin: 5px 0 0 10px;
}
#hrow3 {
	margin:0;
	padding:0;
	border:1px solid #ddd;
	border-bottom:none;
	position:relative;
	background:#092953;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius: 10px 10px 0 0;
	[if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
#navigation {
	font-size:12px;
	margin:0;
	padding:5px;
	text-align:center;
	position:relative;
}
#navigation li {
	margin:0;
	padding:0 15px;
	display:inline;
	list-style:none;
	border-right:1px solid #fff;
	font-weight:bold;
}
#navigation li a {
	color:#fff;
	text-decoration:none;
}
#navigation li a:hover {
	color:#CCC;
}
#navigation li.last {
	border-right:none;
}
#endorsedby {
	height:40px;
	background:url(../images/ebbg.jpg) repeat-x center;
	border:1px solid #ddd;
}