 /*  This bit is for the date picker Javascript Function  ONLY  */
 
/* The body is commented out as this will affect all the other pages  */
 /* body {
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	font-size: .8em;
 	}  */
  
 /* the div that holds the date picker calendar */
 .dpDiv {
 	}
  
  
 /* the table (within the div) that holds the date picker calendar */
 .dpTable {
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	text-align: center;
 	color: #505050;
 	background-color: #ece9d8;
 	border: 1px solid #AAAAAA;
 	}
  
  
 /* a table row that holds date numbers (either blank or 1-31) */
 .dpTR {
 	}
  
  
 /* the top table row that holds the month, year, and forward/backward buttons */
 .dpTitleTR {
 	}
  
  
 /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
 .dpDayTR {
 	}
  
  
 /* the bottom table row, that has the "This Month" and "Close" buttons */
 .dpTodayButtonTR {
 	}
  
  
 /* a table cell that holds a date number (either blank or 1-31) */
 .dpTD {
 	border: 1px solid #ece9d8;
 	}
  
  
 /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
 .dpDayHighlightTD {
 	background-color: #CCCCCC;
 	border: 1px solid #AAAAAA;
 	}
  
  
 /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
 .dpTDHover {
 	background-color: #aca998;
 	border: 1px solid #888888;
 	cursor: pointer;
 	color: red;
 	}
  
  
 /* the table cell that holds the name of the month and the year */
 .dpTitleTD {
 	}
  
  
 /* a table cell that holds one of the forward/backward buttons */
 .dpButtonTD {
 	}
  
  
 /* the table cell that holds the "This Month" or "Close" button at the bottom */
 .dpTodayButtonTD {
 	}
  
  
 /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
 .dpDayTD {
 	background-color: #CCCCCC;
 	border: 1px solid #AAAAAA;
 	color: white;
 	}
  
  
 /* additional style information for the text that indicates the month and year */
 .dpTitleText {
 	font-size: 12px;
 	color: gray;
 	font-weight: bold;
 	}
  
  
 /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
 .dpDayHighlight {
 	color: 4060ff;
 	font-weight: bold;
 	}
  
  
 /* the forward/backward buttons at the top */
 .dpButton {
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: gray;
 	background: #d8e8ff;
 	font-weight: bold;
 	padding: 0px;
 	}
  
  
 /* the "This Month" and "Close" buttons at the bottom */
 .dpTodayButton {
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: gray;
 	background: #d8e8ff;
 	font-weight: bold;
 	}
  

 
 
 /*  END OF JAVASCRIPT DATEPICKERFUNCTION  */
 h1 {
	color: #a22511; /* Ladybird Red */
	font-family:  Arial,Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	/* font-weight: bold; */
	font-style: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px;
}
.best {
	color: #FCBA06;
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	margin: 0px;
}
.deftext {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #75818C;
	margin-right: 0px;
	margin-left: 0px;
}
.f-link {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #B59F09;
}
.heads {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CD9600;
}
.grn {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8B9301;
}
.or-link {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CD9600;
	margin-right: 0px;
	margin-left: 0px;
}
.nv-link {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #2488E5;
	margin-right: 0px;
	margin-left: 0px;
}
.copy {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #75818C;
}
.m-top {
	font-family: Tahoma,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #929496;
}
.m-top:hover{
  color: #0000ff;
  text-decoration:underline;
}
.m-top:visited{
  color: #929496;
}

.bg {
	background-repeat : repeat-x;
	background-position : top;
}
.plan {
	border-style: solid;
	border-width: 1px;
	border-color: DBE2E8;
}
.pg {
	border-style: solid;
	border-width: 1px;
	border-color: #E1E5E9;
	background: #EEF0F2
}

