/*
Theme Name: Financial Fountains
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the Financial Fountains team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* --------------------------------------------------  reset style start ----------------------------------------------------------------------------------*/
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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ul li{list-style-type:none}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
/* reset style close */
/* clearfix start */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
html { overflow-y: scroll}
.clear {
	clear:both;
}
body {
	background: url(images/financial-bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:14px;
	color:#404040;
	text-align:left;
	margin: 0;
}
/* --------------------------------------------------  reset style end ----------------------------------------------------------------------------------*/
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	background:url("images/content_bg.jpg") no-repeat scroll 120px 130px transparent;
float:left;
margin:0 -304px 0 0;
min-height:510px;
width:100%;
}
#content {
	margin: 0 320px 0 20px; width: 615px
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}

#wrapper_outer { background: url(images/wrapper_bg.png) repeat-y center top}

#wrapper {
	background: #fff;
	padding: 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {





































	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	background: url(images/header_bg.gif) repeat-x; width: 960px;
}
#header #masthead {  padding: 0; margin: 0; width :960px; display: block}
#header #logo { border-left: 1px solid #fff; padding: 19px 0 22px 24px; float: left; width: 420px; }
#header #rightDet { float: right; border-right: 1px solid #fff; height: 137px; width: 350px}
#header #rightDet ul.links { margin-top: 13px; float: right}
#header #rightDet ul.links li { padding: 0 9px; background: url(images/header_links_sep.gif) no-repeat right 3px; float: left}
#header #rightDet ul.links li.last{ background: none; padding-right: 0;}
#header #rightDet ul.links li a{ color: #404040; text-decoration: none; }
#header #rightDet .callbox { margin-top: 36px; }
#header #rightDet .callbox .no{ background: url(images/icons/call.png) no-repeat; padding-left: 23px; font-size: 23px; color: #404040; line-height: 24px; padding-bottom: 10px;}
#header #rightDet .callbox .tag { font-size: 19px; color:#125ea1 }
#header #rightDet ul,#header #rightDet .callbox {float: right; clear: right; margin-right: 15px}
#header #rightDet .callbox .no, #header #rightDet .callbox .tag{float: right; clear: right; white-space: nowrap}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: url(images/header_menu_bg.gif) repeat-x;
	display: block;
	float: left;
	margin:0 auto 2px;
	width: 958px;
	border: 1px solid #5ca831;
	height: 35px; 
}

#access .searchBar { float: right; margin:4px 4px 0 0;}
#access .searchBar #s { float: left; width: 182px; height: 26px; border: 1px solid #ccc; border-right: none; padding: 0; background: #fff none ; }
#access .searchBar input { border: none !important; }
#access .searchBar #searchsubmit { float: left!important;  width: 27px; height: 26px; border: 1px solid #ccc; border-left: none; background: #fff url(images/icons/search_btn.gif) no-repeat 8px 7px !important ; }

#access .menu-header,
div.menu {
	font-size: 13px;
	float: left;
	width: 740px;
	 
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	height: 34px; 
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	background: url(images/header_menu_sep.gif) no-repeat right top;
}

#access .menu-header li:hover,
div.menu li:hover {
	float: left;
	position: relative;
	background: #5ca831;
}

#access .menu-header li.last-menu-item, div.menu li.last-menu-item { background: none; }
#access .menu-header li.last-menu-item:hover, div.menu li.last-menu-item:hover { background: #5ca831; }


#access a {
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 34px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	border-top: 1px solid #5ca831;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #5ca831;
	line-height: 1em;
	padding: 5px 10px;
	width: 160px;
	height: auto;
        text-transform:none;
}
#access ul ul a:hover { background: #f0fbdd; color: #00529B !important; text-decoration: none !important;}

#access li:hover > a,
#access ul ul :hover > a {
	text-decoration: underline
}
#access ul li:hover  ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff; text-decoration: underline;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 960px;
	margin-top: -10px; *margin-top: 0;
	background: url("images/right_panel_bg.gif") repeat-y scroll -7px 0 transparent
}
#content {
	margin-bottom: 36px;
	
	padding-top :10px;
}
#content p { line-height: 18px; margin-bottom: 10px;}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #11426c;
	line-height: 1.5em;
}

