/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Title: Sesame Communications
Domain(s): http://www.sesamecommunications.com
Updated: 01/09/2010

~~~~~~~~~~~~~~~~~~~~
Sesame 2010 Brand Colors:
~~~~~~~~~~~~~~~~~~~~
Blue: #0099CC
Gray: #5E6A71
Green: #BED600
Melon: #FF8F70

~~~~~~~~~~~~~~~~~~~~
Table of Contents:
~~~~~~~~~~~~~~~~~~~~
00) RESET
01) IMPORT
02) HTML,BODY
03) TEXT
04) HEADINGS
05) LISTS
06) FORMS
07) IMAGES
08) LINKS
09) NAVIGATION
10) LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00) IMPORT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url(/includes/styles/font-face.css);
@import url(/includes/styles/superfish.css);
@import url(/includes/styles/imageMap.css);
@import url(/includes/styles/validationEngine.css);

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
01) RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
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;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:''; content:none;
}
ol,ul {
	list-style: none;
}
:focus {
	outline: 0;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
/* align checkboxes, radios, text inputs with their label by:
Thierry Koblentz tjkdesign.com/ez-css/css/base.css */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
 
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }
 
/* make buttons play nice in IE:   
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
  
/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
02) HTML,BODY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #C8DC26;
	font-family: "Calibri","Gill Sans","Trebuchet MS",sans-serif;
	padding: 18px 0 0;
}
body.speakers-bureau {
	background: #FF8F70 none repeat scroll 0 0;
}
body.support {
	background: #25AEDC none repeat scroll 0 0;/*#4CB7DB*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03) TEXT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p, ol, ul, dl {
	color: #5E6A71;
	font-size: 14px;
	margin: 0 0 14px;
}
.banner-full p {
	color: #5E6A71;
	font-family: "AvenirLTStd85Heavy",sans-serif;
	font-size: 16px;
	margin: 0 0 0 72px;
	padding: 9px 0 0;
}
.banner-horizontal p {
	font-family: "AvenirLTStd85Heavy",sans-serif;
	font-size: 16px;
	margin: 0 0 0 126px;
	padding: 18px 9px 0 0;
}
.statistic p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 16px;
}
.footer-col p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 12px;
}
p.copyright {
	clear: both;
	font-size: 10px;
	line-height: 13px;
	margin: 0 auto;
	padding: 9px 0;
	text-align: center;
	width: 972px;
}
p.caption {
	display: block;
	font-size: 11px;
	text-align: right;
}
p.top {
	margin-bottom: 0;
	text-align: right;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
}
ul {
	list-style-image: url("/images/layout/bullet-green.png");
	list-style-position: outside;
	padding-left: 7px;
}
ul.legal {
	list-style-image: none;
	list-style-type: lower-alpha;
}
ul ul {
	list-style-image: url("/images/layout/bullet-sub-green.png");
	list-style-position: outside;
	padding-left: 14px;
	margin-bottom:0; }
sup {
	font-size: x-small;
	vertical-align: super;
}
blockquote {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px #EFF0F1;
	-webkit-box-shadow: 1px 1px 1px #EFF0F1;
	background: none repeat scroll 0 0 #FF8F70;
	behavior: url("/includes/scripts/PIE.htc");
	border-radius: 10px;
	box-shadow: 1px 1px 1px #EFF0F1;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.5;
	margin: 2% 0;
	padding: 2% 3%;
	width: 94%;
}
.green { color:#BED600; }
.melon { color:#FF8F70; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
04) HEADINGS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #BED600;
	font-family: "AvenirLTStd65Medium",sans-serif;
	font-weight: normal;
	margin: 9px 0;
}
h1 {
	font-size: xx-large;
	margin: 0 0 9px;
}
h2 { font-size: x-large; }
h3 { font-size: large; line-height: 1.3; }
h4 { font-size: medium; line-height: 1.3; margin: 9px 0 0; }
#gallery h4 {
	color: #FFFFFF;
	margin: 0 0 1% 1%;
	padding: 2% 0 0;
	position: relative;
}
h5 { font-size: small; }
h6 { font-size: x-small; }

/* News & Press Releases */
.title { margin-bottom:0; }
.date { color:#AEB4B8; margin:0 0 9px 0; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
05) LISTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.cols3, ul.cols4, ul.cols5 { list-style:none }
ul.anchor {
	list-style: none;
	padding-left: 0;
}

