@charset "UTF-8";
/* NWPC - M.Tyas 2009 */

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;	
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	text-align:center;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

.clearer {
	clear: both;
	width: 892px;
	height: 8px;
	margin-top:25px;
}

/*************************************************************** BASIC LAYOUT */

#global_wrapper {
	margin: 0 auto;
	padding: 0px;
	width:892px;
	text-align:left;
}

/*********************************************** HEADER */

#header {
	width: 892px;
	height: 97px;
	background:url(../images/head_bg.gif) no-repeat;
	border-bottom: 1px solid #fff;
}

#brand {
	float: left;
	padding: 20px 0px 0px 20px;
	width: 284px;
	height: 50px;
	color:#fff;
}

#phone_no {
	float: left;
	padding: 20px 0px 0px 288px;
	width: 280px;
	height: 50px;
	text-align:right;
}

#phone_no h2 {
	font-size: 18px;
	font-weight: lighter;
	color:#224a0b;
	margin-right: 2px;
}

#phone_no address {
	font-style:normal;
	font-weight: lighter;
	font-size: 24px;
	color:#fdf50e;
}

/*********************************************** NAVIGATION */

#navigation {
	background:url(../images/fade_bg.gif) repeat-y;
	width: 892px;
	height: 30px;
}

.here {
	font-size: 12px;
	padding:7px 16px 9px 16px;
	text-decoration: none;
	background-color:#497633;
	color: #DCFF0C;
}

.divider {
	
}

#navigation_holder {
	width: 661px;
	height: 30px;
	float: left;
	overflow: hidden; /***** ADDED IN TO FIX OVERFLOW ON ROLLOVERS */
}

#navigation_holder ul {
	width: 661px;
	height: 20px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	list-style-type:none;
}

#navigation_holder li {
	display: inline;
	margin: 0px;
}

#navigation_holder li a {
	font-size: 12px;
	color: #fff;
	padding:7px 16px 9px 16px;
	text-decoration: none;
	height: 10px;
	margin: 0px;
}

#navigation_holder li a:hover {
	background-color:#497633;
	color: #DCFF0C;
}


/*********************************************** SEARCH */

#search {
	float: left;
	width: 220px;
	height: 21px;
	background-color:#497633;
	padding: 4px 0px 5px 10px;
}

#search label {
	color: #fff;
	font-size: 12px;
	
}

.text_search {
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 14px;
}

#btn_search {
	margin-bottom: -7px;
}




/*********************************************** HOMEPAGE CONTENT OCT 09 MAYBE NO LONGER USED SEE LINE 471 IF NOT */

#tabber { /*********************************************** TABS.CSS and TABS_IE.CSS FOR THE OTHER STYLES **********/
	width: 630px;
	height: 306px;
	float: left;
	margin: 8px 8px 0px 0px;
}



#news {
	width: 254px;
	height: 304px;
	margin: 8px 0px 0px 0px;
	float: left;
}

#news_head {
	width: 234px;
	padding: 8px 10px 10px 10px;
	height: 11px;
	background:url(../images/case_studies/tab_end.gif) left no-repeat #7bb433;
	border-bottom: 1px solid #fff;
}

#news_head h3 {
	color: #fff;
	font-size: 12px;
	font-weight:lighter;
}

#news_image {
	width: 252px;
	height: 171px;
	margin-top:-1px;
	border-left: 1px solid #7bb433;
	border-right: 1px solid #7bb433;
}

#news_desc {
	width: 232px;
	padding: 10px;
	height: 85px;
	border-bottom: 1px solid #7bb433;
	border-left: 1px solid #7bb433;
	border-right: 1px solid #7bb433;
}

#news_desc h4 {
	font-size: 16px;
	color: #7aae25;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
}

#news_desc p {
	font-size: 12px;
	color: #000;
	margin: 0px 0px 10px 0px;
}

#news_desc a {
	color: #2f5c09;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}

#news_desc a:hover {
	text-decoration: none;
}


/***************************************************************** CAROUSEL */

#ticker { /******************************************************* PROTOTYPE-UI.CSS FOR THE OTHER STYLES */
	width: 892px;
	height: 170px;
	margin: 0px 0px 8px 0px;
}

#case_studies {
	width: 872px;
	padding: 8px 10px 10px 10px;
	height: 11px;
	background:url(../images/case_studies/tab_end.gif) left no-repeat #7bb433;
	border-bottom: 1px solid #fff;
}

#case_studies h3 {
	color: #fff;
	font-size: 12px;
	font-weight:lighter;
}

#car_container {
	width: 890px;
	padding: 8px 0px 10px 0px;
	height: 118px;
	border: 1px solid #7bb433;
}

.car_img {
	width: 144px;
	height: 97px;
	float: left;
	padding: 10px 10px 0px 10px;
}

