#contentWrap h1 {
	margin:0 15px;
	width:926px;
}



/* ------------------------------------------------- content ----------------------------------- */
#content {
	float:left;
	display:inline;
	width:600px;
	overflow:hidden;
	margin:0;
	padding:0 0 0 15px;
}


#content.noSidebar {
	width:926px;
	padding:15px;
}


#content img {
	margin:15px;
}


/* ------------------------------------------------- sidebar ----------------------------------- */
#sidebar {
	float:right;
	display:inline;
	width:300px;/*
	min-height:180px;*/
	margin:0;
	padding:0 15px 15px;
}


#sidebar a img {
	border:1px solid #0078ae;
}
#sidebar a:hover img {
	border-color:#ffd204;
}


/* ------------------------------------------------- services buttons ----------------------------------- */
ul.homeButtons {
	/*clear:both;
	width:100%;*/
	margin:10px 0;
	padding:0;
	list-style:none;
	display:inline-block;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:42px;
	color:#fff;
}

ul.homeButtons li {
	display:inline;
	list-style:none;
	background:none;
}
ul.homeButtons li a {
	display:inline-block;
	text-align:center;
	width:230px;
	height:50px;
	color:#fff;
	background:url(../images/bg_home_button_small.jpg) top left no-repeat;
}
ul.homeButtons li.big a {
	width:265px;
	background:url(../images/bg_home_button_big.jpg) top left no-repeat;
}

ul.homeButtons li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/bg_home_button_small_over.jpg) top left no-repeat;
}
ul.homeButtons li.big a:hover {
	background:url(../images/bg_home_button_big_over.jpg) top left no-repeat;
}