	/* @override 
	http://tomas-breens-computer.local/~tomasbreen/bpm/bpm.css
	http://breenpm.ie/bpm.css
*/

body {
	background: white;
	margin: 0;
	padding: 0;
	font: 76% Arial, Verdana, Tahoma;
}

a {
	color: #70a044;
}

label em {
	color: red;
	margin-left: 4px;
}



/* @group Header */

.headerContainer {
	width: 100%;
	background-color: black;
	background: url(bottom.gif);
	height: 160px;
}

.header {
	width: 975px;
	margin: 0 0 0 20px;
	
}

.header h1 {
	width: 970px;
	background: url(images/logo-h1-2.gif) no-repeat;
	float: left;
	height: 136px;
	margin: 10px 0 0 0;
	padding: 0;
}

.header h1 span {
	display: none;
}

.header .textNav {
	margin-top: 20px;
	float: right;
	width: 500px;
}

.header .textNav ul {
	text-align: right;
}

.header .textNav ul li {
	list-style-type: none;
	display: inline;
}

.header .textNav ul li a {
	letter-spacing: -0.09em;
	color: white;
	font-size: 1.1em;
}

/* @end */

/* @group Main Nav */

.main {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #2d2d2d;
}

.mainNav {
	float: left;
	width: 100%;
	background: black url(/index_portfolio.gif) repeat-x;
	border-bottom: 3px solid #ddd;
}

.mainNav ul {	
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	height: 40px;
}

.mainNav ul li {
	float: left;
	margin: 0;
}

.mainNav ul li a {
	float: left;
	padding: 12px;
	margin: 0;
}

.mainNav ul li a:hover {
	color: #c3c3c3;
}

.mainNav ul li a.active {
	color: #c3c3c3;
	background: url(/images/nav-selected-back.gif) no-repeat center 32px;
}

.mainNavExtra {
	background: url(images/nonex-design-02-navback.gif) repeat-x right;
	float: left;
	margin-left: 30px;
	width: 230px;
	height: 40px;
}

.mainNav ul li a {
	font-size: 1.1em;
	letter-spacing: -.04em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

/* @end */

/* @group Content */

.content {	
	clear: both;
	width: 980px;
	padding: 15px 0 15px 20px;
}

.content .article .contentText {
	float: left;
	width: 490px;
	margin-left: 30px;
}

.content .home .contentText {
	float: left;
	width: 100%;
}

.content .article .contentText table.content-table {
	border-top: Solid 1px #ccc;
	border-left: Solid 1px #ccc;
	width: 95%;
}

.content .article .contentText table.content-table tr td {
	border-bottom: Solid 1px #ccc;
		border-right: Solid 1px #ccc;
}

.content .home .contentText p, .content .article .contentText p {
	text-align: justify;
	color: #333;
	line-height: 1.5em;
	font-size: 1.1em;
}

.content .home .contentText ul li, .content .article .contentText ul li, .content .article .contentText ol li {
	color: #333;
	line-height: 1.5em;
	font-size: 1.1em;
}

.content .home .contentText .rollup {
	background: #E0E1E0 url(images/nonex-wrapupback.gif) bottom repeat-x;
}

.content .home .contentText .rollup ul {
	list-style: none;
	float: left;
	width: 32%;
	margin: 0;
	padding: 0;
}

.content .home .contentText .rollup ul li {
	background: url(images/nonex-icon-tick.gif) no-repeat 20px 4px;
	padding-left: 50px;
	min-height: 70px;
}

.content .home .contentText .rollup ul li h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 20px 0 0 0;
}

.content .home .contentText .rollup ul li p {
	margin: 3px 0 0 0;
	font-size: 0.9em;
	color: #666;
	text-align: left;
}

.content .home .contentText .rollup ul li h4 a {
	color: #333;
	text-decoration: none;
}

.content .home .contentText .rollup ul li h4 a:hover {
	text-decoration: underline;
}


.contentText ul.gallery {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
}

.contentText ul.gallery li {
	float: left;
	padding: 0 3px 0 0;
}

.contentText ul.gallery li a img {
	border: none;
}

p.highlight {
	background: url(images/nonex-wrapupback.gif) repeat-x;
	padding: 5px;
	border: solid 1px #ccc;
	font-size: 1.2em;
}


