/**
 * Stylesheet for eswi
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <stijn@netlash.com>
 */

/* Typography and text styles */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 12px;
	font-family: arial, sans-serif;
	background: #fff url('../images/deco_bg_body.jpg') repeat-x;
	height: 100%;
	padding: 0;
	color: #3c3c3c;
}


#container {
	margin: auto;
	margin-bottom: 0;
	width: 960px;
	text-align: left;
}

/**
*	header
*/


#header {
	height: 119px;
	padding: 0;
	overflow: hidden;
}

#header h1 {
	width: 153px;
	height: 81px;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 81px;
	overflow: hidden;
	background: url('../images/title_h1.gif') no-repeat;
}

#header h2 {
	width: 353px;
	height: 14px;
	text-indent: -9999px;
	background: url('../images/title_h2.gif') no-repeat;
	float: right;
	display: inline;
	margin: 82px 10px 0 0;
	line-height: 1;
}

/**
*	mainMenu
*/

#mainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 128px;
	background: url('../images/deco-bg_header.jpg') no-repeat 0 bottom;
}

#mainMenu li {
	float: left;
	display: inline;
	margin: 8px 15px 0 0;
}

#mainMenu li.selected {
	background: url('../images/deco_bg_menuSelected_left.gif') no-repeat;
	padding: 0 0 0 6px;
}

#mainMenu a {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #eafbde;
	float: left;
	display: inline;
	padding: 6px 10px 8px 4px;
}

#mainMenu li.selected a {
	background: url('../images/deco_bg_menuSelected_right.gif') right 0 no-repeat;
	color: #f79433;
}

#mainMenu a:hover {
	color: #f79433;
}

/**
*	subMenu
*/

#leftContent {
	width: 190px;
	margin: 0 20px 0 0;
	float: left;
}

#subMenu {
	width: 190px;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

#subMenu li {
	float: right;
	clear: right;
	width: 190px;
	text-align: right;
	display: inline;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#subMenu li a {
	padding: 6px 9px;
	clear: right;
	float: right;
	color: #3c3c3c;
	font-size: 14px;
	text-decoration: none;
}

#subMenu li.selected a {
	background: #eee;
	border: 1px solid #c1bfbf;	
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	border-radius: 0.7em;
	font-weight: 700;
}

#subMenu li a:hover {
	color: #f79433;
}


/*


#leftContent {
	padding: 0;
	text-align: right;
	width: 190px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}



#subMenu {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: right;
	width: 190px;
	float: left;
	display: inline;
}

#subMenu li {
	line-height: 150%;
	margin: 0 0 10px 0;
	padding: 6px 9px;
	float: right;
	clear: both;
}

#subMenu li.selected {
	background: #eee;
	border: 1px solid #c1bfbf;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	border-radius: 0.7em;
	font-weight: bold;
}

#subMenu li.selected a {

}

#subMenu li a {
	color: #3c3c3c;
	font-size: 14px;
	text-decoration: none;
}

#subMenu li a:hover {
	color: #f79433;
}
*/

/*
*	mainContent
*/

#mainContent {
	float: left;
	width: 410px;
	display: inline;
	overflow: hidden;
}


#mainContent h2 {
	font-size: 24px;
	color: #00958e;
	font-weight: 700;
}

#mainContent h2 {
	font-size: 24px;
	color: #00958e;
	font-weight: 700;
}

.leafletBottom {
	background: #e9e7e8;
	padding: 10px;
}

.leafletBottom p {
	padding: 0 0 10px;
}

.leafletBottom h3 {
	margin: 0 0 10px;
}

.leafletBottom a {
	text-decoration: none;
}


/*
*	bigVideoBox
*/

#bigVideoBox {
	border-bottom: 3px solid #799aa8;
	margin: 0 0 30px 0;
}

#bigVideoBox #videoList {
	background: url('../images/deco_bg_videoList.jpg') repeat-x 0 bottom;
	padding: 11px 0 11px 0;
}

