/*
Theme Name: PHG
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development. Created with Toolbox base theme.
 Version: 1.0
 Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
 */

body, html {
	background: url('images/blue-bg.png') #e9edf7 repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: arial,verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #111111;
}

/* Text meant only for screen readers */
.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Menu
 -------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a, #access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

/* =Content
 -------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	padding: 10px 0px;
}
.nav-previous {
	padding: 10px 0px;
}
.nav-next {
	padding: 10px 0px;
}
nav .nav-previous {
	float: left;
	width: 50%;
}
nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	clear: right;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above, .single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0; margin-bottom: 10px; padding-bottom: 10px;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

.entry-title { clear: both; }

/* 404 page */
.error404 .widget {
	float: left;
	
}
.error404 .widget .widgettitle, .error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice, .error404 #searchform {
	background: #eee;
	display: block;
	
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content, .format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content, .single .format-aside .entry-summary {
	padding-top: 0;
}


/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content, .format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content, .single .format-image .entry-summary {
	padding-top: 0;
}

/* =Images
 -------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
 Resize images to fit the main content area.
 - Applies only to images uploaded via WordPress by targeting size-* classes.
 - Other images will be left alone. Use "size-auto" class to apply to other images.
 */
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img, .wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

.tricky {
    display:inline-block;
    max-width:200px; 
    max-height:200px;
    background:red;
}

.tricky_image {
    max-width:200px; 
    max-height:200px;
    -moz-transition: all 1s; 
    -webkit-transition: all 1s;  
    -ms-transition: all 1s;  
    -o-transition: all 1s;  
    transition: all 1s; 
    opacity:1;
    filter:alpha(opacity=100);
}

.tricky_image:hover {
    opacity:0.2;
    filter:alpha(opacity=20);
}



/* =Forms
 -------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 50%;
}
input[type=text], input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* =Comments
 -------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

/* =Widgets
 -------------------------------------------------------------- */

.widget {
	display: block;
	
	
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

#wysija-3, #wysija-2  { background-color: white; border: 1px solid #9CB6DB; border-radius: 3px; text-align: center; padding: 10px; }
#wysija-3  label, #wysija-2  label { text-align: left; /*width: 50px;*/ float: left; padding-top: 3px; }
#wysija-3 h6.widget-title, #wysija-2 h6.widget-title { font-size:17px; color: #111111; font-weight: normal;
	padding-bottom:6px; 
	border-bottom: 1px solid #9CB6DB; 
	}
#wysija-3 .wysija-submit .wysija-submit-field, #wysija-2 .wysija-submit .wysija-submit-field { /*text-align: center;*/ float: none; }
#inner-right #wysija-3, #inner-right #wysija-2  { background-color: white; }
#wysija-3 .wysija-input, #wysija-2 .wysija-input { margin-left: 10px; }
#wysija-3 p, #wysija-2 p { text-align: left; }
.tablepress { font-size:11px; padding: 5px; }
#tablepress-9  a { font-size:11px;  }
#tablepress-9  th{ font-size:11px; padding: 5px; }
.tablepress .odd td, .tablepress .even td { font-size:11px; padding: 5px; }
/* =Structure
 -------------------------------------------------------------- */

a.one:link {font-size:14px;}
a.one:visited {font-size:14px;}
a.one:hover {font-size:14px; }

a {
	text-decoration: none;
	color: #5990c8;
	font-family: Arial, sans-serif;
	font-size: 12px; 
}
a: hover { text-decoration: underline; }
a.nav:link {color: #5990c8; text-decoration: none; font-family: Arial, sans-serif;
	font-size: 16px; }
a.nav:visited { text-decoration: none; font-family: Arial, sans-serif;
	font-size: 16px;  }
a.nav:hover {color: orange; text-decoration: underline; font-family: Arial, sans-serif;
	font-size: 16px; }
a.nav:active {color: red; font-family: Arial, sans-serif;
	font-size: 16px;  }


