/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */

body div {
}

.breadcrumb {
font-size: 11px;
}

.newsticker {
list-style-type: none;
background: ;
margin: 0;
}

a {
color: #15076C;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a:visited {
color: #6e6799;

}

#header h1 a {
display:block;
position: relative;
width: 300px;
height: 100px;
margin: 0;
}



body {
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size: 12px;
background: url(../images/BGtile_body2.png) repeat-x #f2f2f2;
}

#page {
text-align: left;
}



#header {
height: 190px;
position: relative;
background: url(../images/header4.jpg);
z-index: 0;
}

#header h1, #header .description {
text-indent: -9000px;
}

#contentWrapper {
background: url(../images/BG_contentWrapper.png) repeat-y;
padding: 20px;
}

#content {
background: #FFFFFF;
}

.widecolumn .entry p {
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
text-align: center;
}

h2.widgettitle {
}
.textwidget {
padding-bottom: 10px;
border-bottom: dotted 1px #999;
line-height: 14px;
}
.textwidget.last {
	border-bottom:none;
	padding-bottom:0;
}

h4 {
margin-bottom: 6px;
}

h4, h4 a {
font-size: 16px;
color: #999999;
font-weight: bold;
text-decoration: none;
}

span.ourViewDate {
font-weight: bold;
display: inline;
margin-right: 10px;
}

.ourView p {
display: inline;
}

.ourView li {
padding-bottom: 18px;
}

#searchform #s {
text-indent:0;
}

#searchform #s {
background:transparent;
color:#666666;
font-size:11px;
font-weight:normal;
height:20px;
padding:5px 4px 0 24px;
width:120px;
}

#searchform input {
-x-system-font:none;
background:transparent scroll center 4px;
border:medium none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:22px;
line-height:normal;
padding:0;
text-indent:-9000px;
vertical-align:middle;
width:20px;
}



/*  news, events stuff  */

ul#eventsList p {
padding-top: 14px;
font-weight: bold;
}

.news h6, .events h6 {
margin-bottom: 10px;
}

.postDateBox {
width: 40px;
height: 44px;
margin: 0 10px 14px 0;
float: left;
background: url(../images/BG_newsDates.gif) no-repeat;
}

.postMonth {
font-size: .8em;
line-height: 16px;
height: 16px;
text-align: center;
text-transform:uppercase;
/*background: #15076C;*/
color: #FFFFFF;
}

.postDate {
font-size: 1.6em;
line-height: 26px;
height: 26px;
text-align: center;
/*background: #ddd;*/
}

.postYear {
font-size: 1em;
line-height: 1.2em;
height: 1.2em;
text-align: center;
border-top: solid 1px #FFFFFF;
background:#CCCCCC;
}

.news .newsDate {
width: 130px;
float: left;
font-weight: bold;
color:#999999;
}

.news #newsList li {
/*height: 22px;*/
line-height: 22px;
border-top: solid 1px #ddd;
}

.news #newsList li a {
font-weight: bold; 
}

.news #newsList li p {
color: #666666;
margin: 4px 0;
line-height: 16px;
}

.news #newsList li p a.more-link {
display: block;
margin-bottom: 10px;
font-size: 11px;
}


/*  END news, events stuff  */



/*  main navigation  */

#navbar {
height: 40px;
background: url(../images/navbarBG.png) 0 -1px no-repeat;
}

#navigation {
  list-style: none;
  margin-left: 0px;
}



#navigation {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#navigation ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#navigation > ul {
	padding-left: 180px;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation a {
	color: #eee;
	display: block;
	line-height: 40px;
	padding: 0 30px;
	text-decoration: none;
	
	text-shadow: 1px 1px 3px #090064;
}
#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 188px;
	z-index: 99999;
	
-webkit-box-shadow: 3px 3px 5px 0px rgba(56, 56, 133, .5);
-moz-box-shadow: 3px 3px 5px 0px rgba(56, 56, 133, .5);
box-shadow: 3px 3px 5px 0px rgba(56, 56, 133, .5);
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #282269;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	
	text-shadow: 1px 1px 1px #ccc;
}
#navigation li:hover > a,
#navigation ul ul :hover > a,
#navigation a:focus {
	background: #efefef;
	text-shadow: 1px 1px 3px #333;
}
#navigation ul ul :hover > a {
	color: #282269;
	text-shadow: 1px 1px 1px #ccc;
	background: #e7e7ef;
}

#navigation li:hover > a,
#navigation a:focus {
	background: #ccc;
	