#bigVideoBox ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
	width: 420px;
	background: url('../images/deco_bg_bigVideoSeperator.gif') repeat-y;
}

#bigVideoBox li {
	width: 110px;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 30px 0 0;
}

#bigVideoBox li a {
	float: left;
	display: block;
	padding: 2px 0px 5px 0;
	width: 110px;
	color: #3c3c3c;
	text-decoration: none;
}

#bigVideoBox a:hover {
	color: #F79433;
}

#bigVideoBox li.selected a {
	background: url('../images/deco_bg_bigVideoBoxSelected.gif') no-repeat;
	padding: 2px 0px 5px 10px;
	width: 100px;
}

#bigVideoBox #videoDetails {
	background: #d7ebf3 url('../images/deco_bg_videoDetails.jpg') repeat-x 0 bottom;
	margin: 0;
	text-align: center;
	padding: 0 0 19px 0;
}

#bigVideoBox #videoDetails dt {
	margin: 15px 0px 0 0;
	padding: 0 0 18px 0;
	float: left;
	display: inline;
	width: 410px;
	font-weight: 700;
	color: #4a6570;
	font-size: 18px;
	background: url('../images/deco_bg_bigVideoBoxDt.png') no-repeat 50% bottom;
}

#bigVideoBox #videoDetails dd {
	float: left;
	width: 250px;
	background: url('../images/deco_bg_bigVideoBoxDd.png') no-repeat 50% bottom;
	padding: 0 80px 8px 80px;
}

#bigVideoBox #videoDetails dd p {
	font-style: italic;
	font-size: 14px;
	padding: 0 0 0 0;
}

#bigVideoBox #videoDetails dd p.moreInfo {
	font-size: 12px;
	font-style: normal;
}

#bigVideoBox #videoDetails dd p.moreInfo a {
	background: none;
	padding: 0;
	text-decoration: underline;
	color: #F79433;
}

#bigVideoBox #videoDetails dd p.moreInfo a:hover {
	color: #00958E;
}

#bigVideoBox img.bigVideo {
	float: left;
}

/**
*	breadcrumb
*/

#breadcrumb {
	margin: 16px 0 28px 10px;
	line-height: 1;
	padding: 0;
}

#breadcrumb a {
	color: #00958e;
	background: url('../images/deco_bg_breadcrumbSeperator.gif') right 4px no-repeat;
	padding: 0 12px 0 0;
	margin: 0 9px 0 0;
}

#breadcrumb a.last {
	background: none;
}

#breadcrumb a:hover {
	color: #f79433;
}

/**
*	main
*/

#main {
	background: url('../images/deco_bg_main.jpg') no-repeat 0 bottom;
	padding: 0 0 200px 0;
}


/**
*	miconceptionFront
*/

#misconceptionFront {
	float: left;
	display: inline;
	width: 220px;
	margin: 7px 20px 0 0;
	overflow: hidden;
}

#misconceptionFront h2 {
	font-size: 12px;
	color: #fff;
	background: #799aa8;
	border-bottom: 7px solid #6b8b99;
	padding: 7px 13px;
	margin: 0;
	line-height: 18px;
}

#misconceptionFront dl {
	background: url('../images/deco_bg_misconceptionFront_top.jpg') no-repeat;
	padding: 18px 0 0 0;
	margin: 0 0 40px 0;
	line-height: 18px;
}

#misconceptionFront dt {
	padding: 0 15px;
	font-weight: bold;
	color: #4a6570;
	margin: 0 0 2px 0;
	line-height: 18px;
}

#misconceptionFront dd {
	color: #3c3c3c;
	font-style: italic;
}

#misconceptionFront dd {
	min-height: 45px;
}

#misconceptionFront dd p {
	padding: 0 15px 5px 15px;
}

#misconceptionFront dd p.moreInfo {
	padding: 12px 0 0 0;
	background: #fff url('../images/deco_bg_misconceptionFront_bottom.jpg') no-repeat;
	text-align: center;
}

