body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 0px;
	color:#455560;
	background-color:#333333;
}

#wrapper {
	width: 955px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
	border:solid 8px #fff;
}

h1 {
    color: #455560;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight:bold;
}

h2 {
    color: #455560;
    font-size: 1.2em;
    font-weight:bold;
    padding-top: 10px;
}

h3 {
    color: #455560;
    font-size: 1em;
    font-weight:bold;
    padding-top: 10px;
}

a:link {color:#40c2f3; text-decoration: none}
a:active {color:#40c2f3; text-decoration: none}
a:visited {color:#40c2f3; text-decoration: none}
a:hover {color:#40c2f3; text-decoration: underline}

.pinktext{color:#ec008d;font-size: 1.4em;font-weight:bold;}
.bluetext{color:#00adee;font-size: 1.4em;font-weight:bold;}
.greentext{color:#8cc63f;font-size: 1.4em;font-weight:bold;}

img{border:0px}

.greybarvertical{
    border-top:solid 3px #95A4AB;
    height:3px;
    clear:both;
    margin-bottom:10px;
    margin-top:5px;
}

.backlink{float:right;}

#header
{
    width: 100%;
    background-image:url('../images/topbanner.jpg');
    height:95px;
}

#clickableboxlogo{
	position:relative;
	top:5px;
	left:5px;
	width:200px;
	height:80px;
	float:left;
}

#clickableboxlogo a{
	height:100%;
	width:100%;
	display:block
}

#locationlinkstop{float:left;position:relative;top:65px;left:50px;width:500px;font-weight:bold;}
#locationlinkstop a:hover{color:#000; text-decoration: none}

#clickableboxintegratedthinking{
	position:relative;
	top:35px;
	left:70px;
	width:170px;
	height:50px;
	float:left;
}

#clickableboxintegratedthinking a{
	height:100%;
	width:100%;
	display:block
}

#mainpanel {    
    float:left;
    width:950px;
}

#content {
    margin-bottom: 20px;
	margin-top: 10px;
}

/* 2 COL*/
#contentlowerbody2Col{
    float:left;
    width:737px;
    margin-right:11px;
    margin-left:4px;
}
/*END 2 COL*/

/* 3 COL*/
#contentlowerleft3Col{
    float:left;
    width:370px;
    margin-right:20px;
}
#contentlowerbody3Col{
    float:left;
    width:330px;
    margin-right:5px;
}
/*END 3 COL*/

/*menu is always the same no matter what col*/
#contentlowermenu{
    float:right;
    width:169px;
    border-left:solid 3px #95A4AB;
    padding-left:15px;
    padding-right:5px;
}

#contentlowermenu a:hover {color:#000; text-decoration: none;}


#navcontainer{margin: 0px;padding: 0px;height:27px;}
#navcontainer ul{display: block;margin: 0;padding: 0;float: left;width:100%;}
#navcontainer li{display: block;float: left;margin-right:4px;width: auto;}
#navcontainer li a:hover {text-decoration:none;}
#navcontainer li a span{visibility:hidden;}

#mnuhome a{background-image: url('../images/button_home.gif');display: block;width: 186px;height: 31px;background-repeat: no-repeat;}
#mnuhome a:hover{background-image: url('../images/button_home.gif');background-position:-186px 0px;background-repeat: no-repeat;}

#mnuexpertise a{background-image: url('../images/button_expertise.gif');display: block;width: 186px;height: 31px;background-repeat: no-repeat;}
#mnuexpertise a:hover{background-image: url('../images/button_expertise.gif');background-position:-186px 0px;background-repeat: no-repeat;}

#mnucasestudies a{background-image: url('../images/button_casestudies.gif');display: block;width: 186px;height: 31px;background-repeat: no-repeat;}
#mnucasestudies a:hover{background-image: url('../images/button_casestudies.gif');background-position:-186px 0px;background-repeat: no-repeat;}

#mnucontact a{background-image: url('../images/button_contact.gif');display: block;width: 186px;height: 31px;background-repeat: no-repeat;}
#mnucontact a:hover{background-image: url('../images/button_contact.gif');background-position:-186px 0px;background-repeat: no-repeat;}

#mnunews a{background-image: url('../images/button_news.gif');display: block;width: 186px;height: 31px;background-repeat: no-repeat;}
#mnunews a:hover{background-image: url('../images/button_news.gif');background-position:-186px 0px;background-repeat: no-repeat;}

.submenu{
    margin: 0;
    padding: 0;
    padding-left:15px;
}

.submenu2
{
    margin: 0;
    padding: 0;
    padding-left:30px;
}

.submenu li, .submenu2 li{
    margin-bottom:3px;
    color:#40c2f3;
}


#footer {
	border-top:solid 4px #95A4AB;
	height: 25px;
	width:100%;
	text-align:left;
	color: #000;
	font-size: 0.75em;
	margin-top:25px;
}

#footer a
{
    color: #000;
}

#messageBox
{
    margin: 15px 0 25px 0 ;
}

.messageSuccess
{
    border-color: #ED008C;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #00AEE7;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}

.messageProblem
{
    border-color: #ED008C;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #00AEE7;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}