@import url(reset.css);

body {
	padding: 0;
	margin: 0;
	background: #fff;
	font: 11px/ 100% "Trebuchet MS", verdana, sans-serif;
	text-align: center;
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

.nomargin {
	margin: 0;
}

.separator {
	margin: 25px 0;
	border-width: 0 0 1px;
	border-bottom: 1px solid #ccc;
}

.more {
	font-style: italic;
	color: #123879
}

h2 {
	color: #123879;
	font-size: 22px;
	margin: 0 0 15px;
	text-align: left;
}

h3 {
	font-size: 16px;
	margin: 0 0 10px;
}

#page {
	background:#fff;
	width: 998px;
	margin: 0 auto;
	text-align: left;
}

#headertop {
	background:url(../images/topbar.jpg) no-repeat center top;		
	height: 30px;
	padding: 5px;
	text-align: right;
	font-size: 14px;
}

#logo {
	height: 90px;
}

#headertop  a {
	color: #fff;
}

#header {
	text-align: left;
	background: transparent url(../images/header.gif) repeat-x left top;
}

#leftcol {
	border-right: 1px solid #ccc;
	width: 590px;
	float: left;
}

#rightcol {
	width: 350px;
	padding: 20px 0;
	float: right;
}

#navigation {
	background: #ccc url(../images/navbg.gif) repeat-x;
	height: 27px;
	list-style: none;
}

#navigation li a {
	display: block;
	padding: 6px 55px 6px;
	font-size: 14px;
	border-right: 1px solid #fff;
	color: #fff;
}

#navigation li.lastnav a {
	padding-right: 0;
	border: none;
}

.ddsmoothmenu ul {
	font-family: Trebuchet MS;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	top: 0;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited {
	color: #000;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	top: 0;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: block;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
#header .ddsmoothmenu ul li ul li a {
	width: 160px; /*width of sub menus*/
	padding: 10px;
	margin: 0;
	background: #ccc;
	color: #333;
	border: none
}

#navigation.ddsmoothmenu ul li ul li a:hover {
	background: #888;
	color: #fff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
}  /*Holly Hack for IE7 and below*/
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

#content {
	font-size: 12px;
	padding:0 20px 30px;
	line-height: 150%;
}

#banner {
	position:relative;
	background:#fff url(../images/frontbg.gif) no-repeat left top;
	width:998px;
	height:173px;
	margin-left:-20px;
}

#clientlog {
	position:absolute;
	left:10px;
	bottom:15px;
}
#content p {
	margin: 0 0 12px;
}

.office {
	margin: 0 0 15px;
}

.blue {
	color: #002851
}

#login {
	position: absolute;
	top: 100px;
	right: 40px;
	width: 240px;
}

#login p {
	padding: 5px 5px 5px 100px;
}

#login label {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 0 -100px;
	width: 90px;
	text-align: right;
	float: left;
	display: inline;
}

#login input.txt {
	border: 1px solid #c8c8c8;
	background: #fff;
	padding: 3px;
	font-size: 12px;
}

#footer {
	color: #333;
	background: #dfe1fd;
	padding: 10px;
}

.footernav {
	color: #666;
	margin: 0 0 15px;
}

.footernav a {
	color: #666;
}

.copyright {
	color: #fff;
	margin: 0 0 5px;
}

#company {
	color: #000;
}
#content h2 {
	font-size:24px;
	margin:10px 0 25px;
}
#content a {
	color:#1a6bad;
}
#content ol {
	list-style:decimal;
	padding-left:25px;
	margin:0 0 10px;
}

#content ul {
	list-style:square;
	padding-left:25px;
	margin:0 0 20px;
}

#content dl {
	margin:0 0 15px;
}
#smallmap {
	width:320px;
	margin:0 0 25px;
	padding:20px;
	background:#eee;
	border:1px solid #ccc;
}

#smallmap ul{
	margin:0;
	padding:0;
}

#smallmap li{
	font-size:14px;
	padding:3px 0;
}
#footerlogo {
	float: right;
	width: 114px;
}

.banner {
	margin: 0 0 10px;
}

#container {
	margin: 0 0 10px;
}

