/*  
Theme Name: Stamford Associates wordpress theme
Theme URI: http://www.stamfordassociates.com/
Description: Stamford Associates wordpress theme
Version: v01
Author: EtonDigital
Author URI: http://www.etondigital.com/
*/







/*The file below is read by ALL browsers but the hacks contained within it further target IE5-6 for Windows. See file for details.
----------------------------------------------------*/

@import "common.css";
@import "ie6win.css";
@import "ie7win.css";

/*begin normal CSS for Tier 1 browser: Firefox
----------------------------------------------------*/

body {
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000;
	background: #dbdbdb url(images/bg-body.gif) repeat-x 0 0;
}
#wrap {
	width: 860px;
	background: url(images/bg-wrap.gif) no-repeat 0 0;
	margin: 0 auto;
	padding-top: 20px;
}
#header {
	width: 800px;
	height: 205px;
	margin: 0 auto;
	background: #fff url(images/bg-header-home.jpg) no-repeat 100% 0;
	position: relative;
}
#header a {
	position:absolute;
	width: 210px;
	height: 205px;
	background: url(images/logo.gif) no-repeat;
	outline: none;
}
#header img {
	display: block;
	width: 0;
}








#content {
	margin: 0 30px;
	width: 800px;
	background: #fff url(images/bg-content.gif) repeat-y 0 0;
}








#nav {
	background: url(images/bg-nav.gif) no-repeat 0 0;
	padding-top: 65px;
	width: 210px;
	padding-bottom: 2em;
	float: left;
}
#nav li {
	font-size: 1.4em;
	font-weight: bold;
}
#nav a {
	width: 190px;
	text-align: right;
	color: #FFFFFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 28px;
}
#nav li.current_page_item a,
#nav li.current_page_item a:hover {
	background: url(images/bg-nav-a-current.gif) no-repeat 100% 0;
	color: #5f6b85;
}
#nav a:hover {
	background: url(images/bg-nav-a-hover.gif) no-repeat 100% 0;
}









#main {
	float: right;
	width: 380px;
	min-height: 380px;
	padding-bottom: 2em;
	position: relative;
	overflow: visible;
}
#main.wide {width: 588px; background: #fff;}
#main h1 {
	font-size: 2em;
	font-weight: normal;
	background: #fff url(images/bg-h1.gif) no-repeat 0 100%;
	margin: 25px 30px 0.5em;
	padding-bottom: 12px;
	color: #0a7e73;
}
#main h1 a {
	color: #15857B;
}
#main h1 a:hover {
	color: #000;
}
#main h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 30px 0.5em;
	color: #0a7e73;
}
#main h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 30px 0.5em;
	color: #666;
}
#main h2 a{
	color: #666;
	border-bottom: 1px solid #eee;
	display: block;
	padding-bottom: 2px;
}
#main h2 a:hover{
	color: #000;
	border-bottom: 1px solid #fff;
}
#main p,
#main ul,
#main ol,
#main dl {
	margin: 0 30px 1.6em;
	font-size: 1.2em;
	line-height: 1.6em;
}
#main p small {
	font-size: 0.8em;
	color: #666;
}






/*	=added 9 July 2009
	------------------------------------------------------ */
#main p.linklove {display: none;}
#main p.green {color: green;}
#main p.red {color: #f00;}

#main.wide form {margin-top: 0; margin-bottom: 0;}

#main.wide ol {margin: 0;}
#main.wide ol li {list-style: none; margin: 5px 0;}
#main.wide ol li em {color: #f00; padding-left: 5px;}
#main.wide ol li.textonly {font-weight: bold; margin: 1em 0;}
#main.wide ol li.textonly small {font-weight: normal; font-size: .8em; color: #666; line-height: 1.4em;}


#main.wide ol li label {display: block;}

#main.wide ol li input,
#main.wide ol li textarea,
#main.wide ol li select {clear: left; width: 300px; vertical-align: top;}
#main.wide ol li select {width: 100px;}
#main.wide ol li textarea {width: 500px; height: 150px;}

#main.wide ol li.cf-box-group label {display: inline;}
#main.wide ol li.cf-box-group input {width: auto; border: 0; margin-right: 5px;}

#main.wide ol li label.cf-before {display: inline;}
#main.wide ol li input.cf-box-b {width: auto; margin-left: 5px; border: 0;}

#middle p {margin: 20px; font-size: 1.2em; text-align:  center;}
#middle p a.application-form {background: #8FB9B9; padding: 10px 0; color: #fff; font-weight: bold; text-align: center; display: block;}
#middle p a.application-form:hover {background: #000;}

#main p a.application-form {background: #8FB9B9; padding: 10px 0; color: #fff; font-weight: bold; text-align: center; display: block; text-decoration: none;}
#main p a.application-form:hover {background: #000; color: #fff;}





#main p.tags {
	background: url(images/bg-tags.gif) no-repeat 0 50%;
	padding-left: 22px;
	margin-bottom: 0;
}
#main p.postdata {
	margin-bottom: 2em;
}
#main p.tags a,
#main p.postdata a {
	line-height: 1.6em;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#main li {
	line-height: 1.6em;
	list-style: disc;
	margin-left: 15px;
}


/*
#main ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 15px 0;
	padding: 5px;
	background: #f5f5f5;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #ccc;
	line-height: 1em;
	border: 1px solid #eee;
}
#main ol li span {
	font-size: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#main ol li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	color: #666;
	margin: 1em 0.5em;
}
*/
#main dt,
#main dd {
	line-height: 1.6em;
}
#main dt {
	margin-left: 0;	
}
#main dd {
	color: #A52A2A;
	margin-left: 15px;	
}

