/**
 * Theme Name: Structure
 * Theme URI: http://themehybrid.com/themes/structure
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 2.0
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
 
/* Get base CSS */

@import url('../hybrid/library/css/22px.css');
/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');
/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');
/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/*** Body ***/
body {
	font: 11px/18px Verdana, Geneva, sans-serif;
	color: #4f4f4f;
	background: #3c3e65;
	background-image: url(images/bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
/*#body-container {
	overflow: hidden;
	width: 913px;
	margin: 7px auto 0;
	padding: 0;
	background-color: transparent;
	background-image: url(images/page-bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}*/
#body-container {
	overflow: hidden;
	width: 901px;
	margin: 8px auto 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/page-bg-2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#body-container-plain {
	overflow: hidden;
	width: 901px;
	margin: 8px auto 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/page-bg-plain.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
body.singular-post #body-container {
	margin: 0;
	overflow: hidden;
	width: 901px;
	margin: 8px auto 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/page-bg-plain.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
body.singular-page #body-container {
	margin: 0;
	overflow: hidden;
	width: 901px;
	margin: 8px auto 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/page-bg-plain.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
body.archive #body-container {
	margin: 0;
	overflow: hidden;
	width: 901px;
	margin: 8px auto 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/page-bg-plain.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/*** Elements ***/
/* Links */
a {
	color: #0000ee;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Headers */
h1 {
	font-size: 18px;
	color: #4c4b88;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4c4b88;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4f4f4f;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
}
.hentry h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #324786;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #333;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
}
h5 {
	font-size: 13px;
	color: #333;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
}
h6 {
	font-size: 13px;
	color: #333;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
}
h2.intro {
	font-size: 18px;
	color: #4c4b881;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}
/* Lists */
ul {
	list-style: square;
}
/* Blockquotes */

blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
}
pre code {
	padding: 0;
}
/* Tables */
table {
	width: 100%;
	background: #fff;
	/*border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	border: 0;
}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
}
tr {
	margin: 1px;
	/*border-top: 1px solid #ddd;*/
	border: 0;
}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	/*border-right: 1px solid #ddd;*/
	border: 0;
}
tr.alt td, tr.even td {
	background: #f7f7f7;
}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	/*border-right: 1px solid #ddd;*/
	border: 0;
}
/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
}
/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	color: #333;
}
/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
}
/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
}
/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}
/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}
/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}
/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
}
.clear {
	clear: both;
}
/*** Images ***/
/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: transparent;
	border: 0px solid #ccc;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #454545;
	line-height: 14px;
}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 0px solid #666;
}
.iphone-bookmark {
	display: none;
	margin: 0;
	padding: 0;
}
.iphone-map {
	/*display: none;*/
	margin: 0;
	padding: 0;
}
/*** Page Navigation ***/
/*#navigation {
	position: relative;
	top: -102px;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background: #01203C;
}*/
#navigation {
	/*position: relative;
	top: -102px;*/
	width: 901px;
	height: 40px;
	margin: 18px auto 0;
	background: #f1da98;
}
#page-nav {
	float: left;
	width: 695px;
	margin: 0;
}
#page-nav ul {
	list-style: none;
	margin: 0;
}
#page-nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#page-nav a {
	display: block;
	font: normal normal bold 14px/14px Arial, Verdana, sans-serif;
	color: #b16f3c;
	padding: 13px 15px 13px 15px;
}
#page-nav a:hover {
	text-decoration: underline;
	background-color: #ede4ca;
}
/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 40px;
}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;
}
#page-nav ul ul {
	border-top: 1px solid #e3dabf;
	background: #ede4ca;
}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e3dabf;
}
#page-nav li li a {
	padding: 5px 10px 5px 10px;
	border: none;
}
/* Search form in navigation bar. */
#navigation form {
	float: right;
	margin: 0 5px 0 0;
}
#navigation .search-text {
	width: 175px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #b16f3c;
	font-family: Verdana, Geneva, sans-serif;
}
#navigation .search-submit {
	display: none;
}
.button.search-submit {
	display: block;
	background-image: url(images/search-icon.png);
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	/*width: 32px;
	height: 32px;*/
	padding: 5px;
	text-indent: -9999;
}
#search-submit.search-submit {
	/*background-color: #09C;*/
}
/*input.search-text {
	width: 150px;
}
input.search-submit.button {
	display: block;
	background-image: url(images/search-icon.png);
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	padding: 6px;
	text-indent: -9999;
}*/