a.footlink: {color: #000000; text-decoration: none; font-family: Arial, sans-serif;
	font-size: 12px; }
}


p   {
margin-top: -7px;
font-family: Arial, sans-serif;
font-size: 12px;

}

p.normal   {
font-family: Arial, sans-serif;
font-size: 12px;

}


p.indent {
    text-indent: 12px ;
}

p.widget_rightbar {
   margin-top: -20px;
}

p.indents {
    text-indent: 40px ;
    font-size:12px; 	    	
}

p.homepage {
   margin-top: -11px;
   font-family: Arial, sans-serif;
   font-size: 12px;	    	
}

p.homepage2 {
   margin-top: -11px;
   font-family: Arial, sans-serif;
   font-size: 12px;	    	
}

li {
font-family: Arial, sans-serif;
font-size: 12px;

}



li.nomargin {
margin: none; 
padding:none; 
}


.tab {margin-left: 50px;}


.p-client{margin-top: 2px;}

p.first{ 

	font-size:17px; 
	padding-bottom:6px; 
	border-bottom: 1px solid #9CB6DB; 
		
}


h1 {
	color: #777777;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h2 {
	color: #777777;
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	font-size: 20px;
	border-bottom: 2px solid #cccccc;
}

h3{
	color: #000000;
	font-family: Arial, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 2px solid #cae3f7;
}


h4{
	font-family: Arial, sans-serif;
	color: #777777;
	font-size: 15px;
	
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}


h5{
	color: #777777;
	font-family: Arial, sans-serif;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
		
}



h6 {
	color: #0A2F73;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	border-bottom: 2px solid #cccccc;

}

#bottom-border {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 2px solid #cae3f7;
}


/*} bad bracket? */

#home-widget-row h2 {
	font-size: 21px;
	border-bottom: none;
	padding-bottom: 0px;
}
#home-widget-row .widget-title-wrapper {
	/* height: 60px; */
	/* border-bottom: 2px solid #cae3f7; */
	
	
}
#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#page {
	background: url('images/swoosh-background-1329x612.jpg') no-repeat;
	margin-left: -184px;
	width: 1290px; /*1329px;*/
}
#header {
	width: 960px;
	height: 200px;
	position: relative;
	margin-left: 184px;
}
#header-logo {
	background-image: url('images/phg-logo-495x92.png');
	width: 495px;
	height: 92px;
	top: 34px;
	position: absolute;
}
#header-right {
	/*position: absolute;
	right: 0px;
	top: 40px;*/
	float: right;
	margin-top: 40px;
}

#header-social {
	text-align: right;
}
#header-phone, #header-phone span.gc-cs-link {
	text-shadow: 0px 1px 2px rgba(25, 25, 25, 0.9);
	color: #ffffff !important;
	font-size: 25px;
	font-weight:bold;
	line-height: 40px;
	text-decoration: none;
	text-align: right;
}

#header-search input {
	line-height: 30px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	padding-right: 35px;
	border-radius: 3px;
	border: 1px solid #e3e3e4;
	padding-left: 10px;
	height:30px;
}

#header-menu {
	position: absolute;
	width: 100%;
	bottom: 10px;
}
#main {
	margin-left: 184px;
	width: 960px;
}

#home-splash  {
	width: 962px;
	height: 317px;
	
}