.car_desc {
	width: 150px;
	height: 97px;
	float: left;
	padding: 10px 5px 0px 0px;
	text-align: left;
}

.car_desc h4 {
	color: #518f06;
	font-weight: lighter;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

.car_desc p {
	color: #000;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

.car_desc a {
	color: #2f5c09;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}

.car_desc a:hover {
	text-decoration: none;
}

/***************************************************************** PARTNERS */

#partners {
	width: 892px;
	height: 142px;
	margin: 0px 0px 8px 0px;
}

#partners_head {
	width: 872px;
	padding: 8px 10px 10px 10px;
	height: 11px;
	background:url(../images/case_studies/tab_end.gif) left no-repeat #7bb433;
	border-bottom: 1px solid #fff;
}

#partners_head h3 {
	color: #fff;
	font-size: 12px;
	font-weight:lighter;
}

#partners_container {
	width: 890px;
	padding: 8px 0px 10px 0px;
	height: 118px;
	border: 1px solid #7bb433;
}

#media_city_partners {
	width: 279px;
	height: 85px;
	overflow:hidden;
	float: left;
	padding: 10px 0px 10px 20px;
}

#media_city_partners a {
	width: 279px;
	height: 85px;
	display: block;
	background-image:url(../images/partners/media_city.jpg);
	background-position: 0px -85px;
	background-repeat:no-repeat;
}

#media_city_partners a:hover {
	background-position: 0px 0px;
}

#peel_group_partners {
	width: 299px;
	height: 85px;
	overflow:hidden;
	float: left;
	padding: 10px 0px 10px 20px;
	border-left: 1px dotted #e9f6dc;
}

#peel_group_partners a {
	width: 299px;
	height: 85px;
	display: block;
	background-image:url(../images/partners/peel_group.jpg);
	background-position: 0px -86px;
	background-repeat:no-repeat;
}

#peel_group_partners a:hover {
	background-position: 0px 0px;
}

#bruntwood_partners {
	width: 226px;
	height: 85px;
	overflow:hidden;
	float: left;
	padding: 10px 0px 10px 20px;
	border-left: 1px dotted #e9f6dc;
}

#bruntwood_partners a {
	width: 226px;
	height: 85px;
	display: block;
	background-image:url(../images/partners/bruntwood.jpg);
	background-position: 0px -85px;
	background-repeat:no-repeat;
}

#bruntwood_partners a:hover {
	background-position: 0px 0px;
}

/*********************************************** FOOTER */

#footer {
	background:url(../images/footer_bg.gif) repeat-y;
	width: 872px;
	height: 12px;
	padding: 8px 10px 9px 10px;
}

#footer p {
	font-size: 11px;
}

#footer a {
	color: #fff;
	text-decoration:underline;
}

#footer a:hover {
	color: #fff;
	text-decoration:none;
}


#footer address {
	font-size: 11px;
	font-style:normal;
}

.left {
	width: 70%;
	text-align:left;
	float: left;
}

.right {
	width: 30%;
	text-align:right;
	float: left;
}

/*********************************************** FORMATTING */

.yellow {
	color:#fdf50e;
}

.dark_green {
	color:#224a0b;
}

.white {
	color:#fff;
}

.bold {
	font-weight: bold;
	
}

.light_green {
	color:#7BB433;
}

.bigger {
	font-size: 14px;
}

.image_comment {
	color:#224a0b;
	font-style: italic;
	font-size: 12px;
}

/********************************************************************* NEW STYLE HOME PAGE CONTENT STUFF ***************************************/

#home_right {
	width:626px;
	float: left;
	padding: 0px 0px 10px 20px;
	margin-top: 5px;
	min-height:400px;
}

/*************************************************************** SUB NAVIGATION HOME PAGE */

#sub_navigation {
	width: 626px;
	height: 30px;
	background-color:#62a035;
}

#sub_navigation ul {
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
}

#sub_navigation ul li { 
	display: inline; 
}

#sub_navigation ul li a {
	/*padding: 8px 24px;*/
	color: #fff;
	text-decoration: none;
	float: left;
	font-size:12px;
	/*border-right: 1px solid #fff;*/
}

#sub_navigation ul li a:hover {
	background-color:#497633;
	color: #DCFF0C;
}

.active1 {
	background-color:#497633;
	color: #DCFF0C;
	text-decoration: none;
	float: left;
	font-size:12px;
	padding: 8px 20px;
	border-right: 1px solid #fff;
}

.border {
	padding: 8px 20px;
	border-right: 1px solid #fff;
}

.no_border {
	padding: 8px 24px;
	border-right: none;
}

.active_no_border {
	background-color:#497633;
	color: #DCFF0C;
	text-decoration: none;
	float: left;
	font-size:12px;
	padding: 8px 28px 8px 29px;
	border-right: none;
}

/********************************************************************* HOME PAGE SUB CONENT */

