@import url(type/type-faces.css);

@import url(960.css);




/*

*/
/* =Reset default browser CSS. 
-------------------------------------------------------------- */
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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
ol.normal {
   list-style: decimal outside none;
    padding-left: 50px;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
/* =LESS 
-------------------------------------------------------------- */
/*	Typography presets
	------------------	*/
body, .normal {
  font-size: 16px;
  line-height: 24px;
  font-family: 'LiberationSerifRegular', 'PT Serif', Georgia, serif;
  color: #292929;
}
.caption {
  font-family: 'DroidSansRegular', 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
}
.service {
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
}
.mono {
  font-family: 'DroidSansMonoRegular', Courier, sans-serif;
  font-size: 1em;
}
.huge, h1 {
  font-family: 'DroidSansRegular', 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 1;	
}
.large, h2 {
  font-family: 'DroidSansRegular', 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: 1.25em;
  line-height: 1.5;
  color: #29aae3;
  letter-spacing: .5px;
  font-weight: normal;
  padding-bottom: .5em;
}
h3 {
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: .5em;
}
.small, small {
  font-size: .875em;
  line-height: 1.3;
}
a {
  color: #0d4f7c;
  text-decoration: none;
}
a:hover {
  color: #6E95B0;
}
a:active {
  position: relative;
  top: 1px;
}
a.external {
  background: #FFDFD4;
  padding: 0 .2em;
}
.entry-excerpt {
  margin-top: 1em;
  margin-left: .25em;
}
.entry-excerpt img {
  display: none;
}
p {
  font-size: 1em !important;
}
/* Selection colours (easy to forget) */
::selection {
  background: #3b3b3b;
  color: white;
}
::-moz-selection {
  background: #3b3b3b;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #ffff9e;
}
/*

.gradient-back(@color1: #faa51a, @color2: #f47a20){
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(@color1), to(@color1));
	background: -moz-linear-gradient(top,  @color1,  @color1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=@color1, endColorstr=@color1); 
}
*/
/* =Layout
-------------------------------------------------------------- */
/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
/* =Structure
-------------------------------------------------------------- */
body {
  background: #d5e2f2;
}
#top-menu-backs {
  position: absolute;
  top: 0;
  left: 0;
  height: 125px;
}
#top-menu-backs ul li {
  font-family: 'DroidSansRegular', 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  display: inline;
  width: 400px;
}
#top-menu-backs ul li .top-memu-item-back {
  width: 25%;
  height: 125px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
  overflow: hidden;
}
#top-menu-backs ul li .top-memu-item-back img {
  width: 400px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
  position: relative;
  bottom: 40%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
  margin: 0 auto;
  width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
  margin: 0 auto;
  width: 900px;
}
#main_menu {
  width: 1080px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
}


.menu-header {
  display: inline;
  float: left;
  position: relative;
  top: 0;
  width: 100%;
  height: 75px;
}
.menu-header ul {
  width: 100%;
}
.menu-header ul li {
  position: relative;
  float: left;
  margin-top: 1em;
  margin-left: 5%;
  width: 20%;
  padding-top: .25em;
  font-family:  'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  background: url(images/back_menu_top_blue.png);
}
.menu-header ul li a {
  color: white;
  position: relative;
  padding-left: .5em;
}
#main {
  width: 896px;
  display: block;
  float: none;
  clear: both;

  background: white;
  /*-moz-box-shadow: 0 0 10px #888888;*/
  /*-webkit-box-shadow: 0 0 10px #888888;*/
  /*box-shadow: 0 0 10px #888888;*/
  margin: 0 auto;
  margin-top: 3em;
  height: auto;
 }
#main #top_side {
  width: 896px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
  border-bottom: 1px solid silver;
}
#main #office_logo {
  width: 160px;
  margin-left: 12px;
  display: inline;
  float: left;
  margin-top: 12px;
}
#main #office_excerpt {
  width: 344px;
  margin-left: 48px;
  display: inline;
  float: left;
  margin-top: 48px;
  margin-bottom: 3em;
}

