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

body 
{
	font-family: arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 2;
	color: darkslategray;
	background-color:#89a; 
	background-image: url(../img/5566778899aa400sinusoidal.png); 
	background-repeat: repeat-x;
}	

h1, h2, h3, h4, h5, h6 
{
	color: forestgreen;
	border-bottom:1px dotted;
	border-top:1px dotted;
}

ul li
{
	list-style-type: square;
	font-style: italic;
}

/*custom 850px width (850/13=ems, for ie 850/13.3333)*/
#custom-doc {  
	margin:auto;text-align:left; /* leave unchanged */  
	width:65.38em;/* non-IE */  
	*width:63.75em;/* IE */  
	min-width:650px;/* optional but recommended */  
	background-color: ghostwhite;
	padding:3px;
	
	/*width: 850px; fixed width for now*/
} 

.slideshow_300x200
{ 
	height: 235px; 
	width: 335px;
	padding: 0px; 
	margin-bottom: 20px;
	margin-left: auto;
	margin-right:auto;
	overflow: hidden; 
	/*border: 1px solid forestgreen;*/
}
.slideshow_300x200 img 
{
	display: none; /*to prevent flash of unstyled content*/
	height: 200px; 
	width: 300px; 
	padding: 15px;
	border: 1px solid #ccc; 
	background-color: #eee; 
	top: 0px; 
	left: 0px; 
	 /*rounded corners for slideshow image border (but not in IE)*/
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
.slideshow_300x200 img.first 
{ 
	display: block;
}

.ceriweb-main
{
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

#hd
{
	margin-bottom: 10px;
}
#cfa, #constructionline
{
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	
}	

ul.ticklist
{
	width: 200px;
	list-style-type:none;
	padding: 3px;
	margin: 0px;
	color:forestgreen;
	background: ghostwhite;	
	margin-bottom:10px;
	background-image: url(../img/ffffffcccccc300sinusoidalv.png);
	background-repeat: repeat-y;
}

ul.ticklist li 
{
	list-style-type: none;
	background-image: url(../img/tickbox_16x16.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 21px;
	/*border-bottom: 1px solid #ddd;*/
}

.centred
{
	margin: auto;
	text-align: center;
}

#rightbar
{
	/*border-left: 1px dotted forestgreen;*/
	background-color: #E9FCE9;
	/*padding: 2px;*/
}

#ft
{
	clear: both;
	
	padding: 5px; /*1em;*/
	text-align: center;
	/*border-top: 1px solid #fff;*/
	font-size: x-small;
	color: white; 

	background-image: url(../img/5566778899aa80sinusoidal.png);
	background-repeat: repeat-x;
}

/*Styling for nav menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	margin: 0;
	padding: 0;
}
.arrowgreen li {
	list-style-type: none;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../img/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

