@charset "utf-8";
/* CSS Document */

html, body { background-color: #c8e3ff; height: 100%;	 }

body {
	background: #c8e3ff url(../img/background.png) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-height: 750px;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.6em;
}

ul, ol {	
	padding: 0 0 15px 25px;
}

ul {
	list-style-type: square;	
}

ol {
	list-style-type:decimal;	
}

a {
	color:#255a92;
	text-decoration: none;
}

a:hover {
	color:#255a92;	
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	color: #000000;	
	line-height: 1.2em;
}

/* Helper */
.hidden {
	display: none;
}

.fleft {
	float: left;	
}

.hrline {
	position: relative;
	border-top: 1px solid #ccc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 10px 0 10px 0;
}

.clearleft {
	clear: left;	
}

.clearboth {
	clear: both;	
}

/* Corporate Header */

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;	
}

#ac-top {
	position: relative;
	height: 93px;
	z-index: 600;
	background: #fff url(../img/top.png) 0 100% repeat-x;
}

	#ac-top h1 img {
		position: absolute;
		top: 5px;
		left: 0;
		z-index: 610;
	}
	
#ac-menu {
	position: relative;
	background: url(../img/menu.png) repeat-x 0 0;
	padding: 0 0 2px 0;
	height: 41px;
	z-index: 100;
	zoom: 1;
}

	#ac-menu.hassub {
		padding: 0;	
	}

#ac-submenu {
	position: relative;
	background: url(../img/submenu.png) repeat-x 0 0;
	height: 29px;
	padding: 1px 0 0 0;
	border-top: 1px solid #909090;
	overflow: hidden;
}
	#ac-submenu ul {
		padding: 0; margin: 0;
		list-style-type: none;
	}
	#ac-submenu ul li {
		display: inline;
		padding: 0; margin: 0;
	}
	#ac-submenu ul li a {
		font-size: 13px;	
		text-decoration: none;
		color: #555;
		line-height: 28px;
		padding: 1px 14px 0 14px;
		float: left;
	}
	#ac-submenu ul li a:hover {	
		text-decoration: underline;
	}
	#ac-submenu ul li.current_page_item a, #ac-submenu ul li.current_page_ancestor a {
		color: #000;
		text-decoration: none;
		background: url(../img/submenu_arrow.png) no-repeat 50% 100%;	
	}