.content .article .contentText h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #70a044;
	letter-spacing: -0.05em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.content .article .contentText h3 {
	font-size: 1.3;
	font-weight: bold;
	color: #70a044;
	letter-spacing: -0.1em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.content .article .contentText h4 {
	font-weight: bold;
	font-size: 1.3;
	font-style: italic;
	color: #70a044;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* @end */

/* @group Footer */

.footerContainer {
	clear: both;
	width: 100%;
	background: url(bottom.gif);
	padding: 20px 0 40px 0;
}

.footer {
	width: 100%;
	padding: 0 0 20px 0;
}

.footer hr {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}

.footer .contactForm {
	float: left;
	width: 355px;
	margin-left: 20px;
	border-right: 1px dotted #333;
	height: 250px;
}

.footer div h3 {
	color: white;
	height: 1.3em;
	margin: 10px 0;
	padding: 0;
	font-size: 1.5em;
	letter-spacing: -1px;
}

.footer div p {
	color: #999;
}

.footer a {
	color: #87c953;
}

.footer .contactDetails {
	float: left;
	width: 260px;
	margin-left: 20px;
	border-right: 1px dotted #333;
	height: 250px;
}

.footer .mailingList {
	float: left;
	width: 310px;
	margin-left: 20px;
}

.footer div form {
	margin: 0;
	padding: 0;
	border: none;
}

.footer div form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.footer div form fieldset label {
	color: #999;
	display: block;
	float: left;
	width: 140px;
	margin-top: 10px;
}

.footer div.mailingList form fieldset label {
	width: 100px;
}

.footer div form fieldset input  {
	width: 190px;
	float: left;
	margin-top: 6px;
	border: none;
	padding: 3px 2px;
}

.footer div.mailingList form fieldset input  {
	width: 190px;
}

.footer div form fieldset input:focus, .footer div form fieldset textarea:focus  {
	/*background-color: #ccc;*/
}

.footer div form fieldset input.contactButton {
	width: 100px;
	height: 25px;
	background-color: #8cc953;
	border: none;
	color: black;
	float: left;
	display: block;
	margin-left: 140px;
}

.footer div.mailingList form fieldset input.contactButton {
	margin-left: 100px;
}

.footer div form fieldset textarea  {
	width: 194px;
	float: left;
	display: block;
	margin-top: 6px;
	border: none;
}

input.error, input.error:focus {
	background-color: #ffb7b4;
}

/* @end */

#gallery-container {
	background: #eee url(images/nonex-wrapupback.gif) repeat-x;
	padding: 5px;
	border: solid 1px #ccc;
}

#gallery-container img {
	border: solid 1px #333;	
}

#gallery-container div.photo {
	margin: 6px;
}

/* @group Left Nav */

.content .article .nav {
	float: left;
	background: url(images/nonex-design-02-leftnav.gif) repeat-y right;
	width: 215px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.content .article .nav .navinner1 {
	margin: 0;
	padding: 30px 0 0 0;
	background: url(images/nonex-design-02-leftnav4.gif) no-repeat right top;
}

.content .article .nav .navinner1 ul {
	background: url(images/nonex-design-02-leftnav5.gif) no-repeat right bottom;
	list-style: none;	
	margin: 0 0 0 0;
	padding: 0 0 65px 0;
    border-top: Solid 1px #ccc;
}

.content .article .nav .navinner1 ul li {
	padding: 0;
	margin: 0;
	background: url(images/nonex-design-02-leftnav1.gif) repeat-y right;
}

.content .article .nav .navinner1 ul li a {
	letter-spacing: -0.09em;
	display: block;
	color: #70a044;
	text-decoration: none;
	padding: 6px 6px 6px 20px;
    border-bottom: Solid 1px #ccc;
	background: url(images/nonex-design-02-leftnav3.gif) no-repeat 5px center;
	font-size: 1.1em;
}

.content .article .nav .navinner1 ul li a:hover {
	text-decoration: underline;
}

.content .article .nav .navinner1 ul li a.active {
	background: white;
	color: #333;
	font-weight: bold;
}

.content .article .nav .navinner1 ul li a.active:hover {
	text-decoration: none;
	cursor: default;
}

/* @end */

/* @group Right Column */

.right {
	float: left;
	width: 230px;
	margin-left: 30px;
	padding: 0 0 20px 0;
}

.right div h2 {
	text-indent: -1000px;
	height: 33px;
	margin: 16px 10px 0 10px;
	padding: 0 0 10px 0;
	border-bottom: Solid 1px #ccc;
}

.right .caseStudies h2 {
	background: url(images/nonex-h2-casestudies.gif) no-repeat;
}

.right .downloads h2 {
	background: url(images/nonex-h2-downloads.gif) no-repeat;
}

.right div ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.right div ul li {
	background: url(images/nonex-icon-download.gif) no-repeat top left;
	padding-left: 20px;
}

.right div.caseStudies ul li {
	background: url(images/nonex-icon-casestudy.gif) no-repeat top left;
}

.right div ul li h3 {
	font-size: 0.95em;
	padding: 0;
	margin: 11px 0 0 0;
}

.right div ul li h3 a {
	color: #87c953;
	text-decoration: none;
}

.right div ul li h3 a:hover {
	text-decoration: underline;
}

.right div ul li p {
	color: #666;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	text-align: justify;
}

/* Forms within CMS */

form.cmxform {
	border: 0;
	margin: 0;
}

form.cmxform fieldset {
	border: none;
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	display:none;
  	font-weight: bold;
}

form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

form.cmxform fieldset ol {

  margin: 0;

  padding: 0;

}

form.cmxform fieldset li {

  list-style: none;

  padding: 3px 0 0 0;

  margin: 0;

}

form.cmxform fieldset fieldset {

  border: none;

  margin: 3px 0 0;

}

form.cmxform fieldset fieldset legend {

  padding: 0 0 5px;

  font-weight: normal;

}

form.cmxform em {

  font-style: normal;

  color: #f00;

}

form.cmxform label {

  width: 130px; /* Width of labels */

}

form.cmxform fieldset fieldset label {

  margin-left: 123px; /* Width plus 3 (html space) */

}

form.cmxform input.submit {

margin-left: 172px;

}

input.error {
	border: 1px Solid red;
}

/* @end */	

/* @Translate Box */

div#translate {
	display:none; 
	position: absolute; 
	top: 50px; 
	left: 900px;
}

/* @end */

/* @group Fixes */

.ClearFix:after 
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* @end */
