/* GLOBAL STYLE TAGS-----------------------------------------*/
html, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input, img {
	margin:0;
	padding:0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	background: #F4F4F4;
}

img {
	border: none;
}

* {
    outline: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
    clear: both;
    overflow: hidden;
	height: 0;	
	line-height: 0;
}

h1 {
	padding: 0 0 21px 0;
	color: #e51937;
	font-size: 42px;
	font-weight: normal;
	line-height: 44px;
}

h1.alt {	
	padding: 3px 0 24px 0;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

h2{
}

h2.alt{
	padding: 0 0 15px 0;
	color: #e51937;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
}

h3{	
	font-size: 16px;
	font-weight: normal;
	color: #e51937;
}

h4{
	color: #e51937;
	font-size: 11px;
	font-weight: normal;
}

p{
	padding: 0 0 2em 0;
}

a, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Other Styles */
.arrow, .arrow:visited {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding-right: 18px;
	background: transparent url(../images/link_arrow-up.png) center right no-repeat;
	text-transform: uppercase;
	display: inline;
}

.arrow:hover {
	color: #e51937 !important;	
	background-image: url(../images/link_arrow-over.png);
}

input.arrow{
	padding-right: 11px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	overflow: visible; 
	display: inline; 	
	height: 15px;
	margin-top: 2px;
}

input.arrow:hover {
	color: #e51937;	
	background-image: url(../images/link_arrow-over.png);
}
div.asterisk img{
	display: none;
	visibility: hidden;
}
	
div#flash_asterisk{
	position: absolute; 
	top: 1px; 
	left: 1px;
	z-index: 1000;
}
	#bubble{ 		
		width: 1px;
		height: 1px;
	}
	
.highlight{
	font-style: italic;	
	color: #e51937;
}

ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
}

ul.normal{
	list-style: outside disc;
	font-size: 14px;
	line-height: 1.4em;
	margin: -1em 0 3em 27px;
}
	ul.normal li{
		padding-top: 5px;
	}
	
ul.floated{
	float: left;
	width: 300px; 
	margin-right: 20px; 
	padding-left: 25px; 
	margin-left: 0px;
}

hr {
	border: 0;
	color: #FFF;
	background-color: #FFF;
	height: 2px;
	text-align: left;
	padding: 0;
	margin: 40px 50px;
	clear: both;
}
hr.ws{
	margin-top: 20px;
}
hr.fc, hr.rw{
	margin-top: 10px;
}
hr.none{
	margin-top: 0;
}
hr.gray {	
	background-color: #e0e0e0;
	color: #e0e0e0;
	height: 1px;
	margin: 33px 0 3px;
	padding: 0;
	
}
hr.full{ 
	margin-left: 0;
	margin-right: 0;
}

div.hr{
	margin: 40px 50px;
	padding: 0;
	border-top: solid 2px #FFF;			
	height: 2px;
}
	div.hr hr{
		display: none;	
	}
div.hr_gray{
	border-top: solid 1px #e0e0e0;
	height: 1px;
	margin: 40px 0;
}

.textfield{
	background-color: #f0f0f0;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: none;
	border-bottom: none;
	padding: 3px 3px 0 3px;
	font-size: 11px;
	height: 17px;
	
}



.textarea{
	background-color: #f0f0f0;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: none;
	border-bottom: none;
	padding: 3px 3px 0 3px;
	font-size: 11px;
	height: 170px;
	font-family:Arial, Helvetica, sans-serif;

}


.last{
	margin-bottom: 0 !important;
	border: 0 !important;
}

.nopad{ padding: 0 !important; }
.nospace{ padding: 0 !important; margin: 0 !important; }

.inline{ display: inline !important; }

/* Collapsible Links */
.collapsible a.hideshow, .collapsible a.hideshow:visited{
	font-size: 12px;
	color: #e51937;
	text-decoration: none;
	display: inline;
}
.collapsible a.hideshow:hover{
	color: #333;
}

/* Collapsed */
.collapsible span.collapsed span.link_more{
	display: inline;
}
.collapsible span.collapsed span.content{
	display: none;
}
.collapsible span.collapsed span.link_less{
	display: none;
}
/* Expanded */
.collapsible span.expanded span.link_more{
	display: none;
}
.collapsible span.expanded span.content{
	display: inline;
}
.collapsible span.expanded span.link_less{
	display: inline;
}

ul.listing{
	
}
	ul.listing li{	
		position: relative;	
		margin: 0 0 19px 0;				
	}
		ul.listing li a, ul.listing li a:visited{			
			display: block;
			text-decoration: none;
			cursor: pointer;
			color: #333;	
			min-height: 54px;
			height: auto !important;
			height: 54px;			
		}
		ul.listing li a:hover span, ul.listing li a:hover p{
			color: #e51937 !important;			
		}
		ul.listing li a:hover img{
			border-color: #e51937;
		}
	ul.listing img{
		position: absolute;
		top: 2px;
		left: 0;
		width: 51px;
		height: 48px;
		border: 2px solid #FFF;
	}
	
	ul.listing div.content{	
		margin: -1px 0 0 68px;
	}
	ul.listing div.full{
		width: 100%;
		margin-left: 0;
	}
		
	ul.listing p.title{
		font-size: 14px;
		line-height: 1.4em;	
		color: #333;
		padding-top: 0;
	}
	ul.listing p{
		padding: 3px 0 0 0;
		margin: 0;
		font-size: 11px;
		color: #999;
		line-height: 1.3em;
	}	
	
	.listing_more{
		margin-top: 20px;	
	}
	
ul.tabs{	
	margin-bottom: 25px;
	padding: 0;
}
	ul.tabs li{
		display: inline;
		margin: 0 26px 0 0;	
		position: relative;
		top: -6px;
	}
	
	ul.tabs a, ul.tabs a:visited {
		font-size: 10px;
		color: #999;
		text-decoration: none;			
		padding-bottom: 10px;
	}
	
	ul.tabs a:hover {
		color: #e51937;	
	}
	
	ul.tabs a.current {
		color: #e51937 !important;	
		background: url(../images/arrow_down.png) center bottom no-repeat;
	}

ul.listing_lg{
	margin-top: 5px;
}
	ul.listing_lg li{	
		margin-bottom: 18px;
		padding-bottom: 31px;
		border-bottom: 1px solid #CCC;
	}
		ul.listing_lg li a, ul.listing_lg li a:visited{			
			display: block;
			text-decoration: none;
			cursor: pointer;
			color: #333;	
		}
		ul.listing_lg li a:hover h2, ul.listing_lg li a:hover p{
			color: #e51937 !important;			
		}
		ul.listing_lg li a:hover img{
			border-color: #e51937;
		}
	ul.listing_lg img, ul.listing_lg div.content{
		float: left;
	}
	ul.listing_lg img{		
		width: 102px;
		height: 96px;
		border: 4px solid #FFF;
		margin-right: 26px;
	}
	
	ul.listing_lg div.content{		
		width: 588px;	
	}
	
	ul.listing_lg div.full{
		width: 100%;
	}
		
	ul.listing_lg h2{
		font-size: 18px;
		font-weight: normal;
		line-height: 1.2em;
		color: #333;
		padding: 0;
		margin: 0;
	}
	ul.listing_lg p{
		color: #666;
		line-height: 1.4em;
		padding: 6px 0 0 0;
	}
	ul.listing_lg p.date{
		margin: 0;
		font-size: 11px;
		color: #999;
		line-height: 1.3em;
	}	
		
