@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

img {
	behavior: url(iepngfix.htc);
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #E9E9E9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #222;
}

/* ie6 hack to allow transparent pngs */


#container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #7D7D7D;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

html>body>DIV#container {
	width: 774px;
}

#header { 
	padding: 3px 2px 2px;
	background: #fff;
	height: 145px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	clear: left;
	margin: 1px 2px 0;
}
 #sidebar2 {
	display: none;	
}

#sidebar2_inner {
	background: #ebebeb;
	padding: 0 0 14px;
	border: 1px solid #CC3300;
}

#sidebar1>#leftnav {
	margin: 1px 2px 0;
	width: 145px;
}

#container>#sidebar2 {
	margin-right: 14px;
}

#mainContent { 
	margin: 17px 15px 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; 
	line-height: 1.5em;
} 

#container>#mainContent {
	margin-top: 35px;
}

#mainContent ul, #mainContent ol {
	margin: 13px 0 13px 35px;
}

#mainContent h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin: 5px 0 10px;
}

#mainContent p {
	margin-bottom: 25px;
}

#mainContent a {
	color: #FF0000;
}

#mainContent a:hover {
	text-decoration: none;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ebebeb;
	margin: 15px; 0 0;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 1.5em;
	font-size: 0.85em;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logo {
	width: 145px;
	height: 130px;
	float: left;
	display: block;
	margin: 1px 1px 0;
}

#header_pic_left {
	width: 198px !important; 
	height: 130px !important;
	float: left;
	margin: 1px 2px 2px 1px;
	overflow: hidden;
}

#header_pic_right {
	width: 420px !important;
	height: 130px !important;
	float: left;
	margin: 1px;
	overflow: hidden;
}

#topnav_left {
	width: 145px;
	background: #BE1818;
	height: 25px;
	clear: left;
	float: left;
	margin: 1px;
}

#topnav {
	width: 620px;
	height: 25px;
	background: #BE1818;
	float: left;
	margin: 1px 1px 1px 2px;
}

#topnav ul {
	float: right;
}

#topnav li {
	float: left;
	display: inline;
	border-left: 1px dotted #fff;
}

#leftnav li {
	list-style-type: none;
	line-height: 1.4em;
}

#leftnav li a {
	border-bottom: 1px dotted #fff;
	width: 133px;
	padding: 5px 0 5px 12px;
}


#leftnav li a, #topnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#topnav li a {
	padding: 5px 12px;
}

#leftnav li.odd {
	background: #999;
}

#leftnav li.even {
	background: #999;
}

#leftnav li a:hover, #topnav li a:hover {
	background: #BE1818;
}

#leftnav ul
{
	margin-bottom: 15px;
}

#sidebar2 a {
	text-decoration: none;
}


#sidebar_top {
}

.instructions {
	font-size: 1.3em;
}
	
.instructions p {
	margin: 0;
	color: #000;
	padding: 15px 20px 10px 21px;
	text-align: center;
}


.instructions a {
	color: #000;
}


p.smallprint {
	font-size: 0.85em;
	margin: 0;
	padding: 15px 20px 30px;
	color: #999 !important;
	text-align: center;
}

.smallprint a {
}

.instructions a:hover, #action a:hover {
	text-decoration: underline;
}

#smartsave {
	margin: 0 9px;
}

#smartsave img {
	display: block;
	width: 133px;
	height: 67px;
	margin: 10px auto 20px;
}


#idcode img {
	display: block;
	margin: 10px auto 0;
	text-align: center;
	border: 1px solid #CC3300;
}

#abs_code {
	position: absolute;
	top: -15px;
}

#sidebar2>#idcode {
	width: 164px;
}

#idcode p {
	padding-top: 35px;
}

#action p {
	text-align: center;
	padding-bottom: 20px;
}

h3 {
	color: #FF0000;
	margin: 0;
	font-weight: normal;
	font-size: 1.2em;
}


#mainContent img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #333;
}

/********* IE7Hacks ***********/

*:first-child+html #sidebar1 {
	margin: 14px 0 0 1px;
}
	
*:first-child+html #sidebar2 {
	margin: 24px 4px 20px 0;
}

/************* OTHERS *************/

.under {
	text-decoration: underline;
}

#action {
	width: 147px;
}

#action a span {
	display: none;
}

#action p {
	width: 147px;
	height: 53px;
}

	#action a:link, #action a:visited, #action a:hover {
		display: block;
		width: 147px;
		height: 53px;
		background: url(../images/print_button.jpg);
		margin: 0 0 0 18px;
	}
	
		#action a:active {
			background: url(../images/print_button_down.jpg) no-repeat;
		}

.red {
	color: #CC3300;
}

#sidebar2_header {
	background: #D31517 url(../images/header_grad.jpg) repeat-x;
	padding: 3px 0;
	width: 100%;
	margin-bottom: 6px;
}
	
#sidebar2_header p {
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	width: 100%;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#links_table
{
	border-collapse: collapse;
	width: 500px;
	margin: 15px 0;
}

#links_table td
{
	border: 0;
	padding: 6px;
}

#links_table td.label
{
	background: ;
	color: #513130;
	font-weight: bold;
}

span.advert_pre
{
    font-size: 0.95em;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
}


		
	




