/* Reset, based on v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */
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,
hr,
.plain{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* =====Typography=====*/
body {
	background: #fff;
	color: #1a1818;
	font: 13px/1.5 Georgia, times, serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
address,
cite {
	display:inline;
	font-style:normal;
}
strike,
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
/* Links */
a,
a:visited {
	color: #003366;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
.ins {
	text-decoration: underline !important;
}

/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h3,
.h4 {
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 6px 0;
}
h1 {
	font-size: 24px;
	line-height: 1.2;
}
h2{
	font-size: 16px;
	line-height: 1.2;

}
h3,
.h3 {
	font-size: 1.0769em;
	line-height: 1.2;
}
h4,
h5,
h6,
.h4 {
	font-size:1em;
}
p,
dl,
.p {
	margin: 0 0 18px 0;
}
blockquote,
.bq {
	margin: 0 18px 18px;
}
small,
acronym,
.caps {
	font-size:12px;
}
small {
	font-family:Arial, Helvetica, sans-serif;
}
pre {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: auto;
}
textarea {
	font-size: 1em;
	line-height: 1.5;
	padding: 3px;
}
button,
button img {
	cursor:pointer;
	vertical-align:middle;
}
ul,
ol,
dd {
	margin: 0 0 1.5em 1.5em;
}
dd,
li {
	margin-bottom:.5em;
}
li ul,
li ol {
	margin-bottom: 0;
}
hr {
	background:#9e7a2c;
	color:#9e7a2c; /* IE uses color */
	height:1px;
	margin:0 0 1.5em;
}

/* UI 
==================================== */

/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear,
html body br.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.alt-font {
	font-family:Georgia, Times, serif;
	font-weight:normal;
}

.font-sans {
	font-family:Arial, Helvetica, sans-serif;
}

.bold {
	font-weight:bold;
}
.unbold {
	font-weight:normal;
}

.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi,
.hidden {
	display:none;
}

.safety {
	overflow:hidden;
	width:100%;
}

.small {
	font-size:10.5px;
}
.tight {
	margin-bottom:9px;
}
h1.tight,
h2.tight,
h3.tight,
h4.tight,
h5.tight,
h6.tight {
	margin-bottom:0;
}

.navigation,
.navigation ul {
	list-style:none;
	margin:0;
}
.navigation {
	overflow:hidden;
}
.navigation ul {
	background:#fff;
	border:1px solid #ccc;
	border-bottom-width:0;
}
.navigation li {
	display:inline;
	float:left;
	margin-bottom:0;
}
.navigation a,
.navigation a:visited {
	display:block;
}
.navigation li li {
	line-height:18px;
	padding:0;
	position:relative;
	width:180px;
}
.navigation li li a {
	background:#fff url(../images/dropdown-item-gradient.gif) repeat-x bottom;
	border-bottom:1px solid #ccc;
	padding:3px 6px;
}
.navigation li li ul {
	top:0;
	margin-top:-1px;
	margin-left:180px;
}
.navigation li ul,
.navigation li:hover li ul,
.navigation li.hover li ul,
.navigation li li:hover li ul,
.navigation li li.hover li ul,
.navigation li li li:hover li ul,
.navigation li li li.hover li ul {
	left:-32000px;
	position:absolute;
	width:180px;
	z-index:100;
}
.navigation li:hover ul,
.navigation li.hover ul,
.navigation li li:hover ul,
.navigation li li.hover ul,
.navigation li li li:hover ul,
.navigation li li li.hover ul,
.navigation li li li li:hover ul,
.navigation li li li li.hover ul {
	left:auto;
}
.navigation li.secondary {
	float:right;
}

.header-navigation a,
.header-navigation a:visited {
	color:#000;
	padding:3px 6px;
}

#header .header-navigation li li {
	font-size:14px;
}
#header .header-navigation li li a:hover {
	background:#fff url(../images/dropdown-item-gradient.gif) repeat-x bottom;
	color:#555;
}

.normalize {
	background:transparent;
	margin:0;
	padding:0;
}

.plain,
.plain ul {
	list-style:none;
	margin:0;
}
.plain li {
	display:inline;
	margin-bottom:0;
	margin-right:.5em;
}
.pipe,
.pipe ul {
	list-style:none;
	margin:0;
	overflow:hidden;
}
.pipe li {
	border-right:1px solid #000;
	float:left;
	line-height:1;
	margin-bottom:0;
	margin-right:.5em;
	padding-right:.5em;
}
.pipe li:last-child,
.pipe li.last-child {
	border:0;
}
.centered {
	text-align:center;
}
.textalignright{
	text-align:right;
}
.pagination {
	overflow:hidden;
}
.pagination a,
.pagination a:visited {
	background:#7a1415;
	color:#fff;
	line-height:1;
	padding:5px 12px;
}
.pagination .next a {
	float:right;
}
.pagination .previous a {
	float:left;
}
input.prime {
	font-size:1.16666667em;
	width:80%;
}
fieldset.group {
	border:3px double #ccc;
	padding:.75em .75em 0;
}
fieldset.group legend {
	font-family:Georgia, Times, 'Baskerville', serif;
	border:1px solid #ccc;
	padding:2px 5px;
}
fieldset.group label {
	float:left;
	width:100px;
}
.section-heading {
	background:url(../images/ornimental-leaf.png) no-repeat left center;
	border-bottom:1px solid #9e7a2c;
	color:#000;
	font-family:Georgia, Times, 'Baskerville', serif;
	font-size:18px;
	line-height:32px;
	margin-bottom:18px;
	padding-left:26px;
}
.teaser-section {
	background:#fff;
	border:2px solid #5a5758;
	margin-bottom:1.5em;
}
.placeholder {
	color:#777;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.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;
	/* optional rounded corners for browsers that support it */
	-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;
}

.ui-tabs .ui-tabs-panel {
	display:block;
}

.ui-tabs .ui-tabs-hide { /* reqiuired for jquery tabs */
	display:none;
}

.grid-4{
	display:inline;
	float:left;
	position:relative;
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
	width:295px;
}
.alpha{
	margin-left:0;
}
.omega{
	margin-right:0;
}

/* Posts 
==================================== */
.entry-content {
	overflow:hidden;
	/*margin-left: 25px;*/
}
.entry-pdf-list {
	background:#BF932D none repeat scroll 0 0;
	padding:10px;
}
.full .entry-title {
	font-family: arial, helvetica, sans-serif;
}
.excerpt{
	border-bottom:1px solid #aeafae;
	margin-bottom:1.5em;
}
.section .excerpt {
	border:0;
}

.teasers {
	overflow:hidden;
}
.teasers li {
	float:left;
	margin:0;
	width:50%;
}
.teaser {
	margin:0 13px 6px;
}
.teaser .hammer{
	background:#7a1415 url(../images/teaser-hammer-corners.gif) no-repeat bottom;
	color:#fff;
	display:block;
	margin-bottom:.5em;
	padding:12px 12px 3px 12px;
}
.teaser .hammer a,
.teaser .hammer a:visited {
	color:#fff;
}
.teaser .body {
	margin:0 12px;
}
.teaser .entry-title {
	font-size:16px;
}

.bookstore-content {
	overflow:visible;
}
.bookstore-links .alignleft {
	margin-bottom:1.5em;
}

/* Non-post content
==================================== */

.service .service-image {
	float:left;
	margin:0 10px 10px 0;
}

.service-heading {
	background:url(../images/rule-slit.gif) no-repeat center bottom;
	padding:1em 1.5em 0;
	overflow:hidden;
}
.service-title {
	float:left;
	margin:0;
}
.service-title,
.service-title a,
.service-title a:visited {
	color:rgb(122, 20, 21);	
}
.service-navigation {
	float:right;
	clear:none;
	overflow: visible;
}
.service-navigation li {
	background:url(../images/tab-slit.gif) no-repeat left bottom;
	margin-left:5px;
	padding-left:5px;
}
.service-navigation a {
	background:#eae4c5 url(../images/tab-slit-right.gif) no-repeat right bottom;
	font-size:12px;
	line-height:1;
	padding-right:13px;
}
.service-navigation a.read {
	padding:3px 9px 3px 3px;
}
.service-summary {
	margin:1.5em 1.5em 0;
	overflow:hidden;
	width:568px;
}
.category-image {
	float:right;
	margin:0 0 1em 1em;
}
#trading-services .entry-content {
	margin-top: 30px;
}
#trading-services .section {
	margin: 20px 0;
}
#trading-services h2.entry-title {
	margin-top: 30px;
}
#trading-services .section-image {
	float: right;
	margin: 0 0 25px 25px;
}