ul.pagination{
	margin-top: 39px;
	text-align: right;
	padding: 0 0 1px 0;
}
	ul.pagination li{
		display: inline;
		margin: 0 0 0 5px;
		padding: 0;
	}
	ul.pagination a, ul.pagination a:visited{
		font-size: 10px;
		line-height: 10px;
		border: 1px solid #CCC;	
		padding: 1px 4px;
		text-decoration: none;
		background-color: #CCC;
		
	}
	ul.pagination a:hover{
		border-color: #e51937;	
		color: #e51937;	
	}
	ul.pagination li.selected a{
		background: none;
		color: #e51937;	
		border-color: #F4F4F4;
	}
	ul.pagination li.selected a:hover{
		border-color: #F4F4F4;
	}
	
ol{
	font-size: 14px;
	line-height: 1.4em;
	margin: -1em 0 24px 27px;
}
	ol li{
		padding-bottom: 1em;
	}


#tool_tip{
	display:none; 
	background-color: #FFF;	
    font-size:12px; 
    padding: 5px 15px; 
    color:#333;    	
}

blockquote{
	position: relative;
	width: 723px;
	margin: 0 0 68px 0;
}

blockquote img{
	position: absolute;
	left: 0;
	height: 14px;
}
blockquote .top{
	top: 0;
}
blockquote .bottom{
	bottom: -28px;
}
blockquote div.content{
	position: relative;	
	top: 14px;
	background-color: #e2e2e2;		
	padding: 7px 26px;	
	width: 671px;
}


div.testimonial{
	position: relative;
	width: 723px;
	margin: 10px 0 50px 0;
}

div.testimonial img{
	position: absolute;
	left: 0;
	height: 14px;
}
div.testimonial .top{
	top: 0;
}
div.testimonial .bottom{
	bottom: 0;
}
div.testimonial div.quote{
	position: relative;	
	top: 14px;
	background-color: #e2e2e2;		
	line-height: 1.6em;
	padding: 7px 26px;	
	width: 671px;
}

div.testimonial div.quotee{
	position: relative;
	top: 26px;
	background: url(../images/testimonial_tip.png) top left no-repeat;
	padding: 4px 0 0 114px;
	min-height: 20px;
	height: auto !important;
	height: 20px;	
	font-size: 12px;
}

div.testimonial div.quotee strong{ 
	color: #333;
}