dl { display:block; width:100%; }
dt, dd {
	color: #5E6A71;
	font-size: 14px;
	line-height: 1.5;
	padding: 1px 9px;
}
dt {
	font-weight: bold;
}
.row, .rowdata {
	display: block;
	width: 100%;
}
.other { background-color:#EFF0F1; margin:0; }
table.at-a-glance td { color:#5E6A71; font-size:14px; text-align:center; }
table.at-a-glance td.comparison { text-align:left; }
table.at-a-glance td.head { background:#EFF0F1 none repeat scroll 0 0; font-weight:bold; text-align:center; }
#gallery ul { list-style:none; margin:0; padding:0; }
#gallery ul li img { width:230px; height:150px; }

hr.close { border:0 none; border-bottom:1px dotted #AEB4B8; margin:0 auto 11px; width:100%; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
06) FORMS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 0 none;
	display: table-row-group;
	margin: 18px 0 0;
	padding: 0;
}
legend {
	color: #BED600;
	font-family: "AvenirLTStd65Medium",sans-serif;
	font-size: medium;
	margin: 0 0 1%;
	padding: 0;
}
label {
	color: #5E6A71;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin: 1% 0 0;
}
input {
	display: block;
	line-height: 1.5;
	width: 98%;
}
select {
	display: block;
	margin: 0 0 1%;
}
input.button-submit {
	clear: both;
	display: block;
	height: 43px;
	margin: 2% 0 1%;
	padding: 0;
	width: 117px;
}
select.select_state { display: block; }
input.checkbox { clear: left; float: left; height: 18px; margin: 0; padding: 0; width: 4%; }
label.field-first,
label.field-phone,
label.field-city {
	float: left;
	margin: 0 1% 1% 0;
	width: 49%;
}
label.field-last,
label.field-email,
label.field-state {
	float: left;
	margin: 0 0 1% 1%;
	width: 49%;
}
label.field-doctor { display: block; margin: 0 0 1% 0; }
label.field-checkbox { float: left; margin: 0 0 1% 0; padding: 0; width: 96%; }
label.field-pms {
	clear: both;
	display: block;
	margin: 0;
	padding: 1% 0 0;
}
label.field-url { clear: both; display: block; margin: 0 0 1% 0; }
label.field-referral { clear: both; display: block; margin: 0 0 1% 0; }
label.field-txtNumber { display: block; float: left; margin: 0 0 4% 0; width: 47%; }
img.txtNumber { float: left; margin-left: 2%; }
label.field-request { display: block; }
textarea {
	color: black;
	display: block;
	font-family: "Calibri","Gill Sans","Trebuchet MS",sans-serif;
	font-size: 14px;
	width: 96%;
}
.optional {
	color: #8e969b;
}
.required {
	font-weight: bold; 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07) IMAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img.webinar {
	border: thin dotted #AEB4B8;
	float: left;
	margin: 9px;
}
.statistic img {
	float: left;
	vertical-align: middle;
	width: 171px;
}
.twitter, .facebook, .youtube { margin-right:9px; }
.rss { float:left; margin:0 9px 0 0; }
object {
	margin: 0 0 14px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
08) LINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a{color:#09c; text-decoration:none}
a:hover{text-decoration:underline}
a img{border:0 none}
a.more{font-weight:bold;}
a.more:before {
	content: "\2192\00A0";
}
p.top a:before {
	content: "\2191\00A0";
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09) NAVIGATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.button, .button:visited {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 3px #AEB4B8;
	-webkit-box-shadow: 0 0 3px #AEB4B8;
	background: url("/images/buttons/button-overlay.gif") repeat-x #0099CC;
	behavior: url("/includes/scripts/PIE.htc");
	border: 1px solid #EFF0F1;
	border-radius: 6px;
	box-shadow: 0 0 3px #AEB4B8;
	color: #FFFFFF;
	cursor:pointer;
	display: inline-block;
	font-family: "AvenirLTStd85Heavy",sans-serif;
	padding: 3px 18px;
	text-shadow: 0 -1px 1px #AEB4B8;
	position: relative;
	text-decoration: none;
}
.small.button, .small.button:visited{font-size:11px}
.medium.button, .medium.button:visited{font-size:13px; line-height:1}
.large.button, .large.button:visited{font-size:15px}

.button:hover {
	-moz-box-shadow:0 0 5px #09c;
	-webkit-box-shadow:0 0 5px #09c;
	behavior: url("/includes/scripts/PIE.htc");
	box-shadow: 0 0 3px #AEB4B8;
}

ul.nav-persistent {
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
	line-height: normal;
	list-style: none;
	margin: 1.5% 0 0 2%;
	padding: 0;
}
ul.nav-persistent li { display:inline; width:auto; }
ul.nav-persistent li span { font-size:14px; font-weight:normal; }
.help { border-right: 1px solid #AEB4B8; padding: 0 9px 0 0; }
.contact { border-right: 1px solid #AEB4B8; padding: 0 9px; } 
.toll-free { font-size:large; padding:0 0 0 9px; }

.nav-tertiary ul{
	clear: both;
	display: block;
	list-style: none;
	margin: 0;

}
.nav-tertiary ul li {
	border-right: thin solid #AEB4B8;
	display: table-cell;
	padding: 0 9px;
	width: auto;
}
.nav-tertiary ul li span {
	font-family: "AvenirLTStd65Medium";
	font-size: 13px;
	font-weight: normal;
}
.nav-tertiary ul li a.current span { color:#BED600; }
.nav-tertiary ul li.end { border-right:0; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10) LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header, #nav, #subnav, #container, #footer {
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 960px;
	width: 95%;
}
#header {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background-color: #FFFFFF;
	behavior: url("/includes/scripts/PIE.htc");
	border-radius: 10px 10px 0 0;
	height: 98px;
	padding-bottom: 21px;
}
.container {
	margin: 0 auto;
/*
	max-width: 1280px;
	min-width: 972px;
*/
	position: relative;
	width: 100%;
}
.brand {
	height: 77px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 180px;
}
#nav {
	background: none repeat scroll 0 0 #FFFFFF;
	/*border-bottom: 1px solid #5E6A71;*/
	clear: both;
	position: relative;
}
#subnav {
	background-color: #0099CC;
	clear: both;
	height: 39px;
}
.nav-tertiary {
	margin: 0 0 1%;
	padding: 0 1%;
	width: 98%;
}
/*
.connector {
	background-color: #0099CC;
	display: block;
	height: 9px;
	margin: 0 auto;
	max-width: 1262px;
	min-width: 954px;
	width: 95%;
}
*/
#container {
	background-color: #FFFFFF;
	/* -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #BED600;
	border-radius: 10px; */
	min-height: 55%;
	padding: 1% 0;
	position: relative;
}
/* 1 column */
.col1 {
	clear: both;
	display: block;
	margin: 0 1%;
	padding: 0 1%;
	width: 96%;
}
/* 2 columns */
.cols2 {
	clear: both;
	display: block;
	margin: 0 1%;
	padding: 0 1%;
	width: 96%;
}
.cols2col1 {
	display: inline-block;
	padding: 1% 1% 1% 0;
	vertical-align: top;
	width: 65%;
}
.cols2col2 {
	display: inline-block;
	padding: 5% 0 1% 1%;
	vertical-align: top;
	width: 32%;
}
.cols2col2b {
	display: inline-block;
	padding: 1% 0 1% 1%;
	vertical-align: top;
	width: 32%;
}
/* 3 columns */
.cols3 {
	clear: both;
	display: block;
	padding: 1%;
	width: 98%;
}
.cols3col {
	background-color: #FFFFFF;
	display: inline-block;
	overflow: hidden;
	padding: 0 1% 1%;
	vertical-align: top;
	width: 31%;
}
/* 4 columns */
.cols4 {
	clear: both;
	display: table;
	padding: 1%;
	width: 98%;
}
.cols4col {
	display: inline-block;
	padding: 0 1% 1%;
	vertical-align: top;
	width: 22.5%;
}
/* 5 columns */
.cols5 {
	clear: both;
	display: table;
	padding: 1%;
	width: 98%;
}
.cols5col {
	display: inline-block;
	padding: 0 1% 1%;
	vertical-align: top;
	width: 17.5%;
}
/*	Ladies & Gentlemen, We Are Floating In Space */
.RequestInfo {
	display: block;
	margin: 0;
	position: absolute;
	right: 12px;
	text-align: right;
	top: 12px;
}
.top {
	margin-top: 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.bottom {
	margin-bottom: 0;
}
.left {
	float: left;
	margin: 0 18px 18px 0;
}
.center {
	display: block;
	margin: 0 auto 14px;
}
.featured {
	float: right;
	margin: 9px 0 9px 18px;
	text-align: right;
	width: 360px;
}
.statistic {
	margin: 1% 0;
	width: 100%;
}
/*	Webinars */
.webinars {
	-moz-box-shadow: 0 1px 2px #EFF0F1;
	-webkit-box-shadow: 0 1px 2px #EFF0F1;
	border: thin solid #EFF0F1;
	box-shadow: 0 1px 2px #EFF0F1;
	display: table;
	margin: 1% 0;
	padding: 0;
	width: 98%;
}
.webinar-row {
	display: block;
	padding: 2% 3% 1%;
	width: 94%;
}
/*
.webinar-info {
	display: table-cell;
	padding: 1%;
	width: 73%;
}
.webinar-cta {
	display: table-cell;
	padding: 1%;
	width: 23%;
}
*/
.odd {
	background: none repeat scroll 0 0 #EFF0F1;
}
/*	Lines */
.dotted {
	border: 0;
	border-top: 1px dotted #AEB4B8;/*#BFC3C6*/
	clear: both;
	display: block;
	margin: 0 0 1%;
	padding: 0;
}
/*	Tables */
table {
	margin: 1% 0;
}
table td {
	border: 1px solid #EFF0F1;
	color: #5E6A71;
	font-size: 14px;
	padding: 0.75%;
	/*text-align: left;*/
}
thead td {
	background: none repeat scroll 0 0 #EFF0F1;
	font-weight: bold;
}
tbody td {
	font-weight: normal;
}
table td.blank {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	padding: 0;
}
table td.center {
	text-align: center;
}
table.partners td {
	border: 0;
	vertical-align: middle;
}
/*	Live Chat for Solutions
.banner-full { background:url(/images/buttons/live-chat_468x60.png) no-repeat 0 0 #dfe1e3; height:60px; margin:9px auto 0; padding:0; width:468px}
.banner-horizontal { background:url(/images/buttons/live-chat_240x120.png) no-repeat 0 0 #dfe1e3; height:120px; margin:9px auto 0; padding:0; width:240px}*/
.box {
	-moz-box-shadow: 0 1px 2px #EFF0F1;
	-webkit-box-shadow: 0 1px 2px #EFF0F1;
	behavior: url("/includes/scripts/PIE.htc");
	border: thin solid #EFF0F1;
	box-shadow: 0 1px 2px #EFF0F1;
	margin:9px 0;
}

.close { clear:both; }
/*	gallery & jCarousel */
#gallery {
	-moz-border-radius: 90px 90px 90px 90px / 30px 30px 30px 30px;
	-webkit-border-radius: 90px 90px 90px 90px / 30px 30px 30px 30px;
	background: #8F979B none repeat scroll 0 0;
	behavior: url("/includes/scripts/PIE.htc");
	border: 6px solid #C8DC26;
	border-radius: 90px 90px 90px 90px / 30px 30px 30px 30px;
	clear: both;
	display: block;
	height: 257px;
	margin: 1% 0 1% -1.4%;
	padding: 0 1%;/*2% 1%*/
	position: relative;
	width: 100%;
}
.jcarousel-container {
	z-index: 1;
}
.jcarousel-container-horizontal {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.jcarousel-next-horizontal {
	background: url("/images/buttons/jcarousel-buttons.gif") no-repeat scroll 0 -144px transparent;
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: 0;
	top: 54px;
	width: 36px;
	z-index: 1;
}
.jcarousel-next-horizontal:hover {
	background-position: 0 -180px;
}
.jcarousel-next-horizontal:active {
	background-position: 0 -216px;
}
.jcarousel-next-disabled-horizontal, 
.jcarousel-next-disabled-horizontal:hover, 
.jcarousel-next-disabled-horizontal:active {
	background-position: 0 -252px;
	cursor: default;
}
.jcarousel-prev-horizontal {
	background: url("/images/buttons/jcarousel-buttons.gif") no-repeat scroll 0 -108px transparent;
	cursor: pointer;
	height: 36px;
	left: 0;
	position: absolute;
	top: 54px;
	width: 36px;
	z-index: 1;
}
.jcarousel-prev-horizontal:hover {
	background-position: 0 -72px;
}
.jcarousel-prev-horizontal:active {
	background-position: 0 -36px;
}
.jcarousel-prev-disabled-horizontal, 
.jcarousel-prev-disabled-horizontal:hover, 
.jcarousel-prev-disabled-horizontal:active {
	background-position: 0 0;
	cursor: default;
}
.jcarousel-clip-horizontal {
	height: 200px;
	width: 92%;
}
.jcarousel-clip {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.jcarousel-list {
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	z-index: 1;
}
.jcarousel-item-horizontal {
	margin-right: 18px;
}
.jcarousel-item {
	height: 150px;
	width: 230px;
}
.jcarousel-list li,
.jcarousel-item {
	color: white;
	float: left;
	height: 200px;
	list-style: none;
	text-align: center;
	width: 230px;
}
/*	Footer */
#footer {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	background-color: #FFFFFF;
	behavior: url("/includes/scripts/PIE.htc");
	border-radius: 0 0 10px 10px;
	border-top: 9px solid #0099CC;
	clear: both;
	margin-bottom: 18px;
	padding: 9px 0 0;
	position: relative;
}
.footer-container {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 97%;
}
.footer-col {
	display: inline-block;
	padding: 0 1% 1%;
	vertical-align: top;
	width: 31%;
}
.footer-col-r {
	display: inline-block;
	padding: 0 1% 1%;
	text-align: right;
	vertical-align: top;
	width: 31%;
}