/* Corporate Dropdown */
#ac-dropdown {
	position: absolute;
	height: 38px;
	width: 287px;	
	right: 0;
	top: 28px;
	
}

	a#ac-dropdown-corporate  {
		position: absolute;
		width: 267px;
		text-align: left;
		right: 10px;
		top: 70px;
		color: #666;
		font-size: 11px;
		text-decoration: none;
	}
	
		a#ac-dropdown-corporate:hover {
			text-decoration: underline;
			color: #666;	
		}

	#ac-dropdown-icon {
		position: relative;
		float: left;
		height: 36px;
		width: 74px;
		border: 1px solid #7ba2c7;
		background: #b5cfe7 url(../img/dropdown_bg_blue.png) repeat-x 0 -50px;	
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
		behavior: url(/wp-content/themes/actigraph/js/PIE.htc);
		overflow: hidden;
	}
		#ac-dropdown-icon.hovered {
			-webkit-border-radius: 4px 0 0 0;
			-moz-border-radius: 4px 0 0 0;
			border-radius: 4px 0 0 0; 
		}
	#ac-dropdown-name {
		float: left;
		height: 36px;
		border: 1px solid #999;
		border-width: 1px 1px 1px 0;
		width: 183px;	
		background: #bfbfbf url(../img/dropdown_name_bg.png) repeat-x 0 0;
		font-size: 13px;
		color: #000;
		line-height: 36px;
		padding: 0 12px 0 15px;
		cursor: pointer;
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
		behavior: url(/wp-content/themes/actigraph/js/PIE.htc);
	}
		#ac-dropdown-name:hover {
			text-decoration: underline;	
		}
		#ac-dropdown-name.hovered {
			-webkit-border-radius: 0 4px 0 0;
			-moz-border-radius: 0 4px 0 0;
			border-radius: 0 4px 0 0; 
		}
	#ac-dropdown-image {
		position: absolute;
		right: 10px;
		top: 15px;
		width: 12px;
		height: 10px;
		background: url(../img/arrow_down.png) no-repeat 0 0;	
	}
	
	#ac-dropdown-options {
		position: absolute;
		background: #000;
		right: 0;
		top: 67px;
		width: 287px;
		height: 156px;
		-webkit-box-shadow: #000 0px 2px 3px;
		-moz-box-shadow: #000 0px 2px 3px;
		box-shadow: #000 0px 2px 3px;
		display: none;
	}
		#ac-dropdown-options h4 {
			float: left;
			font-size: 15px;
			font-weight: bold;
			padding: 10px 0 3px 0;	
			line-height: 1em;
			text-decoration: none;
		}
		#ac-dropdown-options span {
			float: left;
			font-size: 10px;
			color: #333;
			padding: 0 0 0 5px;	
			text-decoration: none;
		}
		#ac-dropdown-options img {
			float: left;
			padding: 5px 7px 0 6px;
		}
		#ac-dropdown-option-research:hover,#ac-dropdown-option-wellness:hover,#ac-dropdown-option-sleep:hover {
			background-position: 0 -50px;	
			text-decoration: none;
		}
		#ac-dropdown-option-research {
			position: relative;
			display: block;
			width: 285px;
			overflow: hidden;
			background: #b7cfe6 url(../img/dropdown_bg_blue.png) repeat-x 0 0;	
			border: 1px solid #7aa9d3;
			height: 50px;
			cursor: pointer;
			text-decoration: none;
		}
		#ac-dropdown-option-wellness {
			position: relative;
			display: block;
			width: 285px;
			overflow: hidden;
			background: #ffe795 url(../img/dropdown_bg_yellow.png) repeat-x 0 0;	
			height: 50px;
			border: 1px solid #ffcb5b;
			cursor: pointer;
			text-decoration: none;
		}
		#ac-dropdown-option-sleep {
			position: relative;
			display: block;
			width: 285px;
			overflow: hidden;
			background: #000 url(../img/dropdown_bg_black.png) repeat-x 0 0;	
			height: 50px;
			border: 1px solid #000;
			cursor: pointer;
			text-decoration: none;
		}
			#ac-dropdown-options #ac-dropdown-option-sleep h4 {
				color: #fff;	
			}
			#ac-dropdown-options #ac-dropdown-option-sleep span {
				color: #eee;	
			}



/* Misc */

.ag-smalltext {
	font-size: 11px;
}

ul.checklist, #ag-home-bottom-content ul, ul.pdf
{
	position: relative;
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
}

ul.checklist li, #ag-home-bottom-content ul li, ul.pdf li
{
	padding-left: 17px;
	background-image: url(../img/check.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 1.7em;
}

ul.pdf {
	margin-left: 10px;	
}

ul.pdf li {
	background-image: url(../img/pdf.png);	
	padding-left: 20px;
}


/* Main Layout */


#ac-body {
	position: relative;
	width: 966px;
	margin: 12px auto 0 auto;	
}
	#ac-bodytop {
		background: url(../img/bodybgtop.png) no-repeat 0 0;
		height: 3px;
		width: 966px;
		overflow: hidden;
		line-height: 0;
		font-size: 0;	
	}
	
	#ac-bodymiddle {
		background: url(../img/bodybg.png) repeat-y 0 0;	
		width: 960px;
		padding: 0 3px 0 3px;
	}
	
	#ac-bodybottom {
		background: url(../img/bodybgbottom.png) no-repeat 0 0;
		width: 966px;
		overflow: hidden;	
		min-height: 50px;
	}


#ag-middle {
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}

#ag-top {
	position: relative;
	height: 110px;	
	overflow: visible;
	z-index: 32;
}

	#ag-top #ag-logo {
		position: relative;
		float: left;
		z-index: 33;
		bottom: -15px;
		left: 13px;
	}

#ag-menu {
	position: relative;
	height: 50px;
	background: url(../img/menu.png) repeat-x 0 0;
	z-index: 31;
	font-size: 11px;
}

