@charset "UTF-8";

/* layout */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffdf7f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #808080;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	}
	
.popup {
	background-color: #fff;
	background-image: none;
	padding: 20px;
	}	
	
#container {
	width: 876px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/container_bg.jpg);
	background-repeat: repeat-y;
	}
	
#header {
	height: 270px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	}
	
#logo {
	position: relative;
	top: 18px;
	left: 25px;
	}
	
#wrapper {
	width: 830px;
	padding: 22px;
	text-align: left;
	margin-top: -140px;
	}
	
#leftcol {
	float: left;
	width: 185px;
	background-image: url(../img/leftcol_bg.jpg);
	background-repeat: repeat-x;
	background-color: #25a1d9;
	color: #fff;
	margin-right: 25px;
	}
	
#leftcol .inner {
	padding: 0 10px 0 15px;
	}
	
#main {
	float: left;
	width: 340px;
	line-height: 18px;
	}
	
#main.wider {
	width: 610px;
	}
	
#rightcol {
	float: right;
	width: 255px;
	}
	
#footer {
	clear: both;
	height: 68px;
	position: relative;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	}
	
.mainimg {
	margin-bottom: 14px;
	}
	
.box {
	background-image: url(../img/box_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f6bc54;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	}
.box .inner {
	padding: 0 15px;
	}
	
.newsScroller {
	width:150px;
	height: 70px;
	overflow: hidden;
	clip: rect('0px', '150px', '60px', '0px');
	background-color: #54b9e5;
	border-top: 1px dotted #d9e021;
	border-bottom: 1px dotted #d9e021;
	padding: 5px;
	color:#000000;
	}
.newsScroller a {
	text-decoration:none;
}

.thinkingScroller {
	height: 60px;
	overflow: hidden;
	clip: rect('0px', '340px', '60px', '0px');
	background-color: #eee;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	padding: 5px;
	padding-bottom: 5px;
	}
.thinkingScroller a {
	text-decoration:none;
}	

	
.team {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f15a24;
	margin-bottom: 10px;
	}
	
.team h2 {
	padding-top: 60px;
	}
	
.teampic {
	float: left;
	margin-right: 7px;
	}
	
.logo {
	margin-bottom: 5px;
	}
	
.floatleft {
	float: left;
	}
	
.floatright {
	float: right;
	}
	
.clearfloat {
	clear: both;
	height: 1px;
	}
	
	
/* navigation */

#mainmenu {
	position: relative;
	top: -35px;
	left: 243px;
	width: 611px;
	height: 26px;
	background-image: url(../img/mainmenu_bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	}

#mainmenu ul {
	list-style-type: none;
	}
	
#mainmenu ul li {
	display: inline;
	}
	
#mainmenu ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-right: 1px solid #fff;
	}
	
#mainmenu ul li a:hover {
	background-image: url(../img/a_hover.gif);
	background-repeat: repeat-x;
	}
	
#mainmenu ul li a#home {
	padding-left: 23px;
	width: 75px;
	}
	
#mainmenu ul li a#home:hover {
	background-image: url(../img/a_home_hover.gif);
	background-repeat: no-repeat;
	}
	
#mainmenu ul li a#services {
	width: 76px;
	}
	
#mainmenu ul li a#management {
	width: 135px;
	}
	
#mainmenu ul li a#work {
	width: 86px;
	}
	
#mainmenu ul li a#who {
	width: 107px;
	}
	
#mainmenu ul li a#contact {
	width: 99px;
	padding-right: 5px;
	border-right: 0;
	}
	
#mainmenu ul li a#contact:hover {
	background-image: url(../img/a_contact_hover.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	

/* text */

#leftcol h3 {
	font-size: 13px;
	background-image: url(../img/leftcol_h3_bg.gif);
	background-repeat: no-repeat;
	padding: 20px 15px 8px 15px;
	}
	
#leftcol h4 {
	font-size: 12px;
	color: #d9e021;
	margin-bottom: 3px;
	}

#leftcol h4 a {
	color:#FFFFFF;
	}
	
#leftcol h5 {
	font-size: 11px;
	color: #d9e021;
	margin-bottom: 0;
	}
	
#leftcol h5 a {
	color: #d9e021;
	}
	
#leftcol p {
	margin-bottom: 5px;
	}
	
#leftcol ul {
	list-style-type: none;
	margin-bottom: 5px;
	}
	
#leftcol ul li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #d9e021;
	margin-bottom: 5px;
	}
	
#leftcol ol {
	margin-left: 1.5em;
	margin-bottom: 5px;
	}
	
#leftcol a {
	float: left;
	width: 185px;
	color: #fff;
	margin-right: 25px;
	text-decoration:none;
	}
	
#leftcol a:hover {
	float: left;
	width: 185px;
	color: #fff;
	margin-right: 25px;
	text-decoration:none;
	}
	
#leftcol a.speech {
	background-image: url(../img/speech.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 22px;
	}
	
#main h2 {
	font-size: 13px;
	margin-bottom: 3px;
	color: #f15a24;
	}
	
#main h3 {
	font-size: 12px;
	margin-bottom: 3px;
	color: #f15a24;
	}
	
#main h4 {
	font-size: 11px;
	margin-bottom: 3px;
	}
	
#main h5 {
	font-size: 11px;
	color: #f15a24;
	margin-bottom: 0;
	}
	
#main h5 a {
	color: #f15a24;
	}
	
#main p, #main ul, #main ol  {
	margin-bottom: 14px;
	}
	
#main ul, #main ol {
	margin-left: 2em;
	}
	
#main ul li h3 {
	display: inline;
	font-size: 11px;
	color: #f15a24;
	}
	
#main a, .popup a {
	color: #f15a24;
	text-decoration: none;
	}
	
#main a:hover, .popup a:hover {
	text-decoration: underline;
	}
	
table {
	margin-bottom: 14px;
	}
	
table tr th {
	font-size: 14px;
	padding: 20px 10px 10px 10px;
	background-color: #ffdf7f;
	color: #f15a24;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	}
	
table tr td {
	background-color: #ffefbf;
	padding: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	}
	
table ul {
	margin-left: 2em;
	}
	
.box h3 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #ffdf7f;
	}
	
.box a {
	color: #ffdf7f;
	text-decoration: none;
	}
	
.box a:hover {
	text-decoration: underline;
	}
	
#footer p {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 10px;
	}
	
	
/* images */

img#springboard {
	margin-right: 23px;
	}
#NewsItems{
width:150px;
color:#FFFFFF;
height: 60px;
padding-top: 2px;
padding-left: 2px;
padding-right: 3px;
text-decoration:none;
}
#NewsItems a{
width:150px;
color:#FFFFFF;
height: 60px;
padding-top: 2px;
padding-left: 2px;
padding-right: 3px;
text-decoration:none;
}
#NewsItems a:hover{
width:150px;
color:#FFFFFF;
height: 60px;
padding-top: 2px;
padding-left: 2px;
padding-right: 3px;
text-decoration:none;
}
#ThinkItems{
color:#000000;
height: 55px;
padding: 3px;
}
#ThinkItems a{
color:#000000;
height: 55px;
padding: 3px;
text-decoration:none;
}