/* Used on home page. Namespaced, just in case the first is used elsewhere */
.service2 {
	min-height:60px;
	height:auto !important; /* Min-height trick for IE6. Smart browsers prefer this... */
	height:60px; /* ...IE6 doesn't get !important right, falls back to last val. */
	overflow:visible;
	padding-left:65px;
	position:relative;
}
.service2 .service2-image {
	left:0;
	height:47px;
	margin:0 10px 10px 0;
	overflow:hidden;
	position:absolute;
	width:65px;
}
.service2-title {
	line-height:11px;
	padding-bottom:4px;
}
.service2-title a,
.service2-title a:visited {
	color:#000;
}
.service2-read {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	white-space:nowrap;
}

/* Widgets 
==================================== */

.widget {
	margin-bottom:13px;
}

.widget_search {
	background:#ede8cf;
	border:1px solid #e2ddc5;
	border-color:#e2ddc5 #ceccbd #ceccbd #e2ddc5;
	padding:2px 4px;
}
.widget_search #search-input {
	width:160px;
}

.cfum_widgets h2.widget-title,
.widget_text h2.widget-title {
	background:url(../images/ornimental-leaf.png) no-repeat left center;
	color:#000;
	font-family:Georgia, Times, 'Baskerville', serif;
	font-weight:normal;
	font-size:16px;
	padding:6px 0 6px 30px;
}
.cfum_widgets .author-list,
.widget_text .textwidget {
	font-size:12px;
}

