/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'MeikleBob: Main CSS' */
/* CSS Document  for Meiklebob */
/* Designed by Allan Scott - http://www.allanscott.co.uk*/


/*---[ undohtml ]-------------------------- */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

/*---[ body ]------------------------------------*/
body	{
margin:0 0 10px 0;
padding:0;
text-align:center; /* center align page for IE 5 */
min-width:770px; /* stops NS6 spilling content out of the wrapper*/
background-color:#DA4D1B;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
color:#333;
}

* html body	{
font-size:x-small; /*for IE5 Win*/
f\ont-size:small;/*for othe IE versions*/
}

html>body	{/*be nice  to Opera*/
font-size:small;
}

/*---[ layout ]------------------------------------------*/

#wrapper	{
width:770px;
margin:0 auto;
text-align:left;
background-image:url(images/layout/wrapper-bg.jpg);
background-repeat:repeat-y;
}

* html body	#wrapper{
width:770px; /*for IE5 Win*/
w\idth:770px;/*for othe IE versions*/
}

html>body#wrapper	{/*be nice  to Opera*/
width:770px;
}

#header	{
width:770px;
height:160px;
background-image:url(images/layout/header-top.jpg);
background-repeat:no-repeat;
}

#header h1, #header h2, #header p	{
display:none;
}

#nav_top	{
background:url(images/layout/header-bottom.jpg) no-repeat top left;
width:770px;
height:40px;
}


#contact	{
position:relative;
width:200px;
top:15px;
left:510px;
padding:0;
}

#content	{
float:right;
width:560px;
}

#headerpic {
height:155px;
}

#mainbox	{
width:310px;
float:left;
}

#mainbox .inside	{
margin:0;
padding:10px 0px 10px 15px;
}

#mainbox-2	{
width:250px;
float:left;
}

#mainbox-2 img	{
display:inline;
}

#mainbox-2 p	{
padding:10px 0px 10px 15px;
}

#mainbox-wide	{
float:right;
width:560px;
}

#mainbox-wide .inside	{
float:left;
margin:0;
padding:10px 50px 10px 15px;
}

#sidebox	{
width:210px;
float:left;
background:url(images/layout/sidebox-top.jpg) no-repeat top left;
}

#sidebox .inside	{
margin:0;
padding:0px 12px 10px 25px;
}

#footer	{
width:770px;
height:30px;
margin:10px 0 0 0;
clear:both;
background:url(images/layout/footer.jpg) no-repeat;
}

#footer2	{
width:770px;
height:30px;
margin:0 auto;
}


.clearboth	{
clear:both;
}

/*---[ boxes ]--------------------------------------------*/
.greenbox	{
width:167px;
background:url(images/layout/greenbox-bottom.jpg) no-repeat bottom left;
}

.greenbox h3	{
background:url(images/layout/greenbox-top.jpg) no-repeat top left;
font-family:Arial, Helvetica, sans-serif;
font-size:140%;
font-weight:bold;
color:#006600;
padding:10px 0 0 25px;
margin:0;
height:35px;
}

.box img	{
float:left;
margin:0 0 0 10px;
padding:0;
}

.greenbox h4	{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:bold;
color:#006600;
margin:0;
padding:0 10px 5px 10px;
}

.greenbox p	{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:normal;
color:#006600;
margin:0;
padding:0 10px 18px 10px;
}

.greenbox a{
color:#006600;
}

.greenbox a:hover	{
color:#006600;
text-decoration:underline;
}

.orangebox	{
width:167px;
background:url(images/layout/orangebox-bottom.jpg) no-repeat bottom left;
}

.orangebox h3	{
background:url(images/layout/orangebox-top.jpg) no-repeat top left;
font-family:Arial, Helvetica, sans-serif;
font-size:140%;
font-weight:bold;
color:#660000;
padding:10px 0 0 25px;
margin:0;
height:35px;
}

.orangebox img	{
float:right;
margin:0 10px 0 0;
padding:0;
}

.orangebox p	{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:bold;
color:#660000;
margin:0;
padding:0 10px 18px 10px;
}

.orangebox a{
color:#cc0000;
}

.orangebox a:hover	{
color:#cc0000;
text-decoration:underline;
}

/*[ nav ]-------------------------------------------------*/
#main-nav	{
margin:10px 0 10px 0;
font-size:0.9em;
line-height:1.4em;
}

#main-nav ul	{
margin:0;
padding:0;
list-style:none;
}

#main-nav ul li	{
padding:0;
margin:0;
}

#main-nav ul li a	{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color:#993300;
text-decoration:none;
}

#main-nav ul li a:hover	{
color:#CC0000;
text-decoration:underline;
}

/*-- Current Page --*/
#main-nav ul li.currentpage h3	{
color:#CC0000;
margin:0;
padding:0;
}

#main-nav ul li.sectionheader {
font-weight:bold;
margin:10px 0 0 0;
}


/*-- main-nav submenu --*/
#main-nav ul ul	{
margin:0 0 0 10px;
padding:0;
list-style:none;
}


/*--  nav_top (horizontal top menu -----------------*/
#nav_top ul  {
padding:15px 30px 5px 230px;
}

#nav_top ul li  {
float:left;
display:inline;
list-style:none;
padding:0;
}

div#nav_top ul li a	{
font-size:1em;
font-weight:bold;
color:#993300;
padding:5px 2em 5px 0;
}

div#nav_top ul li a:hover {
color: #CC0000;
text-decoration:underline;
}