#ag-headerimage {
	position: relative;
	height: 258px;
	background: #fff;
	border-bottom: 1px solid #fff;
	z-index: 18;
}
#ag-headerimages{
    height: 258px;
  	overflow: hidden;
}
	
	#ag-research-database {
		position: absolute;
		width: 365px;
		height: 284px;
		right: 0;
		top: 0;
		overflow: hidden;
		z-index: 20;
	}
	
		#ag-research-database img#ag-blurb {
			position: relative;
			margin: 13px 0 0 10px;
		}
		
		#ag-research-database #ag-blurb-text {
			position: relative;
			height: 36px;
			overflow: hidden;
			font-size: 13px;
			line-height: 16px;
			padding: 10px 15px 10px 15px;
		}
		
		#ag-research-database #ag-rd-box {
			position: relative;
			width: 365px;
			height: 226px;
			margin-top: 0px;
			background: url(../img/research-database.png) no-repeat 0 0;
			overflow: hidden;
		}
		
		a#browse-categories  {
			position: relative;
			display: block;
			float: right;
			margin: 8px 5px 15px 0;
			width: 135px;
			height: 27px;
			text-decoration: none;
			text-indent: -9009px;
			background: url(../img/browse-categories.png);
		}

		a#browse-categories:hover {
			background-position: 0 -27px;	
		}
		
		#ag-home-search {
			position: relative;
			width: 331px;
			height: 33px;
			overflow: hidden;
			clear: both;
			margin-left: 22px;
			background: url(../img/searchform.png) no-repeat 0 0;
		}
		
			#ag-home-search form {
				display: inline;	
			}
		
		#ag-search-input {
			position: absolute;
			border: 0px;
			width: 285px;
			height: 21px;
			background-color: transparent;
			color: #333;
			line-height: 21px;
			font-size: 17px;
			top: 3px;
			left: 8px;
		}
		
		#ag-search-btn {
			position: absolute;
			top: 0px;
			right: 5px;
			background: url(../img/search.png) no-repeat 0 0;
			cursor: pointer;
			border: 0px;
			height: 30px;
			width: 30px;
		}
		
		#ag-rd-box h4 {
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			padding: 7px 0 0 22px;
		}
		
		#ag-rd-box a#see-more-featured {
			float: right;
			padding: 9px 10px 0 0;
			color:#ffc579;
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
		}
		
			ul#ag-rd-featured {
				list-style-type: none;	
				padding: 5px 0 0 8px;
				margin: 0;
			}
			
			ul#ag-rd-featured li {
				display: block;
				width: 356px;
				padding: 5px 0px 3px 0;
				height: 28px;
				overflow: hidden;
				border-bottom: 1px solid #3a4552;
			}
			
			ul#ag-rd-featured li.last {
				border-bottom: none;	
			}
			
			ul#ag-rd-featured a {
				color: #fff;
				font-size: 12px;
				line-height: 1em;
				float: left;
				width: 297px;
			}
			
			ul#ag-rd-featured .ag-rd-featured-date {
				position: relative;
				float: left;
				width: 30px;
				height: 28px;
				text-align: center;
				margin: -2px 10px 0 10px;
				border-right: 1px solid #999;
				border-bottom: 1px solid #999;
			}
				.ag-rd-featured-month {
					height: 11px;
					padding: 1px 0 2px 0;
					line-height: 11px;
					font-size: 11px;
					width: 30px;
					color: #fff;
					float: left;
					background: #e60000;
				}
				
				.ag-rd-featured-year {
					height: 11px;
					padding: 1px 0 2px 0;
					line-height: 11px;
					font-size: 11px;
					width: 30px;
					float: left;
					clear: left;
					color: #000;
					background: #fff;
				}
		
#ag-body {
	z-index: 16;
	background: #fff url(../img/redbar.png) repeat-x 0 0;
	overflow: hidden;
}

/* Footer */
#ac-footer {
	position: relative;
	overflow: hidden;	
	padding-top: 17px;
}
	ul.ac-footer-menu {
		font-family: Verdana, Geneva, sans-serif;
		float: left;
		width: 140px;
		line-height: 1em;	
		/*border-right: 1px solid #bbb;*/
		margin: 0 0 0 15px;
		padding: 0;
		list-style: none;
	}
		
		ul.ac-footer-menu li { padding: 0 0 10px 0; }
	
		.ac-footer-menu a, .ac-footer-menu a:link, .ac-footer-menu a:visited, ac-footer-menu a:active {
			color: #464646;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;	
		}
		.ac-footer-menu a:hover {
			text-decoration: underline;	
			color: #464646;
		}
		.ac-footer-menu ul.sub-menu a, .ac-footer-menu ul.sub-menu a:link, .ac-footer-menu ul.sub-menu a:visited, .ac-footer-menu ul.sub-menu a:active {
			font-size: 11px;
			font-weight: normal;
			text-transform: none;
		}
			.ac-footer-menu ul.sub-menu a:hover {
				text-decoration: underline;
				color: #464646;
				text-transform: none;	
			}
		.ac-footer-menu ul.sub-menu {
			padding: 5px 0 0 10px;	
			list-style: none;
		}
		.ac-footer-menu ul.sub-menu li {
			padding: 1px 0 2px 0;	
		}

