@charset "utf-8";
/* CSS Document */

/*CSS reset*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }



/*---------------Site styles---------------*/

body {
	margin-top:15px;
	margin-bottom:30px;
	background-color:#FFFFFF;
}

#Mainpage {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}


#TopMenubar {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:40px;
	background-color:#99CC00;
	border-bottom:1px solid #fff;
}	


#ContentWrapper {
	width:100%;
	clear:both;
	overflow:hidden;
	padding-bottom:50px;
	min-height:400px;
}

/*#WrapperHeightHack {
	overflow: hidden;
	width:100%;
	padding-bottom:40px;
	min-height:400px;
}*/



/*for wide content pages*/

#PageContent_left {
	float:left;
	width:570px;
	padding:50px 55px 0px 0px;
	background-color:#FFFFFF;
	min-height:400px;
}


#PageContent_right {
	float:left;
	padding:50px 95px 0px 0px;
	background-color:#FFF;
	text-align:left;
	width:260px;
	background-image:url(images/munroforsterlogo.gif);
	background-repeat:no-repeat;
	background-position:100% 50px;
	min-height:400px;
}

#LinksPage_LinksBox {
	padding:30px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

#LinksPage_GreenLine {
	height:1px;
	width:100%;
	background-color:#99cc00;
}

/*News styles*/
#News_Box {
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

#News_GreenLine {
	height:17px;
	width:100%;
	background-color:#ffffff;
	clear:both;
	border-bottom:1px solid #99cc00;
}

#News_TextBox {
	float:right;
	margin-bottom:8px;
	margin-top:10px;
	width:610px;
}

#News_PicBox {
	clear:both;
	float:left;
	margin-bottom:10px;
	margin-top:14px;	
}

#News_LinkBox {
	clear:both;
	float:left;
	width:100%;
	background-color:#ffd;
	border:1px solid #cccccc;
	padding:10px 10px 10px 10px;
	margin-top:13px;
}

/*Awards Styles*/
#Awards_Box {
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

#Awards_GreenLine {
	height:17px;
	width:100%;
	background-color:#ffffff;
	clear:both;
	border-bottom:1px solid #99cc00;
}

/*for Case Studies List Page*/

#CaseStudiesLeft {
	width:355px;
	float:left;
	clear:both;
	margin-right:50px;
}

#CaseStudiesRight {
	width:355px;
	float:left;
}

#CaseStudies_GreenLine_Top {
	height:1px;
	width:100%;
	background-color:#99cc00;
	margin-bottom:10px;
	margin-top:5px;
}	

#CaseStudies_GreenLine_Bottom {
	height:1px;
	width:100%;
	background-color:#99cc00;
	margin-top:0px;
	margin-bottom:5px;	
}

#CaseStudies_Spacer {
	height:20px;
	width:100%;
	background-color:#ffffff;
	float:left;
	clear:both;
}

/*Team Page Styles*/

#Team_Box {
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

#Team_GreenLine {
	height:25px;
	width:590px;
	background-color:#ffffff;
	clear:both;
	border-bottom:1px solid #99cc00;
}

#Team_Text {
	width:590px;
}
	

/*for 2 columned content pages*/

#PageContent_columned_left {
	float:left;
	width:415px;
	padding:50px 75px 0px 0px;
	background-color:#FFFFFF;
	min-height:400px;
}


#PageContent_columned_right {
	float:left;
	padding:50px 95px 0px 0px;
	background-color:#FFF;
	text-align:left;
	width:395px;
	background-image:url(images/munroforsterlogo.gif);
	background-repeat:no-repeat;
	background-position:100% 50px;
	min-height:400px;
}

/*for homepage*/

#HomePageLogos {
	width:100%;
	margin-top:70px;	
}

#PageContent_left_homepage {
	float:left;
	width:301px;
	padding:50px 39px 0px 0px;
	background-color:#FFFFFF;
	min-height:400px;
}