#page-nav li.current_page_item {
	background-color: #FFF;
}
#page-nav li.current_page_item a {
	color: #000;
}
/*** Header ***/
/*#header {
	overflow: hidden;
	position: relative;
	height: 87px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #FFF;
	background-image: url(images/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}*/
header {
	overflow: hidden;
	position: relative;
	height: 87px;
	padding: 0 0 0 0;
	margin: 0;
	border: 0;/*background-color: #FFF;
	background-image: url(images/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/
}
#site-title {
	float: left;
	width: 246px;
	height: 33px;
	margin: 0;
}
/*#site-title a {
	display: block;
	width: 348px;
	height: 86px;
	margin: 0 0 0 0;
	background-image: url(images/logo_bjcmg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}*/
#site-title a, #site-title a:visited {
	display: block;
	width: 246px;
	height: 33px;
	margin: 18px 0 18px 20px;
	background-image: url(images/bjc-medical-group-logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#site-title a span {
	/*display: none;*/
	margin: -9999px;
}
#site-description {
	float: left;
	width: 176px;
	height: 117px;
	margin: 0;
	background-color: #FFF;
	display: block;
	background-image: url(images/header-pic-doctor.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: none;
}
#site-description span {
	margin: -9999px;
}
/*#site-description {
	font: italic normal normal 13px/22px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	margin: 0;
	width: 176px;
	height: 117px;
	background-color: #FFF;
}*/
/* Utility: Header widget area */

#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
/*** Containers ***/
/*#container {
	overflow: hidden;
	float: left;
	width: 847px;
	margin: 0;
	padding: 33px;
	background-color: transparent;
	background-image: url(images/bg-gradient.jpg);
	background-position: 6px 0;
	background-repeat: no-repeat;
}*/
#container {
	overflow: hidden;
	float: left;
	width: 867px;
	margin: 0;
	padding: 17px;
	background-color: transparent;/*background-image: url(images/bg-gradient.jpg);
	background-position: 6px 0;
	background-repeat: no-repeat;*/
}
.content {
	overflow: hidden;
	float: right;
}
.content a {
	text-decoration: underline;
}
.content, .no-widgets .content, .no-default-widgets .content {
	width: 901px;
}
/***Right Content***/
.primary-active .content, .secondary-active .content {
	width: 600px;
	padding: 10px;
	margin: 70px 0 0 38px;/*background-color: #333;*/
}
#home-video {
	margin: 0 0 20px 0;
	padding: 10px;
	background-image: url(images/transparent-bg.png);
	background-position: top left;
	background-repeat: repeat;
	border: 1px solid #FFF;
}
.right-video {
	margin: 0 0 0 8px;
	padding: 0;
	float: right;
}
/*** Content ***/

.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
	background-color: transparent;
	/*background: #fff;*/
	/*border: 1px solid #ccc;*/
	border: 0px solid #ccc;
}
/* Entry titles. */

.entry-title {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	/*border-top: 1px solid #e2e4e6;*/
	padding: 10px 0 0 0;
}
.entry-title a {
	text-decoration: underline;
}
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	display: none;
}
/* Byline */

.byline {
	text-transform: lowercase;
	font-size: 11px;
	font-style: italic;
	color: #666;
	display: none;
}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
}
.byline .author, .byline .published {
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}
.byline a {
	color: #333;
}
/* Entry meta */

.entry-meta {
	clear: both;
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.entry-meta a {
	font-style: normal;
	color: #333;
}
.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 10px 0;
	/*padding: 20px 20px 0 20px;*/
	padding: 0;
	background: transparent;
	border: 0px solid #ccc;
}
.tags {
	display: none;
}
/* Page links <!--nextpage--> */

p.pages {
	font-style: italic;
}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
}
/* WP PageNavi */

.wp-pagenavi {
	overflow: hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
}
/* Navigation links */

.navigation-links {
	overflow: hidden;
	display: none;
}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
}
.previous {
	float: left;
}
.next {
	float: right;
	text-align: right;
}
#comments-template .paged-navigation {
	text-align: center;
}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
}
#comments-template {
	display: none;
}
/*** Widgets ***/

/***Left Sidebar***/

#primary {
	position: relative;
	float: left;
	width: 209px;
	margin: 200px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-color: #CCC;*/
}
#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 334px;
}
.current_page_item {
	color: #ccc;
}
/***Navigation***/
#nav_menu-3 ul {
	margin: 0;
	padding: 0 0 0 17px;
	font-size: 15px;
	list-style-type: none;
	line-height: 20px;
}
#nav_menu-3 li {
	padding: 0 0 14px 0;
}
#nav_menu-3 li a {
	color: #8b5310;
	text-decoration: none;
}
#nav_menu-3 li a:hover {
	color: #c97f00;
}

