/* from http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general */
p {
	font-size: 1.2em;
}

.clear { /* need for firefox */
	clear: both;
}

#left a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#left a:hover {
	color: #fff;
	font-weight: bold;	
	text-decoration: none;
}

/* main container*/
#container {
	margin-left: auto;  /* need for firefox */
	margin-right: auto; /* need for firefox */
	text-align: center;
	width: 809px;
}

/* top background shadow */
#top_bg {
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	height: 146px; /* has ie counterpart */
	margin-top: 18px;
	padding-top: 18px;
	width: 809px;
}
/* top backgroundand logo */
#top_content {
	background-color: #336051;
	height: 146px;
	margin: 0;	/* has ie counterpart */
	margin-left: auto; /* need for firefox */
	margin-right: auto; /* need for firefox */
	text-align: left;
	width: 773px;
}
/* swap headers for each page */
#contact #top_content {
	background-image: url(../images/contact_header.jpg);
	background-position: 229px 0;
	background-repeat: no-repeat;
}

#about #top_content {
	background-image: url(../images/about_header.jpg);
	background-position: 229px 0;
	background-repeat: no-repeat;
}

#strategies #top_content {
	background-image: url(../images/strategies_header.jpg);
	background-position: 229px 0;
	background-repeat: no-repeat;
}

#portfolio #top_content {
	background-image: url(../images/portfolio_header.jpg);
	background-position: 229px 0;
	background-repeat: no-repeat;
}

/* background shadow for middle of page */
#middle_bg {
	background-image: url(../images/mid_bg.gif);
	background-repeat: repeat-y;	
	padding: 2px 0 0 0;
	width: 809px;
}
/* navigation */
#nav {
	background-color: #34556f;
	height: 27px;
	margin-bottom: 2px; 
	margin-left: auto; /* need for firefox */
	margin-right: auto; /* need for firefox */	
	text-align: right;
	width: 773px;
}
#nav ul{
	list-style: none;
}
#nav ul li {
	float: right;
}
#nav ul li a{
	display: block;
	height: 27px;
}
#nav_about_us {
	background-image: url(../images/nav/about_us.gif);
	width: 104px;
}
#nav_strategies {
	background-image: url(../images/nav/investment_strategies.gif);
	width: 193px;
}
#nav_portfolio {
	background-image: url(../images/nav/portfolio.gif);
	width: 102px;
}
#nav_contact {
	background-image: url(../images/nav/contact_us.gif);
	width: 115px;
}
#nav ul li a:hover { /* the magic rollover */
	background-position: 0 -27px;
}

#contact a#nav_contact { /* active state */
	background-position: 0 -27px;
}

#about a#nav_about_us { /* active state */
	background-position: 0 -27px;
}

#strategies a#nav_strategies { /* active state */
	background-position: 0 -27px;
}

#portfolio a#nav_portfolio { /* active state */
	background-position: 0 -27px;
}

/* middle left index.html */
#left {
	background: #6d8d82 url(../images/left_bg.gif) no-repeat;
	float: left;
	margin: 0 0 0 2px; /* has ie counterpart */
	min-height: 300px; height: auto !important; height:300px;
	text-align: left;
	width: 227px;
}

#home #left {
	background-image: url(../images/index_bl.gif);
	background-repeat: no-repeat;
	float: left;	margin: 0 0 0 18px; /* has ie counterpart */
	min-height: 285px; height: auto !important; height:285px;
	text-align: left;
	width: 257px;
}

#home #left p {
	color: #2d5547;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.5em;
	margin: 29px 20px 0 31px;
}

/* middle right index.html */
#home_right_top {
	background-image: url(../images/index_pic.jpg);
	float: left;
	height: 150px;
	margin: 0 0 0 2px;
	width: 514px;
}

#home_right_bottom {
	background-image: url(../images/index_br.gif);
	float: left;
	height: 133px;
	margin: 2px 0 0 2px;
	width: 514px;
}

#home_right_bottom p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 118px;
	margin-right: 0;
	margin-left: 35px;
}

#home_right_bottom p .bar {
	color: #416b5d;
}

/* column wrapper, to fix for dynamic height */
#col_wrap {
	background: #fff url(../images/content_bg.gif);
	background-repeat: repeat-y;
	margin-left: auto; /* need for firefox */
	margin-right: auto; /* need for firefox */	
	width: 777px;
}
/* internal pages left */

#left p {
	color: #fff;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 5px 0 0 39px;
}

#left p.headers {
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 5px 0 0 33px;
}

#left ul.list {
	color: #fff;
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: left;
	list-style-type: square;
	margin: 5px 0 15px 49px;
}

.nine {
	font-size: .9em;
}

/* internal pages right */
#right {
	background: #ccc;
	float: left;
	min-height: 299px; /* unfortunately have to set this */
	margin: 0 0 10px 2px;
	padding-top: 30px;
	width: 544px;
}

#right p {
	color: #2d5547;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 45px 15px 36px;
	text-align: left;
}

#right p.bullet {
	color: #2d5547;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 45px 3px 36px;
	text-align: left;
}

#right a {
	color: #189abb;
	text-decoration: none;
}

#right a:hover {
	color: #189abb;
	text-decoration: underline;
}

#right p.return {
	font-size: .9em;
}

/* internal bottom shaded area */
#bottom_bg {
	background-image: url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 809px;
}

/* index bottom shaded area */
#home #bottom_bg {
	background-image: url(../images/index_bottom_bg.gif);
}

/* footer - has ie counterpart */
#footer {
	color: #2f4b5f;
	margin: 10px auto 30px;
	line-height: 2em;
    width: 776px;
}

#footer a {
	color: #6c8c81;
	text-decoration: none;
}

#footer a:hover {
	color: #829d94;
	text-decoration: underline;
}

#footer .copyright {
    color: #2f4b5f;
	float: right;
	font-size: .9em;
    font-weight: normal;
}

#footer .address {
	float: left;
	text-align: left;
	width: 30%;
	font: normal 1.0em/1.3em 'lucida grande',tahoma,sans-serif;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}

#footer .linknav {
	float: right;
	text-align: right;
	width: 65%;
	font: bold 1.0em/1.3em 'lucida grande',tahoma,sans-serif;
	color: #000;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}

#footer .bar {
    margin-right: 40px;
    }

img.map {
	border: 1px solid #465b54;
}

img.biopic {
	margin: 16px 38px 15px 39px;
}

ul.bulleted {
	color: #2d5547;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	list-style-type: square;
	margin: 0 0 15px 185px;
}

ul.bullet2 {
	color: #2d5547;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	list-style-type: square;
	margin: 0 45px 10px 50px;
}

ul.bullet2 li {
	margin-bottom: 6px;
}

/* Logos on Portfolio page */

img.portfoliologo {
	float: left;
	margin: 0 245px 10px 36px;
}

hr {
	background-color: #6c8c81;
  	border: 0;
  	color: #6c8c81;
  	float: left;
  	height: 1px;
  	margin: 10px 25px 20px 36px;
  	width: 80%;
}