#office_excerpt .post{
	padding: 0 !important;
}
#main #office_video {
  width: 252px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 48px;
  float: right;
}
#main #service_bar {
  width: 219.79999999999998px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 6px;
  height: 45px;
  float: right;
  background: url(images/try_buy.png) no-repeat;
}
#main #service_bar a {
  display: none;
}
#main #products_headers {
  width: 850px;
  margin-left: 36px;
  display: inline;
  float: left;
  margin-top: 0px;
}
#main #products_headers ul#home_products_titles {
    
}

#main #products_headers ul#home_products_titles li {
  width: 252px;
  display: inline;
  float: left;
  margin-top: 0px;
  font-family: 'DroidSansRegular', 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: 1.25em;
  line-height: 1.5;
  color: #29aae3;
  letter-spacing: .5px;
  font-weight: normal;
  padding: 15px;
}



#main #products_headers ul#home_products_logos {
  width: 896px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
}
#main #products_headers ul#home_products_logos li {
  width: 252px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 12px;
	padding: 0 15px;
}



#main #products_headers ul#home_products_logos li a.button {
  position: relative;
  top: -40px;
  left: 10px;
}


#main #home_table {
  width: 896px !important;
  margin-left: 0px;
  display: inline;
  float: left;
  
}
#main #home_table .table_colomn {
  width: 100%;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
  
}

#main #home_table ul li {
  width: 252px;
  margin-left: 0px;
  display: inline;
  float: left;
  
}

#main #home_columns {
  width: 988px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 12px;
  padding-bottom: 4em;
  padding-left: 3.4em;
}
#main #home_columns .colomn {
  width: 252px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
}
#main #home_columns .colomn .video {
  margin-top: 1em;
}
#main #home_columns .colomn button {
  margin-top: 1em;
}
#main #home_columns .colomn + .colomn {
  margin-left: .75em;
  padding-left: 1.5em;
  border-left: 1px silver solid;
}
#shadow {
  width: 100%;
  height: 20px;
  background: gray;
  display: inline;
}


#primary {
  width: 206px;
  margin-left: 24px;
  display: inline;
  float: left;
  margin-top: 0px;
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: .89em;
  background: white;
  position: absolute;
  right: 0;
  z-index: 120;
  padding-right: 0;
  -moz-box-shadow: 0 0 10px #888888;
  -webkit-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888;
  
}
#primary .widget-title {
  display: none;
}
#primary ul.xoxo li.widget-container {
  background: #0071BC;
}
#primary ul.xoxo li.widget-container ul {
  padding: .75em;
  padding-left: .5em;
}
#primary ul.xoxo li.widget-container ul li {
  margin-left: 1.5em;

}
#primary ul.xoxo li.widget-container ul li a {
  color: white;
}

#primary ul.xoxo li.widget-container ul li a:hover {
  color: #75c0f9;
}


