html {
	padding-bottom: 1px;
	min-height: 100%;
}
body {
	background: url(/images/general/background.jpg) repeat;	
	color: #000000;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	min-height: 100%;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#gradientContainer {
	background-image: url(/images/general/background-gradient.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	min-height: 100%;
	width: 100%;
}
#offer_container {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1000px;
}
#offer_top {
	height: 99px;
	margin: 0 auto;
	padding: 0;
	width: 780px;	
}
#offer_header {
	background: #FFF url(/images/offers/top-bar.jpg) no-repeat;
	height: 27px;	
	margin: 0 auto;
	padding: 0;
	width: 780px;	
}
#header_logo {
	background: url(/images/nav/daniels-trading-logo-masthead.jpg) no-repeat;
	height: 84px;
	float: left;
	margin: 10px 30px 15px 0;
	width: 390px;
	cursor:pointer;
}
#header_phone {
	color: #182148;
	float: right;
	font-size: 24px;
	font-weight: bold;
	height: 60px;
	margin: 6px 15px 0 0;
	padding: 0;
	text-align: right;
	width: 300px;
}
#content {
	background:#FFF url(/images/offers/content-background_2.png) repeat-y;
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 780px;
}
#content_left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 30px 10px;
	width: 240px;
}
#content_form {
	float: left;
	margin: 10px 0 0 0;
	min-height: 420px;
	padding: 0;
	width: 240px;
}
#content_right {
	background: #FFF;
	color: #595959; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 30px 5px;
	padding: 0;
	width: 515px;
}
#content_right a {
	color: #2566b8; 
}
#content_right a:hover {
	color: #f15827; 
}
#content_right h1 {
	border-left: #F15827 9px solid;
	color: #182148;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 9px 0 9px 6px;
}
#content_right #content_text {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 470px;
	font-size: 12px;
	margin: 5px 0 0 0;
	min-height: 480px;
	padding: 0 0 0 15px;	
}
#content_right #content_text h2 {
	background-image: url(/images/offers/arrows.jpg); 
	background-position: 0 6px; 
	background-repeat: no-repeat; 
	color: #2566B8; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: normal;	
	padding:0 0 0 21px; 
	margin: 0 0 18px 0;
}
#content_right #content_text p {
	line-height: 18px;
	margin: 0 0 18px 22px;
	padding: 0;
}
#content_right #content_text ul {
	line-height: 18px;
	margin: 0 0 18px 60px;
	padding: 0;
}
#content_right #content_text ul li {
	margin: 0 0 6px 0;
	padding: 0;
}
#content_right #content_text img {
	float: right;
	margin: 0 0 9px 18px;
	/*width: 180px;*/
}
#footer {
	background: url(/images/offers/bottom-bar.jpg) no-repeat;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	width: 780px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    font-size: 1px;
	height: 0;
    line-height: 0;
}

.moreinfo span{ display: none; }
.moreinfo span:hover {
position: absolute;
margin:15px 0px 0px 20px;
background-color: white;
max-width:220;
padding: 2px 10px 2px 10px;
border: 2px solid #2566B8;
font: normal 11px Verdana;
text-align:left;
display: block;
}

/*value-added_news.php*/
p {margin:0px; padding:0px;}
.link a { color:#2566B8; cursor:pointer;}
.link a:hover {background-color: white; color:#2566B8; text-decoration:none;}
.link a:visited{color:#2566B8; text-decoration:none;}
.link a span{display: none;}
.link a:visited span{display: none;}
.link a:hover span {
position: absolute;
margin:15px 0px 0px 20px;
background-color: white;
max-width:220;
padding: 2px 10px 2px 10px;
border: 2px solid #2566B8;
font: normal 11px Verdana;
color: #000;
text-align:left;
display: block;
}