.container {
	float: left;
	width: 220px;
	height: 180px;
	margin: 0 10px 0 0;
	background: #d3deeb;
}

.container .blueheader {
	background: url(../images/bluebar_bg.gif) repeat-x;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 10px 5px;
}

.container .blueheader .stockcode {
	line-height: 16px;
}

.container .cheader {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 12px 10px;
	color: #04407b;
}

.containercontent {
	padding: 5px;
}

#stocksearch {
	float: right;
	width: 115px;
}

#stocksearch .txt {
	background: #c2d2e4;
	border: none;
	float: left;
	width: 60px;
	height: 12px;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 3px 5px;
}

#stocksearch #gosearch {
	background: url(../images/go_button.gif) no-repeat;
	border: none;
	width: 39px;
	height: 16px;
	overflow: hidden;
}

.container.last {
	float: right;
	margin: 0
}

.tabbing {
	padding: 0 5px;
}

.tabbing li {
	float: left;
	font-size: 10px;
	display: inline;
}

.tabbing li.selected {
	background: transparent url(../images/bluetabbg.gif) right -30px
		no-repeat;
	float: left;
	width: 40px;
	height: 28px;
	margin: 0 3px 0 0;
}

.tabbing li.selected span {
	float: left;
	width: 25px;
	padding: 3px 0 7px 6px;
	height: 18px;
	color: #4a71a2;
	background: transparent url(../images/bluetabbg.gif) left -30px
		no-repeat;
}

.tabbing li span {
	float: left;
	width: 45px;
	height: 28px;
	margin: 0 3px 0 0;
	background: transparent url(../images/bluetabbg.gif) right top no-repeat
		;
	color: #fff;
}

.tabbing li span a {
	float: left;
	color: #fff;
	text-align: center;
	width: 25px;
	padding: 3px 0 7px 6px;
	height: 18px;
	background: transparent url(../images/bluetabbg.gif) left top no-repeat;
}

.tabcontent {
	margin: -1px 0 0 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #4b72a2;
}

.lastupdate {
	background: #d3deeb;
	padding: 5px;
	font-size: 10px;
	color: #4c73a4;
	text-align: right;
}

table.stockinfo {
	border-collapse: separate;
	border-spacing: 3px;
}

.stockinfo td {
	background: #edf2f8;
	padding: 5px;
	color: #666;
}

.stocktable th {
	font-weight: 700;
	color: #21568a;
	padding: 10px;
	background: #d3deeb;
}

.stocktable td {
	background: #fff;
	color: #666666;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px 5px 0;
}

td .plus {
	color: #416cf5;
}

td .minus {
	color: red;
}

.exchangetable th {
	font-weight: 700;
	color: #4a71a2;
	padding: 10px;
	background: #edf2f8;
}

.exchangetable td {
	padding: 5px 10px;
}

.exchangetable tr.odd {
	background: #d3deeb
}

.exchangetable tr.even {
	background: #edf2f8
}

#contentfoot {
	padding: 10px 20px;
}

.followus {
	float: right;
	color: #4a71a2;
	font-weight: 700;
	line-height: 10px;
}

.followus span {
	float: left;
	display: inline;
	padding: 5px;
}


.area {
	float:left;
	height:400px;
	margin:0 10px 10px 0;
	padding:20px;
	border:1px solid #ccc;
	width:350px;
}


.area h4 {
	color:#0054a3;
	font-size:16px;
}

.oqcs {
	font-weight:700;
	color:#1a6bad
}

.testi {
	padding:10px 0;
	border-bottom:1px solid #ccc;
}


.testi strong {
	font-size:14px;
}

.staff {
	width:260px;
	float:left;
	margin:0 10px 10px;
	height:190px;
	padding:5px 5px 5px 190px;
	border:1px solid #ccc;
}

.staff h4{
	font-size:16px;
}
.staffphoto {
	width:180px;
	float:left;
	display:inline;
	margin-left:-180px;
}

.sstaff {
	float:left;
	padding:5px;
	margin:0 5px 5px;
	border:1px solid #ccc;
}
.sstaff div {
	height:120px;
	overflow:hidden;
	width:100px;
}
.sstaff img{
width:100px;
}