#ac-social {
	width: 300px;
	float: right;
	padding: 0 7px 0 0;
	text-align: right;	
}
	#ac-social img {
		margin: 0 6px 0 0;	
		vertical-align: middle;
	}

#ag-spacer {
	position: relative;
	height: 20px;
}


/* Page Styles */
#ag-page {
	padding: 20px 15px 10px 15px;
	overflow: hidden;
}

	.halfwidth {
		float: right;
		width: 685px;
	}

h2.pagetitle, h2#pagetitle {
	font-size: 20px;
	font-weight: bold;
}

#ag-page h2.morepadding {
	padding: 0 0 20px 0;	
}

#ag-page h3.subtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0 10px;
	margin: 0;
	color:#333;
}

#ag-page .entry {
	padding: 10px 5px 5px 5px;
	font-size: 13px;
	overflow: hidden;
}

#ag-page .entrysmall {
	padding: 10px 12px 5px 12px;
	font-size: 12px;
}

	#ag-page a.entry-read-more {
		padding-left: 10px;	
	}

/* Entry Styles */

.entry ul, .entry ol {
	overflow: auto;	
}

#ag-page .entry h1, #ag-page .entrysmall h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.entry h2, .entrysmall h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.entry h3, .entrysmall h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.entry h3.line {
	padding: 0 0 5px 0;
	margin: 0 0 12px 0;
}

.entry h4, .entrysmall h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 15px 0;
}


/* Main Page Styles */

#ag-body #ag-page #ag-home-entry {
	float: left;
	width: 520px;
	padding: 0 15px 0 5px;
	line-height: 2.2em;
}

#ag-body #ag-page #ag-home-news {
	float:right;
	width: 355px;
	height: 130px;
	padding: 25px 5px 5px 30px;
	background: url(../img/vertical-line.png) no-repeat 0 0;
}

	#ag-home-news #ag-slides {
		width: 345px;
	}
	
		.ag-slide {
			overflow: hidden;	
			height: 97px;
		}
	
		.ag-slide .ag-slide-image {
			float: left;
			border: 6px solid #f2f2f2;
			width: 100px;
			height: 85px;
			margin: 0 15px 0 0;
		}
		
		.ag-slide h2 {
			font-size: 20px;
			font-weight: bold;
			display: block;
			padding: 7px 0 0 0;
			margin: 0;
		}
		
		.ag-slide h2 a:link, .ag-slide h2 a:visited {
			color: #000;
			text-decoration: none;
		}
		
		.ag-slide h2 a:hover {
			text-decoration: none;
			color: #b20500;
		}
		
		.ag-slide .ag-slide-date {
			font-size: 11px;
			color:#999;
			padding: 2px 0 5px 20px;
			float: left;
		}
		
		.ag-slide .ag-slide-content {
			font-size: 12px;
			line-height: 12px;
			color:#000;
			float: left;
			width: 218px;
			height: 26px;
			overflow: hidden;
		}
		
		.ag-slide a.ag-slide-read-more:link, .ag-slide a.ag-slide-read-more:visited {
			font-size: 10px;
			text-transform: uppercase;
			color: #255a92;
			float: right;
			padding: 5px 25px 0 0;
			text-decoration: none;
		}
		
		.ag-slide a.ag-slide-read-more:hover {
			text-decoration: underline;
		}
		
		#ag-slides-controller {
			text-align: center;
			margin: 8px 0 0 0;
		}
		
			 span.jFlowControl {
				
				margin: 0 2px 0 2px;
				padding: 2px 5px;
				background:#eee; 
				border:1px solid #dedede; 
				color:#888;
				font-size: 12px;
				font-weight: bold;
				cursor: pointer;
			}
			
			span.jFlowControl:hover { background:#ddd; color:#333; border: 1px solid #ccc; }
			
			.jFlowPrev, .jFlowNext { display:none; }
			
			span.jFlowSelected, span.jFlowSelected:hover { color: #fff; background: #2062a9; border:1px solid #094688;  }
			
	#ag-home-bottom {
		position: relative;
		clear: both;
	}
	
		#ag-home-bottom h2 {
			display: block;
			background: #25476c url(../img/homebottombg.png) repeat-x 0 0;	
			font-size: 20px;
			font-weight: bold;
			color: #fff;
			padding: 9px 0 9px 20px;
			border-bottom: 2px solid #dedede;
		}
		
		#ag-home-bottom-content {
			padding: 12px 20px 15px 20px;
			font-size: 12px;
			overflow: hidden;
		}
		
		/* Bottom area columns */
		
		.column3{
			position: relative;
			float: left;
			width: 70px;
			padding: 0 12px 0 12px;
			border-left: 1px solid #ccc;
		}
		.column4{
			position: relative;
			float: left;
			width: 180px;
			padding: 0 12px 0 12px;
			border-left: 1px solid #ccc;
		}
		.column5 {
			position: relative;
			float: left;
			width: 210px;
			padding: 0 12px 0 12px;
			border-left: 1px solid #ccc;
		}
		.column6 {
			position: relative;
			float: left;
			width: 270px;
			padding: 0 12px 0 12px;
			border-left: 1px solid #ccc;
		}
		.leftcolumn {
			background: none;
			border-left: none;
			padding: 0;
		}
		.rightcolumn
		{
			width:300px;
		}
		
		#ag-home-bottom-content h3 {
			font-size: 19px;
			font-weight: bold;
			padding: 0 0 3px 0;
			text-align: center;
		}
		
		#ag-home-bottom-content h4 {
			font-size: 14px;
			font-weight: normal;
			padding: 0 0 8px 0;
			text-align: center;
		}

