body {
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	background: #fff;
	}

.skip-link {
	display:none;
	}

/* ----------basic links---------- */
a {
	color: #333;
	text-decoration: none;
	}
	
/* ----------basic images---------- */
img {
	border: 0px;
	}
	
img.inlineimage {
	margin: 20px 0;
	}

/* ----------spacing---------- */
#header{
	margin-bottom: 3em;
	border-bottom: 1px solid gray;
}
#banner{
	padding-bottom: 2em;
	border-bottom: 1px solid gray;
}

#maincontent{
	padding-bottom: 2em;
	border-bottom: 1px solid gray;
}

#logo 		{}
#sitename	{}

/* ----------banner---------- */
#slider ul{
	margin: 0;
	padding: 0;
	width: auto !important;
}
#slider ul li{
	float: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ----------- prettyPhoto image ------ */

ul.prettyPhotoclearfix li{
	list-style: none;	
}

/* ----------elements to hide---------- */
#toolbar,
#nav,
#prevBtn, #nextBtn,
#pageturner,
.no-banner #banner,
.pp_pic_holder
{ 
	display: none !important; 
}

/* ----------columns---------- */
#featurecolumn {
	float: right;
	margin-left: 20pt;
}

/*--------ddaccordion-----------*/
.accordioncontent{
	display:inherit !important; 
}
#ddaccordionswith{
	display:none;
}
/*-----------table-------------*/
table {
	width:100%;
}
table tr td {
	padding:5px;
}

table.tablegreen th.cellright {
    width:25% !important;	
}

table.tablegreen td.check#yes {
	display: list-item;
	list-style-image: url(../images/site/icon-yes.png);	
	list-style-position: inside;
	}

table.tablegreen td.check#part {
	display: list-item;
	list-style-image: url(../images/site/icon-part.png);	
	list-style-position: inside; 
	}
	
table.tablegreen td.check#no {
	display: list-item;
	list-style-image: url(../images/site/icon-no.png);	
	list-style-position: inside;  
	}
	
	
/* ----------heading----------*/	
	




h4 {
	font-size:1.5em;
}
h5, h6 {
	font-size:1.2em;
}