/* GLOBAL STRUCTURE------------------------------------------*/
div#container {	
	margin: 0 auto;	
	text-align: left;
	background: url(../images/main_bkgrd.jpg) no-repeat top left;
	width: 984px;
	min-height: 707px;
  	height: auto !important;
  	height: 707px;
	position: relative;
}
	div#nav_area{
		width: 100%;
		position: relative;
		z-index: 1;
		height: 56px;
	}
	
	/* Primary mower.com Navigation */
	ul#nav{		
		position: absolute;
		left: 199px;
		top: 0;
		height: 40px;
	}
		ul#nav li{ 
			float: left;			
			position: relative;
		}
		ul#nav li a{			
			display: block;
			height: 0;			
			overflow: hidden;			
			padding-top: 40px;
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;			
		}		
			/* Home */
			li#nav_home a{
				background: transparent url(../images/primnav_mower.png) 0 0 no-repeat;
				width: 60px;
			}			
			li#nav_home a:hover, li#nav_home a.selected:hover{
				background-position: 0 -40px;
			}
			li#nav_home a.selected{
				background-position: 0 -80px;
			}			
			/* Segments */			
			li#nav_segments a{
				background: transparent url(../images/primnav_mower.png) 0 -720px no-repeat;
				width: 86px;			
			}			
			li#nav_segments a:hover, li#nav_segments a.selected:hover{
				background-position: 0 -760px;
			}	
			li#nav_segments a.selected{
				background-position: 0 -800px;
			}	
			
				/*Segments - Subnav */
				li#nav_segments ul{				
					width: 268px;										
					margin: 0;
					padding: 0;
					list-style: none;
					visibility: hidden;	
					position: absolute; 
					left: 0;	
					top: 40px;
					z-index: 1000;			
				}	
					li#nav_segments ul li{
						display: block;		
						float: none;
					}
					li#nav_segments:hover ul, li.iehover ul {
						visibility: visible !important;
					}	
					li#nav_segments ul li a{
						display: block;
						height: 0;			
						overflow: hidden;			
						padding-top: 26px;
						font-size: 11px;
						text-decoration: none;
						font-weight: bold;	
						width: 268px;						
						border-bottom: 1px solid #eaeaea;
					}
						li#nav_segments_sub_bc a{
							background: transparent url(../images/subnav_mower_segments.png) 0 0 no-repeat;						
						}
						li#nav_segments_sub_bc a:hover{
							background-position: 0 -27px;
						}
						li#nav_segments_sub_ecs a{
							background: transparent url(../images/subnav_mower_segments.png) 0 -54px no-repeat;						
						}
						li#nav_segments_sub_ecs a:hover{
							background-position: 0 -81px;
						}
						li#nav_segments_sub_fin a{
							background: transparent url(../images/subnav_mower_segments.png) 0 -108px no-repeat;						
						}
						li#nav_segments_sub_fin a:hover{
							background-position: 0 -135px;
						}
						li#nav_segments_sub_gc a{
							background: transparent url(../images/subnav_mower_segments.png) 0 -162px no-repeat;						
						}
						li#nav_segments_sub_gc a:hover{
							background-position: 0 -189px;
						}
						li#nav_segments_sub_hea a{
							background: transparent url(../images/subnav_mower_segments.png) 0 -216px no-repeat;						
						}
						li#nav_segments_sub_hea a:hover{
							background-position: 0 -243px;
						}						
						li#nav_segments_sub_nm a{
							background: transparent url(../images/subnav_mower_segments.png) 0 -270px no-repeat;						
						}
						li#nav_segments_sub_nm a:hover{
							background-position: 0 -297px;
						}
						li#nav_segments_sub_tec a{
							background: transparent url(../images/subnav_mower_segments.png) 0 -324px no-repeat;						
						}
						li#nav_segments_sub_tec a:hover{
							background-position: 0 -351px;
						}
						li#nav_segments_sub_tt a{
							background: transparent url(../images/subnav_mower_segments.png) 0 -378px no-repeat;						
						}
						li#nav_segments_sub_tt a:hover{
							background-position: 0 -405px;
						}
			/* Services */			
			li#nav_services a{
				background: transparent url(../images/primnav_mower.png) 0 -120px no-repeat;
				width: 80px;			
			}			
			li#nav_services a:hover, li#nav_services a.selected:hover{
				background-position: 0 -160px;
			}	
			li#nav_services a.selected{
				background-position: 0 -200px;
			}		
				/* Services - Subnav */
				li#nav_services ul{				
					width: 145px;										
					margin: 0;
					padding: 0;
					list-style: none;
					visibility: hidden;	
					position: absolute; 
					left: 0;	
					top: 40px;
					z-index: 1000;			
				}	
					li#nav_services ul li{
						display: block;		
						float: none;
					}
					li#nav_services:hover ul, li.iehover ul {
						visibility: visible !important;
					}	
					li#nav_services ul li a{
						display: block;
						height: 0;			
						overflow: hidden;			
						padding-top: 26px;
						font-size: 11px;
						text-decoration: none;
						font-weight: bold;	
						width: 145px;						
						border-bottom: 1px solid #eaeaea;
					}
						li#nav_services_sub_adv a{
							background: transparent url(../images/subnav_mower_services.png) 0 0 no-repeat;						
						}
						li#nav_services_sub_adv a:hover{
							background-position: 0 -27px;
						}
						li#nav_services_sub_bra a{
							background: transparent url(../images/subnav_mower_services.png) 0 -54px no-repeat;						
						}
						li#nav_services_sub_bra a:hover{
							background-position: 0 -81px;
						}
						li#nav_services_sub_b2b a{
							background: transparent url(../images/subnav_mower_services.png) 0 -108px no-repeat;						
						}
						li#nav_services_sub_b2b a:hover{
							background-position: 0 -135px;
						}
						li#nav_services_sub_dig a{
							background: transparent url(../images/subnav_mower_services.png) 0 -162px no-repeat;						
						}
						li#nav_services_sub_dig a:hover{
							background-position: 0 -189px;
						}
						li#nav_services_sub_rel a{
							background: transparent url(../images/subnav_mower_services.png) 0 -216px no-repeat;						
						}
						li#nav_services_sub_rel a:hover{
							background-position: 0 -243px;
						}
								
			/* Clients */			
			li#nav_clients a{
				background: transparent url(../images/primnav_mower.png) 0 -240px no-repeat;
				width: 71px;			
			}			
			li#nav_clients a:hover, li#nav_clients a.selected:hover{
				background-position: 0 -280px;
			}
			li#nav_clients a.selected{
				background-position: 0 -320px;
			}
			/* News */			
			li#nav_news a{
				background: transparent url(../images/primnav_mower.png) 0 -360px no-repeat;
				width: 60px;			
			}			
			li#nav_news a:hover, li#nav_news a.selected:hover{
				background-position: 0 -400px;
			}
			li#nav_news a.selected{
				background-position: 0 -440px;
			}
			/* About Us */			
			li#nav_about a{
				background: transparent url(../images/primnav_mower.png) 0 -480px no-repeat;
				width: 82px;			
			}			
			li#nav_about a:hover, li#nav_about a.selected:hover{
				background-position: 0 -520px;
			}
			li#nav_about a.selected{
				background-position: 0 -560px;
			}
			/* Follow */			
			li#nav_follow a{
				background: transparent url(../images/primnav_mower.png) 0 -600px no-repeat;
				width: 76px;			
			}			
			li#nav_follow a:hover, li#nav_follow a.selected:hover{
				background-position: 0 -640px;
			}
			li#nav_follow a.selected{
				background-position: 0 -680px;
			}
	/* Search Form */
	form#search{
		position: absolute;
		top: 13px;
		right: 37px;
		padding: 0;	
		width: 215px;
		overflow: hidden;		
	}
	form#search input { float: left; }
	form#search input.textfield{
		width: 186px;
		margin: 0;
	}
	form#search input.submit{
		margin: 4px 0 0 7px;	
	}
	
	/* Main Layout */
	div#header, .left_area, .main_area, .col{ display: inline; }
	.left_area{
		float: left;
		width: 134px;
		margin: 0 0 0 37px;
		padding: 0 13px;
	}
	
	div#header, .main_area{
		position: relative;
		float: right;
		width: 724px;
		margin: 0 37px 0 0;
		padding: 0 13px;
	}
	
	.full_area{
		margin: 0 37px;
		padding: 0 13px;
	}
	
	.col{ 
		float: left;
		width: 352px; 
		margin: 0 7px 0 13px;
	}
	
	.noleft{
		margin-left: 210px !important;
	}
	
	img#ema_logo{
		margin: 0 0 28px 0;
	}
	
	div#header{
		padding: 45px 13px 0 0;	
	}
		div#header h1{
			position: relative;
			min-height: 90px;
			height: auto !important;
			height: 90px;
		}
	
		div#header img{
			position: relative;
		}
		
		div#header p{
			padding: 0;
		}
		
		div.email_signup{
			position: relative;
			width: 100%;
			height: 55px;
			background-color: #f9f9f9;
			margin: 36px 0 0 0;		
		}
			div.email_signup img{
				position: absolute;
				top: 21px;
				left: 23px;	
			}			
			div.email_signup input.textfield{
				position: absolute;
				top: 18px;
				left: 372px;
				width: 248px;
			}
			div.email_signup input.arrow{ 
				position: absolute;
				top: 18px;
				left: 648px;
			}	
		a.header_back, a.header_back:visited{
			float: left;
			display: block;
			height: 19px;
			font-size: 10px;
			color: #666;
			text-decoration: none;
			line-height: 10px;
			padding: 9px 24px 0 39px;
			background: #f9f9f9 url(../images/arrow_back-up.png) 17px 9px no-repeat;
		}
		a.header_back:hover{
			color: #e51937;	
			background-image: url(../images/arrow_back-over.png);
		}
		a.header_forward, a.header_forward:visited{	
			float: right;
			display: block;
			height: 19px;
			font-size: 10px;
			color: #666;
			text-decoration: none;
			line-height: 10px;
			padding: 9px 24px 0 39px;
			background: #f9f9f9 url(../images/link_arrow-up.png) 17px 9px no-repeat;
		}
		a.header_forward:hover{
			color: #e51937;	
			background-image: url(../images/link_arrow-over.png);
		}
	
	/* Side Secondary Navigation */
	ul.side_nav{
		margin: 0;
		width: 134px;
	}
		ul.side_nav li{			
			height: 13px;
			padding: 6px 0 7px 0;
			border-bottom: 1px solid #FFF;
		}
		ul.side_nav li.double{			
			height: 26px;
		}
		ul.side_nav li a{
			display: block;
			height: 0;			
			overflow: hidden;		
			padding-top: 13px;
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;
			width: 134px;
		}
		ul.side_nav li a.double{
			padding-top: 26px;
		}	
		
	/* Side Third Level/Filter Navigation */
	h3.nav_filter{
		padding: 0 0 8px 1px;
		margin: 40px 0 8px 0;
		font-size: 11px;
		font-weight: bold;
		line-height: 1em;
		color: #333;
		border-bottom: 1px solid #CCC;			
	}
	ul.nav_filter{
		
	}
		ul.nav_filter li{
			font-size: 11px;
			line-height: 1em;
			margin-bottom: 8px;	
		}
		ul.nav_filter li.selected{
			background: transparent url(../images/link_arrow-over.png) 115px center no-repeat;
		}		
		ul.nav_filter a, ul.nav_filter a:visited{
			color: #666;
			text-decoration: none;	
		}		
		ul.nav_filter li.selected a, ul.nav_filter li.selected a:visited, ul.nav_filter a:hover{
			color: #e51937;	
		}
		
	/* Side Small Text Links */		
	div.smallSideText{
		font-size: 11px;
		line-height: 1.2em;
	}
		
	/* Asterisk */
	div.asterisk{
		position: absolute;
		width: 16px;
		height: 17px;
		background: url(../images/ema_asterisk.gif) no-repeat;
		margin-top: -8px;
	}
		div.asterisk span{
			display: none;
			visibility: hidden;
		}
	
	/* Subsection */
	div.subsection{
		background-color: #e2e2e2;	
		width: 100%;	
		margin: 2em 0 3em 0;
	}
		div.subsection h3, div.subsection p{
			margin: 0 30px;			
		}
		div.subsection h3{
			font-size: 16px;
			font-weight: normal;
			color: #e51937;
			padding: 30px 0;
		}
		div.subsection ul{
			margin-left: 44px;
			padding-bottom: 30px;
			margin-bottom: 0;
		}
	
	div#footer div.content, div#copyright div.content{
		margin: 0 auto;
		width: 884px;
		padding: 0 50px;
	}		
	
	div#footer{
		position: static;
		bottom: 36px;
		left: 0;
		width: 100%;
		background-color: #eaeaea;
		border-top: 14px solid #FFF;
		height: 134px;
		margin-top: 60px;
	}				
		div#footer div#col1, div#footer div#col2, div#footer div#col3{
			position: relative;
			top: 31px;
			float: left;
			text-align: left;
		}
		div#footer div#col1{				
			width: 160px;	
			line-height: 11px;
		}
		div#footer div#col2{
			width: 373px;			
		}
		div#footer div#col3{
			width: 351px;			
		}
		
		div#footer .arrow, div#footer .arrow:visited {
			font-size: 11px;	
			text-transform: none;
		}
		
		div#footer dt{
			float: left;
			color: #333;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 10px;
			margin: 0 40px 0 0;
			width: 68px;
			line-height: 1em;
		}
			div#footer dd{
				float: left;
				font-size: 11px;
				line-height: 1em;				
			}
				div#footer dl dl{
					margin-top: 0;
					width: 200px;
				}
				div#footer dl dl dt{
					width: 96px;
					margin: 0;
					font-weight: normal;
					color: #666;
					text-transform: none;
				}
				div#footer dl dl dt, div#footer dl dl dd{
					margin: 0 0 8px 0;
				}
	div#copyright{
		position: static;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 36px;
		font-size: 9px;
		line-height: 1em;		
	}
		div#copyright ul{			
			list-style: none;	
			padding-top: 12px;
		}
			div#copyright ul li{
				display: inline;
				margin-right: 20px;
				text-transform: uppercase;
			}
			
			div#copyright a, div#copyright a:visited {
				color: #333333;		
				text-decoration: none;	
			}
			
			div#copyright a:hover {
				color: #e51937;				
			}
			