#ag-body #ag-page #meterplus {
  display: block;
  
  width: 140px;
  height: 37px;
  
  background: #fff url(../img/meterplus_bkgd.png) 0 0 no-repeat;
  
  padding: 5px;
  padding-right: 55px;
  
  text-align: center;
  
  position: absolute;
  top: -10px;
  right: 0;
}
#ag-body #ag-page #meterplus,
#ag-body #ag-page #meterplus:hover,
#ag-body #ag-page #meterplus:active,
#ag-body #ag-page #meterplus:visited { 
  color: #000; 
  text-decoration:none; 
}
  #ag-body #ag-page #meterplus strong,
  #ag-body #ag-page #meterplus p  {
	  display: block;
    width: 135px;
	padding: 0; 
	margin: 0;  
  }
  #ag-body #ag-page #meterplus strong {
    font-size: 15px;
    line-height:11px;
  }
  #ag-body #ag-page #meterplus p {
    line-height: 11px;
    
    font-size: 9px;
    
    margin-top: 2px;
  }
	
/* Search Results */

.ag-search-result {
	padding: 15px 15px 15px 15px;
	border: 1px solid #dcdcdc;
	margin: 8px 10px 8px 10px;
	background: url(../img/gray1.jpg) repeat-x 0 1px;
}

	.ag-search-result h2 a:link, .ag-search-result h2 a:visited {
		color: #000;
		text-decoration: none;
	}
	
	.ag-search-result h2 a:hover {
		color: #b20500;	
		text-decoration: none;
	}

ul.ag-search-result-fields {
	position: relative;
	font-size: 11px;
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 10px;
	color: #666;
}

ul.ag-search-result-fields li {
	padding: 0 0 3px 0;	
}

div.ag-search-result-date {
	font-size: 11px;
	padding: 3px 0 3px 21px;
	margin: 0 0 2px 10px;
	height: 10px;
	line-height: 1.0em;
	background: url(../img/calendar.png) no-repeat 0 50%;
}	

div.ag-search-result-category {
	position: relative;
	clear: both;
	font-size: 11px;
	padding: 5px;
	background: #dedede;
	display: block;
	margin: 8px 0px 5px 8px;
	border: 1px solid #cdcdcd;
	height: 10px;
	line-height: 1.0em;
}	

p.ag-search-result-excerpt {
	font-size: 13px;
	padding: 10px 10px 10px 10px;
}

.ag-navigation {
	text-align: center;
	padding: 5px 0 15px 0;
	font-size: 12px;
}

.ag-breadcrumb-link {
	position: relative;
	overflow: hidden;
	margin: 7px 0 0 20px;
}