background: -moz-linear-gradient(top, #5b5b5b 0%, #8c8c8c 6%, #cecece 91%, #b7b7b7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(6%,#8c8c8c), color-stop(91%,#cecece), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5b5b5b 0%,#8c8c8c 6%,#cecece 91%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5b5b5b 0%,#8c8c8c 6%,#cecece 91%,#b7b7b7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5b5b5b 0%,#8c8c8c 6%,#cecece 91%,#b7b7b7 100%); /* IE10+ */
background: linear-gradient(top, #5b5b5b 0%,#8c8c8c 6%,#cecece 91%,#b7b7b7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */

	color: #eee;
}
#navigation ul li:hover > ul {
	display: block;
}
#navigation .current_page_item > a,
#navigation .current_page_ancestor > a {
	color:#282269;
	text-shadow: 1px 1px 3px #ccc;
background: #fff;	

background: -moz-linear-gradient(top, rgba(217,218,221,1) 0%, rgba(255,255,255,1) 3%, rgba(232,232,234,1) 6%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,218,221,1)), color-stop(3%,rgba(255,255,255,1)), color-stop(6%,rgba(232,232,234,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(217,218,221,1) 0%,rgba(255,255,255,1) 3%,rgba(232,232,234,1) 6%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(217,218,221,1) 0%,rgba(255,255,255,1) 3%,rgba(232,232,234,1) 6%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(217,218,221,1) 0%,rgba(255,255,255,1) 3%,rgba(232,232,234,1) 6%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(217,218,221,1) 0%,rgba(255,255,255,1) 3%,rgba(232,232,234,1) 6%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dadd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}




/*#navigation li {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 41px;
	position: relative;
	display: block;
	background: url(../images/nav2.png) -161px 0 no-repeat;
}
*/


/* individual navigation items */


/*#navigation a.ourVision {
  background-position: -130px 0px;
  width: 103px;
}
#navigation .highlight a.ourVision:hover,
#navigation a.ourVision .hover {
  background-position: -130px -50px;
}



#navigation a.solutions {
  background-position: -233px 0;
  width: 99px;
}
#navigation .highlight a.solutions:hover,
#navigation a.solutions .hover {
  background-position: -233px -50px;
}



#navigation a.services {
  background-position: -332px 0;
  width: 95px;
}
#navigation .highlight a.services:hover,
#navigation a.services .hover {
  background-position: -332px -50px;
}



#navigation a.standards {
  background-position: -427px 0;
  width: 103px;
}
#navigation .highlight a.standards:hover,
#navigation a.standards .hover {
  background-position: -427px -50px;
}



#navigation a.about {
  background-position: -530px 0;
  width: 145px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
  background-position: -530px -50px;
  width: 144px;
}



#navigation a.contact {
  background-position: -675px 0;
  width: 109px;
}

#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
  background-position: -675px -50px;
}
*/


/* ACTIVE PAGE NAV INDICATORS */

/*#navigation.our-vision a.ourVision {
  background-position: -130px -100px;
}

#navigation.solutions a.solutions {
  background-position: -233px -100px;
}

#navigation.services a.services {
  background-position: -332px -100px;
}

#navigation.standards a.standards {
  background-position: -427px -100px;
}

#navigation.about-xtensible a.about {
  background-position: -530px -100px;
}

#navigation.contact-us a.contact {
  background-position: -675px -100px;
}
*/



/* Begin Structure */
body {
margin: 0 0 20px 0;
padding: 0;
}

#page {
margin: 0px auto;
padding: 0;
width: 912px;
}
	
#searchbar {
height: 40px;
width: 912px;
position: absolute;
top: 0;
background: url(../images/BG_searchbar.png) no-repeat;
z-index: 1;
}

#searchbarLeft {
width: 200px;
float: left;
}

#searchbarLeft a {
display: block;
float: left;
height: 24px;
line-height: 24px;
text-indent: -9000px;
}

#searchbarLeft a#linkSitemap {
width: 44px;
margin: 0 18px 0 6px;
}

a#linkContact {
width: 54px;
margin: 0;
}

#searchbarRight {
width: 400px;
margin-right: 20px;
float: right;
text-align: right;
}

#sidebarSearch {
height: 46px;
background: url(../images/BG_sidebarSearch.png) 0 3px no-repeat;
}

#sidebarSearch #linkSitemap {
display:block;
float:right;
width: 75px;
height:24px;
line-height:24px;
text-indent:-9000px;
}

#sidebarSearch #searchform {
text-align: left;
}