.cfum_widgets ul,
.widget_text ul.author-list {
	list-style:none;
	margin:0 0 0 30px;
}

.cf_links_widget ul {
	font-family:Georgia, Times, 'Baskerville', serif;
	list-style:none;
	margin:0;
}
.cf_links_widget li {
	border-bottom:1px solid #aeafae;
	margin:0;
}
.cf_links_widget a,
.cf_links_widget a:visited {
	background:url(../images/ornimental-leaf.png) no-repeat left .9em;
	color:#000;
	display:block;
	padding:6px 0 6px 30px;
}
.cf_links_widget a.href-widget-cfl-sidebar-links-special {
	font-style:italic;
}
.cf_links_widget .level-1 {
	margin-bottom: 6px;
}
/* Add styles for 4 levels just to be safe... -SP */
.cf_links_widget .level-1 a,
.cf_links_widget .level-1 a:visited,
.cf_links_widget .level-2 a,
.cf_links_widget .level-2 a:visited,
.cf_links_widget .level-3 a,
.cf_links_widget .level-3 a:visited,
.cf_links_widget .level-4 a,
.cf_links_widget .level-4 a:visited {
	background: none;
	padding: 1px 0 1px 30px;
}
.cf_links_widget .level-1 li {
	border-bottom: 0;
}
.cc-logo {
	margin-left: 50px;
}

/* Structure 
==================================== */
body {
	background:url(../images/background.gif) repeat-y center;
}
#page {
	padding:0 35px;
	margin:0 auto;
	width:890px;
}
#tophat {
	background:transparent;
	padding:3px 15px;
	font-size:10.5px;
}
#tophat .cfl-user-navigation,
#tophat .cfl-user-visitors-navigation {
	float:right;
}
#tophat .cfl-user-navigation a,
#tophat .cfl-user-navigation a:visited,
#tophat .cfl-user-visitors-navigation a,
#tophat .cfl-user-visitors-navigation a:visited {
	color:#000;
	display:block;
	text-transform:uppercase;
}
#header {
	background:url(../images/header-background.png) no-repeat left top;
	margin-bottom:20px;
}
#header-ad {
	float:right;
	margin: 15px;
}
#masthead {
	overflow:hidden;
	height:140px;
	margin:0 25px;
}
#site-name {
	float:left;
	margin-right:15px;
}
#site-name img {
	padding-top:6px;
	height:120px;
	width:107px;
}
#site-description {
	font-size:16px;
	margin-top:40px;
	float:left;
}
#site-description .legend {
	display:block;
}

#header .header-navigation {
	font-size:15px;
}
#header .cfl-main-navigation {
	background:#fff;
	border-bottom:1px solid #a4a49e;
	padding-left:25px;
}
#header .cfl-main-navigation a:hover,
#header .cfl-main-navigation li a.hover-top-level,
#header .cfl-main-navigation li a.hover-top-level:visited {
	background:#671110;
	color:#fff;
	text-decoration:none;
}

#header .cfl-secondary-navigation {
	background:#dbdbdd url(../images/secondary-nav-shadow.gif) repeat-x top;
	border-bottom:1px solid #fff;
	padding-left:25px;
	padding-right:10px;
}
#header .cfl-secondary-navigation a:hover,
#header .cfl-secondary-navigation li a.hover-top-level,
#header .cfl-secondary-navigation li a.hover-top-level:visited {
	background:#bebec0 url(../images/secondary-nav-link-hover.png) repeat-x top;
	text-decoration:none;
}

