
/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */
* {
	outline:none;
}

html {

}

body {
	
}

#body_container {
	float:left;
	width:100%;
	background:#FFF url(/templates/custom/highyieldmed/images/bg.jpg) repeat-x;
}

.full_container {
	width:100%;
	float:left;
}

#float_container {
	margin:auto;
	width:960px;
}

#qbank_float_container {
	margin:auto;
	width:960px;
	font-size:16px;
}

#header {
	float:left;
	width:960px;
	height:150px;
	position:relative;
}

#small_header {
	float:left;
	width:960px;
	height:50px;
	position:relative;
}

#logo {
	float:left;
	display:block;
	height:150px;
}

#menu_container {
	height:40px;
	bottom:0;
	right:0;
	position:absolute;
}

#user_links {
	height:30px;
	position:absolute;
	top:75px;
	right:0;
	font-size:14px;
	color:#535355;
}

#small_user_links {
	height:30px;
	position:absolute;
	top:15px;
	right:0;
	font-size:14px;
	color:#535355;
}

#social_links {
	height:30px;
	position:absolute;
	top:40px;
	right:0;
}

#strong_banner {
	float:left;
	margin:10px;
	padding:0 5px 15px 0px;
	background:#989696 url(/templates/custom/highyieldmed/images/strong_banner_bg.jpg) bottom left repeat-x;
	width:935px;
	font-size:16px;
	color:#FFF;
	text-shadow: 2px 2px 2px #636262;
}

#full_content_container {
	float:left;
	width:960px;
	margin:10px 0;
	background:url(/templates/custom/highyieldmed/images/full-content-bg-repeater.jpg) repeat-y;
}

#full_col_bg {
	width:960px;
	background:url(/templates/custom/highyieldmed/images/full-content-bg.jpg) bottom left no-repeat;
	padding-bottom:25px;
}

#full_col_top {
	width:960px;
	height:2px;
	background:url(/templates/custom/highyieldmed/images/full-content-top.jpg) no-repeat;
}

#two_col_content_container {
	float:left;
	width:960px;
	margin:0px 0 10px;
	background:url(/templates/custom/highyieldmed/images/content-bg-repeater.jpg) repeat-y;
}

#two_col_bg {
	width:960px;
	background:url(/templates/custom/highyieldmed/images/content-bg.jpg) bottom left no-repeat;
	padding-bottom:15px;
}

#two_col_top {
	width:960px;
	height:2px;
	background:url(/templates/custom/highyieldmed/images/content-top.jpg) no-repeat;
}

#full_body {
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    width: 908px;
}

hr {
	border-top:solid 1px #ccc;
	border-bottom:0;
	
	
}

#main_body {
	float:left;
	width:435px;
	margin-left:24px;
	margin-top:10px;
}

#main_body_two {
	float: right;
    margin-left: -190px;
    margin-top: 10px;
    width: 615px;
}

#right_modules {
	float:right;
	width:435px;
	margin-right:24px;
	margin-top:10px;
}

#top_content {
	float:left;
	width:940px;
	padding:14px 10px 10px;
}

#copyright {
	float:left;
	width:940px;
	padding:10px;
}

#footer_divider {
	float:left;
	width:100%;
	height:5px;
	background:url(/templates/custom/highyieldmed/images/footer-divider.jpg) repeat-x;
}

#strong_footer {
	float:left;
	width:960px;
	padding:30px 0px 20px;
	font-size:14px;
}

#strong_footer a { color:#5f5f5f; text-decoration:none }
#strong_footer a:hover { color:#bd6812; text-decoration:underline }

#footer {
	float:left;
	width:940px;
	padding:10px 10px;
	font-size:11px;
	color:#8c8b8b;
}

.container {
	width:960px;
	margin:auto;
}

.clear { 
	clear:both;
}

#homepage_image {
	float:left;
	width:486px;
}