/* MOWER.com Home ------------------------------------------*/
	body.home div#header h1{
		height: 46px;
		min-height: 46px;
	}
/* MOWER.com NEWS ------------------------------------------*/
	body.news div#header div.col{
		width: 342px;
		margin-left: 0;
		margin-right: 20px;
	}
	
	body.news ul.listing p{
		padding: 6px 0 0 0 !important;
	}
	
	body.news ul.listing p.title{
		font-size: 13px; 
		line-height: 1.3em;	
		padding: 1px 0 0 0 !important;
	}
		body.news ul.listing img{
			position: absolute !important;
		}
	
	body.news div.tab_contents p.copy{ 
		padding: 15px 0 0 0 !important;
		font-size: 11px; 
		line-height: 1.6em;
		color: #333;
	}
	
	div#addthis{ 		
		height: 25px;
		margin: 6px 0 20px 0;
		line-height: 1em;
		font-size: 12px;
	}
	
	div#article{
		position: relative;
	}
		img#article_img{
			float: left; 
			margin: 8px 23px 19px 0; 
			border: 4px solid #FFF;
		}
	
		div#article h1.alt{
			font-size: 21px;
			line-height: 1.3em;
			padding-bottom: 0;
			/*float: left;
			width: 560px;*/
		}
		
		div#article h3{
			font-size: 12px;
			font-weight: bold;
			color: #333;
			line-height: 1em;
			padding-bottom: 2px;
		}
		
		div#article p.date{
			padding: 6px 0 !important;
			margin: 0;
			font-size: 11px;
			color: #999;
			line-height: 1.3em;
		}
		
		div#article p.subtitle{
			color: #000;
			font-size: 16px;
			margin-top: 14px;
		}
		div#article p{
			line-height: 1.3em;
		}
		div#article ul{
			list-style: outside disc;
			font-size: 14px;
			line-height: 1.4em;
			margin: -1em 0 24px 27px;
		}

			div#article li{
				padding-top: 5px;
			}
		
		div#boiler, div#article_contact{			
			font-size: 11px;
			line-height: 1.6em;
		}
		
		div#article div#boiler{
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			padding-top: 16px;
		}
			div#article div.bplate{
				padding-bottom: 16px;
			}
			div#article div.bplate p{
				padding: 0;
				margin: 0;
			}
			div#article div.bplate p.title{
				font-size: 12px;
				font-weight: bold;
				color: #333;
				line-height: 1em;
				padding-bottom: 2px;
			}
					
		div#article div#article_contact{
			margin-top: 36px;
			
		}
			div#article_contact span{
				display: block;
				color: #e51937;	
				padding-bottom: 10px;
			}
			div#article_contact div.contact{
				margin-bottom: 20px;	
			}
	
	/* Side Nav - In the News */
	li#sidenav_news_inthenews a{
		background: transparent url(../images/sidenav_mower_news.png) 0 0 no-repeat;		
	}			
	li#sidenav_news_inthenews a:hover, li#sidenav_news_inthenews a.selected{
		background-position: 0 -13px;
	}
	/* Side Nav - EMAbstracts */
	li#sidenav_news_abstracts a{
		background: transparent url(../images/sidenav_mower_news.png) 0 -104px no-repeat;		
	}			
	li#sidenav_news_abstracts a:hover, li#sidenav_news_abstracts a.selected{
		background-position: 0 -117px;
	}
	/* Side Nav - Webinars 
	li#sidenav_news_webinars a{
		background: transparent url(../images/sidenav_mower_news.png) 0 -26px no-repeat;		
	}			
	li#sidenav_news_webinars a:hover, li#sidenav_news_webinars a.selected{
		background-position: 0 -39px;
	}	*/
	/* Side Nav - Featured Campaigns */
	li#sidenav_news_featcamp a{
		background: transparent url(../images/sidenav_mower_news.png) 0 -52px no-repeat;		
	}			
	li#sidenav_news_featcamp a:hover, li#sidenav_news_featcamp a.selected{
		background-position: 0 -65px;
	}	
	/* Side Nav - Media Contact */
	li#sidenav_news_mediacontact a{
		background: transparent url(../images/sidenav_mower_news.png) 0 -78px no-repeat;		
	}			
	li#sidenav_news_mediacontact a:hover, li#sidenav_news_mediacontact a.selected{
		background-position: 0 -91px;
	}	
	
	
	/* Featured Campaigns */
	body.featured_campaign h1.alt{
		font-size: 21px;
		line-height: 1.3em;
		padding: 0 0 15px 0;			
	}		
		ul.fc_detail_listing li{
			margin: 0 0 18px 0;	
		}
		
		ul.fc_detail_listing a.arrow, ul.fc_detail_listing a.arrow:visited{
			font-size: 13px;
			text-transform: none;
			padding-left: 20px;
			background-position: center left;
		}
		
		ul.fc_detail_listing p{
			padding: 3px 0 0 20px;
			margin: 0;
			font-size: 11px;
			color: #999;
			line-height: 1.4em;
		}		
		
		ul.fc_listing{
		
		}
	
			ul.fc_listing li{	
				margin: 0 0 18px 0;	
				padding-bottom: 31px;
				border-bottom: 1px solid #CCC;	
				min-height: 194px;
				height: auto !important;
				height: 194px;
			}
				div.fc_image{
					float: right;
					width: 475px;
					height: 194px;
					background-repeat: no-repeat;
					background-position: 6px 6px;
				}				
				a.fc_frame, a.fc_frame:visited{			
					display: block;					
					width: 475px;
					height: 194px;
					background-repeat: no-repeat;
					background-image: url(../images/fc/frame_24-up.png);
				}
				a.fc_frame:hover{
					background-image: url(../images/fc/frame_24-over.png);
				}			
			
			
			ul.fc_listing div.content{		
				float: left;
				width: 236px;
			}
				
			ul.fc_listing span{
				font-size: 12px;
				font-weight: bold;
				line-height: 1.3em;
				color: #333;				
			}
			ul.fc_listing p{
				padding: 3px 0 0 0;
				margin: 0;
				font-size: 11px;
				line-height: 1.3em;
			}	

			ul.fc_listing p.fc_desc{
				margin: 18px 0;
				line-height: 1.6em;
			}
	
