@charset "UTF-8";
/* CSS Document */

a {
	color: #000000;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #496128;
}

/* ! layout text styling */

body {
	background: url(/assets/bg_body.jpg) left top #eeeeee;
}

#wrapper {
	background: url(/assets/layout/bg_wrapper.gif) center center;
	width: 1000px;
}

#wrapper_bg {
	margin-top: 50px;
	margin-bottom: 10px;
	background: url(/assets/layout/bg_content.gif) repeat-y top;
	width: 1000px;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
}

#footer, #push, #footer_content {
	color: #FFFFFF;
}

#footer {
	position: relative;
	background: url(/assets/layout/bg_footer.gif) repeat-x bottom;
	overflow: hidden;
}

#footer_content {
	height: 39px;
	margin: 0 auto;
	background: #496128;
	border-top: 1px solid #FFFFFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);					
	opacity: 0;
	
}

#vgCredit, #vgCredit:visited {
	position: absolute;
	left: 50%;
	margin-left: 455px;
	top: 10px;
	width: 25px;
	height: 25px;
	background: url(/assets/icons/vg.gif) center top no-repeat;
	text-indent: -3000px;
	overflow: hidden;
}

#vgCredit:hover {
	background-position: center bottom;
}

#footer_content span {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -480px;
	margin-top: 10px;
}


/* ! masthead, m1 etc. */

#mh {
	position: relative;
	padding: 0;
	min-height: 160px;
	margin-bottom: 20px;
}


#mh h1 {
	position: absolute;
	left: 260px;
	bottom: 20px;
	width: 690px;
	margin: 0;
}

#mh h1#logo {
	position: absolute;
	top: 20px;
	left: 60px;
	width: 130px;
	height: 125px;
}

#mh h1#logo a, #mh h1#logo a:visited {
	text-decoration: none;
	display: block;
	width: 130px;
	height: 125px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/assets/layout/mh_logo.png) left top no-repeat;
}

#um {
	position: absolute;
}

#m1 li, #um li {
	padding: 0;
	text-indent: 0;
}

span.left {
	float: left;
	width: 20%;
	margin-right:  5%;
	text-align: right;
	font-weight: bold;
}



/* !-- dropdown behaviour*/

#um {
	right: 72px;
	top: 37px;
	color: #AAAAAA;
	font: 0.9em Verdana, Helvetica, Arial, sans-serif;
}

#um li {
	margin-left: 5px;
	padding-left: 7px;
}

#um a, #um a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

#um a:hover, #um .selected a {
	color: #000000;
	text-decoration: none;
}

#um li+li {
	border-left: 1px solid #AAAAAA;
}

/* !-- dropdown behaviour*/


#m1 {
	font: 11pt slab, verdana;
	background: url(/assets/m1/m1_bg.jpg) left top no-repeat;
	height: 35px;
	width: 960px;
	padding: 0px 20px;
	margin: 0;
	text-indent: 0;
}

#m1, #m1 li {
	margin: 0;
	text-indent: 0;
	list-style: none;
}

* html #m1 {
	width: 1000px;
}

#m1 li {
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 15px 0 0;
}

#m1 li a, #m1 li a:visited {
	float: left;
	height: 28px;
	padding: 2px 0 0 15px;
	text-decoration: none;
	color: #BBBBBB;
	text-shadow: 1px 1px 4px #444444;
}



#m1 li.hovered, #m1 li:hover {
	background: url(/assets/m1/m1_r.jpg) left bottom no-repeat;
}

#m1 li a:hover {
	color: #000000;
	color: #EEEEEE;
	background: url(/assets/m1/m1_l.jpg) left bottom no-repeat;
}


#m1 li.selected {
	background: url(/assets/m1/m1_r.jpg) right top no-repeat;
}


#m1 li.selected a, #m1 li.selected a:visited {
	color: #FFFFFF;
	text-shadow: none;
	background: url(/assets/m1/m1_l.jpg) left top no-repeat;
}

/* ! content div styling */

#content {
	clear: both;
	background: url(/assets/layout/content_base.gif) center bottom no-repeat;
	width: 1000px;
	overflow: hidden;
	margin: 0px;
	min-height: 315px;
	padding-bottom: 50px;
}

/* ! document div styling */