#main {
	margin:0 15px 20px 15px;
	overflow:hidden;
}
#content,
#content-2 {
	display:inline;
	float:left;
	margin:0 26px 0 0;
	overflow:hidden;
	width:610px;
}
#content-2 {
	overflow:visible;
}
#sidebar {
	float:left;
	margin:0 0 20px;
	width:220px;
}
#footer {
	border-top:1px solid #ccc;
	font-size:12px;
	margin:0 15px;
	padding:20px 0;
}
#footer-navigation {
	margin-bottom:18px;
}
#footer-navigation li {
	margin:0 .75em;
}

/* Category discriptions */
.category .category-description {
	border-bottom:1px solid #aeafae;
	font-size:12px;
	margin-bottom:1.5em;
	padding:0 18px;
}
.section .category-description p {
	margin:0;
}

#content .inside {
	padding:10px 10px 0 10px;
}
#main .no-sidebar {
	width: 858px;
	margin-right: 0;
}

/* Archives 
==================================== */

#archives_month {
	padding:10px;
}
#archives .year-link {
	font-size:16px;
	margin-right:6px;
}
#archives .month-link,
#archives .month-nolink {
	margin-right:6px;
}
#archives h2 {
	border-top:1px solid #ddd;
	padding:10px 0 0;
}
#archives .month-show {
	font-size:14px;
}

/* Misc 
==================================== */

.trading-services {
	list-style:none;
	margin:0;
	overflow:hidden;
}
.trading-services li.service {
	float:left;
	width:25%;
}

/* Styleswitcher */
.styleswitchers {
	height:11px;
}
#styleswitcher-label,
#styleswitcher-0,
#styleswitcher-1,
#styleswitcher-2 {
	background-image:url(../images/font-size-sprite.gif);
	background-repeat: no-repeat;
	float:left;
	font-size:1px;
	height:11px;
	overflow:hidden;
	text-indent:-32000px;
}
#styleswitcher-label {
	background-position:0 0;
	margin-right:5px;
	width:55px;
}
#styleswitcher-0 {
	background-position:-62px 0;
	width:24px;
}
#styleswitcher-1 {
	background-position:-86px 0;
	width:22px;
}
#styleswitcher-2 {
	background-position:-108px 0;
	width:26px;
}

/* Thickbox for Email This plugin */
#TB_window {
	font-family:helvetica, arial, sans-serif !important;
}
div#TB_title {
	background: #BF932D;
}
div#TB_ajaxContent {
	padding-top:15px;
}
#email_this_div .small{
	font-size: 0.8em;
}
#email_this_div .inline-h3 {
	display: inline;
	margin-right: 10px;
}
#email_this_div label {
	width: 75px;
	display: block;
	float: left;
	clear: left;
}
#email_this_div input[type=text] {
	width: 200px;
}
#email_this_div p {
	margin-bottom: 1em;
}
#email_this_div #cfet_personal_message {
	width: 290px;
	height: 100px;
}
#email_this_div .cfet-error-div {
	border-width: 1px;
	border-style: solid;
	border-color: red;
	padding: 0.6em;
	margin: 0 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.TB_overlayMacFFBGHack { background: url(../images/thickbox/macFFBgHack.png) repeat !important; }
.TB_overlayBG {
	background-color:#999 !important;
}

ol.cf-ol {
	list-style:none;
	margin:0;
}
li.textonly {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin:0 0 0.5em;
}
#contact-form label,
ol.cf-ol label {
	display:block;
}
#contact-form input,
ol.cf-ol input {
	width:250px;
}
ol.cf-ol textarea {
	width:400px;
}
#contact-form input.send,
#sendbutton {
	width:100px;
}
.linklove,
span.reqtxt,
span.emailreqtxt {
	display:none;
}

/* Login form */
#login-box,
#lost-password,
#login-message {
	background:#f3f0de url(../images/login/login-box.gif) no-repeat bottom center;
	margin:12px 40px;
	padding:20px;
}

#login-box .member_login {
	overflow:hidden;
	width:270px;
}

#login-box label {
	display:-moz-inline-stack;
	display:inline-block;
	width:6em;
}
#login-thumbnail {
	background:#fff;
	border:1px solid #e2ddc5;
	border-color:#e2ddc5 #ceccbd #ceccbd #e2ddc5;
	float:right;
	padding:10px;
}
#login-box #log,
#login-box #pwd {
	width:150px;
}

#login_error {
	background:#D5D3C1;
	margin-bottom:12px;
	padding:2px 4px;
}

#login-error-snippet {
	margin:0 0 20px;
}

#login-thumbnail .category-image {
	float:none;
	margin:0;
}