#sidebarSearch #searchform #s {
text-indent:0;
}

#sidebarSearch #searchform #s {
background:transparent;
color:#666666;
font-size:11px;
font-weight:normal;
height:20px;
padding: 1px 4px 0 20px;
width:180px;
}

#sidebarSearch #searchform input {
-x-system-font:none;
background:transparent scroll center 4px;
border:medium none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:22px;
line-height:normal;
padding:0;
text-indent:-9000px;
vertical-align:middle;
width:20px;
}


#sidebarSearch #searchform #searchsubmit {
width: 1px;
height:1px;
}







#header {
}


.narrowcolumn {
float: left;
padding: 0 0 20px 20px;
margin: 0px 0 0;
width: 530px;
}

.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}

.post {
margin: 0 0 40px;
/*text-align: justify;*/
}

.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}

#footer {
padding: 0;
margin: 0 auto;
clear: both;
text-align: left;
}

#footer p {
margin: 0;
padding: 2px 10px;
color:#999999;
font-size:11px;
}

#bucketsRow {
height: 166px;
padding: 0 20px;
background: url(../images/BG-homefooter2.jpg) no-repeat;
}

#bucketsRow h4 {
}

#bucketsRow h2 {
color: #000066;
margin:0 0 6px 0;
font-weight: bold;
}

#bucketsRow h2 a {
font-size: 11px;
color: #666666;
text-decoration: none;
}


#bucketsRow p {
padding:0 0 6px 0;
font-size: 11px;
line-height: 12px;
color: #666666;
}


.footer-recent-posts, #bucketCases, #bucketTech {
width: 414px;
height: 134px;
padding: 40px 10px 0 12px;
overflow: hidden;
float: left;
}

#bucketCases, #bucketTech {
}

#bucketCases h3, #bucketTech h3 {
display: none;
}


/* End Structure */



/*	Begin Headers */
h1 {
padding-top: 50px;
margin: 0;
}

h2, h6 {
margin: 20px 0 0;
}

.post h2, h6,
.archive h2 {
	font-size: 20px;
	color:#15076c;
	text-align:left !important;
}

.post p {
font-size: 13px;
margin: 8px 0;
	color: #333333;
}

h2.pagetitle {
margin-top: 30px;
text-align: center;
}

#sidebar h2 {
margin: 4px 0 10px;
padding: 0;

color: #15076c;
font-size: 14px;
font-weight: bold;
}

h3 {
padding: 0;
margin: 30px 0 0;
font-size: 15px;
font-weight: bold;
}

h3.comments {
padding: 0;
margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;

margin: 0 20px 5px 20px;
font-size: 12px;
color:#666666;
}



#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 0px;
padding: 5px 3px;
text-align: right;
}

/*#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
}

.entry form input, .entry form select, .entry form textarea {
margin-bottom: 10px;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea {
width: 100%;
padding: 2px;
}

#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
margin-left: 578px;
width: 292px;
}

#sidebar ul {
padding-top: 12px;
}

#sidebar ul ul {
padding-top: 0px;
}

#sidebar ul li#sidebarBottom {
height: 13px;
margin: 0;
padding: 0;
}



#sidebar ul#subpages {
padding-top: 36px;
background: url(../images/BG_subpagesSidebarTop.gif) no-repeat;
}

#sidebar ul#subpages li {
/*height: 18px;*/
margin-left: 14px;
background: url(../images/bullet_subpageNav.gif) no-repeat;
background-position: 0 1px;
}

#sidebar ul#subpages li ul li {
background: none;
}

#sidebar ul#subpages li a {
height: 18px;
line-height: 18px;
padding-left: 24px;

font-size: 13px;
font-weight: bold;
color: #dc4742;
text-decoration: none;
}

#sidebar ul#subpages li ul li a {
padding-left: 4px;
height: 16px;
line-height: 16px;
font-size: 12px;
font-weight: normal;
color: #666666;
text-decoration: none;
}

#sidebar ul#subpages li.current_page_item a {
color: #15076C;
}

#sidebar ul#subpages li.current_page_item ul li a {
color: #666666;
}



#sidebar ul#subpages li#sidebarBottom {
background: #ffffff url(../images/BG_subpagesSidebarBottom.gif) no-repeat;
height: 26px;
margin-left: 0px;
}



#sidebar ul#dynamicSidebar {
background: url(../images/BG_sidebarTop.gif) no-repeat;
}

#sidebar ul#dynamicSidebar li#sidebarBottom {
background: url(../images/BG_sidebarBottom.gif) no-repeat;
}







