/* CSS Document */
* 
{ 
	margin:0; 
	padding:0;
}

html
{ 
	height:100%;
	font-size:100%;
}

body 
{
	height:100%;
	background:url(/img/bg_top.gif) repeat-x top;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 1em;
    line-height:1.125em; /* 16×1.125=18 */
}

a 
{
	text-decoration:none;
	color:#a8ac33;
}
a:hover
{
	text-decoration:none;
}

h1
{
	color: #a8ac33; 
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.125em;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0.25em 0px 0.25em;
}	

h2
{
	font-size: 0.75em;
	font-weight: bold;
}	

h3
{
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	margin: 1em 0px 0.2em;
	padding: 0.6em 0 0 0;
	border-bottom: solid 1px #babdac;
}	

p
{
	text-align: left;
	margin: 0.5em 0px 1.0em;
	font-size: 0.750em;
	line-height: 1.5em;
}

ul{
    list-style:none;
    margin:0 0 1em 13px;
    padding: 0;	
	font-size: 0.750em;
	line-height: 1.5em;
	color: #888;
}
ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 17px;
    background:url(/img/bullet.png) no-repeat 0 2px;
	/* Yes/No icons curtisy http://sweetie.sublink.ca/ */
}
li ul{
	margin-bottom:0;
}
ul li.no{
    background-image:url(no.png);	
}
       
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */

@media print{
ul {
    list-style:disc;
	margin-left:30px;
}
ul li {
	padding-left:0px;
	background:none;
}
ul li.no {
    list-style-type:circle;
	background:none;
}
} /* end print */

blockquote
{
	padding: 0.25em 40px;
	margin:: 0.25em 0px;
	font: italic 1.05em Georgia, "Times New Roman", Times, serif;
	background: url("/img/quote.gif") no-repeat 10px 0.75em;	
}

input
{
	overflow:visible;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	padding: 0 0.25em;
}

/*	Custom	*/

table.feedBack
{
	background-color:#ecede2;
}

table.feedBack td table.details td
{
	background-color:white;
	font-size: 0.75em;
	padding: 2px 10px 2px 10px;
}

.rightButton
{
  float: right;
}