#PageContent_right_homepage {
	float:left;
	padding:50px 95px 0px 0px;
	background-color:#FFF;
	text-align:left;
	width:545px;
	background-image:url(images/munroforsterlogo.gif);
	background-repeat:no-repeat;
	background-position:100% 50px;
	min-height:400px;
}

/*Hack for equal column heights*/
/*#PageContent_left, #PageContent_right, #PageContent_columned_left, #PageContent_columned_right, #PageContent_left_homepage, #PageContent_right_homepage  {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	overflow:hidden;
}*/
	

/*Content box for right column of 2 column layout*/

.Right_column_box {
	width:395px;
	border-bottom:1px solid #99cc00;
	padding:20px 0px 20px 0px;
	overflow:hidden;
}


.Right_column_box_left_image {
	width:130px;
	margin-right:20px;
	float:left;
}

.Right_column_box_right_text {
	float:right;
	width:245px;
}

/*Footer*/
#footer {
	width:950px;
	background-color:#99CC00;
	padding: 7px 15px 7px 15px;
	clear:both;
	vertical-align:middle;
	overflow:hidden;
}

.FooterBox {
	float:left;
	margin-right:25px;
}

#Novamedia {
	clear:both; text-align:center; margin-top:10px;
}



/*-----------------------Text styles-----------------------*/


p, td {
	color:#000;
	font-size:13px;
	line-height:150%;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.Emphasis {
	font-size:16px;
	color:#ff3333;
	font-weight:bold;
}


.list li {
	color:#000000;
	font-size:13px;
	line-height:150%;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bullet.gif);
	background-position: 0 6px;
  	background-repeat: no-repeat;
  	padding: 0 0 0 1.5em;
}

ul {
	list-style:none;
	padding-left:0;	
}

ol {
	list-style:none;
	padding-left:0;	
}

.multiplecolumnlist li { /*<<<Define the ul as class multiplecolumnlist for bullets to show up in two columns*/
	float:left;
	width:125px;
}

.multiplecolumnlist2 li { /*<<<Define the ul as class multiplecolumnlist2 for bullets to show up in two columns*/
	float:left;
	width:260px;
}

h1 {
	color:#FF3333;
	font-family:'HelveticaNeueW01-47LtCn 692686';
	font-size:40px;
	font-weight:normal;
	margin-bottom:20px;
	line-height:120%;
}


h2 {
	color:#999999;
	font-family: 'HelveticaNeueW01-47LtCn 692686', Arial, Arial;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h3 {
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
}

#PageContent_right p {
	color:#555;
}

#PageContent_right h1 {
	color:#555;
	text-shadow:none;
}

#PageContent_right h2 {
	color:#555;
	text-shadow:none;
}


#PageContent_columned_right p {
	color:#555;
}

#PageContent_columned_right h1 {
	color:#555;
	text-shadow:none;
}

#PageContent_columned_right h2 {
	color:#ff3333;
	text-shadow:none;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}

#LinksPage_LinksBox p {
	font-size:18px;
	color:#ff3333;
	line-height:100%;
	margin:15px 0px 15px 0px;
}