#nav_top ul li.currentpage h3	{
color:#CC0000;
margin:0;
padding:0px 2em 0px 0;
}


/*---[ type formatting ]---------------------------------*/
h1	{
color:#cc6600;
font-size:160%;
font-weight:bold;
/*border-bottom:2px solid #cc6600;*/
margin:0 0 10px 0;
}

h2, h3	{
color:#993300;
margin:10px 0 0 0;
}

h2	{
font-size:110%;
}

h3	{
font-size:100%;
}

#pagetitle h1	{
color:#cc6600;
font-weight:bold;
border:none;
padding:8px 0 0 225px;
margin:0;
}

p {
margin:0 0 10px 0;
}

p, ul.basiclist	{
font-size:90%;
color:#484D40;
line-height:1.5em;
}

p.pic-caption	{
font-size:80%;
font-weight:bold;
display:block;
text-align:center;
clear:both;
}

#contact address	{
font-size:12px;
line-height:1.3em;
text-align:center;
color:#003300;
}

#contact address a	{
color:#003300;
}

#contact address a:hover	{
color:#cc0000;
}

#footer p 	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
color:#993300;
text-align:left;
padding:2px 0px 0 30px;
}

#footer a 	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
color:#003300;
}

#footer a:hover	{
text-decoration:underline;
}


#footer2 p 	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#fff6d3;
text-align:right;
padding:4px 40px 0 0;
}

#footer2 a 	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#fff6d3;
}

#footer2 a:hover	{
text-decoration:underline;
}

a{
color:#cc0000;
font-weight:bold;
}

a:hover	{
color:#cc0000;
text-decoration:underline;
}


/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 1.5em 0;
}

div#content ul {
list-style-type:square;
margin:10px 0;
}

div#content ul li,
div#content ol li {
margin:0 0  0.25em 2em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */



/*---[ basiclists ]---------------------------*/

ul.basiclist	{
margin:10px 0;
list-style-type:square;
}

ul.basiclist li	{
margin-left:20px;
margin-top:5px;
}

ul.basiclist-nobullet	{
margin:10px 0;
padding:0;
list-style-type:none;
}

ul.basiclist-nobullet li	{
padding-left:20px;
margin-top:5px;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
padding-left:0px;
margin-top:5px;
}


/*---[ snapshots ]---------------------------------*/
.snapshots	{
float:right;
padding:0 0 0 12px;
}

/*---[ easy drop shadow ]------------------------------*/

.img-wrapper {
float:left;
margin:10px 10px 0px 0px;
background: url(images/shadow.gif) no-repeat bottom right;
line-height:0;
}

.img-wrapper img	{
float:none;
margin:0 0 0 5px;
background-color:#fff;
padding:5px;
border:1px solid #B3B6A3;
position:relative;
left:-5px;
top:-5px;
}

.img-wrapper-right{
float:right;
margin:10px 0 0 10px;
background: url(images/shadow.gif) no-repeat bottom right;
line-height:0;
}

.img-wrapper-right img	{
float:none;
margin:0;
background-color:#fff;
padding:5px;
border:1px solid #B3B6A3;
position:relative;
left:-5px;
top:-5px;
}

/*---[ more image stuff ]-----------------------------------*/
.picborder	{
border:1px solid #777;
margin:5px 0;
}

/*---[ to prevent IE whitespace ]----------------------------*/
.hdrpic	{
display:block;
}

/*---[ itemlist]------------------------*/

#itemlist	{
float:left;
width:495px;
padding:0;
margin:0;
text-align:left;
}

#itemlist dl	{
float:left;
width:200px;
margin:10px 0;
padding:0;
border-bottom:1px solid #999;
display:inline;/*fixes IE/Win double margin bug*/
}

#itemlist dt	{
float:right;
width:145px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:bold;
color:#264666;
}

#itemlist .itemblock	{
margin:5px 0 10px 0;
}

#itemlist .itemsectionhdr	{
color:#993300;
font-size:150%;
font-weight:normal;
border-bottom:2px solid #cc6600;
margin:0 0 10px 0;
float:left;
width:100%;
}

#itemlist .itempic	{
float:left;
margin:0 5px 0 0;
padding:0;
border:1px solid #999;
}

#itemlist .itemdate	{
border:none;
font-size:100%;
}

#itemlist .itemtitle	{
border:none;
font-size:120%;
font-weight:bold;
color:#993300;
margin:0 0 0px 215px;
}

#itemlist .itemsummary	{
font-size:100%;
margin:0 0 10px 215px;
}


#itemlist dd	{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:140%;
font-weight:bold;
color:#264666;
}

.eventblock	{
width:200px;
}

/*---[ teaser list ]--------------------------------------------*/

#list {
  	float: left;
  	width: 400px;
  	padding: 10px 0;
  	background: url(img/bg.gif) no-repeat top left;
  	}
#list dl {
  	float: left;
  	width: 260px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#list dt {
  	float: right;
  	width: 162px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #627081;
  	}
#list dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}
#list dl dd.img {
   	margin: 0;
   	}
#list dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#list .alt dt {
  	float: left;
  	}
#list .alt dd {
  	margin: 0 98px 0 0;
  	}
#list .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
#list dl dd.img {
   	margin: 0;
   	}
#list dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#list .alt dt {
  	float: left;
  	}
#list .alt dd {
  	margin: 0 98px 0 0;
  	}
#list .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
/* End of 'MeikleBob: Main CSS' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