#main p a,
#main li a {
	color: #0A7E73;
	text-decoration: underline;
}
#main p a:hover,
#main li a:hover {
	color: #000;
	text-decoration: none;
}
#main form {
	margin: 1.6em 30px;
	font-size: 1.1em;
}
#main form p {
	font-size: 1.1em;
	margin: 0.5em 0;
}
#main form label small {
	font-size: 0.9em;
	margin-left: 5px;
}
#main input,
#main textarea,
#main select {
	border: 1px solid #ccc;
	margin: 3px 0;
}
#main  #gb_form input,
#main  #gb_form textarea,
#main  #gb_form select {
	width: 315px;
}
#main  #gb_form select {
	width: 250px;
}
#main  #gb_form label {
	font-weight: bold;
}
#main #gb_form input.button {
	width: auto;
	background: #8FB9B9;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	margin-top: 10px;
}
#main #gb_form input.short {
	width: 80px;
	margin-left: 1px
}
#main #gb_form label .whythis {
	font-size: 1em;
	font-weight: normal;
	display: block;
}
#main #gb_form label .whythis a {
	color: #0A7E73;
	text-decoration: none;
}
.navigation {
	font-size: 1.1em;
	margin: 1.6em 30px;
	font-weight: bold;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.navigation a {
	color: #0A7E73;
}
.navigation a:hover {
	color: #000;
}




#middle {
	float: left;
	min-height: 400px;
	width: 208px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 1px 0;
	background: url(images/bg-middle-home.jpg) no-repeat 0 0;
}
* html #middle {
	height: 400px;
}
#middle ul {
	margin: 1em 20px;
	font-size: 1.2em;
}
#middle ul li {
	line-height: 1.4em;
	background: url(images/bg-li-middle.gif) no-repeat 0 4px;
	padding: 3px 0 3px 18px;
}
#middle li a {
	color: #666;
	line-height: 1.4em;
}
#middle li a:hover {
	color: #000;
	text-decoration: underline;
}
#middle ul#text {
	font-size: 1.6em;
	margin: 30px 20px 20px;
}
#middle ul#text li {
	line-height: 1.4em;
	font-weight: bold;
	color: #999;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	padding: 0;
}
#middle ul#newtagcloud li {
	line-height: 1.4em;
	font-weight: normal;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	padding: 0;
}
#middle ul#newtagcloud li a {
	color: #ccc;
}
#middle ul#newtagcloud li a:hover {
	color: #000;
	text-decoration: none;
}
#middle h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 25px 20px 0.5em;
	color: #0a7e73;
}























#footer-holder {
	border-top: 1px solid #fff;
	width: 100%;
}
#footer-holder2 {
	margin: 0 auto;
	width: 860px;
}
#footer {
	padding: 0 0 20px;
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	background: #dbdbdb url(images/bg-footer.gif) no-repeat 0 0;
	position: relative;
}
.footer-address {
	float: left;
	width: 210px;
}
.footer-copyright {
	float: left;
	width: 380px;
}
#footer p,
#footer ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 20px;
	color: #666;
}
#footer ul {
	margin-top: -20px;
}
#footer li {
	display: inline;
}
#footer a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer a.rss {
	position: absolute;
	display: block;
	top: 6px;
	right: 6px;
	width: 15px;
	height: 27px;
	background: url(images/bg-a-rss.gif) no-repeat 0 0;
	text-indent: -99999px;
}
#footer a:hover.rss {
	background: url(images/bg-a-rss.gif) no-repeat -15px 0;
}




















#overview #header {
	background: #fff url(images/bg-header-overview.jpg) no-repeat 100% 0;
}
#overview #middle {
	background: #f5f5f5 url(images/bg-middle-overview.jpg) no-repeat 0 0;
}
#investment-philosophy #header {
	background: #fff url(images/bg-header-investment.jpg) no-repeat 100% 0;
}
#investment-philosophy #middle {
	background: #f5f5f5 url(images/bg-middle-investment.jpg) no-repeat -1px 0;
}
#providing-solutions #header {
	background: #fff url(images/bg-header-providing.jpg) no-repeat 100% 0;
}
#providing-solutions #middle {
	background: #f5f5f5 url(images/bg-middle-providing.jpg) no-repeat -1px 0;
}
#monitoring-and-reporting #header {
	background: #fff url(images/bg-header-monitoring.jpg) no-repeat 100% 0;
}
#monitoring-and-reporting #middle {
	background: #f5f5f5 url(images/bg-middle-monitoring.jpg) no-repeat -1px 0;
}
#manager-research #header {
	background: #fff url(images/bg-header-manager.jpg) no-repeat 100% 0;
}
#manager-research #middle {
	background: #f5f5f5 url(images/bg-middle-manager.jpg) no-repeat -1px 0;
}
#risk-control #header {
	background: #fff url(images/bg-header-risk.jpg) no-repeat 100% 0;
}
#risk-control #middle {
	background: #f5f5f5 url(images/bg-middle-risk.jpg) no-repeat -1px 0;
}
#our-services #header {
	background: #fff url(images/bg-header-services.jpg) no-repeat 100% 0;
}
#our-services #middle {
	background: #f5f5f5 url(images/bg-middle-services.jpg) no-repeat -1px 0;
}
#contact-us #header {
	background: #fff url(images/bg-header-contact.jpg) no-repeat 100% 0;
}
#contact-us #middle {
	background: #f5f5f5 url(images/bg-middle-contact.jpg) no-repeat -1px 0;
}
#home #header, 
#News #header {
	background: #fff url(images/bg-header-news.jpg) no-repeat 100% 0;
}
#News #middle,
#home #middle  {
	background: #f5f5f5 url(images/bg-middle-news.jpg) no-repeat -1px 0;
}