a:link {text-decoration:none; color:#ff3333; font-weight:bold;}
a:visited {text-decoration:none; color:#ff3333; font-weight:bold;}
a:hover {text-decoration:underline; color:#ff3333; font-weight:bold;}
a:active {text-decoration:underline; color:#ff3333; font-weight:bold;}

#HomePageLogos a:link {text-decoration:none; color:#ff3333; font-weight:bold;}
#HomePageLogos  a:visited {text-decoration:none; color:#ff3333; font-weight:bold;}
#HomePageLogos  a:hover {text-decoration:none; color:#ff3333; font-weight:bold;}
#HomePageLogos  a:active {text-decoration:none; color:#ffc3333; font-weight:bold;}

#PageContent_right  a:link {text-decoration:none; color:#ff3333; font-weight:bold;}
#PageContent_right  a:visited {text-decoration:none; color:#ff3333; font-weight:bold;}
#PageContent_right  a:hover {text-decoration:underline; color:#ff3333; font-weight:bold;}
#PageContent_right  a:active {text-decoration:underline; color:#ffc3333; font-weight:bold;}

#PageContent_columned_right  a:link {text-decoration:none; color:#ff3333; font-weight:bold;}
#PageContent_columned_right  a:visited {text-decoration:none; color:#ff3333; font-weight:bold;}
#PageContent_columned_right  a:hover {text-decoration:underline; color:#ff3333; font-weight:bold;}
#PageContent_columned_right  a:active {text-decoration:underline; color:#ffc3333; font-weight:bold;}

#LinksPage_LinksBox  a:link {text-decoration:none; color:#ff3333; font-weight:normal;}
#LinksPage_LinksBox  a:visited {text-decoration:none; color:#ff3333; font-weight:normal;}
#LinksPage_LinksBox  a:hover {text-decoration:underline; color:#ff3333; font-weight:normal;}
#LinksPage_LinksBox  a:active {text-decoration:underline; color:#ffc3333; font-weight:normal;}

.Buttons a:link {text-decoration:none; color:#fff; font-weight:normal; font-size:15px; font-family:Arial, Helvetica, sans-serif;}
.Buttons a:visited {text-decoration:none; color:#fff; font-weight:normal; font-size:15px; font-family:Arial, Helvetica, sans-serif;}
.Buttons a:hover {text-decoration:none; color:#ffcc00; font-weight:normal; font-size:15px; font-family:Arial, Helvetica, sans-serif;}
.Buttons a:active {text-decoration:none; color:#fff; font-weight:normal; font-size:15px; font-family:Arial, Helvetica, sans-serif;}


#footer p {color:#FFFFFF; margin:0px; margin-top:7px; padding:0px; line-height:100%;}

#footer a:link {text-decoration:none; color:#FFF; font-weight:normal; font-size:20px; text-decoration:none; font-family: 'HelveticaNeueW01-47LtCn 692686', Arial;}
#footer a:visited {text-decoration:none; color:#FFF; font-weight:normal; font-size:20px; text-decoration:none; font-family: 'HelveticaNeueW01-47LtCn 692686', Arial;}
#footer a:hover {text-decoration:underline; color:#FFF; font-weight:normal; font-size:20px; text-decoration:underline; font-family: 'HelveticaNeueW01-47LtCn 692686', Arial;}
#footer a:active {text-decoration:none; color:#FFF; font-weight:normal; font-size:20px; text-decoration:none; font-family: 'HelveticaNeueW01-47LtCn 692686', Arial;}


#Novamedia a:link {text-decoration:none; color:#000; font-weight:normal; text-decoration:none; font-size:11px;}
#Novamedia a:visited {text-decoration:none; color:#000; font-weight:normal; text-decoration:none; font-size:11px;}
#Novamedia a:hover {text-decoration:underline; color:#000; font-weight:normal; text-decoration:underline; font-size:11px;}
#Novamedia a:active {text-decoration:none; color:#000; font-weight:normal; text-decoration:none; font-size:11px;}


/*-----------------------Image styles-----------------------*/

.img_right {
	float:right;
	margin:0px 0px 20px 20px;
}

/*Form styles*/

.TextBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin-bottom:10px;
	resize:none;
}

.TextBox:focus {
	background-color:#ffffdd;
}

.textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin-bottom:10px;
	resize:none;
}

.textarea:focus {
	background-color:#ffffdd;
}

.Submit{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#99cc00;
	border:solid 1px #cccccc;
	color:#fff;
	width:60px;
	margin-top:10px;
	font-size:13px;
	font-weight:bold;
}

.Submit:hover {
	background-color:#aadd11;
}

.Submit:active {
	color:#ddd;
}