#content h2 { font-size: 20px; color: #404040; font-weight: normal; margin-bottom: 5px; }

#content h1 { font-size: 26px; font-weight: normal; margin-bottom: 5px; }
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-title a:link,
.entry-title a:visited {
	color: #11426C;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #666;
}




.entry-meta {
	color: #888;
	font-size: 12px;
	margin-bottom: 10px
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content p {padding:5px; /*clear: both*/}

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;

	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #00529B;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #5CA831;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;




}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;

}

.commentlist {

	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;

}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,

.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 12px 0;
        padding-bottom:10px;
	background-color: #fff; 
	width: 100%;
        clear:both;
}
.widget-container.client_center { padding: 3px 0 5px 10px; width: 270px; }
.widget-container.client_center  img,.widget-container.client_center  .btn { float: left; }
.widget-container.client_center  .btn { margin: 4px 0 0 10px; ; }

.widget-container .contactForm { padding: 17px 20px 10px 20px; }
.widget-title {
	color: #124672;
	font-weight: bold;
	font-size: 15px;
	padding: 0 10px;
	line-height:  34px;
	background: url(images/right_panel_header_bg.gif) repeat-x;
	text-transform: uppercase;
}
.widget-title a{ color: #124672; }
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {

}

#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;
}

.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin: 10px 20px 10px 20px;
	padding: 0;
}
#main .widget-area ul ul  li a,.widget_tag_cloud a,.widget_polls-widget a,.widget_polls-widget ul li a{ color: #404040; line-height: 20px; }
#main .widget-area ul ul  li a h4 { font-size: 13px; }
#primary {
	width: 280px; padding: 12px; 
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #1B5D96 url(images/footer_bg.gif) repeat-x; 	min-height: 187px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


.contactHeading { padding-left: }

