@charset "UTF-8";
/* GCA CSS Document */


/* ### GENERAL ### */


body {
	background: #e8ddbb;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #675c53;
	font-style: italic;
}

#container {
	width: 989px;
	margin: 25px auto;

}

a {
	color: #00853e;
	text-decoration: underline;
}
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.center { display: block; margin: 0 auto; }
.align-center {text-align:center; }

/* ### Text Decoration ### */

.title {
	width: 390px;
	border-bottom: 2px solid #decca5;
	margin-bottom: 15px;
	font-size: 15px;
	color: #675c53;
}

.sub-title {
	font-size: 33px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #00853e;
	font-style: italic;
}

.small {
	font-size: 11px;
}
.norm ul, ol {
	list-style-image: none;
	list-style: circle;
	margin: 15px 0 15px 15px;

}
.norm li {
	background:none;
	padding: 5px;
}

ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

li {
	background: url(img/li-image.jpg) left top no-repeat; 
	color: #675c53;
	padding: 5px 30px;
}

li a {
	color: #675c53;
	text-decoration: none;
}

li a:hover {
	color: #00853e;

}

.home-nav {
	list-style-type: none;
	margin: 0 0 0px 0px;
	padding: 0px 10px;
}

.home-nav li {
	background: url(img/li-image-home.jpg) top left no-repeat; 
	color: #675c53;
	padding: 5px 30px;
	margin: 0px 0;
}

img {
	border: none;
}

.indent { 
	margin: 0;
	padding: 0 30px; 
}
/* ### HEADER ### */

#header {
	margin: 0 auto;
	background: #FFF;
	width: 889px;
	height: 95px;
	padding: 25px;
}
#header-nav {
	width: 650px;
	margin: 0px;
	float: left;
}

#header-nav .column {
	width: 200px;
	float: left;
}

#header-nav a {
	display: block;
	width: 200px;
	height: 25px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #675c53;
	text-decoration: none;
}

#header-nav a:hover {
	display: block;
	width: 200px;
	height: 25px;
	font-size: 15px;
	color: #00853e;
	text-decoration: none;
}

#header-logo {
	width: 239px;
	float: left;
}

/* ### HOME CSS ITEMS ### */

#header-home {
	margin: 0 auto;
	width: 850px;
	height: 95px;
	text-align: right;
	padding: 25px 64px 25px 25px;
}

#container-home {
	width: 939px;
	margin: 0 auto;
	background: url(img/home-flower.jpg) no-repeat bottom left #FFF;
}

#content-home {
	background: #fff;
	margin: 0 auto;
	padding: 5px 25px;
	margin-left: 459px;
	width: 430px;
	font-size: 14px;
}

#content-nav {
	border-top: solid 2px #decca5;
	border-bottom: solid 2px #decca5;
	width: 410px;
	padding: 10px;
}

#content-nav .column {
	width: 140px;
	float: left;
}
#content-nav .column-video {
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(img/gca-video.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#content-nav .column-video a {
	width: 130px;
	height: 70px;
	display:block;
	margin: 0;
	padding: 0;
}

#content-nav .column-video a:hover {
	display:block;
	width: 130px;
	height: 70px;
	margin: 0;
	padding: 0;
}

#welcome {
	text-align: justified; 
	float: right; 
}

#content-nav a {
	display: block;
	width: 140px;
	height: 18px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #675c53;
	text-decoration: none;
}

#content-nav a:hover {
	display: block;
	width: 140px;
	height: 18px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00853e;
	text-decoration: none;
}



#content-home li {
	color: #675c53;
	font-size: 20px;
	font-family: Constantia, "Lucida Sans", Cambria, ;
	
}

/* ### CONTENT ### */

#content {
	background: #fff;
	margin: 0 auto;
	padding: 25px;
	width: 889px;
}

#content-wide {
	width: 964px; 
	margin-right: 25px;
	background: url(img/content-left-bg.jpg) repeat-y #FFF;
}

#content-wide #break {
	background: #e8ddbb;
	width: 939px;
	height: 135px;
	padding-left: 25px;
}

#content-wide #left {
	width: 389px; 
	height: 500px;
	float: left;
}

#content-wide #right {
	width: 510px; 
	padding: 25px 40px 25px 25px;
	float: left;
	font-size: 14px;
}