#misconceptionFront dd p.moreInfo a {
	background: none;
	color: #F79433;
}

#misconceptionFront dd p.moreInfo a:hover {
	color: #00958E;
}

/**
*	homeIntroText
*/

#homeIntroText {
	float: left;
	width: 380px;
}

#homeIntroText p {
	line-height: 25px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

#homeIntroText p.moreInfo {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	display: inline;
}

#homeIntroText p.moreInfo a {
	float: left;
	color: #3c3c3c;
}

#homeIntroText p.moreInfo a span {
	float: left;
}

#homeIntroText p.moreInfo a:hover {
	color: #F79433;
}

/**
*	content
*/

#content {
	float: left;
	display: inline;
	margin: 0 20px 0 10px;
	width: 620px;
	overflow: hidden;
}


/*
*	homeNews
*/

#homeNews {
	background: url('../images/deco_bg_newsHeaderTop.gif') no-repeat;
	padding: 5px 0 0 0;
	margin: 0 0 40px 0;
	overflow: hidden;
	width: 620px;
}

#homeNews h2 {
	background: url('../images/deco_bg_newsHeaderBottom.gif') no-repeat 0 bottom;
	padding: 5px 12px 10px 12px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ebfbfb;
}

#homeNews ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	width: 630px;
}

#homeNews li {
	float: left;
	width: 190px;
	margin: 0 20px 0 0;
	display: inline;
}

#homeNews li h3 {
	font-size: 14px;
	margin: 0 0 18px 0;
	min-height: 31px;
}

#homeNews li h3 a {
	text-decoration: none;
	color: #3c3c3c;
}

#homeNews li h3 a:hover {
	color: #00958E;
}

#homeNews li p {
	padding: 0 0 10px 0;
}

#homeNews li p.newsDate {
	color: #00958e;
	font-weight: 700;
	padding: 0 0 4px 0;
}

#homeNews li p.moreInfo {
	line-height: 140%;
	
}

#homeNews li p.moreInfo a {
	background: none;
	padding: 0;
	color: #f79433;
	text-decoration: underline;
	display: block;
}

#homeNews li p.moreInfo a:hover {
	color: #00958E;
}

#homeNews p.moreInfo span, #homeNews p.moreInfo a {
	display: inline;
}

#homeNews p.moreInfo {
	line-height: 1;
}

#homeNews p.moreInfo a {
	float: left;
	color: #3c3c3c;
	height: 25px;
}

#homeNews p.moreInfo a:hover {
	color: #f79433;
}

#homeNews p.moreInfo span {
	float: left;
	padding: 6px 0 0 8px;
	font-weight: 700;
	height: 19px;
}

/*
*	homePublications
*/

#homePublications {
	float: left;
	width: 620px;
	overflow: hidden;
	background: url('../images/deco_bg_publicationsHeaderTop.gif') no-repeat;
	padding: 5px 0 0 0;
}

#homePublications h2 {
	background: url('../images/deco_bg_publicationsHeaderBottom.gif') no-repeat 0 bottom;
	color: #5d5f5f;
	font-size: 14px;
	padding: 5px 12px 10px;
	text-transform: uppercase;
}

#homePublications ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 644px;
}

#homePublications li {
	float: left;
	width: 298px;
	height: 150px;
	margin: 0 24px 0 0;
}

#homePublications li .publicationImage {
	width: 80px;
	float: left;
	overflow: hidden;
}

#homePublications li .publicationInfo {
	width: 200px;
	float: right;
	overflow: hidden;
}

#homePublications li .publicationInfo h3 {
	font-size: 12px;
	color: #3c3c3c;
	line-height: 140%;
	font-weight: 400;
	margin: 0 0 4px 0;
}

#homePublications li .publicationInfo h3 a {
	color: #3c3c3c;
	text-decoration: none;
}

