/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}

html{
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	height: 100%;
}

body a{
	color: #00528D;
}

.clear {
	clear: both;
}

.floatright{
	float: right;
	padding-left: 10px;
}

.floatleft{
	float: left;
}

#container{
	width: 840px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../_images/image-repeater.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

#container-internal{
	width: 840px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../_images/image-repeater.jpg);
	background-repeat: repeat-y;
}

p{
	margin: 0 0 8px 0;
}


/* -------------------------------------------------------------------- */

/* HEADER */

#header{
	width: 720px;
	height: 140px;
	position: relative;
	margin: auto;
	padding: 0px 40px 0px 40px;
}

#logo{
	position: absolute;
	top: 30px;
	width: 170px;
	height: 92px;
	background-image: url(../_images/logo.jpg);
	background-repeat: no-repeat;
}

/* -------------------------------------------------------------------- */

/* NAVIGATION */

#navigation{
	background-image:url(../_images/image-nav.jpg);
	background-repeat: no-repeat;
	width: 158px;
	height: 220px;
	margin-right: 15px;
	float: left;
/*	border:thin solid #FF0000 */
}

#nav{
	width: 158px;
	height: 176px;
	list-style: none;
}

#nav li{
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav li a{
	text-decoration: none;
	color: #666666;
}

#nav li a:hover{
	color: #00528D;
}

/* -------------------------------------------------------------------- */

/* CONTENT */

#content{
	position: relative;
	width: 720px;
	margin: auto;
}

#content-main{
	position: relative;
	width: 547px;
	float: left;
}

#index-menu{
	width: 720px;
	height: 274px;
	padding-top: 20px;
}

#index-menu-images{
	width: 732px;
	height: 274px;
	margin-left: -12px
}

#index-content-main{
	margin-top: 30px;
	width: 720px;
}

#index-content-text{
	width: 525px;
	float: left;
	margin-right: 11px;
}

#news-box{
	position: relative;
	float: left;
	width: 172px;
	height: 239px;
	background-image: url(../_images/image-news-box.jpg);
	background-repeat: no-repeat;
	padding: 8px 6px 11px 6px;
}

#news-box-text{
	width: 162px;
	padding: 3px 5px 3px 5px;
}

.more{
	position: absolute;
	left: 110px;
	top: 221px;
}

.find-out{
	position: absolute;
	left: 1px;
	top: 545px;
	width: 260px;
}

#content-image-area{
	height: 222px;
}

#image-box{
	height: 222px;
	width: 137px;
	float: left;
	margin-right: 36px;
}

#bullet-box{
	height: 155px;
	width: 374px;
	margin-top: 50px;
	float: left;
}

#bullet-box ul{
	margin-top: 15px;
}

#bullet-box ul li{
	list-style: none;
	padding-top: 2px;
	padding-left: 2px;
}

#bullet-box ul li img{
	padding-right: 10px;
}

#content-bulk-text{
	width: 546px;
	float: left;
	margin-top: 15px;
}

#minimum-height{
	width: 1px;
	height: 300px;
	float: left;
}

/* -------------------------------------------------------------------- */

/* CASE STUDIES */

#slider-container{
	border: 1px #ffffff solid;
	width:528px;
	height:193px; 
	overflow:hidden; 
	position:relative;
	margin-bottom: 10px;
}

#Scrollbar{
	position: absolute;
	top:0px;
	left:0px;
	white-space:nowrap;
}

.client-box{
	border: 1px dotted #666666;
	padding: 5px;
}

.prev{
	position: absolute;
	left: -23px;
	top: 325px;
}

.next{
	position: absolute;
	left: 547px;
	top: 324px;
}

/* -------------------------------------------------------------------- */

/* TEXT STYLES */

.title{
	color: #999999;
	font-size: 22px;
	line-height: 25px;
}

.title-blue{
	color: #00528D;
	font-size: 18px;
}

.mini-title-blue{
	color: #00528D;
	font-weight: bold;
	font-size: 12px;
}

.mini-title-blue a{
	text-decoration: none;
}

.mini-title-blue a:hover{
	text-decoration: underline;
}

.mini-title-orange{
	color: #F7A800;
	font-weight: bold;
	font-size: 12px;
}

.mini-title-grey{
	font-weight: bold;
	font-size: 12px;
}

.thin-grey{
	color: #666666;
	font-size: 12px;
}

.thin-blue{
	color: #00528D;
	font-size: 11px;
}

.thin-blue a{
	text-decoration: none;
}

.thin-blue a:hover{
	text-decoration: underline;
}


/* -------------------------------------------------------------------- */

/* FOOTER */

#footer{
	width: 800px;
	margin: auto;
}

#footer-links{
	width: 800px;
	float: left;
	font-size: 11px;
}

#footer-links a{
	text-decoration: none;
	color: #666666;
}

#footer-links a:hover{
	text-decoration: underline;
}

ul#footer-links{
	margin: 0px;
	padding: 20px 0px 0px 35px;
	list-style: none;
	color: #F7A800;
}

ul#footer-links li{
	float: left;
}