.contactForm .con_input { width:238px;height:20px;color:#8f8f8f; border: 1px solid #ccc; margin-bottom: 10px;  }
.con_text{width:238px;height:50px;color:#8f8f8f; border: 1px solid #ccc; margin-bottom: 10px; }
.subhead {padding:0 0 0 0;}
input.form{width:22px;text-align:center; border: 1px solid #ccc;color:#8f8f8f;}
.red{color:#EE6A50;text-decoration:underline;}

#footer .menu-header ul{ clear:both; padding: 14px 0 35px 16px; float: left}
#footer .menu-header ul li { float: left; padding: 0 9px 0 8px; background: url(images/footer_sep.gif) no-repeat right 3px}
#footer .menu-header ul li.last-menu-item { background: none; }
#footer .menu-header ul li a{ color: #fff; text-decoration: none; }
#footer .menu-header ul li.current_page_item a{ text-decoration: underline; }
.bottom_widget p { color: #fff; padding: 0 24px; text-align: left}
.bottom_navi { display: block}
.bottom_navi .top { float: right; padding-right: 24px; padding-top: 13px;}
.bottom_navi .top a{ color: #fff; text-decoration: none }

.btn { background: url(images/btn_blue.png) no-repeat; height: 19px; padding-left: 8px; display: inline-block; width: auto; _padding: 0 0 0 8px !important}
.btn input, .btn span{ background: url(images/btn_blue.png) no-repeat right bottom; height: 19px; border: none; padding: 0 8px 4px 0; margin: 0; color: #fff; text-transform: uppercase; font-size: 12px; line-height: 19px;float:left;}


.btn span{ padding: 0 8px 0 0; float: left; _height: 20px; _line-height: 20px; _overflow: hidden; _margin-top: -1px;  _display: block } 


.sideDisplay ul li { border-bottom: 1px solid #efefef; padding-bottom: 17px; margin-bottom: 17px; }
.sideDisplay ul li  em{ color: #999; font-style: normal; }
.sideDisplay ul li  p{ color: #333;font-size:12px; }
h5.red { font-size: 12px; color: #a40707; font-weight: normal;padding-bottom:10px;
padding-left:22px;}
.cForm { width: 425px;}
.cForm label { float: left; clear: both; width: 200px; }
.cForm input { width: 215px; float: left; margin-bottom:10px; border: 1px solid #CCCCCC; height:20px;}
.cForm span.btn { float: left; clear:both; margin-left: 150px; width: 60px; border: none;}
.cForm span.btn input{ border: none; width: 60px; float: left; margin: -1px 0 0 0} 
.cForm textarea { float: left; height: 100px; margin-bottom: 10px;width:215px; border: 1px solid #CCCCCC; height: 100px;}
#tcf_captcha{width:40px;}
.entry-content ul li{ /* background:url("images/bulltet1.gif") no-repeat scroll 12px 8px transparent; */ line-height:20px; padding-top: 0px;
list-style:disc outside url("images/bulltet1.gif"); }
.entry-content ul, .entry-content ol { margin-bottom: 15px; padding-left: 25px;}
.entry-content ol li{ line-height:20px;
list-style:decimal inside none;
margin-bottom:7px;}

.bottom_widget p {font-size:12px;}
.widget-container ul .latest_content { border-bottom: 1px solid #efefef; padding-bottom: 17px; margin-bottom: 17px; *margin-bottom: 0}
/*.widget-container ul .latest_content p{font-size:12px;}*/
.widget-container ul .cat-post-item{ border-bottom: 1px solid #efefef; padding-bottom: 17px; margin-bottom: 17px; *margin-bottom: 0}
.widget-container ul li p{font-size:12px;}
#content p a { color: #00529B}
#content p a:hover { color: #5ca831; text-decoration:none }
#content ul li a { color: #00529B}
#content ul li a:hover { color: #5ca831; text-decoration:none }
#primary .textwidget .client_center_img, #primary .textwidget .client_center { float: left !important; margin: 5px 0 5px 10px; }
#primary .textwidget .client_center { margin-top: 8px }
.footer-widget-container .textwidget {color:#FFFFFF;
font-size:12px;
padding-bottom:0;
padding-left:24px;
padding-right:24px;
padding-top:0;
text-align:center;}

.contactform_error { color: #ff0000; font-weight: bold }
.textwidget p{ padding: 10px;}
#access .searchBar label { display: none;}
.imgLeftSidePara { clear: right !important; }
.imgRightSidePara { clear: left !important; }
/* IE 6 fixes */
#contactForm div.submit { * padding-top: 10px;}
.btn span { line-height: 16px; }

#blog-head{

background: url(http://financialfountains.com/wp-content/uploads/2010/09/light-house2.jpg) no-repeat top right;
height:100px;
width:100%;
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
margin-bottom: 10px;
}

#blog-head h5{color: #000000; font-size: 28pt; font-weight: 300; margin:20px 0 0 25px; text-transform:uppercase; text-align:left}

.widget-image {*padding:0 0 10px 0;}

.widget_categoryposts h3, .widget_polls-widget h3,.widget-title { background: url(images/blue_bg.jpg) repeat-x; height: 36px;}
.widget_categoryposts h3 a, .widget_polls-widget h3 a{ color: #124672; }
.widget_tag_cloud div{ padding:5px; }
.widget_tag_cloud a{padding:3px;}
.meta-prep-author,.entry-utility-prep {padding-left:1px;}
.widget_polls-widget h3.widget-title{background:url(images/red_bg.jpg) repeat-x !important; height:36px}
.widget-container .contactForm { padding: 17px 20px 10px 20px; margin-bottom:-10px}
.widget_categoryposts h3.widget-title{background:url(images/purple_bg.jpg) repeat-x !important; height:36px}
#header #rightDet .callbox .tag{line-height:26px}
.contactHeading h2.widget-title{background: url(images/right_panel_header_bg.gif) repeat-x;height:36px}


/* 15 Feb 2012 */
.widget-area .widget-container{padding-bottom:0 !important}
li.widget_latest_post_widget_multi ul li{border-bottom:1px solid #EFEFEF !important;display:inline-block;clear:both;margin-bottom:10px;padding-bottom:10px}
li.widget_latest_post_widget_multi ul li.last{border:none !important;margin:0 !important}
li.widget_latest_post_widget_multi .red a{float:right;color:#A40707 !important;text-decoration:underline}
.videoframe{height:210px}
#primary .textwidget .client_center { margin: 8px 0 10px;display:inline-block}
.item img{ width:100%;}