/* ### Secondary Nav ### */
#container-second {
	width: 939px;
	margin: 0 auto;
	padding: 25px 0
}

#content-second {
	margin: 0 auto;
	width: 939px;
	font-size: 14px;
	background: url('img/green-flower/rotator.php') no-repeat left bottom #778a74;
}
#content-second #left {
	width: 340px;
	float: left;
}

#content-second #left-nav {
	background: #9e8d85;
	width: 240px;
	padding: 25px 50px;
}
#content-second #background-spacer {
	width: 340px;
	height: 350px;
}

#content-second #right{
	background: #FFF;
	width: 510px;
	padding: 25px 45px 25px 44px;
	float: left;
}

#content-second #right-small{
	background: #FFF;
	width: 510px;
	height: 600px;
	padding: 25px 45px 25px 44px;
	float: left;
}

#break-line {
	width: 939px;
	margin: 0 auto;
	padding: 0;
	height: 4px;
	display: block;
	background: #675c53;

}

/* ### FOOTER ### */

#footer {
	clear: both;
	margin: 0 auto;
	width: 939px;
	height: 18px;
	border-bottom: 2px solid #FFF;
	overflow: hidden;
}
#footer #green {
	width: 461px;
	height: 16px;
	background: #00853e;
	border-top: 1px solid #80c29f;
	border-bottom: 1px solid #80c29f;
	float: left;
}

#footer #link {
	height: 18px;
	width: 18px;
	float: left;
}

#footer #black {
	display: block;
	width: 460px;
	height: 12px;
	background: #231f20;
	border-top: 1px solid #918f90;
	border-bottom: 1px solid #918f90;
	float: left;
	text-align: center;
	padding: 2px 0;
	font-size: 10px;
}

#footer-nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding: 0 5px;
}

#footer-copy {
	clear: both;
	margin: 0 auto;
	width: 939px;
	height: 18px;
	font-size: 11px;
	text-align: center;
}

#footer-copy .hkred a {
	color: #990000;
	text-decoration: none;
}
#footer-copy .hkred a:hover {
	color: #990000;
	text-decoration: underline;
}
/* ### Contact Page ### */
.seg {
width: 100px;
float: left;
}

/* ### Investment Team ### */

.investment-team a {
	display: block;
	color:#999999;
	padding: 5px 0;
	text-decoration: none;
	font-size: 16px;
}

.investment-team a:hover {
	color: #00853e;
}

.bio {
	width: 400px;
	float:left;
}
.bio-pic {
	width: 100px;
	padding-right: 10px;
	float:left;
}

.bio-name {
	font-size: 18px;
}
/* ### Commentary ### */

.newsletter {
	width: 225px;
	float: left;
	padding-right: 10px;
}
.mkcommentary a {
	color: #00853e;
	text-decoration: underline;
}

.mkcommentary li {
	background: none;
	list-style: square;
	padding: 5px;
	font-size: 12px;

}

.commentary {
	width: 275px;
	float: left;
}
/* ### Site Map ### */
.site-map {
	font-size: 12px;

}
.site-map ul {
	list-style-image: none;
	list-style: disc;
	margin: 15px 0 15px 15px;

}

.site-map ul ul {
	list-style-image: none;
	list-style: circle;
	margin: 0px 0 0px 25px;

}
.site-map li {
	background:none;
	padding: 5px;
}
.site-map li a {
}

.site-map li a:hover {
	color: #00853e;
	text-decoration: underline;
}

/* ### news page ### */

#news-include {
	border-top: 1px #CCC dotted;
	padding: 0px 0;

}

#news-include p {
	margin: 0;
	padding: 0px 0;

}

.date {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
#news-include .news-title {
	border: none;
	font-weight: bold;
}
#news-include .entry {
	border-bottom: 1px #CCC dotted;
	width: 510px;
	padding: 10px 0 5px 0;
	font-size: 12px;
}
#news-include .entry-body p {
	padding: 5px 0;
}

.ticker {
	font-size: 12px;
	padding: 5px 10px 0 10px;
}
.ticker a {
	color: #00853e;
	text-decoration: none;
}

.ticker a:hover {
	color: #00853e;
	text-decoration: underline;
}

.welcome {
	font-size:48px;  
}	
	