.author {
	margin-left: 27px;
}
.num {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #75818C;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	text-decoration: none;
}
.field {
	background-color: #FFFFFF;
	height: 20px;
	width: 150px;
	font-family: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #75818C;
	border-color: #DBE2E8;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
}
.comment {
	background-color: #FFFFFF;
	height: 90px;
	width: 404px;
	font-family: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #75818C;
	border-color: #DBE2E8;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	padding-top: 2px;
}
.submit {
    width: 50;
    height: 15;
    background-image: url(images/submit.gif);
	border-style: none;
	border-width: 0px;
}
/*.clear {
    width: 50;
    height: 15;
    background-image: url(images/clear.gif);
	border-style: none;
	border-width: 0px;
} */


/* Jules added control features */

/* Ensure everything is in the MIDDLE of the page! */
* {
	border:1;
	margin:0;
	padding:0;
} 

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:800px;
	font-family:Tahoma, Arial, Verdana,  Geneva, Helvetica, sans-serif;
	font-size: 13px;	
}

p{

  padding:20px 0 0;
}

a {
   text-decoration:none;
   color:#0000ff;
}

a:hover {
  text-decoration:underline;
}

a:visited{
   color:#0000ff;
}

#maincontent
{
	border-bottom:1px solid #b8b36b;
	margin:0 auto;
	width:800px;
	font-family:Tahoma, Arial, Verdana,  Geneva, Helvetica, sans-serif;
	font-size: 13px;
}
#smallbreadcrumb
{
	margin:0 auto;
	width:800px;
	font-family: Tahoma,Arial, Verdana,  Geneva, Helvetica, sans-serif;
	font-size: 10px;
}
#mainpic
{
  float:left;
  margin-top:5px;
  width:566px;
  height:200px;
  border-bottom:1px solid #b8b36b;
  border-top:1px solid #b8b36b;
  border-left:1px solid #b8b36b;
  border-right:1px solid #b8b36b;
}

#menu
{
  float:right;
  margin-top:5px;
  width:231px; 
  height:200px;
  border-bottom:1px solid #b8b36b;
  border-top:1px solid #b8b36b;
  /* border-left:1px solid #b8b36b; */
  border-right:1px solid #b8b36b;
  background-color: #b8b36b;
  list-style:none;
}

#menu a {
	 color:#ffffff; 
	 display:block; 
	/* line-height:20px;*/
	/* text-align:center; */
	text-decoration:none;
}

#menu a:hover {
	/* border-left:1px solid #999; */
	/* border-right:1px solid #999; */
	/* float:left; */
	/* width:149px; */
        width:231px;
	background:#9e9847;
	color:#555;

}

#menu .active {
	background:#e3e3e3;
	color:#777;
}

#menu li {

	float:left;
	width:231px;
	height 21px;
	list-style:none;
}

.mainarticle
{
  float:left;
  width:566px;
  height:auto;
 /*  border-bottom:1px solid #b8b36b; */
  /* border-top:1px solid #b8b36b; */
  /* border-left:1px solid #b8b36b; */
  border-right:1px solid #b8b36b;

}

.projectarticleAdBanner
{
  float:left;
  width:566px;
  height: auto;
/*  border-bottom:1px solid #b8b36b;
  border-top:1px solid #b8b36b; 
  border-left:1px solid #b8b36b; */
  border-right:1px solid #b8b36b;

}

.projectarticle
{
  float:left;
  width:566px;
  height: auto;
/*  border-bottom:1px solid #b8b36b;
  border-top:1px solid #b8b36b; 
  border-left:1px solid #b8b36b; */
  border-right:1px solid #b8b36b;

}

.rightcolumnAdBanner
{
  float:right;
  width:231px; 
 /* height:500px;
  border-bottom:1px solid #b8b36b; 
  border-top:1px solid #b8b36b;
  border-right:1px solid #b8b36b; */
}

.rightcolumn
{
  float:right;
  width:231px; 
 /* height:500px;
  border-bottom:1px solid #b8b36b; 
  border-top:1px solid #b8b36b;
  border-right:1px solid #b8b36b; */
}