a.ag-backlink {
	position: relative;
	float: left;
	font-size: 11px;
	padding: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #dde7f1;
	color: #000;
	border: 1px solid #abc3dd;
}

	a.ag-backlink:hover {
		background: #2062a9;	
		color: #fff;
		text-decoration: none;
		border: 1px solid #094688;
	}

/* Research DB */

.ag-research-article {
	position: relative;
	padding: 10px 15px 0 15px;
	margin: 0 0 15px 0;
	overflow: hidden;
	
}

.ag-research-custom-fields {
	position: relative;
	width: 400px;
	float: right;
	margin: 0 0 0 15px;
}

table.ag-research-custom-fields-table {
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	border-spacing: 0px;	
	width: 400px;
}

table.ag-research-custom-fields-table tr td {
	padding: 6px;
	border-bottom: 1px solid #cdcdcd;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
}

table tr td.table-gray {
	background: #dedede;	
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	line-height: 1.0em;
}

a.ag-pdf {
	background: url(../img/pdf.png) no-repeat 0 50%;
	height: 12px;
	padding: 2px 0 2px 20px;
}

.ag-research-menu {
	position: relative;
	width: 240px;
	padding: 15px 0 0 20px;
	margin-left: 15px;
	background: url(../img/vertical-line2.png) no-repeat 0 0;
	min-height: 280px;
	float: right;
}

	ul#ag-research-cat-menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 14px;
		
	}
	
	ul#ag-research-cat-menu li {
		display: block;
		padding: 8px 0 8px 7px;	
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	
	ul#ag-research-cat-menu li:hover {
		background: #eee;	
	}
	
	ul#ag-research-cat-menu a {
		padding: 4px 4px 4px 0;
		
		
	}
	
.ag-tag-cloud {
	position: relative;
	padding: 30px 0 0 20px;	
	width: 332px;
	text-align: center;
}
	
#ag-research-search {
			position: relative;
			width: 332px;
			height: 34px;
			overflow: hidden;
			margin-left: 22px;
			background: url(../img/searchform2.png) no-repeat 0 0;
		}
		
			#ag-researc-search form {
				display: inline;	
			}
		
		#ag-research-search-input {
			position: absolute;
			border: 0px;
			width: 285px;
			height: 22px;
			background-color: transparent;
			color: #333;
			line-height: 22px;
			font-size: 17px;
			top: 4px;
			left: 8px;
		}
		
		button#ag-research-search-btn {
			position: absolute;
			top: 1px;
			right: 3px;
			background: url(../img/search2.png) no-repeat 0 0;
			cursor: pointer;
			border: 0;
			height: 30px;
			width: 32px;
			padding: 0;
			margin: 0;
		}
		
		#ag-research-cat-dropdown-container {
			position: relative;
			font-size: 11px;
			padding: 7px 0 0 50px;
			width: 270px;
		}
		
			select#ag-research-cat-dropdown {
				padding: 4px;
				border: 1px solid #dedede;
				width: 200px;
			}
			
/* Products Page */

.ag-product-overview {
	position: relative;
	display: block;
	padding: 7px 0 7px 0;
	border-top: 1px solid #cecece;
	overflow: hidden;
}

.ag-noborder {
	border-bottom: none;	
}

	.ag-product-overview p {
		padding: 0;	
	}


	.ag-product-overview img.ag-product-overview-image {
		float: left;
		width: 150px;
	}
	
	.ag-product-overview .ag-product-title {
		float: left;
		width: 165px;
		text-align: center;
		padding-top: 20px;
	}
	
		.ag-product-title h3 {
			font-size: 19px;
			font-weight: bold;
			padding: 0 0 3px 0;
			text-align: center;
			margin: 0;
			line-height: 1em;
		}
			
		.ag-product-title h4 {
			font-size: 14px;
			font-weight: normal;
			padding: 0 0 8px 0;
			text-align: center;
			margin: 0;
			line-height: 1em;
		}
	
	.ag-product-overview .ag-product-overview-details {
		float: right;
		width: 555px;
		font-size: 11px;
	}
	
		.ag-product-overview-details ul {
			padding: 0 0 5px 0;
			font-size: 12px;
			margin: 0 0 0 12px;
			width: 225px;
			float: left;
		}
		
		.ag-product-overview-details p {
			clear: left;	
			color: #666;
		}
		
table.ag-product-specs {
	font-size: 12px;	
	text-align: left;
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 300px;
}