#readmore {
/* position: absolute;
height: 50px;
width:  50px;
background-image: url('images/blog_icon.jpg'); */

	
	
}

}
#home-shadow {
	height: 51px;
	width: 960px;
	background-image: url('images/home-shadow.png');
}
#home-featured {
	font-family: Arial, Helvetica, sans-serif; Verdana, Geneva,
	font-size: 12px;
	height: 210px;
	background-color: #f5f5f5;
	border: 2px solid #9CB6DB;
	width: 960px;
	/*overflow: hidden;*/
	margin: 0px;
	padding:0px;


}
#home-featured-wrapper {
	height: 210px;
	border: 2px solid #dedee0;
	width: 960px;
	/*overflow: hidden;*/
	font-size: 14px;
	/* margin: 0px;
	padding:0px; */


}
#home-featured2 {
	height: 560px;
	border: 2px solid #dedee0;
	width: 960px;
	/*overflow: hidden;*/
	font-size: 14px;
	/* margin: 0px;
	padding:0px; */

}
#home-featured3 {
	float: left;
	height: 500px;
	border: 2px solid #dedee0;
	width: 310px;
	/*overflow: hidden;*/
	font-size: 14px;
	/* margin: 0px;
	padding:0px; */


}
#home-featured4 {
	float: left;
	height: 500px;
	border: 2px solid #dedee0;
	width: 328px;
	/*overflow: hidden;*/
	font-size: 14px;
	/* margin: 0px;
	padding:0px; */



}
.featured-box {
	float: left;
	width: 283px;
	padding-top: 10px;
	margin-left: 17px;
	margin-right: 17px
}
#home-widget-row {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif; Verdana, Geneva,
	font-size: 15px;

}
.home-widget-column {
	float: left;
	width: 283px;
	margin-left: 17px;
	margin-right: 17px;
	
}
.SWBOC_Widget a {
	font-weight: bold;
}

#footer-wrapper {
	width: 100%;
	background-color: #5b8fc8;
}
#footer {
	font-family: Arial, Helvetica, sans-serif; Verdana, Geneva,
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#footer-tagline {
	text-align: center;
	font-size: 20px;
	text-shadow: 0px 1px 2px rgba(25, 25, 25, 0.9);
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}

#footer-bottom {
	margin-top: 20px;
	margin-left: 310px;
	margin-right: 325px;
	font-size: 14px;
}

#footer-left {
	float:left
}
#footer-right {
	float: right;
}
#footer .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .menu ul li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #000000;
	margin-bottom: 10px;
}
#footer .menu ul li:last-of-type {
	border-right: none;
}
#footer .menu ul li a {
	color: #000000;
	font-weight: bold;
}
#footer-logo {
	background-image: url("images/phg-logo-326x61.png");
	width: 326px;
	height: 61px;
}
.advanced_recent_posts_widget ul li {
	border-bottom: none !important;
	margin-bottom: 10px !important;
}
.advanced_recent_posts_widget .more-link {
	text-transform: uppercase;
	font-weight: bold;
}
.advanced_recent_posts_widget .post-title {
	font-weight: bold;
	font-size: 12px !important;
}

#inner-left {
	float: left;
	width: 710px;
}

#inner-left-search {
	float: left;
	width: 100%;
}
#inner-right {
	float: right;
	width: 230px;
}
#breadcrumbs {
	font-family: Arial, sans-serif;
	background-color: #d6e4f1;
	line-height: 24px;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#inner-right .widget {
	
	background-color: #E9EDF7;
	border: 2px solid #9cb6d9;
	margin-bottom: 30px;
}

#inner-content {
	border: 2px solid #9cb6d9;
	background-color: #ffffff;
	/* min-height: 950px; */
	padding: 20px;
	padding-top: 20px;
}
.inner-page-parent #inner-content {
	/*padding-right: 0px;
	padding-top: 20px; */
	padding: 20px;
}

.inner-child-blocks {
	width: 122px;
	float: left;
	margin-right: 20px;
	/*margin-bottom: 20px;
	height: 270px; */
}
.inner-child-thumb {
	width: 290px;
	height: 112px;
}
#inner-page-title-block {
	height: 110px;
	border: 2px solid #9cb6d9;
	background-color: #ffffff;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#inner-page-title-block-left {
	font-family: Arial, sans-serif;
	font-size: 12px; 
	
	top: 10px;
	position: absolute;
	z-index: 20;
}
#inner-page-title-block-right {
	position: absolute;
	top: 0px;
	z-index: 5;
	right: 0px;
}
#inner-page-title-block-right-overlay {
	position: absolute;
	top: 0px;
	z-index: 6;
	
}
.inner-child-thumb {
	/*text-align: center; */
	margin-bottom: 10px;
}
.widget select {
	width: 100%;
	font-size: 14px;
}
.widget .selectBox {
	margin-bottom: 10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 

}
.widget input[type=submit],
#email-form input[type=submit] {
	float: right;
	border-radius: 5px;
	background-color: #5990c8;
	color: #ffffff;
	border: 1px solid #082c73;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
}