/* MOWER.com WEBINARS ------------------------------------------*/
div#webinar div#addthis{
	width: 120px;
	margin-top: 0;
}
	div#webinar div#addthis .addthis_button{
		margin-bottom: 9px;
	}

div#video_player_area{
	position: relative;
	top: 0;
	left: 0;
	min-height: 406px;
	height: auto !important;
	height: 406px;
}

	#video_player{
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 504px;
		height: 406px;
	}
	
	div#video_nav{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 18px;
		width: 155px;
		background: #ececec url(../images/arrow_back-over.png) 17px center no-repeat;
		font-size: 11px;
		line-height: 1em;
		padding: 10px 10px 0 35px;
	}
		div#video_nav a, div#video_nav a:visited{
			text-decoration: none;
			color: #666;
		}
		div#video_nav a:hover, div#video_nav li.selected a, div#video_nav li.selected a:visited{
			color: #e51937;	
		}
		
		div#video_nav ul{
			display: inline;
			padding-left: 8px;
		}
			div#video_nav li{
				display: inline;	
				padding-left: 7px;
			}
			
div#video_content{
	margin-top: 34px;
	font-size: 11px;
	line-height: 1.3em;
}
	div#video_content .left{		
		float: left;
		width: 504px;
	}
	div#video_content .right{ 
		float: right;
		width: 200px;
		color: #333;
	}
	div#video_content hr{
		margin: 20px 0;
	}
	
	div#video_content h1{
		font-size: 24px;
		line-height: 1.3em;
		padding: 0;
	}

	div#video_content span{
		display: block;
		color: #e51937;	
		padding-bottom: 10px;
	}
	div#video_content span#title{
		font-weight: bold;
		display: block;
		color: #333;	
		padding-bottom: 10px;
	}

/* MOWER.com RESOURCES ------------------------------------------*/
body.resources ul.listing_lg span{
	font-size: 21px;
	line-height: 1.2em;
	color: #333;
	font-weight: normal;
}

body.resources ul.listing_lg p{
	color: #666;
	line-height: 1.4em;
	padding-top: 8px !important;
}


/* Agency Profile */
body.news h1.alt{
	padding: 6px 0 24px 0;
}

body.agency_profile .main_area p{
	margin-top: 10px;
}
	
body.agency_profile .main_area h3{
	 font-size: 12px;
	 font-weight: bold;
	 color: #333;
	 line-height: 1em;
	 padding-bottom: 2px;
}

/* MOWER.com CLIENTS ------------------------------------------*/
div.clients img{
	float: left;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

div.clients img.right{ border-right: none; }
div.clients img.bottom{ border-bottom: none; }


/* MOWER.com SERVICES ------------------------------------------*/
/* SIDE NAV */
	/* Side Nav - Advertising */
	li#sidenav_services_advertising a{
		background: transparent url(../images/sidenav_mower_services.png) 0 0 no-repeat;
	}			
	li#sidenav_services_advertising a:hover, li#sidenav_services_advertising a.selected{
		background-position: 0 -13px;
	}
	
	/* Side Nav - Brand Promotions */
	li#sidenav_services_brandpromotions a{
		background: transparent url(../images/sidenav_mower_services.png) 0 -26px no-repeat;
	}			
	li#sidenav_services_brandpromotions a:hover, li#sidenav_services_brandpromotions a.selected{
		background-position: 0 -39px;
	}
	
	/* Side Nav - B2B */
	li#sidenav_services_b2b a{
		background: transparent url(../images/sidenav_mower_services.png) 0 -52px no-repeat;
	}			
	li#sidenav_services_b2b a:hover, li#sidenav_services_b2b a.selected{
		background-position: 0 -65px;
	}
	
	/* Side Nav - Digital & Direct */
	li#sidenav_services_digitaldirect a{
		background: transparent url(../images/sidenav_mower_services.png) 0 -78px no-repeat;
	}			
	li#sidenav_services_digitaldirect a:hover, li#sidenav_services_digitaldirect a.selected{
		background-position: 0 -91px;
	}
	
	/* Side Nav - PR & PA */
	li#sidenav_services_prpa a{
		background: transparent url(../images/sidenav_mower_services.png) 0 -104px no-repeat;
	}			
	li#sidenav_services_prpa a:hover, li#sidenav_services_prpa a.selected{
		background-position: 0 -117px;
	}

