@charset "utf-8";

/* Eric Meyer Reset, v1.0 | 20080212, http://meyerweb.com/eric/tools/css/reset/index.html, modified */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
	
	/* mods */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal
}

/*CLEAR FIX*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-block;
}
	
/* Hides from IE-mac \*/

* html .clearfix { 
	height: 1%;
} 

.clearfix {
	display: block;
}
	
/* IE image scaling */ 

img { 
	-ms-interpolation-mode:bicubic;
}

/*Basic Layout*/

body {
	width: 100%;
	font: normal 75% Arial, Helvetica, 'Helvetica Lt Std', sans-serif;
	background: #f7f3ea;
	margin: 0;
	padding: 0;
}

html>body { /* ignored by IE6 */
	font-size: 12px;
}

/*Navigation*/

#nav, #nav ul { /* all lists */
	position: absolute;
	top: 80px;
	right: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 5px 17px;
	font: 13px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	text-decoration: none;
	color: #c2dfed;
	font-weight: bold;
}

#nav a:hover {
	color: #00a2e2;
}

#nav li { /* all list items */
	float: left;
	list-style: none;
}

#nav li.current a {
	color: #00a2e2;
}

/*side nav*/

#side_nav_container {
	width: 340px;
	padding: 0 10px 0 0;
	margin: 0 0 20px -28px;
	overflow: auto;
	background: url(../images/sidebar_shadow.png) no-repeat;
}

#side_nav_container h3 {
	width: 290px;
	float: right;
	margin: 0;
	height: 37px;
	padding: 0 0 0 20px;
	font: 18px/37px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: white;
	background: url(../images/h3_bg.png) top repeat-x;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
}

#side_nav {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;
	background: #efefef;
	position: relative;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
	border-bottom: 1px solid #a5a499;

}

#side_nav li {
	width: 310px;
	margin: 0;
	list-style: none;
	margin-left: -40px;

}

#side_nav li a {
	width: 290px;
	height: 45px;
	padding: 0 0 0 20px;
	line-height: 45px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #094760;
	text-shadow: 0 1px 0 white;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
	margin: 0 0 0 40px;
}

#side_nav li a:hover {
	color: #1476b7;
}

#side_nav li.current {
	width: 350px;
	background: url(../images/sidenav_active.png) top;
	color: #1476b7;
}

#side_nav li.current a {
	color: #1476b7;
}


/*layout*/

#top {
	width: 100%;
	height: 125px;
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: solid 6px #7aa436;
	background: url(../images/header.png) top repeat-x;
}

#header {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 0 30px;
}

#address_top {
	width: 950px;
	margin: 0;
	padding: 15px 20px 0 0;
	text-align: right;
	color: #bcd097;
}

#logo {
	width: 250px;
	height: 70px;
	margin: 5px 0 0 0;
	padding: 0;
}

#container {
	width: 970px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
}

#content_left {
	width: 635px;
	margin: 0;
	padding: 0;
	float: left;
}

#main_content {
	width: 630px;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: auto;
}

#sub_content {
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #b4b1a8;
}

#content_right {
	width: 315px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
}

#footer {
	width: 970px;
	height: 40px;
	margin: 30px 0;
	padding: 15px 0;
	float: left;
	text-align: center;
	color: #707265;
	font-size: 12px;
	border-top: 2px solid #7aa436;
}

#footer a,
#footer a:visited {
	color: #707265;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*text and img*/

h1 {
	margin: 0 0 10px 0;
	font: bold 22px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #707265;
}

h2 {
	margin: 10px 0 5px 0;
	font: 18px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #003e5e;
}

h3 {
	margin: 0;
	font: 16px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #707265;
	text-transform: uppercase;
}

h4 {
	margin: 5px 0 15px 0;
	font: italic 16px Georgia, serif;
	color: #707265;
}

h5 {
	margin: 7px 0;
	font: italic 14px Georgia, serif;
	color: #707265;
}

h6 {
	margin: 0 0 7px 0;
	font: italic 12px Georgia, serif;
	color: #707265;
}

p {
	font: 13px/20px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #413e39;
	margin: 0 20px 10px 0;
}

