/* FOR IE 
CSS hacks
The following hacks to trigger haslayout have been well tested in IE7 and lower. John Gallant and Holly Bergevin published the Holly hack in 2003: from http://www.satzansatz.de/cssd/onhavinglayout.html
*/
/* \*/
* html .gainlayout { height: 1%; }

/* */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.            http://creativecommons.org/licenses/by/2.0                  This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin: 0; padding: 0; }

/* link underlines tend to make hypertext less readable,    because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes  and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  / the default spacing on headings does not match nor align with  normal interline spacing at all, so let's get rid of it.  zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable.  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
/*------------------------------------------------------------------------------------
  Global Styles
------------------------------------------------------------------------------------*/
* {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; border:0px; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*Clear defaults - inspired from Tantek Celik----------------*/
:link,:visited {text-decoration:none;}
ul,ol,dl {list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display:none;}


/** DIRECTLEASE **/
BODY, TD, DIV, INPUT { font-family: Arial, Verdana, sans-serif; line-height:1.4em; color:#000000; text-align:left; font-size:12px; }
A { color:#78bd03; font-weight:bold; } A:hover { text-decoration:underline; }
P { margin:12px 0px; }

H1 { font-size:18px; font-weight:normal; margin-bottom:5px; line-height:20px; } H1 A { font-weight:normal; }
H2 { font-size:18px; font-weight:normal; margin-bottom:15px; line-height:20px; } H2 A { font-weight:normal; }
DIV.one H3 A, DIV.two H3 A  { font-size:19px; font-weight:normal; line-height:26px; color:#78bd03; }
H4 { font-size:21px; font-weight:normal; margin:10px 0px; color:#578608; }
H5 { font-style:italic; margin-bottom:15px; }

BODY { background:url(bg.gif) top center repeat-y; text-align:center; } 
DIV.container { width:764px; text-align:left; margin:0px auto; } 

	DIV.insidecontainer { width:723px; margin:0px 20px; }
	
	DIV.banner { background:url(banner_bg.gif) top left no-repeat; width:723px; height:270px; }
		DIV.banner DIV.top10 { float:left; width:187px; height:240px; padding:30px 17px 0px 17px; } DIV.banner DIV.top10 IMG { }
		DIV.banner DIV.alabel { float:left; width:184px; height:240px; padding:30px 17px 0px 17px; } DIV.banner DIV.alabel IMG { }
			DIV.banner DIV.top10 A, DIV.banner DIV.alabel A { font-weight:normal; color:#add814; font-size:11px; }
		DIV.banner DIV.text { float:left; width:260px; padding-left:13px; padding-top:146px; color:#FFFFFF; }
			DIV.banner DIV.text A { color:#f5fd0d; }
			
	DIV.left { float:left; width:420px; margin-right:30px; padding-top:22px; }
		DIV.left DIV.hilite { background:#f1f6dd; border-top:1px solid #bbd455; border-bottom:1px solid #bbd455; padding:18px 0px; color:#3d6102; text-align:center; margin:20px 0px; }
	
	DIV.right { float:left; width:260px; padding-top:22px; }
		DIV.right IMG { float:left; margin:0px 10px 10px 0px; }
		
	DIV.extrabtns { margin-top:15px; }
		DIV.one { padding:15px 23px; border-top:1px solid #b2b2b2; border-bottom:1px solid #b2b2b2; float:left; width:304px; margin-right:22px; }
		DIV.two { padding:15px 20px; border-top:1px solid #b2b2b2; border-bottom:1px solid #b2b2b2; float:left; width:310px; }
		DIV.one A, DIV.two A { font-size:14px; font-weight:normal; }
		
IMG.footer { margin-top:25px; }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		