/* BODY NAV */	
ul.body_nav{	
	
}
	ul.body_nav li{ 
		margin-bottom: 24px;
	}
	ul.body_nav li a{	
		display: block;
		height: 0;			
		overflow: hidden;			
		padding-top: 18px;
		font-size: 18px;
		line-height: 1em;
		text-decoration: none;
		width: 350px;
	}	
	ul.body_nav li a.double{
		padding-top: 36px;
	}
	
	/* Advertising */
	ul.body_nav li#bodynav_services_advertising a{
		background: transparent url(../images/bodynav_mower_services.png) 0 0 no-repeat;
	}			
	ul.body_nav li#bodynav_services_advertising a:hover{
		background-position: 0 -18px;
	}
	/* Brand Promotions */
	ul.body_nav li#bodynav_services_brandpromotions a{
		background: transparent url(../images/bodynav_mower_services.png) 0 -36px no-repeat;
	}			
	ul.body_nav li#bodynav_services_brandpromotions a:hover{
		background-position: 0 -54px;
	}
	/* B2B */
	ul.body_nav li#bodynav_services_b2b a{
		background: transparent url(../images/bodynav_mower_services.png) 0 -72px no-repeat;
	}			
	ul.body_nav li#bodynav_services_b2b a:hover{
		background-position: 0 -90px;
	}
	/* Digital & Direct */
	ul.body_nav li#bodynav_services_digdirect a{
		background: transparent url(../images/bodynav_mower_services.png) 0 -108px no-repeat;
	}			
	ul.body_nav li#bodynav_services_digdirect a:hover{
		background-position: 0 -126px;
	}
	/* Public Relations & Public Affairs */
	ul.body_nav li#bodynav_services_pubrelaff a{
		background: transparent url(../images/bodynav_mower_services.png) 0 -144px no-repeat;
	}			
	ul.body_nav li#bodynav_services_pubrelaff a:hover{
		background-position: 0 -162px;
	}
	
	div.ms_promo{
		float: right;
		margin: 0 50px 15px 0;			
	}
	
/* MOWER.com SEGMENTS ------------------------------------------*/
	/* Building & Construction */
	ul.body_nav li#bodynav_segments_buildingconstruct a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 0 no-repeat;
	}			
	ul.body_nav li#bodynav_segments_buildingconstruct a:hover{
		background-position: 0 -18px;
	}
	/* Energy, Conservation & Sustainability */
	ul.body_nav li#bodynav_segments_energycs a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 -36px no-repeat;
		padding-top: 36px;
	}			
	ul.body_nav li#bodynav_segments_energycs a:hover{
		background-position: 0 -72px;
	}
	/* Financial */
	ul.body_nav li#bodynav_segments_financial a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 -108px no-repeat;
	}			
	ul.body_nav li#bodynav_segments_financial a:hover{
		background-position: 0 -126px;
	}
	/* Graphic Communications */
	ul.body_nav li#bodynav_segments_gcommunications a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 -144px no-repeat;
	}			
	ul.body_nav li#bodynav_segments_gcommunications a:hover{
		background-position: 0 -162px;
	}
	/* Healthcare */
	ul.body_nav li#bodynav_segments_healthcare a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 -180px no-repeat;
	}			
	ul.body_nav li#bodynav_segments_healthcare a:hover{
		background-position: 0 -198px;
	}
	/* Novice Moms */
	ul.body_nav li#bodynav_segments_novicemoms a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 -216px no-repeat;
	}			
	ul.body_nav li#bodynav_segments_novicemoms a:hover{
		background-position: 0 -234px;
	}
	/* Technology */
	ul.body_nav li#bodynav_segments_technology a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 -252px no-repeat;
	}			
	ul.body_nav li#bodynav_segments_technology a:hover{
		background-position: 0 -270px;
	}
	/* Travel & Tourism */
	ul.body_nav li#bodynav_segments_traveltourism a{
		background: transparent url(../images/bodynav_mower_segments.png) 0 -288px no-repeat;
	}			
	ul.body_nav li#bodynav_segments_traveltourism a:hover{
		background-position: 0 -306px;
	}
			
/* MOWER.com ABOUT ------------------------------------------*/		
		
/* Side Nav - About Us */
li#sidenav_about_aboutus a{
	background: transparent url(../images/sidenav_mower_about.png) 0 0 no-repeat;
}			
li#sidenav_about_aboutus a:hover, li#sidenav_about_aboutus a.selected{
	background-position: 0 -13px;
}

/* Side Nav - Executives */
li#sidenav_about_executives a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -156px no-repeat;
}			
li#sidenav_about_executives a:hover, li#sidenav_about_executives a.selected{
	background-position: 0 -169px;
}

/* Side Nav - Locations */
li#sidenav_about_locations a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -26px no-repeat;
}			
li#sidenav_about_locations a:hover, li#sidenav_about_locations a.selected{
	background-position: 0 -39px;
}

/* Side Nav - Careers */
li#sidenav_about_careers a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -52px no-repeat;
}			
li#sidenav_about_careers a:hover, li#sidenav_about_careers a.selected{
	background-position: 0 -65px;
}

/* Side Nav - Culture */
li#sidenav_about_culture a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -78px no-repeat;
}			
li#sidenav_about_culture a:hover, li#sidenav_about_culture a.selected{
	background-position: 0 -91px;
}

/* Side Nav - Diversity */
li#sidenav_about_diversity a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -104px no-repeat;
}			
li#sidenav_about_diversity a:hover, li#sidenav_about_diversity a.selected{
	background-position: 0 -117px;
}

/* Side Nav - Associations */
li#sidenav_about_associations a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -130px no-repeat;
}			
li#sidenav_about_associations a:hover, li#sidenav_about_associations a.selected{
	background-position: 0 -143px;
}

/* Side Nav - Recognition */
li#sidenav_about_recognition a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -182px no-repeat;
}			
li#sidenav_about_recognition a:hover, li#sidenav_about_recognition a.selected{
	background-position: 0 -195px;
}