blockquote {
	font: 12px/20px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #413e39;
	margin: 10px 30px;
	padding: 0;
}

ul {
	margin: 5px 0 10px 20px;
}

li {
	list-style: disc;
	font: 13px/20px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #413e39;
	margin: 3px 0;
}

a:link, 
a:visited {
	font: 13px/20px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #1476b7;
}

a:hover {
	font: 13px/20px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #00a2e2;
}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover {
    color: #003E5E;
    text-decoration: none;
    font: 18px Helvetica,'Helvetica Neu',Arial,sans-serif;
    margin: 10px 0 5px;
}
h2 a:hover span {
    text-decoration: underline;
}
h2 a img {
    position: relative;
    top: 2px;
    left: 2px;
    vertical-align: baseline;
}

.img_right {
	padding: 5px;
	margin: 0 0 5px 10px;
	float: right;
	background: white;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
	border-bottom: 2px solid #a5a499;
}

.img_left {
	padding: 5px;
	margin: 0 0 5px 10px;
	float: left;
	background: white;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
	border-bottom: 2px solid #a5a499;
}


/*Homepage Blog*/

#blog_home {
	margin: 20px 0;
	padding: 0;
	border-bottom: 1px solid #b4b1a8;
}

.post_home {
	margin: 0;
	padding: 5px 0 10px 0;
	overflow: auto;
	border-top: 1px solid #b4b1a8;
}

.post_blurb {
	margin: 5px 0;
	padding: 0;
	font: 12px/20px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #413e39;
}

h5.blog_heading a:link,
h5.blog_heading a:visited {
	margin: 0;
	padding: 0;
	font: bold 13px Georgia, serif;
	color: #1476b7;
	text-decoration: underline;
	line-height: 1.5em;
}

/*Homepage Features*/

.feature {
	width: 620px;
	height: 315px;
	padding: 5px;
	margin: 0 0 15px 0;
	background: white;
	border-left: 1px solid #d0cdc2 !important;
	border-right: 1px solid #d0cdc2 !important;
	border-bottom: 2px solid #a5a499 !important;
}

.case_study {
	width: 300px;
	height: 190px;
	padding: 5px;
	margin: 0;
	display: block;
	background: white;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
	border-bottom: 2px solid #a5a499;
}

.case_img {
	width: 300px;
	height: 190px;
	padding: 0;
	margin: 0;
}

.callout {
	text-decoration: none;
}

.callout_overlay {
	width: 280px;
	height: 30px;
	margin: 160px 0 0 0;
	padding: 0 10px;
	position: absolute;
	background: #292929;
	opacity: .8;
	font: 13px/30px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: white;
}

.more_button:link, 
.more_button:visited {
	width: 85px;
	height: 30px;
	padding: 0 0 0 15px;
	margin: 0;
	float: right;
	background: url(../images/more_button.png) top no-repeat;
	color: white;
	text-decoration: none;
	font: Bold 12px/30px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	text-shadow: 0 -1px 0 #3f541c;
}

.more_button:hover {
	background: url(../images/more_button.png) bottom no-repeat;
}

.previous_button:link, 
.previous_button:visited {
	width: 85px;
	height: 30px;
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
	background: url(../images/previous_button.png) top no-repeat;
	color: white;
	text-decoration: none;
	font: Bold 12px/30px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	text-shadow: 0 -1px 0 #3f541c;
}

.previous_button:hover {
	background: url(../images/previous_button.png) bottom no-repeat;
}

/*Homepage Medical Device Call Out*/

#gallery_feature {
	width: 630px;
	height: 225px;
	margin: 10px 0;
	padding: 0;
	clear: both;
	overflow: auto;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
	border-bottom: 2px solid #a5a499;
}


#gallery {
	position: relative;
	width: 310px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}

#slides {
	position: relative;
	width: 310px;
	height: 225px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slide {
	width: 310px;
	margin: 0;
	padding: 0;
	float: left;
	background: white;
	position: relative;
}

.slide_link:link, 
.slide_link:visited {
	width: 310px;
	height: 225px;
	text-decoration: none;
	text-align: center;
	font: 14px/37px "helvetica neue", helvetica, "sans serif";
	color: white;
}