#nav_menu-3.current_page_item li a {
	color: #ccc;
	text-decoration: none;
}
#menu-bjc-sidenav ul li .current_page_item a {
	color: #ccc;
}
#nav_menu-3 li .current_page_item a {
	color: #333;
	text-decoration: none;
}

#extended-categories-select-4 {
	width: 180px;
}


/* Widgets */

.widget {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 20px 20px 0 20px;
}
#primary .widget, #secondary .widget {
	padding: 15px 15px 15px 15px;
}
.textwidget {
	font-size: 11px;
	line-height: 15px;
}
/* Widget titles */

.widget-title {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	/*color: #0C386E;*/
	color: #6b9863;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 94%;
}
/* Widget content */

.widget ul {
	list-style: square;
	margin-left: 20px;
}
.widget a {
	text-decoration: underline;
}
/*** Comments ***/

#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
}
.comments-header {
	font-size: 18px;
	font-weight: bold;
}
/* Comment list */

.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
}
/* Comment avatar */

.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
}
/* Comment meta */

#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
}
#comments cite {
	font-weight: bold;
	font-style: normal;
}
/* Comment text */

#comments .comment-text {
	clear: left;
}
/* Comments form */

#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
}
#respond label {
	font-style: italic;
}
#respond span.required {
	font-weight: bold;
	color: #01203C;
}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
}
/*.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #333;
	background: #01203C;
}
.button:hover {
	cursor: pointer;
	background: #00162A;
}*/
/*** Footer ***/
/* Footer container */

#footer-container {
	clear: both;
	overflow: hidden;
	width: 901px;
	background-image: url(images/footer-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
	text-align: center;
}
/* Subsidiary */

#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 30px 20px 10px 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
}
/* Footer */

#footer {
	clear: both;
	overflow: hidden;
	color: #3e3c85;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	line-height: 19px;
}
#footer a {
	color: #3e3c85;
}
.footer-left {
	float: left;
	text-align: left;
	margin: 0 0 0 20px;
	width: 650px;
}
.footer-right {
	float: right;
	text-align: right;
	margin: 0 20px 0 0;
	width: 150px;
}
p.footer-small {
	font-size: 10px;
}
#now_iphone h3, #now_pc h3 {
	display: none;
}
.copyright {
	text-align: center;
	color: #3e3c85;
	padding: 0 0 5px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer .credit {
	text-align: center;
}
/*** Social Media ***/
#social-media {
	float: right;
	width: 430px;
	padding: 0;
	margin: 8px 5px 0 60px;
	background-color: transparent;
}
#social-media ul {
	list-style: none;
	margin: 0;
}
#social-media li {
	float: left;
	margin: 0;
	padding: 0;
}
#social-media a {
	display: block;
	font: normal normal bold 12px/12px Arial, Verdana, sans-serif;
	color: #b16f3c;
	/*padding: 8px 5px 8px 5px;*/
	padding: 0;
}
#social-media a:hover {
	text-decoration: underline;
}
.entry-summary entry {
	display: none;
}
/***Contact Form***/
span.your-name {
	width: 200px;
}
.doctor-photo {
	width: 100px;
	float: left;
}
.doctor-content {
	float: left;
	width: 192px;
	margin: 0 0 0 10px;
}
/***Old Toggle Content***/
div#show-hide {
	margin: 0px 20px 0px 20px;
	display: none;
}
.toggle_link {
	background-color: #CF9;
	border: 1px solid #990;
}
/***Toggle (Show/Hide)***/
#headerDivImg, #contentDivImg {
	/*float: left;
	width: 400px;*/
	margin: 0;
	padding: 0;/*background-color: #CCC;*/
}
#titleTextImg {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 2px 5px 4px 0px;/*background-color: #FF9;*/
}
#headerDivImg {
	background-color: transparent;
	color: #000;
	margin: 0;
}
#contentDivImg {
	padding: 0;
	margin: 0;
}
#myContent {
	margin: 0;
}
#headerDivImg a {
	float: left;
	margin: 0;
	padding: 0;
}
#headerDivImg a:hover {
	color: #FFFFFF;
}
/***Icons***/
span.pdf-small a {
	background-image: url(images/icon-pdf-sm.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 14px 0 0;
}
span.doc-small a {
	background-image: url(images/icon-doc-sm.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 14px 0 0;
}
/***Quotes***/
#quoterotator {
	line-height: 12px;
	font-size: 14px;
	height: 96px;
}