.frontleft
{
  float:left;
  width:283px;
  height:299px;
  border-bottom:1px solid #b8b36b;
  border-left:1px solid #b8b36b;
  border-right:1px solid #b8b36b;
}
.frontcentre
{
  float:left;
  width:282px;
  height:299px;
  border-bottom:1px solid #b8b36b;
  border-right:1px solid #b8b36b;
}

.clear
{
 clear:both;
 /*border-bottom:1px solid #999;*/

}

#footer {
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:800px;
	font-family: Tahoma,Arial, Verdana,  Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a {
	 color:#0000ff; 
	text-decoration:none;
}

hr {
	width: 100%;
	height: 1px;
	color: #b8b36b;
}

#pictureleft
{
float:left;
/* width: 33%; */
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}

.pictureleft
{
float:left;
/* width: 33%; */
padding-left: 5px;
}

#picturemiddle
{
#margin:0 auto;
/* width: 30%; */
margin: 0;
margin-right:auto;
margin-left:auto;
padding: 0px;
}

#pictureright
{
float:right;
/* width: 50%;  */
text-align:right;
padding-right: 5px;
padding-top: 5px;
vertical-align: top;

}

.pictureright
{
float:right;
/* width: 50%;  */
text-align:right;
padding-right: 5px;
padding-top: 5px;
vertical-align: top;

}

.liclass {
	list-style-position: inside;
	list-style-type: square;
}

.article_a {
		text-decoration:none;
		color: #0000ff;

}

.hidden
{
  visibility: hidden;
  /* display: none */

}

.textareaelm
{

	font-family: Tahoma,Arial, Verdana,  Geneva, Helvetica, sans-serif;
	font-size: 13px;

}

.hrshort
{
 color:#b8b36b;
 background-color:#b8b36b;;
 height:1px;
 border:none;
 width:50%
 

}
.hrlong
{
 color:#b8b36b;;
 background-color:#b8b36b;;
 height:1px;
 border:none;
 

}

#specialpagecontent3
{
  margin-left:25;
  width:540px;
    
 /* background-color: #ccc;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  border: 1px solid #999; */
  padding: 2px;
}


#specialpagecontent2 li {
	list-style-position: inside;
	list-style-type: square;
}

#specialpagecontent3 li {
	list-style-position: inside;
	list-style-type: square;
	padding-top:5px;
}

/*    
Position the tags corrctly for book marking purposes
.share-delicious  { background-position: 0 -500px;float:right;list-style:none; }
.share-digg  { background-position: 0 -600px;float:right;list-style:none; }
.share-facebook a { background-position:0 -700px; }
*/
.share-help a { float:right;list-style:none; }
.share-blinkList  { float:right;list-style:none; }
.share-delicious  { float:right;list-style:none; }
.share-propeller  { float:right;list-style:none; }
.share-stumble  { float:right;list-style:none; }
.share-digg  {float:right;list-style:none; }
.share-facebook  { float:right;list-style:none;}
.share-furl  { float:right;list-style:none; }
.share-igoogle  { float:right;list-style:none; }
.share-kwoff  { float:right;list-style:none; }
.share-magnolia  { float:right;list-style:none; }
.share-myspace  { float:right;list-style:none;}
.share-netscape  { float:right;list-style:none; }
.share-newsvine  { float:right;list-style:none; }
.share-reddit  {float:right;list-style:none; }
.share-slashdot  { float:right;list-style:none;}
.share-stumbleupon  { float:right;list-style:none; }
.share-tailrank  { float:right;list-style:none; }
.share-technorati  {float:right;list-style:none; }
.share-yahoo  { float:right;list-style:none; }
.share-windows  { float:right;list-style:none;}
.spacer  { float:right;list-style:none;font-size:10px;font-family: Tahoma,Arial, Verdana,  Geneva, Helvetica, sans-serif; }

#navigation li {
	/*border-left:1px solid #999;
	/* border-right:1px solid #999; */
	float:right;
	width:149px;
	list-style:none;
	border-bottom:1px solid #999;
}

.editfieldset {
        border-style: hidden;
	position: relative;


}