/*** AMA Self-Study Styles ***/
#masthead {
	margin:0px;
	padding:0px;
	border-bottom: solid 10px #e4e4e4;
	width:994px;
	height:20px;
}
#masthead p {
	line-height: 20px;
}
#header {
	position:relative;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	font-size:12px;
	width:938px;
	overflow: hidden;
	height:100px; /* was 126px */
}

.logo_main {
	xbackground: #fff url(http://www.amaselfstudy.org/images/self-study-logo.png) no-repeat top left;
	width:366px;
	height:92px;
	xdisplay:block;
	position:relative;
	top:17px;
	float:left;
}
.header_top_contact {
	display:block;
	clear:both;
	position:relative;
	overflow:hidden;
	padding: 0 3px 12px 0;
}
.header_top_contact a {
	color: #0067b1;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
.header_top_contact span.devider {
	padding:0px 12px;
}
.header_top_links {
	padding-top:14px;
	position:relative;
	display:block;
	clear:both;
}
.header_top_links a {
	font-size: 11px;
	text-decoration: underline;
}
.header_top_links span {
	padding:0 8px 0 8px;
}
.header_top_links img.cart {
	position:relative;
	bottom:-6px;
}
.header_search {
	padding-top: 30px;
	width:100%;
}
.header_search a {
	color: #00559c;
}
.header_search label {
	padding-right:10px;
	vertical-align: bottom;
	line-height:18px;
	bottom:0px;
}
.header_search input.textbox {	
	border-top: solid 1px #7c7c7c;	
	border-left: solid 1px #c3c3c3;	
	border-right: solid 1px #c3c3c3;
	border-bottom: solid 1px #ddd;
	width:auto;height:16px;
	line-height:16px;
	vertical-align: middle;
	font-size: 11px;
	background: #ffffff url(http://www.amaselfstudy.org/images/search_bg.jpg) no-repeat left top;
}
.header_right {
	/* float: right; */
	position:absolute;
	top: 17px;
	left: 550px;
	/* height:60px; */
	/* padding-top:17px; */
	text-align:right;
}
.search_area {
	background-color:#e4e4e4;
	float:right;
	padding:4px;
	margin:7px 0 8px 0;
	width:330px;
	height:24px;
}
.search_area_text {
	width:120px;
	margin-left:12px;
}

/*a.advanced_search {
	vertical-align: middle;
	margin-left:6px;
}
a.advanced_search img {
	padding-left:5px;
}
a.search_btn {
	position:relative;
}*/
a.search_btn img {
	position:relative;
	top:2px;
	border:none;
	margin:0 8px 0 0;
}
.tagline {
	width:274px;
	display:block;
	position:absolute;
	left:40px;
	top:60px;
	font-weight:bold;
}
.welcome_message {
	display:block;
	position:absolute;
	top:100px;
	left:0px;
}
.welcome_message a {
	color: #2578c4;
}
.welcome_message a:hover {
	text-decoration: underline;
}
.phone_number {
	position:absolute;
	top:26px;
	right:150px;
	width:200px;
	margin:4px;
	font-size:16px;
	font-weight:bold;
}
a.click_to_chat {
	position:absolute;
	top:26px;
	right:30px;
	margin:4px;
}
/**** End Header ***/
