﻿/*Item list (news)*/

.itemList
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.itemList li
{
    padding: 8px 0px 10px 0px;
    border-top: 1px solid #dcdee0;
}

/*This won't work as paginated content often doesn't have the firat child at the top
.itemList > li:first-child
{
    border: none;
}*/

.itemList li.topItem
{
    border: none;
}

.itemList li.current
{
	background-color: #f5fef0;
}

.itemList h1
{
    font-size: 100%;
    color: #37783a;
    font-weight: bold;
    
    margin: 0px;
	padding: 0px 8px 0px 8px;
}
.itemList img
{
	margin: 0px auto 10px auto;
}

#news .itemList img
{
	display: none;
}

.itemList p
{
    font-size: 90%;
    color: #787878;
    
    margin: 0px;
	padding: 0px 8px 0px 8px;
}
.itemList a
{
    font-weight: bold;
    color: #37783a;
}
/*Use the default*/
/*.itemList a:hover
{
    text-decoration: underline;
}*/
.itemList p a
{
    font-size: 90%;
}

.contact p
{
	font-size: 100%;
	color: #535353;
	margin-bottom: 3px;
}
.contact a
{
	font-size: 100%;
	font-weight: normal;
}



p.dateStamp
{
	color: #787878;
	font-size: 90%;
	margin: 0px 0px 2px 0px;
}

p.outdentQuote
{
	text-indent: -0.35em;
}

.small
{
    /*font-size: 80%;*/
}

.controller
{
    /*float: right;*/
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.controller a
{
    display: block;
    float: left;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    
    font-size: 80%;
    font-weight: bold;
    color: #37783a;
    border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.controller a:hover
{
    border: 1px solid #787878;
	text-decoration: none;
}
.controller .current
{
    border: 1px solid #DCDEE0;
}


/*Page menu (Software and services)*/

ul.menu, ul.menu ul
{	
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	font-weight: bold;
}

ul.menu ul a
{
	padding-left: 38px;
	background-position: 32px 6px;
}

ul.menu li
{	
	margin: 0px 0px 1px 0px;
}

ul.menu.l2 li
{	
	margin: 0px 0px 1px 18px;
}

ul.menu.l2 li.subHead
{	
	margin: 6px 0px 3px 18px;
	color: #37783a;
	font-weight: bold;
}

ul.menu.l2
{
	display: none;
}

ul.menu li.moreGap
{
	margin-bottom: 9px;	
}

ul.menu a
{
	display: block;
	padding: 3px 3px 3px 9px;
	
	color: #3a3a3a;
	
	background-image: url(../images/arrow.right.green.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

ul.menu a:hover
{
	background-image: url(../images/grad.short.green.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #397a36;
	color: #FFFFFF !important;
	
	text-decoration: none;
}

ul.menu li.current a:hover
{
	color: #FFFFFF !important
}

ul.menu a em
{
	font-size: 90%;
	font-style: normal;
	color: #347c2b;
}
ul.menu a:hover em
{
	color: #ffffff;
}

ul.menu a.current
{
	color: #3c3c3c;	
}

.menu.light a
{
	color: #787878;
}

/*Large button links*/
.buttonLinks
{
	
}
.buttonLinks img
{
	display: block;
	margin: 10px auto;
}

.pdfLink
{
	display: block;
	margin: 10px;
	text-align: center;
}
.pdfLink a
{
	font-size: 70%;
    color: #787878;
	
	background-image: url(../images/arrow.right.green.png);
	background-repeat: no-repeat;
	background-position: center left;
	
	/*Offset the position*/
	margin: auto;
	padding-left: 5px;
}
.pdfLink a:hover
{
    color: #265c21;
}

/*Client logo / quotes carousel*/
#carousel
{
	position: relative;
	margin-top: 15px;
}
#carousel ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#carousel li
{
	/*position: absolute;*/
	/*To make editing in contribute easier. Position is set to absolute by JS*/
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}

/*News pictures*/
.pictureBox
{
	float: left;
	margin: 0px 10px 2px 0px;
	font-size: 80%;
	color: #3b3b3b;
}
.pictureBox p
{
	margin: 0px;
	line-height: 100%;
}
.caption
{
	font-style: italic;
}
.credit
{
	color: #797979;
}

/*Adjust the headings in the page menu box (may be used elsewhere too)*/
.menu h2
{
	display: block;
	margin: 0px 0px 7px 0px;
	padding: 7px 0px 6px 9px;
	
	border-bottom: 1px solid #dcdee0;
}

.menu ul+h2
{
	margin-top: 16px;
}

/*Quote boxes*/
.quoteBox p
{
	margin: 0px 8px 0px 8px;
	line-height: 140%;
	z-index: 2;
}

.quoteBox .quote
{
	text-indent: 0em;
}

.quote p
{
	margin-top: 12px;
	/*font-style: italic;*/
}
.quoteBy
{
	font-style: italic;
	color: #3b3b3b;
	font-size: 80%;
	line-height: 110%;
}
.quote
{
	text-indent: -0.3em;
	color: #787878;
}


#mediaEvents h2, .text h2, .quoteBox h2
{
	display: block;
	margin: 0px 0px 7px 0px;
	padding: 7px 0px 6px 8px;
	
	border-bottom: 1px solid #dcdee0;
}

.box.text p, .box.text h3
{
	margin: 0px 8px 8px 8px;
}
p.runIn
{
	color: #347c2b;
}

.sixtySix
{
	display: block;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -6px;
	z-index: 1;
}
.ninetyNine
{
	display: block;
	float: right;
	padding-left: 6px;
	/*margin-top: -14px;*/
	z-index: 1;
}

.contentType
{
	display: none;
}
