@charset "utf-8";
/* CSS Document */

@import "formatting.css";
@import "layout.css";
@import "menu.css";
img, div, a { behavior: url(/newsite/Scripts/iepngfix.htc) }

Body {
	background-image:url(../images/bg_city.jpg);
	background-position:center 140px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#container {
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
#banner {
	height:141px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}
#nav {
}
#flash {
	height:442px;
	margin-top:10px;
	clear:both;
}
#flash_gap {
	height:100px;
	clear:both;
}
#flash_noflashspacer {
	height:100px;
}
#cols {
	padding-bottom:10px;

}
#left_col {
	width:562px;
	float:left;
	
}
#left_col_text {
	min-height:300px;
	padding:20px;
	padding-top:10px;
	background-color:#FFFFFF;
	
}
#left_col_top {
	background:url(../images/left_col_top.png) no-repeat;
	height:18px;
}

#wide_col_top {
	background:url(../images/wide_col_top.png) no-repeat;
	height:18px;
}
#wide_col_text {
	min-height:300px;
	padding:20px;
	padding-top:10px;
	background-color:#FFFFFF;
}
#newsletter_signup {
	text-align:right;
	margin-bottom:10px;
}
#right_col {
	float:right;
	width:318px;
}
#right_col_top {
	background:url(../images/right_col_top.png) no-repeat;
	height:17px;
}
#right_col_bot {
	background:url(../images/right_col_bot.png) no-repeat;
	height:17px;
	margin-bottom:10px;
}
#right_col_text {
	background-color:#FFFFFF;
	padding:0 10px 1px 10px;
}
#latest_news {
	float:right;
	width:318px;
}
#latest_news_top {
	background-image:url(../images/right_col_top.png);
	height:17px;
	background-repeat:no-repeat;
}
#latest_news_text {

	min-height:400px;
	padding:10px;
}
#footer {
	background-color:#6b3595;
	width:100%;
	color:#FFFFFF;
	padding-bottom:20px;
}
#footer_center {
	width:860px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

#footer_left {
	float:left;
	width:670px;
}
#footer_right {
	float:right;
	width:180px;
}

.footer_linkslist {
	float:left;
	width:200px;
	margin-left:10px;
	margin-right:10px;
}
#copyright {
	clear:both;
	margin-left:10px;
	padding-top:20px;
}

.clear {
	clear:both;
}

.add {
	margin-bottom:10px;
}


#overview_top {
	height:14px;
	background-image:url(../images/side_top.png);
	background-repeat:no-repeat;
}	
#overview_buttons {
	background-image:url(../images/side_bg_trans.png);
	background-repeat:repeat-y;

}
#overview_buttons a {
	height:71px;
	width:75px;
	display:inline-block;
	border-right:1px solid #cccccc;
	padding-left:2px;
	padding-right:2px;

}
#overview_buttons a.last {
	border-right:none;
	padding-right:0px;
}
#overview_buttons a:hover {
	background-color:#ffffff;
}
#overview_greenbar {
	height:10px;
	background-color:#94C947;
	margin-right:8px;
}
#overview_links {
	background-image:url(../images/side_bg_trans.png);
	background-repeat:repeat-y;
}

#overview_links a, #overview_links a:visited {
	background-image:url(../images/side_link_arrow.png);
	background-repeat:no-repeat;
	background-position: 10px 7px;
	text-decoration:none;
	padding:5px 10px 5px 50px;
	width:258px;
	margin-right:8px;
	display:inline-block;
}
#overview_links a:hover {
	background-color:#EEEEEE;
	text-decoration:none;
}
#overview_links a .purple {
	font-size:18px;
	color:#6b3595;
}
#overview_links a .grey {
	font-size:12px;
	color:#666666;
}

#overview_bot {
	height:24px;
	background-image:url(../images/side_bot.png);
	background-repeat:no-repeat;
}

#client-area {
	margin:0px;
	padding:0px;
}
.client-cell {
	border: 1px solid #CCCCCC;
	height: 130px;
	width: 160px;
	float: left;
	margin: 4px;
	overflow:hidden;
}

.client-cell:hover {
	border: 1px solid #333333;
	height: 130px;
	width: 160px;
	float: left;
	margin: 4px;
}

.client-next {
	padding-top: 20px;
	float: right;
}

.client-previous {
	padding-top: 20px;
	float: left;
}

.client-next a, .client-previous a {
	color: #000;
}

.client-next a:hover, .client-previous a:hover {
	color: #666666;
}