aside.widget ul li { margin: 5px }
aside#archives ul li { margin: 8px; margin-bottom: 10px; }
aside a { margin: 5px }
@media only screen and (max-width: 800px) {
	a { padding: 10px; font-size: 14px; }
	#footer-address a { margin: 5px 10px 5px 10px; }
}


/* DROPDOWN MENU STYLES */

ul.dropdown li a {
	text-shadow: 0px 1px 2px rgba(25, 25, 25, 0.9);
	}
ul.dropdown li a {
	font-size: 22px;
}
ul.dropdown {
	white-space: nowrap;
}
/* Selected overlay: none */	/* Clear background images */
.shailan-dropdown-menu .dropdown-horizontal-container, ul.dropdown li, ul.dropdown li.hover, ul.dropdown li:hover, ul.dropdown li.hover a, ul.dropdown li:hover a {
	background-image: none;
}

.shailan-dropdown-menu .dropdown-horizontal-container, ul.dropdown li {
	background-color: none;
}

ul.dropdown li.hover ul li, ul.dropdown li:hover ul li {
	color: #ffffff;
}

ul.dropdown li.hover ul li.hover, ul.dropdown li:hover ul li:hover {
	background-image: none;
}

ul.dropdown ul {
	background-image: none;
	border: 1px solid;
}
ul.dropdown-vertical li {
	border-bottom: 1px solid;
}

/** Show submenus */
ul.dropdown li:hover > ul, ul.dropdown li.hover ul {
	display: block;
}

/** Show current submenu */
ul.dropdown li.hover ul, ul.dropdown ul li.hover ul, ul.dropdown ul ul li.hover ul, ul.dropdown ul ul ul li.hover ul, ul.dropdown ul ul ul ul li.hover ul, ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul, ul.dropdown ul ul ul li:hover ul, ul.dropdown ul ul ul ul li:hover ul {
	display: block;
}
ul.dropdown li.parent > a {
	padding-right: 45px;
}
ul.dropdown li.parent > a:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 6px;
	width: 0;
	height: 0;
	border-top: 4px solid rgba(0,0,0,0.5);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
ul.dropdown li.parent:hover > a:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 6px;
	width: 0;
	height: 0;
	border-top: 4px solid rgba(0,0,0,0.5);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
ul.dropdown li li.parent > a:after {
	content: "";
	position: absolute;
	top: 40%;
	right: 5px;
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0,0,0,0.5);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent
}
ul.dropdown li li.parent:hover > a:after {
	content: "";
	position: absolute;
	top: 40%;
	right: 5px;
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0,0,0,0.5);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent
}

ul.dropdown ul {
	background-color: #719dca;
	border-radius: 5px;
	filter: alpha(opacity=80);
	opacity: 0.95;
	box-shadow: 0px 1px 3px #333333;
}
ul.dropdown ul li a{
	text-shadow: none;
	font-size: 14px;
	line-height: 22px;
	display: block;
}
ul.dropdown ul li a:hover{
	background-color: #ffffff;
	color: #719dca;
}


#email-form{
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #9CB6DB;
	padding: 10px;
}
#text-6 #email-form{	
	border: 2px solid #9CB6DB;	
}
#email-form label{
	width: 60px;
	color: #797B80;
	display: inline-block;
}
#email-form input[type='text']{
	width: 185px;
	margin-right: 0px;
}	
#email-form2{
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #9CB6DB;
	padding: 10px;
}
#email-form2 label{
	width: 80px;
	color: #797B80;
	display: inline-block;
}
#email-form2 input[type='text']{
	width: 185px;
	margin-right: 0px;
}