table.ag-product-specs th {
	padding: 6px;
	border-bottom: 1px solid #cdcdcd;
	background: #dedede;	
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	line-height: 1.0em;
}

table.ag-product-specs td {
	padding: 6px;
	border-bottom: 1px solid #cdcdcd;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
}

.ag-product-left {
	position: relative;
	float: left;
	padding: 0 15px 15px 10px;
	overflow: hidden;
	width: 190px;
	text-align: center;
}

.ag-product-left img.ag-coming-soon {
		position: absolute;
		z-index: 20;
		left: 0;
		top: 5px;
	}

.ag-product-left-specs {
	float: left;
	width: 300px;
	padding: 0 20px 0 0;
	font-size: 12px;
}



ul.get_posts_class {
		list-style-type: none;
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 13px;
	}
	
	ul.get_posts_class li {
		display: block;
		padding: 8px 0 8px 5px;	
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	
	ul.get_posts_class li:hover {
		background: #eee;	
	}
	
	ul.get_posts_class a {
		padding: 4px;
		
	}
	
/* News & Events */

#ag-news-container {
	position: relative;
	float: left;
	width: 535px;
}

#ag-events {
	position: relative;
	width: 350px;
	padding: 15px 0 0 25px;
	margin-left: 20px;
	background: url(../img/vertical-line2.png) no-repeat 0 0;
	min-height: 280px;
	float: right;
}

	#ag-events h3 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 15px 0;
	}
	
	.ag-event {
		overflow: hidden;
		width: 315px;
		padding: 10px 0 10px 10px;
		border-top: 1px solid #ccc;
	}
	
	.ag-event:hover {
		background: #eee;		
	}
	
	.ag-event-year {
		float: left;
		width: 295px;
		padding: 5px 0 5px 20px;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	
	.ag-event .date {
		position: relative;
		height: 54px;
		width: 50px;
		background: url(../img/calendar.gif) no-repeat;
		line-height: 100%;
		float: left;
		margin: 0 10px 0 0;
	}
	
	.ag-event .date .month {
		height: 16px;
		display: block;
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #fff;
		text-align: center;
		padding-top: 8px;
	}
	
	.ag-event .date .year {
		height: 24px;
		padding-top: 6px;
		display: block;
		font: normal 16px Arial, Helvetica, sans-serif;
		color: #555;
		text-align: center;
	}
	
	.eventtitle-container {
		position: relative;
		float: left;
		width: 255px;
		padding-top: 5px;
	}
	
	h2.eventtitle {
		position: relative;
		color: #000;
		padding: 4px;
		font-size: 15px;
		font-weight: normal;
	}
	h2.eventtitle a, h2.eventtitle a:visited {
		color: #255a92;
		text-decoration: none;
	}
	h2.eventtitle a:hover {
		color: #255a92;
		text-decoration: underline;
}
	
/* Buttons */

.centerbtn {
	margin: 2px auto;
}

a.ag-btn-moreinfo {
	position: relative;
	display: block;
	width: 86px;
	height: 26px;
	background: url(../img/btn-moreinfo2.gif) no-repeat 0 -26px;
	text-indent: -9009px;
}

	a.ag-btn-moreinfo:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-why-actigraph {
	position: relative;
	display: block;
	width: 132px;
	height: 26px;
	background: url(../img/btn-why.gif) no-repeat 0 -26px;
	text-indent: -9009px;
}

	a.ag-btn-why-actigraph:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-buynow {
	position: relative;
	display: block;
	width: 86px;
	height: 26px;
	background: url(../img/btn-buynow2.gif) no-repeat 0 -26px;
	text-indent: -9009px;
}

	a.ag-btn-buynow:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-buynow-large {
	position: relative;
	display: block;
	width: 110px;
	height: 34px;
	background: url(../img/btn-buynow-large.gif) no-repeat 0 -34px;
	text-indent: -9009px;
}

	a.ag-btn-buynow-large:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-contactus-large {
	position: relative;
	display: block;
	width: 110px;
	height: 34px;
	background: url(../img/btn-contactus-large.gif) no-repeat 0 -34px;
	text-indent: -9009px;
}

	a.ag-btn-contactus-large:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-contactus-small {
	position: relative;
	display: block;
	width: 86px;
	height: 26px;
	background: url(../img/btn-contactus-small.gif) no-repeat 0 -26px;
	text-indent: -9009px;
}

	a.ag-btn-contactus-small:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-download-large {
	position: relative;
	display: block;
	width: 110px;
	height: 34px;
	background: url(../img/btn-download-large.gif) no-repeat 0 -34px;
	text-indent: -9009px;
}

	a.ag-btn-download-large:hover {
		background-position: 0 0;	
	}
	
a.ag-continue-shopping {
	position: relative;
	display: block;
	width: 151px;
	height: 34px;
	background: url(../img/btn-continue-shopping.gif) no-repeat 0 -34px;
	text-indent: -9009px;
}

	a.ag-continue-shopping:hover {
		background-position: 0 0;	
	}
	
a.ag-continue-shopping-small {
	position: relative;
	display: block;
	width: 120px;
	height: 26px;
	background: url(../img/btn-continue-shopping-small.gif) no-repeat 0 -26px;
	text-indent: -9009px;
	margin: 8px 0 12px 3px;
}

	a.ag-continue-shopping-small:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-back-to-research-db {
	position: relative;
	display: block;
	width: 200px;
	height: 34px;
	background: url(../img/btn-back-to-research-db.gif) no-repeat 0 -34px;
	text-indent: -9009px;
	margin: 8px 0 0 10px;
}

	a.ag-btn-back-to-research-db:hover {
		background-position: 0 0;	
	}
	
a.ag-btn-back-to-research-db-small {
	position: relative;
	display: block;
	width: 159px;
	height: 26px;
	background: url(../img/btn-back-to-research-db-small.gif) no-repeat 0 -26px;
	text-indent: -9009px;
	margin: 8px 0 0 10px;
}

	a.ag-btn-back-to-research-db-small:hover {
		background-position: 0 0;	
	}
	
/* Contact Page */

.ag-contact-left {
	position: relative;
	float: left;
	width: 300px;
	background: url(../img/submenufullbg.gif) no-repeat 100% 10px;
	padding: 10px 35px 0 0;
	margin: 0 25px 0 0;
	min-height: 440px;
}	

/* Distributors Page */

#ag-worldmap {
	position: relative;
	width: 650px;
	height: 360px;
	background: url(../img/worldmap.gif) no-repeat 50% 50%;
	margin: 0 auto;
}

	a.ag-map-country {
		padding: 7px;
		background: #ddd;
		font-size: 14px;
		font-weight: bold;
		border: 1px solid #aaa;
		color: #333;
		text-decoration: none;
	}
	
	a.ag-map-country:hover {
		background: #2062a9;
		border: 1px solid #094688;
		color: #fff;
	}
	
	a#europe { position: absolute; top: 110px; left: 300px; }
	a#asia { position: absolute; top: 140px; left: 480px; }
	a#middleeast { position: absolute; top: 150px; left: 320px; }
	a#centralamerica { position: absolute; top: 190px; left: 100px; }