.main_info {
	width:626px;
}

.main_info_image {
	width:402px;
	float: left;
}

.main_info_text {
	width:192px;
/*	height:1088px; /*SET HEIGHT HERE TO BALANCE UP COLS AND PICS */
	padding: 10px 15px 10px 15px;
	float: right;
	background-color:#1f3c06;
}

.main_info_text h1 {
	color: #a7e459;
	font-size:18px;
	font-weight:lighter;
	margin: 0px 0px 20px 0px;
}

.main_info_text h2 {
	color: #a7e459;
	font-size:16px;
	font-weight:lighter;
	margin: 0px 0px 20px 0px;
}

.main_info_text p {
	color: #fff;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

.main_info_text a {
	color: #e5fd07;
	font-size: 12px;
	text-decoration:none;
}

.main_info_text a:hover {
	text-decoration:underline;
}


/********************************************************************* INNER PAGE LAYOUT - AS PER NEW DESIGN 10-11-09 */

#inner_page_content {
	width:892px;
}

/********************************************************************* LEFT COL - CASE STUDIES homepage and inner */

#inner_left {
	width:246px;
	float: left;
	/*height: 400px;*/
	/*padding: 20px;*/
	/*background-color:#CCC;*/
	margin-top: 5px;
}

#left_case_studies {
	background:url(../images/leftcol_casestudies.gif) no-repeat;
	padding: 8px 0px 10px 15px;
	width: 231px;
	height: 12px;
}

#left_case_studies h3 {
	font-size: 12px;
	color: #DCFF0C;
	font-weight:lighter;
	margin: 0px;
	padding:0px;
}

.case_study_block,.news_block {
	background-color:#213c0f;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #5e8745;
}

.case_study_block h4,.news_block h4 {
	color: #a7e459;
	font-size:16px;
	font-weight:lighter;
	width:210px;
	}

.case_study_block p,.news_block p {
	color: #fff;
	font-size: 12px;
		margin:10px 0 5px 0;
			width:210px;
}

.case_study_block a,.news_block a {
	color: #e5fd07;
	font-size: 12px;
	text-decoration:none;
}

.case_study_block a:hover,.news_block a:hover {
	text-decoration: underline;
}

.case_study_block_bottom {
	padding: 10px 10px 10px 15px;
	background:url(../images/leftcol_casestudies_bottom.gif) no-repeat bottom #213c0f;
}

.case_study_block_bottom h4 {
	color: #a7e459;
	font-size:16px;
	font-weight:lighter;
	}

.case_study_block_bottom p {
	color: #fff;
	font-size: 12px;
}

.case_study_block_bottom a {
	color: #e5fd07;
	font-size: 12px;
	text-decoration:none;
}

.case_study_block_bottom a:hover {
	text-decoration: underline;
}

/********************************************************************* RIGHT COL */

#inner_right {
	width:626px;
	float: left;
	padding: 0px 0px 10px 20px;
	margin-top: 5px;
	min-height:500px;
}

#home_right h1,#home_right .headline {
	font-size: 18px;
	font-weight: lighter;
	color:#7BB433;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px dotted #ccc;
}

#home_right .storydate {font-size: 11px;}

#home_right h2 {
	font-size: 15px;
	font-weight: lighter;
	color:#9e9e9e;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px dotted #ccc;
}

#home_right h3 {
	font-size: 16px;
	font-weight: lighter;
	color:#7BB433;
	margin: 0px 0px 20px 0px;
}

#home_right p {
	font-size: 12px;
	line-heigth: 16px;
	margin: 0px 0px 20px 0px;
}

#home_right a {
	font-size: 13px;
	color:#7BB433;
	text-decoration:underline;
}

#home_right a:hover {
	text-decoration:none;
}

#home_right .thestoryimage {float:right;margin:0 0 12px 15px;}
#home_right .dynamicdataitem {clear:both;float:left;margin:0 0 12px 0;}
#home_right .dynamicdatatext {float:right;text-align:left;width:450px;overflow:hidden;}
#home_right .dynamicdataimage {float:left;margin:0 12px 2px 0;}


/********************************************************************* RIGHT COL - TEXT INNER PAGE */

#right_col {
	width: 300px;
	padding: 0px 0px 20px 0px;
	float: left;
}

#left_col {
	width: 300px;
	padding: 0px 20px 20px 0px;
	
	float: left;
}

.img_holder {
	margin-bottom: 10px;
}

#intbullet {color:#fff;display:inline;list-style-type: circle;}
#intbullet li {font-size:12px;margin-bottom:10px;margin-left:15px;}
#casebullet {color:#333;display:inline;list-style-type: circle;margin-bottom:10px;}
#casebullet li {font-size:12px;margin-bottom:3px;margin-left:15px;}

.webby {margin-left:3px;font-size:11px;}