#homePublications li .publicationInfo h3 a:hover {
	color: #00958E;
}

#homePublications li .publicationInfo p {
	padding: 0 0 23px 0;
	line-height: 130%;
}

#homePublications li .publicationInfo p a {
	font-weight: 700;
	color: #3c3c3c;
}

#homePublications li .publicationInfo p a:hover {
	color: #00958E;
}

#homePublications li .publicationInfo p.allPublications {
	padding: 0;
}

#homePublications li .publicationInfo p.allPublications a {
	font-weight: 400;
	color: #00958E;
}

#homePublications li .publicationInfo p.allPublications a:hover {
	color: #F79433;
}


/*
*	homeNewsletter
*/

#homeNewsletter {
	float: left;
	width: 190px;
	display: inline;
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	background: url('../images/deco_bg_newsletterHeaderTop.gif') no-repeat;
}

#homeNewsletter h2 {
	background: url('../images/deco_bg_newsletterHeaderBottom.gif') no-repeat 0 bottom;	color: #5d5f5f;
	font-size: 14px;
	padding: 5px 12px 10px;
	text-transform: uppercase;
	margin: 0 0 22px 0;
}

#homeNewsletter label {
	display: none;
}

#homeNewsletter input {
	width: 178px;
	border: 1px solid #cdcbcb;
	padding: 4px 6px;
}

#extraContent #search button {
	clear: none;
	float: right;
	margin: 0;
	border: #0f0;
}

/**
*	sidebar
*/

#sidebar {
	float: left;
	display: inline;
	margin: 0;
	width: 300px;
	overflow: hidden;
}

#sidebarMain {
	padding: 20px 10px 0 10px;
	background: url('../images/deco_bg_sidebarMain.jpg') repeat-x;
	min-height: 532px;
}

.sidebarBox {
	background: url('../images/deco_bg_sidebarTitle_top.png') no-repeat;
	padding: 5px 0 40px 0;
}

p.newsletterText {
	padding: 0 0 18px 0;
}

.sidebarBox h2 {
	background: url('../images/deco_bg_sidebarTitle_bottom.png') no-repeat 0 bottom;
	color: #5d5f5f;
	font-size: 12px;
	padding: 2px 10px 7px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

.sidebarBox h3 {
	color: #3c3c3c;
	font-size: 12px;
	margin: 0 0 9px 0;
}

/*
*	.sidebarBox #mainVideo
*/

.sidebarBox #mainVideo {
	padding: 0 10px;
}

.sidebarBox #otherVideos {
	margin: 24px 0 0 0;
	width: 280px;
	overflow: hidden;
	padding: 0 10px;
}

.sidebarBox #otherVideos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:	500px;
}

.sidebarBox #otherVideos li {
	float: left;
	margin: 0 15px 0 0;
}

/*
*	.sidebarBox #publications
*/

.sidebarBox #publications {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 0 0 10px;
}

.sidebarBox #publications li {
	float: left;
	width:	270px;
	margin: 0 0 40px 0;
}

.sidebarBox #publications li .publicationImage {
	width: 40px;
	float: left;
	overflow: hidden;
}

.sidebarBox #publications li .publicationInfo {
	width: 230px;
	float: right;
	overflow: hidden;
}

.sidebarBox #publications li .publicationInfo h3 {
	font-size: 12px;
	color: #3c3c3c;
	line-height: 140%;
	font-weight: 400;
	margin: 0 0 4px 0;
}

.sidebarBox #publications li .publicationInfo h3 a {
	color: #3c3c3c;
	text-decoration: none;
}

.sidebarBox #publications li .publicationInfo h3 a:hover {
	color: #00958E;
}

.sidebarBox #publications li .publicationInfo p {
	padding: 0 0 10px 0;
	line-height: 130%;
}

.sidebarBox #publications li .publicationInfo p a {
	font-weight: 700;
	color: #3c3c3c;
}

.sidebarBox #publications li .publicationInfo p a:hover {
	color: #00958E;
}