#secondary {
  width: 896px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 12px;
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: .89em;
  padding: 1em;
  padding-left: 2em;
  margin-bottom: 1em;
}
#secondary .widget-title {
  display: none;
}
#secondary ul.xoxo {
  display: inline;
}
#secondary li {
  margin-bottom: 1em;
  display: inline;
  margin-right: 2em;
}
#secondary li img {
  position: relative;
  top: 6px;
  margin-right: .5em;
}
#linkcat-21 {
  background: white;
  padding: 1em;
  padding-bottom: 3em;
}
#switcher {
  width: 160px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
  height: 40px;
  position: relative;
  top: -27px;
  left: 220px;
  color: gray;
}
#switcher ul.view-switcher {
  position: relative;
  top: 12px;
}
#switcher input#switcher_label {
  position: relative;
  top: -3.5em;
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: .75em;
  padding: 0;
  padding-left: 1em;
  cursor: default;
  border: none;
}
ul.view-switcher {
  width: 76px;
  height: 28px;
  background: #E6E6E6;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-image: url(images/gradient_back.png);
  background-repeat: repeat-x;
  background-position-y: -10%;
  -moz-box-shadow: inset 0 3px 7px #333333;
  -webkit-box-shadow: inset 0 3px 7px #333333;
  box-shadow: inset 0 3px 7px #333333;
}
ul.view-switcher #selector {
  position: relative;
  z-index: 100;
  width: 24px;
  height: 13px;
  background: gray;
  top: 1px;
  left: 38px;
  padding: 5px;
  background: #E6E6E6;
  border: gray 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: url(images/gradient_back.png);
  background-repeat: repeat-x;
  background-position-y: 90%;
  -moz-box-shadow: 0 1px 2px #888888;
  -webkit-box-shadow: 0 1px 2px #888888;
  box-shadow: 0 1px 2px #888888;
}
ul.view-switcher li {
  display: inline;
  width: 24px;
  height: 13px;
  margin-top: 1px;
  margin-left: 1px;
  padding: 5px;
  position: relative;
  top: -23px;
  z-index: 101;
}
ul.view-switcher li dt {
  position: relative;
  top: 50px;
  color: black;
  height: 1em;
  width: 10em;
}
ul.view-switcher li + li {
  margin-left: 0;
  margin-right: 1px;
}
ul.view-switcher li:hover {
  cursor: pointer;
}
ul.view-switcher li.selected {
  background: #E6E6E6;
  border: gray 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: url(images/gradient_back.png);
  background-repeat: repeat-x;
  background-position-y: 90%;
  -moz-box-shadow: 0 1px 2px #888888;
  -webkit-box-shadow: 0 1px 2px #888888;
  box-shadow: 0 1px 2px #888888;
}
ul.view-switcher li#table {
  content: url(images/table_view.png);
}
ul.view-switcher li#column {
  content: url(images/column_view.png) !important;
}
/* =Global Elements
-------------------------------------------------------------- */
button, a.button {
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  border: none;
  background: #0d4f7c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
 /* -moz-box-shadow: 0 1px 3px #888888;
  -webkit-box-shadow: 0 1px 3px #888888;
  box-shadow: 0 1px 3px #888888; */
  color: white;
  padding: .5em 1em;
  background-image: url(images/gradient_back.png);
  background-repeat: repeat-x;
  background-position-y: 32px;
  font-size: .75em;
  border: #0d4f7c 1px solid;
}
button:hover, a.button:hover {
  cursor: pointer;
  background-color: #126caa;
  color: white;
}
button:active, a.button:active {
  cursor: pointer;
  background-color: #126caa;
  position: relative;
  bottom: -1px;
}
button.gray {
  background-color: silver;
  border-color: gray;
  color: black;
}
.edit-link {
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: .75em;
  padding: 0;
  width: 2em;
  margin-top: .15em;
  text-align: center;
  position: relative;
  top: -2em;
  float: right;
  display: inline;
}
.edit-link a {
  color: silver;
}
.edit-link-2 {
  display: none;
}
/* 
Post and Content Styles
====================================================================================== */
.entry-content {
  width: 850px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 24px;
}
.excerpt {
  width: 390px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 12px;
}
.main-image {
  width: 390px;
  margin-left: 24px;
  display: inline;
  float: left;
  margin-top: -24px;
}
body.single, body.category {
  background: #D5E2F2 !important;
  width: 960px;
  margin: 0 auto;
}
.shadow-hr {
  background: url(images/shadow.png) no-repeat center;
  height: 16px;
  width: 100%;
  float: left;
  overflow: hidden;
}
button.try {
  padding: .5em 1em;
  font-size: .89em;
  float: right;
  position: relative;
  top: 1em;
  right: 1em;
}
div.local_menu_container {
  width: 100%;
  display: block;
}
ul.local_menu {
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: 1.2em;
}
ul.local_menu li {
  display: inline;
  margin: 0!important;
  width: 33%;
  float: left;
  padding-bottom: 1em;
  padding-top: 1em;
  background: #8fafd6;
}
ul.local_menu li a {
  color: white;
  padding: 1em;
  margin: 0;
  float: left;
}
ul.local_menu li a:hover {
  background: #447abb;
}
ul.local_menu li + li a {
  border-left: 1px solid #fcfdfe;
}
div#office_local_menu {
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 19px;
  float: left;
  height: 42px;
  background: url(images/back_gradient_40px.png) repeat-x bottom #8fafd6;
  width: 240px;
  position: relative;
  z-index: 100;
}
div#office_local_menu a {
  color: white;
  text-align: center;
  height: 40px;
  padding-left: 0px;
  line-height: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
  position: relative;
  top: 2px;
  left: 20px;
  background: url(images/back_menu_office_normal.png) no-repeat right bottom;
}
div#office_local_menu.selected, div#office_local_menu:hover {
  background-color: #447abb;
}
div#office_local_menu.selected a, div#office_local_menu:hover a {
  background: url(images/back_menu_office_selected.png) no-repeat right bottom;
}
table.local_menu {
  width: 656px;
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1.2em;
  float: left;
  position: relative;
  left: 0em;
  background: url(images/back_gradient_40px.png) repeat-x bottom #6a94c8;
}
table.local_menu td {
  text-align: center;
  /*padding: .45em 0em; */
    padding: .41em 0em; 
}
table.local_menu td a {
  color: white;
  font-size: .75em;	
}
table.local_menu td {
  border-right: 1px solid #fcfdfe;
}
table.local_menu td.selected, table.local_menu td.selected:hover {
  background-color: #376195;
  cursor: default;
}
table.local_menu td:hover {
  background-color: #447abb;
}
.inner_menu_container {
  float: left;
 
width: 100%;
margin-top: 1em;	
}
.inner_menu_container .inner_menu_left_end {
  height: 28px;
  width: 16px;
  float: left;
  background: url(images/inner_menu_left_end.png) no-repeat bottom right;
}
.inner_menu_container .inner_menu_right_end {
  height: 28px;
  width: 16px;
  float: right;
  background: url(images/inner_menu_right_end.png) no-repeat bottom left;
position: relative;
right: 36em;
}