/* Side Nav - Contact Us */
li#sidenav_about_contact a{
	background: transparent url(../images/sidenav_mower_about.png) 0 -208px no-repeat;
}			
li#sidenav_about_contact a:hover, li#sidenav_about_contact a.selected{
	background-position: 0 -221px;
}

	/* Featured Executive */	
	img.profile{				
		border: 5px solid #FFF;
		margin-bottom: 22px;
	}
	div.featured_executive{
		margin-top: 4px;
	}
	div.featured_executive a, div.featured_executive a:visited{			
		display: block;
		text-decoration: none;
		cursor: pointer;
	}	
		div.featured_executive span{
			display: block;
			font-size: 14px;
			line-height: 1em;
			color: #333;
		}
		div.featured_executive p{
			color: #666;
			font-size: 12px;
			line-height: 1em;
			padding: 6px 0 0 0;
		}
	
		div.featured_executive a:hover img{
			border-color: #e51937;
		}
	
		div.featured_executive a:hover span, div.featured_executive a:hover p{
			color: #e51937;			
		}
		
	/* Executive Profiles */
	body.profile{
		
	}
		body.profile h1{
			padding: 40px 0 5px 0;
			color: #333;
			font-size: 21px;
			font-weight: normal;
			line-height: 22px;
		}
		body.profile h2{
			color: #666;
			font-size: 14px;
			font-weight: normal;
			line-height: 18px;
			padding: 0 0 40px 0;
		}
		
		body.profile div#contact_info{
			color: #333;
			font-size: 11px;
			line-height: 1em;
		}
		
		body.profile div#contact_info span{			
			font-size: 10px;
			line-height: 1em;
			font-weight: bold;
		}
			body.profile div#contact_info span.mailme{
				font-weight: normal;
			}
		
		body.profile div#contact_info p{
			padding-bottom: 7px;
		}
		
		body.profile div#contact_info div.hr{
			margin: 7px 0 12px 0;
			padding: 0;
		}			
		
		body.profile div#contact_info a, body.profile div#contact_info a:visited{
			text-decoration: none;	
		}
		
		body.profile div#contact_info a:hover{
			color: #e51937;
		}
		
		body.profile div#contact_info a.linked_in, body.profile div#contact_info a.linked_in:visited{
			display: block;
			float: right;
			background: url(../images/icon_linkedin.png) center left no-repeat;
			padding: 6px 12px 0 24px;
			height: 16px;
		}
		body.profile div#contact_info p.twitter {
			display: block;
			float: right;
			height: 16px;
			padding: 0 0 0 100px;
			margin: 2px 0 0 100px;
		}
		body.profile div#contact_info p.blog {
			display: block;
			float: right;
			padding: 0;
			margin: 0;
			
		}
		body.profile div#contact_info p.location {
			display: block;
			float: left;
			font-size: 10px;
			font-weight: bold;
			padding: 0;
			margin: 0;
			
			
		}
		body.profile div#contact_info a.twitter, body.profile div#contact_info a.twitter:visited{
			display: block;
			float: right;
			background: url(../images/icon_twitter.png) center left no-repeat;
			padding: 6px 42px 0 24px;
			height: 16px;
		}
		
		div#experience, p.experience{
			font-size: 16px;
			line-height: 1.5em;
		}
			div#experience ul{
				list-style: outside disc;
				font-size: 14px;
				line-height: 1em;
				margin: -1em 0 2em 15px;
			}
				div#experience li{
					padding-top: 5px;
				}
        body.profile div.profile_area{
			font-size: 13px;
		}
			body.profile div.profile_area h3{
				 font-size: 12px;
				 font-weight: bold;
				 color: #333;
				 line-height: 1em;
				 padding-bottom: 2px;
			}
			body.profile div.profile_area p{
				  line-height: 1.4em;
			}	
		
		/* Locations */	
		img#locations_map{
			margin: 0 0 0 44px;
		}
		
		div.location{
			margin: 41px 0 0 0;
			font-size: 13px;
			line-height: 1.5em;			
			min-height: 62px;
  			height: auto !important;
  			height: 62px;
		}
		
		div.location a, div.location a:visited{
			color: #999999;
			font-size: 11px;
			text-transform: none;
		}
		
		div.location div.col{
			float: left;
			width: 207px;
			margin-right: 13px;
		}
		
		div.location h2{
			font-size: 12px;
			line-height: 12px;
			color: #333333;	
			margin-bottom: 5px;
		}
		
		/* Culture */	
		div#culture_thumbs{
			line-height: 1em;
			margin: 0 0 41px 0;
		}
		div#culture_thumbs a, div#culture_thumbs a:visited{
			display: block;
			float: left;			
			width: 75px;
			height: 75px;
			margin: 0 3px 3px 0;	
			border: 1px solid #f4f4f4;
		}
		div#culture_thumbs a:hover{			
			border-color: #e51937;
		}		
		div#culture_thumbs img{			
			width: 75px;
			height: 75px;
		}
		
		/* Careers */	
		body.careers h3{
			font-size: 12px;
		 	font-weight: bold;
		 	color: #333;
		 	line-height: 1em;
		 	padding-bottom: 2px;
		}
			
		body.careers h4{
			margin-bottom: 32px;
		}
		
		body.careers div.collapsible{
			margin: 10px 0;	
		}
		
		body.careers ul.listing_lg ul.normal{
			margin-top: 0;
			margin-bottom: 2em;
		}
			body.careers ul.listing_lg ul.normal li{
				border: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}
			
		/* Associations */
		ul.associations{
			margin-top: 5px;
		}
			ul.associations li{	
				margin-bottom: 18px;
				padding-bottom: 31px;
				border-bottom: 1px solid #CCC;
				min-height: 115px;
				height: auto !important;
				height: 115px;
			}
				
			ul.associations img, ul.associations div.content{
				float: left;
			}
			
			ul.associations img{		
				width: 194px;
				height: 105px;			
				margin: 10px 26px 0 0;
			}
			
			ul.associations div.content{		
				width: 500px;	
			}
				
			ul.associations h2{
				font-size: 18px;
				font-weight: normal;
				line-height: 1.2em;
				color: #333;
				padding: 0;
				margin: 0;
			}
			ul.associations p{
				color: #666;
				line-height: 1.4em;
				padding-top: 6px !important;
			}
			
/* Follow */
div.feed{
	float: left;
	width: 465px;
	margin-bottom: 40px;
}	
	div.feed img.logo{ margin: 0 0 0 -5px; }
	
	div.feed ul{
		margin-top: 20px;
	}
	div.feed li{
		margin-bottom: 8px;
		padding-bottom: 15px;
		border-bottom: 1px solid #CCC;
	}
		div.feed p{
			color: #333;
			line-height: 1.4em;
			padding: 5px 0 0 0;
			
			
			
		}
		div.feed li img{
			float: left;
			width: 48px;
			margin: 10px 10px 0 0;
		}
		div.feed li div.content{ 
			float: left;
			width: 405px;
		}
		
			/* Twitter */
			div#twitter_feed a, div#twitter_feed a:visited {
				color: #30a1bf;
				text-decoration: none;
			}
			
			div#twitter_feed a:hover {
				text-decoration: underline;
			}
			/* Delicious */
			div#delicious_feed a, div#delicious_feed a:visited {
				color: #3838ec;
				text-decoration: none;
			}
			
			div#delicious_feed a:hover {
				text-decoration: underline;
			}
			
		div.feed p.user{
			margin: 0;
			font-size: 11px;
			color: #999;
			line-height: 1.3em;
		}
			div.feed p.user a, div.feed p.user a:visited {
				color: #999 !important;
				text-decoration: underline !important;
			}
			
			div.feed p.user a:hover {
				color: #333 !important;
			}
		
	
div#social_media_links{
	float: right;
	width: 229px;
}
	div#social_media_links li{
		
	}
		div#social_media_links li img{
			float: left;
			margin: 3px 14px 0 0;
			width: 16px;
		}
		
		div#social_media_links li div.content{
			float: left;
			width: 199px;
		}
		
		div#social_media_links a.arrow, div#social_media_links a.arrow:visited{
			text-transform: none;
			font-size: 14px;			
		}
	
		div#social_media_links p{
			margin: 0;
			font-size: 11px;
			color: #999;
			line-height: 1.3em;
		}
		