.sidebarBox #publications li p.allPublications {
	clear: both;
	margin: 0 -3px 0 0;
	padding: 5px 0 0 0;
	width:	270px;
}

.sidebarBox #publications li p.allPublications a {
	font-weight: 400;
	color: #00958E;
}

.sidebarBox #publications li p.allPublications a:hover {
	color: #F79433;
}




/*
*	newsSideBar
*/

#newsSideBar {
	padding: 0 10px;
}

#newsSideBar dt {
	font-weight: 700;
	margin: 0 0 5px 0;
}

#newsSideBar dd {
	margin: 0 0 40px 0;
}

#newsSideBar dt a {
	color: #3c3c3c;
	text-decoration: none;
}

#newsSideBar dt a:hover {
	color: #F79433;
}

#newsSideBar p.newsDate {
	font-weight: 700;
	color: #00958E;
}


#newsSideBar p {
	padding: 0;
}

#newsSideBar p.readMore a {
	color: #00958E;
}

#newsSideBar p.readMore a:hover {
	color: #F79433;
}

/*
*	newsOverview
*/

#newsOverview {
	padding: 0;
}

#newsOverview dt {
	font-weight: 700;
	margin: 0 0 15px 0;
	font-size: 14px;
}

#newsOverview dd {
	margin: 0 0 40px 0;
}

#newsOverview dt a {
	color: #3c3c3c;
	text-decoration: none;
}

#newsOverview dt a:hover {
	color: #F79433;
}

#newsOverview p.newsDate {
	font-weight: 700;
	color: #00958E;
}


#newsOverview p {
	padding: 0;
}

#newsOverview p.readMore a {
	color: #00958E;
}

#newsOverview p.readMore a:hover {
	color: #F79433;
}

/*
*	showcase
*/

#showcase {
	background: #00938c url('../images/deco_bg_showcase.jpg') no-repeat;
	padding: 10px 9px 15px 9px;
}

.showcaseContent {
	background: #fff;
	padding: 10px;
}

.showcaseContent p {
	padding: 0 0 10px 0;
}

.showcase p.readMore {
	padding: 5px 0 17px 10px;
}

.showcase p.readMore a {
	background: url('../images/whiteArrow.png') right 5px no-repeat;
	padding: 0 13px 0 0;
	color: #fff;
	font-weight: 700;
}

.showcase p.readMore a:hover {
	color: #F79433;
}


/*
*	#publicationsCatOverview
*/

#publicationsCatOverview {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 0 0 10px;
}

#publicationsCatOverview li {
	float: left;
	width:	400px;
	margin: 0 0 40px 0;
}

#publicationsCatOverview li .publicationImage {
	width: 80px;
	float: left;
	overflow: hidden;
}

#publicationsCatOverview li .publicationInfo {
	width: 230px;
	float: right;
	overflow: hidden;
	padding: 0 75px 0 0;
}

#publicationsCatOverview li .publicationInfo h3 {
	font-size: 12px;
	color: #3c3c3c;
	line-height: 140%;
	font-weight: 400;
	margin: 0 0 4px 0;
}

#publicationsCatOverview li .publicationInfo h3 a {
	color: #3c3c3c;
	text-decoration: none;
	font-weight: 700;
	text-decoration: underline;
}

#publicationsCatOverview li .publicationInfo h3 a:hover {
	color: #00958E;
}

#publicationsCatOverview li .publicationInfo p {
	padding: 0 0 10px 0;
	line-height: 130%;
}

#publicationsCatOverview li .publicationInfo p a {
	font-weight: 700;
	color: #3c3c3c;
}

#publicationsCatOverview li .publicationInfo p a:hover {
	color: #00958E;
}

#publicationsCatOverview li p.allPublications {
	clear: both;
	margin: 0 -3px 0 0;
	padding: 5px 0 0 0;
	width:	270px;
}

#publicationsCatOverview li p.allPublications a {
	font-weight: 400;
	color: #00958E;
}