.inner-menu-container-bottom .inner_menu_container .inner_menu_right_end{
	right: 11em;
}

ul.inner_menu {
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: .75em;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  background: url(images/inner_menu_normal.png) repeat-x bottom;
}
ul.inner_menu li {
  border-top: 1px silver solid;
  display: inline;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 7px;
  padding-top: 5px;
  padding-right: 1em;
  padding-left: 1em;
}
ul.inner_menu li.selected {
  background: url(images/inner_menu_selected.png) white repeat-x top;
}
ul.inner_menu li + li {
  border-left: 1px solid gray;
}
div.inner-menu-container-bottom {
  width: 436px;
  margin-left: 24px;
  display: inline;
  float: left;
  margin-top: 24px;
}
div.bottom-content {
  width: 896px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 12px;
  padding-top: 3em;
  position: relative;
  bottom: 0em !important;
  padding-bottom: 4em;
}
div.block-additions {
  width: 896px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 12px;
  background: #60636b;
  -moz-box-shadow: inset 0 5px 10px #303135;
  -webkit-box-shadow: inset 0 5px 10px #303135;
  box-shadow: inset 0 5px 10px #303135;
  padding: 0em 0 1.5em 0;
}
div.block-additions ul.articles {
  width: 758px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 0px;
}
div.block-additions ul.articles li {
  width: 229px;
  margin-left: 12px;
  display: inline;
  float: left;
  margin-top: 24px;
  height: 64px;
}
div.block-additions ul.articles li div {
  display: table-cell;
  vertical-align: middle;
}
div.block-additions ul.articles li div div {
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
div.block-additions ul.articles li img {
  float: left;
  height: 64px;
}
div.block-additions ul.articles li a {
  display: table;
  height: 64px;
  color: white;
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  padding: .25em .5em .25em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(images/ico_article.png) no-repeat;
  padding-left: 70px;
  font-size: .89em;
}
div.block-additions ul.articles li a:hover {
  background-color: #555759;
  -moz-box-shadow: inset 0 2px 5px #232425;
  -webkit-box-shadow: inset 0 2px 5px #232425;
  box-shadow: inset 0 2px 5px #232425;
}
div.block-additions ul.articles li a.selected {
  background-color: #2b2d30;
  -moz-box-shadow: inset 0 2px 5px #000000;
  -webkit-box-shadow: inset 0 2px 5px #000000;
  box-shadow: inset 0 2px 5px #000000;
}
div.block-additions ul.faqs-datasheets {
  width: 114px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 24px;
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-size: .875em;
  line-height: 1.3;
  border: 1px solid white;
  border-right: none;
  padding: .5em;
  position: relative;
  left: .5em;
  background: white;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -moz-box-shadow: 0 5px 10px #303135;
  -webkit-box-shadow: 0 5px 10px #303135;
  box-shadow: 0 5px 10px #303135;
}
div.block-additions ul.faqs-datasheets li {
  padding: .5em 0 .5em 0;
}
div.block-additions ul.faqs-datasheets li.faq {
  list-style: url(images/faq_icon.png) inside;
}
div.block-additions ul.faqs-datasheets li.datasheet {
  list-style: url(images/datasheet_icon.png) inside;
}
a.top {
  width: 160px;
  margin-left: 0px;
  display: inline;
  float: left;
  margin-top: 48px;
  float: right;
  font-family: 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  background: url(images/arrow_top.png) no-repeat 0 2px;
  padding-left: 20px;
}

.shareit{
	float:left;
	width: 100%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-top: 0em;
	padding: 1em 0;
}
.shareit-title{
	float: left;
	display: inline;
	line-height: 1;
	margin-right: 1em;
	color: gray;
}

.shareit-content{
	margin-left: 4em;
	
}

a.try{
	letter-spacing: -1px;
float: right;
padding: .25em 1em;
margin: .75em 0em;
font-size: 1em;
border-color: #5D97DD;
text-shadow: 0px 1px 0px white;
border-radius: 18px;
background-color: #79AFF7;
color: #163F66;
-moz-box-shadow: none !importnant;
-webkit-box-shadow: none !importnant;
box-shadow: none !importnant;
}

a.try:hover{
	color: #163F66;
	background-color: #cfdcfc;	
}

#main #home_table ul li{
	padding: 15px;
	
}