.ag-distributor-country {
	position: relative;
	padding: 7px 0 7px 0;
	overflow: hidden;
	clear: both;
}

	.ag-distributor-country h3 {
		display: block;
		padding: 7px 0 7px 20px;
		background: #eee;
		border:1px solid #dedede;
	}	

	.ag-distributor {
		padding: 10px 0 10px 0;	
		border-bottom: 1px solid #cecece;
		overflow: hidden;
	}
	
	.ag-noborder {
	border-bottom: none;	
}

	.ag-distributor .ag-distributor-image {
		float: left;
		width: 320px;
		padding-top: 10px;
	}
	
	.ag-distributor .ag-distributor-body{
		float: left;
		width: 300px;
		text-align: left;
		padding-left: 20px;
	}
	
		.ag-distributor ul {
			padding: 0 0 5px 0;
			font-size: 12px;
			margin: 0 0 0 20px;
			list-style-type: none;
		}
		
/* Why ActiGraph? Page */
		
h3.checkmark {
	position: relative;
	font-size: 22px;
	font-weight: normal;
	padding: 6px 0 6px 40px;
	margin: 0 0 10px 0;
	background: url(../img/checklarge.gif) no-repeat 0 50%;
}

/* Extra styles added after initial page */

/* 2 column feature list (think actilife) */
.ag-product-features {
  width: 650px;
}
.ag-product-features:after { content: ' '; clear:both; }
  .ag-product-features ul {
    padding: 0 0 5px 0;
    font-size: 12px;
    margin: 0 0 0 12px;
    width: 313px;
    float: left;
  }