#publicationsCatOverview li p.allPublications a:hover {
	color: #F79433;
}







/**
*	blogPagination
*/


#blogPagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.older {
	float: left;
	padding: 0;
	line-height: 1;
}

li.older a {
	color: #3C3C3C;
	float: left;
	height: 25px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left_right.gif) no-repeat scroll 0 -25px;
	cursor: pointer;
	padding: 0 0 0 24px;
	text-decoration: none;
}

li.older a:hover {
	background: url('../images/deco_bg_greyButton_left_right.gif') no-repeat;
	color: #F79433;
}

li.older span {
	float: left;
	font-weight: 700;
	height: 19px;
	padding: 6px 8px 0 0;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left_left.gif) no-repeat scroll right -25px;
}

li.older a:hover span {
	background: url('../images/deco_bg_greyButton_left_left.gif') no-repeat right 0;
}

li.older span.left {
	color: #DADADA;
	float: left;
	height: 25px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left_right.gif) no-repeat scroll 0 -50px;
	padding: 0 0 0 24px;
	text-decoration: none;
}

li.older span.right {
	float: left;
	font-weight: 700;
	height: 19px;
	padding: 6px 8px 0 0;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left_left.gif) no-repeat scroll right -50px;
}


li.newer {
	float: right;
	padding: 0;
	line-height: 1;
}

li.newer a {
	color: #3C3C3C;
	float: left;
	height: 25px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_right.gif) no-repeat scroll right 0;
	cursor: pointer;
	padding: 0 24px 0 0;
	text-decoration: none;
}

li.newer a:hover {
	background: url('../images/deco_bg_greyButton_right.gif') no-repeat right -25px;
	color: #F79433;
}

li.newer span {
	float: left;
	font-weight: 700;
	height: 19px;
	padding: 6px 0 0 8px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left.gif) no-repeat scroll 0 0;
}

li.newer a:hover span {
	background: url('../images/deco_bg_greyButton_left.gif') no-repeat 0 -25px;
}

li.newer span.left {
	color: #DADADA;
	float: left;
	height: 25px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_right.gif) no-repeat scroll right -50px;
	padding: 0 24px 0 0;
	text-decoration: none;
}

li.newer span.right {
	float: left;
	font-weight: 700;
	height: 19px;
	padding: 6px 0 0 8px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left.gif) no-repeat scroll 0 -50px;
}

/**
*	p.moreInfo (standard)
*/

p.moreInfo {
	padding: 0;
	line-height: 25px;
}

p.moreInfoSmall {
	padding: 0;
	line-height: 1;
}

p.moreInfo a {
	padding: 0 24px 0 0;
	background: url('../images/deco_bg_greyButton_right.gif') no-repeat right 0;
	display: block;
	height: 25px;
	color: #3c3c3c;
	text-decoration: none;
	cursor: pointer;
}

p.moreInfoSmall a {
	color: #3C3C3C;
	float: left;
	height: 25px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_right.gif) no-repeat scroll right 0;
	cursor: pointer;
	padding: 0 24px 0 0;
	text-decoration: none;
}

p.moreInfoSmall a:visited {
	color: #3C3C3C;
}

p.moreInfo a:hover, p.moreInfoSmall a:hover {
	background: url('../images/deco_bg_greyButton_right.gif') no-repeat right -25px;
	color: #F79433;
}

p.moreInfo a span {
	background: url('../images/deco_bg_greyButton_left.gif') no-repeat;
	display: block;
	height: 25px;
	padding: 0 0 0 9px;
	font-weight: 700;
}

p.moreInfoSmall span {
	float: left;
	font-weight: 700;
	height: 19px;
	padding: 6px 0 0 8px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left.gif) no-repeat scroll 0 0;
}

p.moreInfo a:hover span, p.moreInfoSmall a:hover span {
	background: url('../images/deco_bg_greyButton_left.gif') no-repeat 0 -25px;
}

