@charset "UTF-8";
/* CSS Document */

/* Universal */
html, body {
	background-color: #EDEEEE;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 100%;
}
#conatiner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	height: 133px;
	width: 1000px;
}
#navcontainer {
	margin-bottom: 0px;
	height: 30px;
	width: 1000px;
	background-image: url(../assets/menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	
}
#logo {
	margin-left: 60px;
	margin-bottom: 7px;
	margin-top: 23px;
	margin-right: 150px;
	float: left;
}
.subimage {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#content {
	background-color: #FFFFFF;
	width: 880px;
	margin-left: 60px;
}
#footer {
	background-color: #FFFFFF;
	height: 33px;
	width: 860px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 70px;
	padding-left: 70px;
}
#sitemaplink {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#incalink {
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cleared {
	clear: both;
	height: 0px;
}

/* Home page */

#flash {
	height: 270px;
	width: 860px;
	background-image: url(../assets/mainimage.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.floatleft {
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
}
#leftcol_big {
	width: 574px;
	float: left;
	padding-left: 10px;
	margin-right: 18px;
	padding-bottom: 10px;
}
#leftcol_info {
	width: 564px;
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#rightcol_small {
	background-color: #CCCCCC;
	height: 100%;
	width: 246px;
	float: left;
	border: 1pt solid #999999;
	padding: 10px;
}
#rightcol_news {
	width: 246px;
	float: left;
	padding: 10px;
	background-color: #EbEbEb;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
	
#rightcol_news img { padding-bottom:5px}

#rightcol_news a {text-decoration:underline; font-size:11px; color: #5a308d;}


#rightcol_info {
	height: 100%;
	float: left;
	padding: 10px;
	margin-top: 10px;
	width: 270px;
}
.casestudy_right {
	width: 268px;
	float: left;
	background-image: url(../assets/casestudies_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	padding:0 10px 15px 10px;
	
}

.casestudy_col {
	background-image: url(../assets/casestudies_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 15px;
	width: 275px;
	background-position: 5px 0px;
	padding-left: 15px;
}
.casestudy_text {
	padding-top: 0px;
	width: 275px;
	padding-left: 15px;
}

#casestudy_left {

	width: 268px;
	background-image: url(../assets/casestudies_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
}	

.cs_image {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #33CCCC;
}	

/* Services */
#services_holder {
	width: 584px;
	float: left;
	margin-bottom: 20px;
}
#services_top {
	width: 584px;
	background-image: url(../assets/boxtop.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#services_bottom {
	width: 584px;
	background-image: url(../assets/boxbottom.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#services_middle {
	width: 514px;
	background-image: url(../assets/boxsides.jpg);
	padding: 10px 35px 20px 35px;
	height: 100%;
	background-repeat: repeat-y;
}	

#services_col{
	float:right;
	margin-top: 10px;
	width: 290px;
}
#services_menu {
	background-color: #EbEbEb;
	width: 228px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:15px;
	margin-left: 15px;
}
#services_quote {
	background-color: #EDEEEE;
	float: left;
	width: 230px;
	margin-top: 10px;
	background-image: url(../assets/quotes.jpg);
	background-repeat: no-repeat;
	height: 203px;
	margin-left: 15px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#services_long_quote {
	background-color: #EDEEEE;
	float: left;
	width: 230px;
	margin-top: 10px;
	background-image: url(../assets/long_quotes.jpg);
	background-repeat: no-repeat;
	height: 320px;
	margin-left: 15px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#services_media {
	background-color: #FFFFFF;
	width: 268px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
.imagecolleft {
	width: 248px;
	float: left;
	margin-bottom: 15px;
}
.imagecolright {
	width: 248px;
	float: right;
	margin-bottom: 15px;
}
.imagekeyline {
	border: 1px solid #D5DF00;
}
.mediafloatleft {
	margin-right: 10px;
	float: left;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin-left: 5px;
}
#case_top {
	width: 880px;
	background-image: url(../assets/top.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
.mediafloatright {
	float: right;
	background-color: #000000;
	margin-left: 20px;
}
#case_bottom {
	width: 880px;
	background-image: url(../assets/bottom.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#case_middle {
	width: 810px;
	background-image: url(../assets/sides.jpg);
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom:10px;
	padding-right: 35px;
	height: 100%;
	background-repeat: repeat-y;
}	
#casestudy {

	width: 268px;
	float: left;
	background-image: url(../assets/casestudies_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.casefloatleft {
	float: left;
	width: 265px;
}
.casefloatright {
	float: right;
	width: 515px;
	margin-bottom: 10px;
}

.news_page {
	;
	margin-top:10px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	background-image: url(../assets/news_bck.jpg);
	background-position: 4px;
	background-color: #FFF;
	background-repeat: repeat-y;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 860px;
}

.news_page h1{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #999999;
	margin:0; margin-bottom:10px;}
	
.news_page img {
	float:right;
	margin-right: 9px;
}