/* EMAbstracts */
body.emabstracts h3.nav_filter{
	margin-top: 7px;	
}
body.emabstracts ul.nav_filter li{
	line-height: 1.1em;
}
body.emabstracts ul.nav_filter li.selected{
	background: none;
}

body.emabstracts div#article_contact{
	margin-top: 0 !important;
}

body.emabstracts div#boiler{
	margin-top: 34px;
}

body.emabstracts div.contact{ position: relative; }

body.emabstracts div.contact div.content{	
	position: relative;
	left: 68px;
	top: 0;
}

body.emabstracts div.contact img{
	border:2px solid #FFFFFF;
	height:48px;
	left:0;
	position:absolute;
	top:2px;
	width:51px;
}

body.emabstracts div.back a.header_back, body.emabstracts div.back a.header_back:visited{
	margin-top: 14px;		
	color: #f9f9f9;	
	background-color: #999999;
	background-image: url(../images/arrow_darkbg_back-up.png);	
	float: left;
	display: block;
	height: 19px;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	padding: 9px 24px 0 39px;
}
body.emabstracts div.back a.header_back:hover{
	color: #e51937;	
	background-image: url(../images/arrow_darkbg_back-over.png);	
}


/* Privacy Policy */
body.privacy h3{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 1em;
	padding-bottom: 2px;
}

body.privacy h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
	padding: 0;
	margin: 0 0 20px 0;
}

/* Site Map */
body.sitemap .col{
	width: 231px;	
	margin: 0 13px 0 0;
}
ul.sitemap{ margin-top: -20px; }

	ul.sitemap li{
		line-height: 1em;
		margin-top: 20px;
	}
	
	ul.sitemap li a, ul.sitemap li a:visited {		
		color: #333;
		font-size: 18px;
		line-height: 1.2em;
		text-decoration: none;
		padding-right: 18px;		
		background: transparent url(../images/link_arrow-up.png) center right no-repeat;		
	}
	
	ul.sitemap li a:hover {
		color: #e51937;	
		background-image: url(../images/link_arrow-over.png);
	}

	ul.sitemap li span{
		text-transform: uppercase;
		font-size: 10px;
		line-height: 1em;
		color: #333;	
	}
	
		ul.sitemap li ul{
			margin-top: -8px;
			padding-bottom: 3px;
		}
			ul.sitemap li li{
				margin-top: 8px;
			}
			
				ul.sitemap li li a, ul.sitemap li li a:visited {		
					background: none !important;
					color: #666;
					font-size: 12px;
					padding: 0;
				}
				
				ul.sitemap li li a:hover {	
					color: #333;
				}
/* AddThis */
.addthis_toolbox.addthis_pill_combo a, .fb_iframe_widget {
    float: left;
	text-decoration: none;
}

.addthis_button{
	margin-right: 38px;
}

    
div#atffc, #_atssh{ position: absolute; bottom: 1px; right: 1px; }

/* News Article Gallery Area */
div#article div.gallery {	
	float: right; 
	width: 288px;
	height: 154px;
	background: url(../images/article_gallery_background.png) no-repeat top right;
	padding: 18px 0 15px 20px; 
	margin: 0;
	color: #333;
}

div#article div.gallery h3{
	margin-left:25px;
	 font-weight: bold;
	 font-size: 11px;
	 padding: 0;
}
div#article div.gallery p{
	
	 font-weight: bold;
	 font-size: 11px;

	
	
}
div#article div.gallery ul.arw_listing{
	list-style:none outside none;
	display: block;
	padding: 0;
	width: 240px;
	margin: 15px 0 0 25px;
}
	div#article	div.gallery ul.arw_listing li{	
		margin: 0;
		padding: 0;	
	}
div#article	div.gallery ul.arw_listing li a, ul.arw_listing li a:visited{			
			display: block;
			text-decoration: none;
			cursor: pointer;
			color: #333333;	
			height: 102px;
			
	
		}
div#article	div.gallery ul.arw_listing li a:hover span, ul.arw_listing li a:hover p{
			color: #e51937 !important;
							
		}
div#article	div.gallery ul.arw_listing li a:hover img{
			border-color: #e51937;
		}
div#article	div.gallery ul.arw_listing img{
	
		top: 0;
		left: 0;
		float: left;
		
		width: 102px;
		
		height: 96px;
		border: 4px solid #FFF;
		

	}
	
div#article	div.gallery ul.arw_listing div.content{	
		margin: -1px 0 0 122px;
		
	}
	
div#article	div.gallery ul.arw_listing p{		
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		float: left; 
		margin: 60px 0 0 28px;
		padding: 0 18px 0 0;
		background:url(../images/arrowgallery.png) no-repeat scroll right bottom;
		line-height: 1.0em;	
		text-decoration:none;
		text-transform:uppercase;	

		
	}
div#article	div.gallery ul.arw_listing a:hover p{
	background-image:url(../images/arrowgallery_over.png);
}

/* Homepage Notice */
div#home_notice{
	background-image: url(../images/ws/ws_popup_short_bkgrd.png);	
	width: 911px;
	height: 728px;
}
	div#home_notice div.content{
		width: 100%;
		height: 100%;
		text-align: left;
	}
	div#home_notice h1{
		padding: 50px 0 21px 0;
	}
	div#home_notice p{
		font-size: 18px;
		font-weight: normal;
		line-height: 1.3em;
		padding-bottom: 1em;	
	}
	div#home_notice p a, div#home_notice p a:visited{
		text-decoration: none;
		color: #9b9b9b;
	}
	div#home_notice p a:active, div#home_notice p a:hover{
		color: #e51937;
	}
	div#home_notice a.extra, div#home_notice a.extra:visited{
		color: #e51937;
		font-weight: bold;
		font-size: 12px;
		background: url("../images/link_arrow-over.png") no-repeat right center transparent;
		text-decoration: none;
		padding-right: 19px;
	} 
	div#home_notice a.extra:active, div#home_notice a.extra:hover{
		color: #333;
		background-image: url("../images/link_arrow-up.png");
	}
	div#home_notice p.ctfg_links{
		line-height: 1em;
	}	
	div#home_notice div.strata{
		background: url("../images/notice/notice_vert_bar.png") no-repeat 640px 205px;	
		
	}	
	div#home_notice div.strata div.left{
		display: inline;
		float: left;
		width: 540px;
		padding: 43px 40px 0 58px;
	}
	div#home_notice div.strata div.right{
		display: inline;
		float: right;
		width: 180px;
		padding: 229px 58px 0 30px;
		text-align: center;
	}	
	
/* New Moms Promo */
.external_promo_box {
	background-color:#e9e9e9;
	margin-top: 21px;
	padding:12px 15px;
	
}

.external_promo_box h1.alt{
	padding:0px 0px 3px 0px;
	font-size:14px;
}

.external_promo_box div.blurb{
	display:inline;
	width:550px;
	float:left;
}

.external_promo_box img{
 	display:inline;
	float:right;
	width:125px;
	height:125px;
	

}


.external_promo_box p{
	padding:0px;
	font-size:12px;
	line-height:17px;
}