/* dark */

p.moreInfoSmallDark {
	padding: 0;
	line-height: 1;
}

p.moreInfoSmallDark a {
	color: #3C3C3C;
	float: left;
	height: 25px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_right_onGrey.gif) no-repeat scroll right 0;
	cursor: pointer;
	padding: 0 24px 0 0;
	text-decoration: none;
}

p.moreInfoSmallDark a:visited {
	color: #3C3C3C;
}

p.moreInfoSmallDark a:hover {
	background: url('../images/deco_bg_greyButton_right_onGrey.gif') no-repeat right -25px;
	color: #F79433;
}

p.moreInfoSmallDark span {
	float: left;
	font-weight: 700;
	height: 19px;
	padding: 6px 0 0 8px;
	display: inline;
	background: transparent url(../images/deco_bg_greyButton_left_onGrey.gif) no-repeat scroll 0 0;
}

p.moreInfoDark a:hover span, p.moreInfoSmallDark a:hover span {
	background: url('../images/deco_bg_greyButton_left_onGrey.gif') no-repeat 0 -25px;
}


.sideBarButton {
	margin: 0 0 0 10px;
}

/**
*	footer
*/

#footer {
	padding: 0 0 65px 11px;
	list-style-type: none;
	margin: 0;
	text-align: center;
	background: #00958e url('../images/deco_bg_footer.jpg') repeat-x;
}

#footer ul {
	width: 640px;
	margin: 0 auto;
	list-style-type: none;
	padding: 10px 0 0 320px;
	height: 57px;
	background: url('../images/deco_bg_footerList.jpg') no-repeat;
}

#footer li {
	float: left;
	font-size: 10px;
	color: #fff;
	padding: 0 25px 0 0;
	display: inline;
}

#footer a {
	color: #fff;
	white-space: nowrap;
}

#footer a:hover {
	color: #F79433;
}


/*
*	linkCategories + faqs
*/

#linkscategories {
	
}

#linksdetail p {
	padding: 0 0 15px;
}

#linkscategories dl, #linksdetail dl, #faqcategories dl, #faqdetail dl {
	margin: 0;
	padding: 0;
}

#linkscategories dt, #linksdetail dt, #faqcategories dt, #faqdetail dt {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 5px;
}

#linkscategories dd, #linksdetail dd, #faqcategories dd, #faqdetail dd {
	
}

#faqdetail dd {
	margin: 0 0 20px 0;
}


#linkscategories dd p, #linksdetail dd p, #faqcategories dd p, #faqdetail dd p {
	padding: 0 0 15px 0;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
	color: #00958E;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size:24px;
	margin:0 0 24px;
}

h3 {
	font-size:18px;
	margin:0 0 24px;
}

h4 {
	font-size:16px;
	margin:0 0 6px;
	font-weight: bold;
	border-bottom: 1px dotted #142C4F;
}

h5 {
	font-size:14px;
	margin:0 0 6px;
	font-weight: bold;
}

h6 {
	font-size:12px;
	margin:0 0 6px;
	font-weight: normal;
}

p {
	padding: 0 0 33px 0;
	font-size: 12px;
	line-height: 140%;
}

ul, ol {
	padding: 0 0 12px 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
	padding: 0 0 12px 24px;
}

	#content ul ul, #content ol ul {
		padding-bottom: 0;
		padding-top: 10px;
		padding-left: 15px;
	}
	
	ol ol {
		padding-bottom: 0;
	}
	
	ul ol {
		padding: 0 0 0 28px;
	}

small, span.mute {
	color: #808080;
	font-size: 11px;
}

code {
	font-family: Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 7px 14px;
	background: #F5F5F5;
	margin: 0 0 14px;
}

blockquote, q {
	font-style: italic;
	color: #666;
}

blockquote {
	padding: 0 0 0 14px;
}

cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	top: -14px;
	height: 0;
	/* Dismisses height to correctly align next element */
}