#lost-password form div {
	margin-bottom: 10px;
}

/* Portfolios 
==================================== */

.portfolio-list li {
	margin-bottom: 1.5em;
}
.portfolio-list li p {
	margin-bottom: 0.75em;
}
.portfolio .date {
	margin-bottom: 1.5em;
}
.portfolio-chart {
	margin: 30px 0;
}

/* Authors 
==================================== */

#advisory ul {
	list-style: none outside;
}
#advisory ul li {
	border-bottom: 1px solid #AEAFAE;
	margin: 15px 0;
}
.authorbio p {
	font-size: .95em;
}
.authorlink {
	margin-bottom: 10px;
}
.author-title {
	font-weight: normal;
	font-style: italic;
	font-size: .9em;
}
.authordata {
	margin-left: 10px;
}
.advisory-toc {
	border-bottom: 1px solid #9E7A2C;
	margin-bottom: 10px;
}
.advisory-panel {
	margin-top: 30px;
}
.advisory-toc ul {
	margin-bottom: 5px;
}
.advisory-toc li {
	margin-top: 0;
	margin-bottom: 0;
}

/* =Misc
========================= */

.UEcopy { font-family: Georgia, "Times New Roman", Times, serif;    font-size: 15px;    color: #000000; }
.UELM {    font-family: Helvetica, Arial, sans-serif;    font-size: 9pt;    font-weight: bold;    color: #000000; } .VIPLM a {    color: #003366;    text-decoration: none; }

.viptitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.vipdescrip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

.vipdescrip a {
	text-decoration: none;
	color:#003366;
}

.vipdescrip a:hover {
	text-decoration: underline;
	color:#003366;
}

.VIPLM {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.VIPLM a {
	color: #003366;
	text-decoration: none;
}
.VIPH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
}
.VIPline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
}

/* Home Page Teasers 
==================================== */
#home-teasers {
	background:#fff;
	border:1px solid #ccc;
	font-size:13px;
	margin-bottom:22px;
	position:relative;
}
#home-teaser-nav {
	background: url(../images/home/teaser-tabs-sprite.png) repeat-x -75px;
	margin-bottom:-4px;
	padding-bottom:4px;
	position:relative;
	z-index:10;
}
#home-teaser-nav li {
	width:25%;
}
#home-teaser-nav li:first-child a,
#home-teaser-nav li.first-child a,
#home-teaser-nav li:first-child a:visited,
#home-teaser-nav li.first-child a:visited {
	background:transparent;
}
#home-teaser-nav a,
#home-teaser-nav a:visited {
	background: url(../images/home/teaser-tabs-sprite.png) no-repeat 0 -150px;
	color:#000;
	font:bold 12px/1.2 Arial, Helvetica, sans-serif;
	height:35px;
	padding:36px 12px 0;
	text-align:center;
	text-shadow: 0 1px 0 #fff;
	text-decoration:none;
}
#home-teaser-nav li.ui-tabs-selected a,
#home-teaser-nav li.ui-tabs-selected a:visited {
	background: url(../images/home/teaser-tabs-sprite.png) repeat-x 0 0;
}

#home-teasers .home-teaser-image  {
	top:0;
	right:0;
	position:absolute;
}
#home-teasers .home-teaser-the-oxford-club-communiqu-image,
#home-teasers .home-teaser-ultimate-retirement-image,
#home-teasers .home-teaser-the-ultimate-retirement-image,
#home-teasers .home-teaser-the-ultimate-retirement-letter-image {
	right:-25px;
}

#home-teasers .home-teaser-download-a,
#home-teasers .more-a {
	font:bold 16px/1.2 Arial, Helvetica, sans-serif;
}

.home-teaser-content-hide {
	display: none;
}

.home-teaser-content {
	float:left;
	height:96px;
	padding:10px 0 0 10px;
	overflow:hidden;
	width:375px;
}
.home-teaser-content * {
	line-height:1.2;
	margin-bottom:0;
}
.home-teaser-content p {
	margin:4px 0;
}
.home-teaser-content-image {
	float:right;
	width:210px;
}

.cfum_widgets ul, .widget_text ul.author-list {
	line-height: 15px;
}

.service-heading {
	padding: 0 1.5em 0;
	margin-bottom: -10px;
}

.service-title,
.service-title a,
.service-title a:visited {
	color:#000;
	font-weight: bold;
}

.service-title a:hover {
	text-decoration: underline;
}

.cf_links_widget a,
.cf_links_widget a:visited {
	font-size: 110%;
}
.section .category-description p {
	margin-bottom: 15px;
}

