@charset "UTF-8";
#container #content {
	height: auto;
	width: 100%;
	padding-top: 25px;
	text-align: left;
	background-image: url(../images/container_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container #content #sidebar {
	float: right;
	width: 240px;
	height: auto;
	margin-top: 0px;
	margin-right: 90px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#container #content #sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
	padding-left: 8px;
}
#container #content #sidebar h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container #content #sidebar h4 img {
	float: right;
	margin-right: 6px;
	border: 0px;
}
#container #content #sidebar h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container #content #sidebar a {
	color: #FF0000;
}
#container #content #sidebar a:hover {
	text-decoration: none;
}
#container #content #sidebar .offer_img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
	padding-left: 20px;
}
#container #content #sidebar .offer_img img {
	border: 0;
}
#container  #content   #sidebar  .text  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: right;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#container  #content #box    {
	height: auto;
	width: 580px;
	margin-top: 0px;
	padding: 0px;
	display: block;
	margin-left: 70px;
}
#container #content #box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #content #box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FF0000;
	text-transform: uppercase;
	margin-top: -4px;
	margin-bottom: -6px;
}
#container #content #box h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	letter-spacing: -.05em;
	font-weight: normal;
}
#container #content #box ul {
	list-style-type: disc;
	margin-top: 8px;
	margin-bottom: 40px;
}
#container #content #box li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 4px;
}

#container #content #box p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
#container #content #box a {
	color: #006699;
	text-decoration: none;
}
#container #content #box a:hover {
	color: #3399CC;
	text-decoration: underline;
}
	a{
	color:#666666;
}

 .sub {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.rule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #FF0000;
	font-weight: bold;
	line-height: 24px;
	margin-top: 16px;
}
 .subrule {
	color: #46829F;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*animated collapse//////////////////////////////*/ 

  #jason  {
	width: 530px;
	margin-top: 20px;
	height: auto;
}
 #jason  .proof_right    {
	float: right;
	height: auto;
	width: 240px;
	font-size: 11px;
	line-height: 14px;
}
  #jason   .proof_middle  {
	float: right;
	height: auto;
	width: 150px;
	font-size: 11px;
	line-height: 14px;
}
 #jason  .proof_left   {
	height: auto;
	width: 120px;
	font-size: 11px;
	line-height: 14px;
}
 #jason .proof {
	clear: both;
	height: auto;
	width: 520px;
	margin-top: 10px;
}
 span  {
	font-style: italic;
}
.irr_proof {
	font-size: 16px;
	text-transform: uppercase;
}

/*hoverbox///////////////////////////////////// */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: relative;
	top: -600px;
	left: -10px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	vertical-align: top;
	width: 175px;
	height: auto;
	padding-top: 60px;
	padding-right: 2px;
	padding-bottom: 40px;
	padding-left: 2px;
	border: none;
}
.hoverbox .preview
{
	border-color: #000;
	width: 800px;
	height: 560px;
}
#container  #content   h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: right;
	padding: 8px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px 80px 2px 80px;
	margin-bottom: 20px;
}