.selector-col div{
	width: 36px;
	height: 97px;
	float: left;
	margin-top: 15px;
	box-shadow: 0 0 2px gray;
	background-color: gray !important;
}

.selector-col div:hover{
	background-color: silver !important;
	box-shadow: 1px 0 2px gray;
}

.selector-col div:active{
	box-shadow: 0 0 0 gray;
}

.selector-col #what-is-it{
	background: url(images/what-sel.png) no-repeat ;
	
}

.selector-col #benefits{
	background: url(images/benefits-sel.png) no-repeat ;
}

.selector-col #strength{
	background: gray url(images/strength-sel.png) no-repeat ;
}

.more-link {
	visibility: hidden;
	border: 1px solid silver;
	background: #dfdfdf;
	font: .75em 'LucidaGrandeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	border-radius: 0 0 12px 12px;
	padding: .25em .5em;
	position: relative;
	bottom: -.75em;
	color: gray;
}

.articles-list-container{
	float: left;
	margin-top: 1.5em;
	font-family: 'DroidSansRegular', 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: .89em;
	margin-bottom: 1em;
}

ul.articles-list li{
	padding:0 !important;
	margin-bottom: .5em;
	background: url(http://conceptdraw.com/resources/images/bullet_docs.png) no-repeat;
	padding-left: 1em !important;
}

ul.articles-list li a{
	display:inline;
	float: none;
	line-height: 16px;
	background-color: none;
}
ul.articles-list li a:hover{
	background-color: #FEFE9E;
}

#office_articles{
	position: relative;
	top: 4em;
	left: 6em;
	border-left: 1px solid silver;
	padding-left: 2em;
	padding-top: .5em;
}