#crumbs .current{ color: #5990C8;}
#crumbs a{color: #111;}
#crumbs a:hover{ color: #5990C8;}

.wrap-about img{width:300px;}
.wrap-about1 img{width:100px;}

.wrap-about .left{float:left;width:300px;clear: both;}
.wrap-about .right{float:right;width:300px;}
.inner-menu{width:686px;clear:both;padding-top:20px;}
.bottom-menu-title{color:#5990C8;font-size:18px;margin-bottom: -10px;}


.core{padding-bottom: 20px;
    padding-top: 5px;}
.page-id-2 .inner-menu{display:none}
.inner-child-thumb img{width:122px;}
img br{display:none;}




table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    font-family: Arial,sans-serif;
    font-size: 12px;	

}


th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}


.bordered tr:hover
{
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;     
} 


$('.bordered tr').mouseover(function(){
    $(this).addClass('highlight');
}).mouseout(function(){
    $(this).removeClass('highlight');
});


.highlight
{
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;     
} 

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}



.alternate {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}



#calltoaction-bar {
    background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E5E7E7;
    margin: 0 0 35px;
    min-width: 972px;
    text-align: center;
    width: 100%;
}

#leftside {
margin-left: 259px; 


/*

.hp1_bodyRight {
    left: 676px;
    top: 0;
}
.hp1_bodyLeft, .hp1_bodyCenter, .hp1_bodyRight {
    color: #777777;
    height: 320px;
    overflow: hidden;
    position: absolute;
    width: 300px;
}



#videoPromoWrapper {
    float: right;
    overflow: hidden;
    width: 298px;
}




#tab_wrapper {
    font-family: OpenSansBold;
    font-size: 18px;
    height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
}




element.style {
    display: block;
}
.tab_set {
    left: 0;
    position: absolute;
    top: 0;
}



#tab_content_wrapper {
    background-color: #979797;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    height: 290px;
    position: relative;
}




#tab_content_twitter {
    height: 250px;
    width: 250px;
    padding: 0 0 0 20px;
}





#home_blog_content {
    height: 250px;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}


}
.rssFeed {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    margin: 3px 15px 0;
}





.rssHeader {
    display: none;
}



.rssBody {
    width: 260px;
}


.space {
    margin-bottom: 50px;
       }



.video_headline {
    font-size: 22px;
    margin: 0 0 15px 20px;
}





#home_video_play {
    display: block;
    margin: 0 auto;
    width: 228px;
}




IMG {
    border-width: 0;
}





#video_abstract {
    margin: 15px 0 0 20px;
    width: 260px;
}


*/


.hp1_bodyLeft, .hp1_bodyCenter, .hp1_bodyRight {
    color: #5a5a5a;
    height: 320px;
    overflow: hidden;
    position: absolute;
    width: 300px;
}



.home-widget-column-1 {
border: 2px solid #9CB6DB;


}


#branding { position: relative; }
.fb-link { position: absolute; top: 50; right: 50; }
.fb-link a { height: 50px; width: 50px; display: block; background: #ccc; }




/* TWITTER WIDGET */


.tweets {
	overflow: hidden;
	display: block;
	margin: 10px -2px 0 -2px;
	padding: 6px 6px 6px 10px;
	background-color: #DDEEF6;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	list-style: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #565656;
}
 
.twitter-bottom {
	margin: 0;
	padding-top: 16px;
	background: url('/images/twitter-stem.png') no-repeat 22px 0;
}
 
.twitter-avatar {
	float: left;
	margin-right: 5px;
	padding: 1px;
	height: 34px;
}
 
.twitter-avatar img {
	margin-top: 2px;
	border: 4px solid #DDEEF6;
	width: 30px;
	height: 30px;
}
 
.twitter-meta {
	margin-top: 6px;
	font-size: 11px;
}
 
.intent-meta {
	float: right;
}
 
.intent-meta a:link, .intent-meta a:visited, .intent-meta a:active {
	color: #999999;
}
 
.intent-meta a:hover {
	text-decoration: none;
	color: #666666;
}