#document {
	overflow: hidden;
	width: 715px;
	float: right;
	/* margin: 0px 10px; */
}

#document p {
/* 	text-align: justify; */
}

#document.documentNarrow {
	width: 490px;
}

#document.documentNarrow p {
/* 	text-align: left; */
}



/* ! side columns */

.sideColumn {
	float: right;
	width: 180px;
	margin: 0 30px 0 30px;
	overflow: hidden;
}

#columnLeft {
	float: left;
}

* html .sideColumn {
	margin-right: 20px;
}

.sideColumn ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.sideColumn li {
	margin: 10px 0px;
	font-weight: bold;
}

.sideColumn li li {
	margin-left: 10px;
	font-weight: normal;
}


.sideColumn .blockOuter {
	margin-bottom: 24pt;
}

.sideColumn h2 {
	font-size: 12pt;
	color: #333333;
	margin: 0 0 9pt 0;
}

.titleTitle {
	margin-bottom: 0px;
}

.titleSubTitle {
	margin-top: 0px;
}


.sideColumn a, .sideColumn a:visited {
	color: #333333;
	text-decoration: none;
}

.sideColumn .selected a, .sideColumn a:hover {
	color: #496128;
	text-decoration: none;
}

/* ! external links  */

#external, #external li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#external a, #external a:visited {
	display: block;
	overflow: hidden;
	height: 62px;
	width: 120px;
	text-decoration: none;
	font: 10pt slab;
	padding: 18px 45px 0px 15px;
}

#external a:hover {
	background-position: bottom left;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #496128;
}

#external a.pdf {
	background-image: url(/assets/buttons/button_pdf.jpg);
}

#external a.publications {
	background-image: url(/assets/buttons/button_publishing.jpg);
	text-indent: -3000px;
}

#external a.training {
	background-image: url(/assets/buttons/button_training.jpg);
	text-indent: -3000px;
}

#external a.coaching {
	background-image: url(/assets/buttons/button_coaching.jpg);
}



/* ! news item stuff  */

a.newsItem, a.newsItem:visited {
	display: block;
	margin-bottom: 9pt;
}

.blockIcon {
	float: left;
	width: 25px;
	height: 25px;
}

.leftMargin, .leftMargin:visited {
	display: block;
	margin: 0px 0px 0px 35px;
	padding-top: 4px;
}

a.linkRss, a.linkRss:visited, a.linkTwitter, a.linkTwitter:visited {
	background: url(/assets/icons/rss.gif) left top no-repeat;
	float: left;
	width: 25px;
	height: 25px;
	text-indent: -3000px;
	overflow: hidden;
	text-decoration: none;
}

a.linkTwitter, a.linkTwitter:visited {
	background: url(/assets/icons/twitter.gif) left top no-repeat;
}

a.linkRss:hover, a.linkTwitter:hover {
	background-position: left bottom;
}

.blockInnerIndented {
	margin-left: 35px;
}

.review p {
	font-style: italic;
}

.review p.reviewSource {
	font-style: normal;
	text-align: right;
	margin-top: 0;
	font: bold 8pt/12pt "Lucida Sans", Helvetica, Arial, sans-serif;
}

/* ! Big fat links at base of page */

#content_bottom ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#content_bottom li  {
	float: left;
	width: 250px;
	height: 120px;
	overflow: hidden;
}

#content_bottom a, #content_bottom a:visited {
	float: left;
	overflow: hidden;
	padding: 30px 80px 10px 20px;
	background: url(/assets/homepage/hp_button.jpg) top left no-repeat;
	height: 80px;
	width: 150px;
	text-decoration: none;
	font: 12pt slab;
	color: #000000;
}

#content_bottom a:hover {
	background-position: bottom left;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #496128;
}

#content_bottom a.d_nspc {
	background-image: url(/assets/homepage/hp_button_nspc.jpg);
}

#content_bottom a.d_training {
	text-indent:  -5000px;
	background-image: url(/assets/homepage/hp_button_training.jpg);
}

#content_bottom a.d_septimus {
	font: 14pt/40px slab;
	background-image: url(/assets/homepage/hp_button_septimus.jpg);
}

#content_bottom a.d_vto {
	background-image: url(/assets/homepage/hp_button_vto.jpg);
}


#document, #document.documentNarrow {
/* 	width: 300px; */
}


