.leftquote {
background-color: #fff;
font-size: 24px;
color: #000;
font-style: italic;
line-height: 150%;
margin: 10px 25px 10px 0;
padding: 5px 5px 5px 15px;
width: 275px; 
float: left;
border: 1px solid #666666; 
-moz-border-radius: 10px 10px 10px 10px; 
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
-webkit-border-radius: 10px 10px 10px 10px; 
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
border-radius: 10px 10px 10px 10px; 
box-shadow: 5px 5px 5px rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#25000000, Positive='true');
}

.rightquote {
background-color: #fff;
font-size: 24px;
color: #000;
font-style: italic;
line-height: 150%;
margin: 10px 0pt 10px 25px;
padding: 5px 5px 5px 15px;
width: 275px; 
float: right;
border: 1px solid #666666; 
-moz-border-radius: 10px 10px 10px 10px; 
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
-webkit-border-radius: 10px 10px 10px 10px; 
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
border-radius: 10px 10px 10px 10px; 
box-shadow: 5px 5px 5px rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#25000000, Positive='true');
}

.hubsection {
height: 80px; 
padding: 30px 0pt 20px; 
border-bottom: 1px solid #888888;
}

.thumbborder {
background: #fff; 
float: left; 
margin-right: 20px; 
padding: 5px; 
border: 1px solid #666666;
box-shadow: 3px 3px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,.5);
-moz-box-shadow: 3px 3px 2px rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color=#25000000, Positive='true');
}

.hubtab { 
    float:left;
    width: auto;
    min-width: 30px;
    text-decoration: none;
    padding: .2em 1em .15em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-top-right-radius: .8em;
    -webkit-border-top-left-radius: .8em;
    -moz-border-radius-topright: .8em;
    -moz-border-radius-topleft: .8em;
    border-top-right-radius: .8em;
    border-top-left-radius: .8em;
    -webkit-box-shadow: 0.1em -0.1em 0.2em rgba(0,0,0,.3);
    -moz-box-shadow: 0.1em -0.1em 0.2em rgba(0,0,0,.3);
    box-shadow: 0.1em -0.1em 0.2em rgba(0,0,0,.3);
}

/* New hubtab IE fix code for Global CSS */
html > body .hubtab {
    min-width:30px;
    width:auto;
}
/* New headerline code for Global CSS */
.headerline {
    -webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,.3);
    -moz-box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,.3);
    clear:both;
    border:0 none;
    height:2px;
    _line-height:2px;
    _font-size:0px;
    margin:0 0 10px 0;
    width:100%
}
/* New value to be added to Global.css */
.roundcorner {
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.thumbpad {
	display:block;
	float:left;
	width:78px;
	height:78px;
	margin-right:20px; 
}
.thumbborder {
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	border:1px solid #999;
	padding:5px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.small {
	font-size:.8em;
}