/* Default styling for data tables */
table {
	font-family: Arial, sans-serif;
	margin: 0 0 14px;
	border-top: 1px solid #D6E0EC;
	border-left: 1px solid #D6E0EC;
}

#mainContent table {
	width: 409px;
	margin: 0 0 14px 1px;
}

td, th {
	padding: 7px;
	border-right: 1px solid #D6E0EC;
	border-bottom: 1px solid #D6E0EC;
	font-size: 11px;
}

th {
	font-weight: 700;
	background: #F5F7F9;
	color: black;
	line-height: 1.2;
	text-align: left;
}

tr.rowOdd { background: white; }
tr.rowEven { background: #FCFCFC; }

form table {
	border: none;
}

form table td {
	border: none;
	font-size: 13px;
	vertical-align: top;
	padding: 0 5px 10px 0;
}

/**
* Forms
*/

button {
	border: 0;
	background: url('../images/deco_bg_greyButton_left.gif') no-repeat;
	height: 25px;
	clear: left;
	float: left;
	padding: 0 0 0 4px;
	position: relative;
	margin: 18px 0 0 0;
}

button::-moz-focus-inner{padding:0;border:none}

button span {
	background: url('../images/deco_bg_greyButton_right.gif') no-repeat right 0;
	float: left;
	height: 21px;
	text-align: center;
	padding: 4px 22px 0 4px;
	color: #3c3c3c;
	font-size: 12px;
	font-weight: bold;
}


.form-error{
	color: #740011;
	background: #FF848A;
	padding: 5px;
	font-weight: 700;
	display: block;
	margin: 10px 0 0 0;
}

form dt {
	margin: 0 0 10px 0;
	font-weight: bold;
}

form dd {
	margin: 0 0 40px 0;
}

form dd.smallMargin {
	margin: 0 0 10px 0;
}

button:hover span {
	color: #F79433;
}

abbr, acronym {
	cursor: help;
}

textarea {
	font-family: arial, sans-serif;
	width: 400px;
	padding: 3px;
}

input {
	width: 400px;
}
input.checkbox {
	width: auto;
}

.form-success {
	padding: 8px 5px;
	background: #D3FAB3;
	clear: left;
	display: block;
	font-weight: bold;
	color: #4A573E;
	border: 1px solid #CBF0AB;
}

.form-error {
	padding: 8px 5px;
	background: #FA595C;
	clear: left;
	display: block;
	font-weight: bold;
	color: #602223;
	border: 1px solid #BC4345;
}


/* Links */
a:link {
	color: #f79433;
}

a:visited {
	color: #f79433;
}

a:hover,
a:active {
	color: #00958e;
}

img.left {
	float: left;
	margin: 5px 20px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 20px;
}


/* Fork defaults: general purposes classes */
.hidden { display: none; }
.block { display: block; }
.nopadding { padding: 0 !important; }
.floatleft { float: left; }
.floatright { float: right; }

/* Fork defaults: simple column system */
.columns .column { float: left; }

/* Two columns */
.columns .column-12,
.columns .column-24 { width: 49.9%; }

/* Three columns*/
.columns .column-23 { width: 66.5%; }
.columns .column-13 { width: 33.2%; }

/* Four columns */
.columns .column-14 { width: 24.9%; }
.columns .column-34 { width: 74.9%; }

/* Five columns */
.columns .column-15 { width: 19.9%; }
.columns .column-25 { width: 39.9%; }
.columns .column-35 { width: 59.9%; }
.columns .column-45 { width: 79.9%; }

/* Spacing divs to fit inside colunns: gutter width and 1/2 gutter width */
.columns .spacing-left { margin-left: 20px; }
.columns .spacing-left-half { margin-left: 10px; }
.columns .spacing-right { margin-right: 20px; }
.columns .spacing-right-half { margin-right: 10px; }
.columns .spacing-both-half { margin-right: 10px; margin-left: 10px; }

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}