.bottom-content #secondary,.bottom-content #office_local_menu,.bottom-content .local_menu {
	display: none;
}

#footer{
	float: left;
	font: .75em 'DroidSansRegular', 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	padding-bottom: 2em;
	padding-left: 5em;
	width: 800px;
}

#footer ul{
	padding: 1em 0;
	float: left;
}

#footer p{
	float: left;
	width: 100%;
}

#footer ul li{
	display:inline;	
}

#footer ul li+li{
	margin-top: 1em;
}



header, .header{
	display: inline;
	margin-bottom: 1em;
	width: 100%;
	font-family: 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	/*
border-top: none;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
*/

}


header ul, .header ul{
	position: absolute;
	margin-top: 1em;
	padding-top: .5em;
   /* left: 11%; */
	top: 0;
}

.home header ul,.home .header ul{
	position: absolute;
	margin-top: 1em;
	padding-top: .5em;
	top: 0;
    min-width: 890px;
	/* left: 0; */
}

header ul li, .header ul li{
	display: inline;
	float: left;
	text-align: center;
	/* margin-left: 1em; */
}

header ul li a, .header ul li a{
	color: #105182;
	text-shadow: 0 1px 1px white;
	line-height: 2.25;
	text-align: center;
	font-size: .89em;
	letter-spacing: 1px;
	padding: .5em 1em;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	font-weight: bold;
}


header ul li img, .header ul li img{
	float: left;
	margin-left: 1.3em;
	margin-right: 1.3em;
	margin-top: .25em;
}

header ul li a.selected, .header ul li a.selected{
	color: white;
	text-shadow:none;
	background: #C4151B;
	box-shadow: 0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px white;
	-moz-box-shadow: 0 1px 1px white;

}

header ul li:first-child a, .header ul li:first-child a{
	background: none;
	padding-left: 0;
	color: #C4151B;
	font-weight: bold;
}

header ul li:last-child a, .header ul li:last-child a{
	border-radius: 0 4px 0 0
	-moz-border-radius: 0 4px 0 0
	-webkit-border-radius: 0 4px 0 0;
}

header ul li:first-child a:hover, .header ul li:first-child a:hover{
	color: #ff494f;
}

div.small{
    width: 120px;
    height: 80px;
}

.video-container {
    margin-right: 2em;
    margin-bottom: 2em;
    float: left;	
}

.video-container .title {
    font-size: .75em;
    padding-top: 1em;
    line-height: 1.4;
    float: left;
}


.video-container a.video-link:hover .video {
    border-color: black;
}

.vd{
	margin-left: 4em;
	margin-bottom: 2em;
	height: 110px;
	
}

.video {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 0 3px #1a3951;
border: 4px solid #1B75BB;
}

.video-container .title {
font-size: .75em;
padding-top: 1em;
line-height: 1.4;
float: left;
}

.video-container p{
	float: left;
	width: 120px !important;
	font-size: 1em !important;
	font-family: Helvetica, Verdana, Arial;
	margin-top: 0 !important;
}


.home-button{
	font-size: .75em;
	float: left !important;
	margin-left: 0 !important;
	display: inline !important;
	margin-right: 12em !important;
	margin-bottom: 1em !important;
	margin-top: 1em !important;	
}


#office_excerpt .button{
	font-size: .89em;
	float: none !important;
	width: 8em;
	text-align: center;
	display: block;
	margin-left: 0 !important;
	
}

#visio-files{
    padding-left: 35px;
}