.port_hover {
	width: 310px;
	height: 37px;
	margin: 0;
	padding: 0;
	display:block;
	position:absolute;
	top: 0em;
	left: 0em;
	background: #292929;
	opacity: .8;
}

.slide_link:hover span {
	width: 310px;
	height: 37px;
	margin: 0;
	padding: 0;
	display:block;
	position:absolute;
	top: 0em;
	left: 0em;
	background: #292929;
	opacity: .8;
	text-decoration: underline;
}

#menu {
	width: 350px;
	height: 225px;
	padding: 0;
	margin: 0;
	float: left;
	z-index: 20;
	position: absolute;
	background: url(../images/shadow.png) top right repeat-y;
}

#menu h3 {
	height: 37px;
	width: 300px;
	padding: 0 0 0 20px;
	margin: 0;
	font: 18px/37px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: white;
	background: url(../images/h3_bg.png) top repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	overflow: auto;
}

li.menuItem {
	background: #efefef;
	width: 320px;
	margin: 0;
}

li.menuItem a {
	width: 300px;
	height: 45px;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 45px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #094760;
	text-shadow: 0 1px 0 white;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
}

li.menuItem a:hover {
	color: #1476b7;
}

li.act.menuItem a, 
li.act.menuItem a:hover {
	color: #1476b7;
	cursor: default;
}

li.act.menuItem {
	width: 350px;
	background: url(../images/active.png) top;
	border: none;
}

a img {
	border:none;
}

/*inside pages*/

.company,
.sponsor {
	margin: 0 0 20px 0;
}

.logo_left,
.sponsor_logo {
	width: 140px;
	height: 140px;
	margin: 0 10px 10px 0;
	padding: 5px;
	float: left;
	clear: left;
	background: white;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
	border-bottom: 2px solid #a5a499;
}

.company_text,
.sponsor_text {
	margin: 10px 0 0 0;
	font: 12px/20px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	color: #413e39;
}

.callout_right {
	display: block;
	width: 300px;
	height: 190px;
	padding: 5px;
	margin: 0;
	background: white;
	border-left: 1px solid #d0cdc2;
	border-right: 1px solid #d0cdc2;
	border-bottom: 2px solid #a5a499;
}
.callout_sponsor {
	}
.callout_sponsor h1 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b4b1a8;
}
.callout_logo {
	width: 75px;
	height: 75px;
	margin: 0 10px 5px 0;
	padding: 5px;
	float: left;
	background: white;
	border-left: 1px solid #d0cdc2 !important;
	border-right: 1px solid #d0cdc2 !important;
	border-bottom: 2px solid #a5a499 !important;
}
.callout_sponsor h3 {
	font-size: 13px;
}

.blog_entry {
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #b4b1a8;
}

#about_us,
#rss {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	overflow: auto;
	border-bottom: 1px solid #b4b1a8;
}

/* contact form */

.form {
	width: 430px;
	margin: 15px 0 0 0;
}

.name {
	float: left;
	display: block;
	margin: 5px 5px 5px 10px;
}

.email {
	float: left;
	display: block;
	margin: 5px 5px 5px 10px;
}

.phone {
	float: left;
	display: block;
	margin: 5px 5px 5px 10px;	
}

.more_info {
	display: block;
	margin: 10px 5px 5px 5px;	
}

.label {
	display: block;
	float: left;
	width: 75px;
	color: #709617;
	font-weight: bold;
}

.textbox {
	float: left;
	clear: left;
	width: 400px;
	height: 20px;
	margin: 3px 0;
	padding: 0 3px;
	border: 1px solid #b4b1a8;
}

.info_label {
	padding: 20px 0 0 5px;
	display: block;
	float: left;
}

.textfield {
	margin: 5px;
	padding: 3px;
	border: 1px solid #b4b1a8;
}

.submit_btn {
	display: block;
	margin: 5px;	
}

.button {
	float: right;
	width: 100px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(../images/more_button.png) top no-repeat;
	color: white;
	text-decoration: none;
	font: Bold 12px/30px Helvetica, 'Helvetica Neu', Arial, sans-serif;
	text-shadow: 0 -1px 0 #3f541c;
	border: none;
	cursor: pointer;
}


