@charset "utf-8";

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

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

body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #DEDCC7;
	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: 773px;  /* 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: 1px solid #CCCC33;
	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 */
}

#mainContent { 
	margin: 17px 10px 0 165px; /* 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; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

 

#container>#mainContent {
	margin: 35px 10px 0 160px;
}

#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 {
	padding-bottom: 20px;
}

#mainContent a {
	color: #a7a24c;
}

#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: #e1dfbd;
	margin: 15px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
} 

#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: 1em;
}

#footer a {
	color: #111;
}

#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: #a7a24c;
	height: 25px;
	clear: left;
	float: left;
	margin: 1px;
}

#topnav {
	width: 760px;
	height: 25px;
	background-image:url(/images/menu-bg.gif);
	background-repeat:repeat-x; 
	float: left;
	margin: 1px 0 1px 2px;
}

#header>#topnav
{
	width: 765px;
}

#topnav ul {
	float: right;
}

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

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

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

#topnav li a:hover {
	background: #990000;
}

#thead {
	width: 120px;
	float: right;
	margin: 8px 0 10px 10px;
	
}
/*
#leftnav{
	float: left;
	margin: 2px 0 0 3px;
}

#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;
}

*/

DIV.area
{
	width: 143px;
	margin-bottom: 10px;
	background:#EAE9DA;
}

#leftnav
{
	padding: 15px 5px;
	float: left;
	width: 122px;
	clear: both;
}

#leftnav ul
{
	margin: 5px 0 0;
}

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

#leftnav li a {
	border-bottom: 1px dotted #fff;
	width: 122px;
	padding: 5px 8px 5px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


#leftnav li a {
	display: block;
	color: #333;
	text-decoration: none;
}

#leftnav h2
{
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding: 3px 0 2px 6px;
	background: #D7D5B9;
}

#leftnav li a:hover {
	background: #DEDCC7;
	text-decoration: underline;
}



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

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

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

#topnav li a:hover {
	background: #006600;
}


h3 {
	color: #999900;
	margin: 0;
	font-weight: normal;
	font-size: 1.35em;
	margin-top: 10px
}

h4
{
	font-size: 1.1em;
}

#sidebar1 {
	border: thick;
}

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

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

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

DIV#extra_links
{
	width: 700px;
	margin: 5px auto;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}

#extra_links a
{
	color: #787536;
}

#extra_links p 
{
	padding: 10px 0;
}

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

/**************** SMARTSAVE BOX ***********************/

DIV#instructions {
	background-color: #DEDCC7;
	margin: 35px 15px 20px 0;
	width: 540px;
	padding: 10px;
	height: 190px;
}

DIV#mainContent>DIV#instructions
{
	width: 570px;
}

p.number {
	font-size: 2em;
	color: #996600;
	float: left;
	width: 15px;
	margin: 0 15px 0 10px;
	line-height: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0 !important;
}

p.instr{
	width: 155px;
	display: block;
	color: #333333;
	font-size: 1.2em;
	float: left;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0 !important;
}

DIV#instructions>p.instr
{
	width: 180px;
}

#instr_right img {
	display: block;
}

img#print_butt {
	margin: 8px 0 0 10px;
}

img#smartcode {
	margin: 15px 0 0 20px;
}

p.prepay
{
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #993300;
	text-align: center;
	padding-bottom: 0 !important;
}

.clrbr { /* 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 */
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

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

#leftnav img
{
	margin-top: 1px;
}

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

#links_table td
{
	border: 1px solid #a7a24c;
	padding: 6px;
}

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

#links_table td a
{
	color: #a7a24c;
}

/********* IE7 HACKS ********/

*:first-child+html #mainContent>#instructions
{
	width: 548px;
	height: 215px;
	margin-top: 10px; 
}