#sidebar form {
margin: 0;
}
/* End Sidebar */


/* Begin Sitemap */


/* End Sitemap */

.ddsg-wrapper h2 {
visibility: hidden;
}

.ddsg-wrapper {
padding-bottom: 30px;
}

.ddsg-wrapper ul ul {
margin-left: 20px;
}

.ddsg-wrapper li a {
height: 20px;
line-height: 20px;
}


/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */



.onecolumn {
	padding:0 20px;
}
#tabs-nav li:before {
content:'' !important;
}

/* Vertical Tabs
----------------------------------*/
#ui-tabs { 
/*width: 55em;*/ 
overflow: hidden;
margin-top: 30px;
border:none;
background:none;
}
#ui-tabs .ui-tabs-nav { 
padding: .2em .1em .2em .2em; 
float: left; 
width: 18em; 
text-indent:0;
}
#ui-tabs .ui-tabs-nav li { 
clear: left; width: 100%;
border-bottom-width: 1px !important;
border-right-width: 0 !important;
border-left-color:#fff;
background-image:none;
margin: 0 -1px .2em 0;
margin: 0 -1px 0 0;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;

white-space:normal;
}

#ui-tabs .ui-tabs-nav li.ui-state-active {
}
#ui-tabs .ui-tabs-nav li a { 
display:block;
padding: .5em;
}
#ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
padding-bottom: 0;
/*padding-right: .1em;*/
border-right-width: 1px;
border-right-width: 1px;
}
#ui-tabs .ui-tabs-panel { 
padding: 0 1em 1em 1em;
float: right;
width: 41em;
}



#ui-tabs .ui-widget-header {
border-color:#fff;
background: #fff;
}


#ui-tabs .ui-tabs-nav li {
	
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc !important;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Nzc3NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/

background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 95%, rgba(191,191,191,1) 99%, rgba(155,155,155,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(95%,rgba(232,232,232,1)), color-stop(99%,rgba(191,191,191,1)), color-stop(100%,rgba(155,155,155,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 95%,rgba(191,191,191,1) 99%,rgba(155,155,155,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 95%,rgba(191,191,191,1) 99%,rgba(155,155,155,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 95%,rgba(191,191,191,1) 99%,rgba(155,155,155,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 95%,rgba(191,191,191,1) 99%,rgba(155,155,155,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9b9b9b',GradientType=1 ); /* IE6-8 */
}
/*#ui-tabs .ui-tabs-nav li.ui-state-hover,*/
#ui-tabs .ui-tabs-nav li.ui-state-active {
background: rgb(247,247,247); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%), -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 49%, rgba(244,244,244,1) 100%), -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 68%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0)), color-stop(96%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(23%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 100%), -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 49%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 49%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 49%,rgba(244,244,244,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 49%,rgba(244,244,244,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */

}
#ui-tabs .ui-tabs-nav li a {
	color: #15076C;
	font-weight:normal;
	text-shadow:1px 1px 0 #fff;
	text-decoration:underline;
}
#ui-tabs .ui-state-hover a, 
#ui-tabs .ui-state-hover a:hover {
	color:#666;
}
#ui-tabs .ui-state-active a, 
#ui-tabs .ui-state-active a:link, 
#ui-tabs .ui-state-active a:visited {
	padding-right:0 !important;
	color:#15076C;
	text-decoration:none;
	font-weight:bold;
}

.textwidget {
    font-size: 13px;
    line-height: 17px;
}
.post p {
    font-size: 14px;
    line-height: 19px;
    margin: 14px 0;
}
html > body .entry li {
    font-size: 14px;
    line-height: 19px;
}
h2, h6 {
    margin: 26px 0 0;
}
.breadcrumb {
    font-size: 12px;
    margin-top: 6px;
}
.page-id-67 .entry p {
	/*-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;*/
}
.page-id-67 .entry #ui-tabs p {
	/*-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;*/
}


.page-id-868 .entry td,
.page-id-857 .entry td {
	padding: 30px;
}

.entry .gform_wrapper ul li:before {
	content:'' !important;
}
.gform_wrapper .top_label .gfield_label {
	font-weight:normal !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width:200px !important;
}
#field_1_8 input,
#field_1_8 select,
#field_1_8 textarea {
	margin-bottom: 0px;
}
#field_1_8 label {
	margin-bottom:16px;
}
.feat-post-excerpt {
	display:block;
	height:31px;
	overflow:hidden;
}


