a img {
	border:none;
}

body {
	background-color:#ececec;
	margin:0px;
}
#tmp_header{
	height:117px;
	background-image:url('../images/header_background.png');
	background-repeat:repeat-x;
}

#tmp_header_inner{
	background-image:url('../images/header_inner_background.jpg');
	background-repeat:no-repeat;
	width:998px;
	margin-left:auto;
	margin-right:auto;
	height:117px;
}

#tmp_logo {
	margin-left:13px;
	margin-top:6px;
	float:left;
}

#tmp_site_controls{
	float:right;
	margin-right:19px;
	margin-top:43px;
	line-height:28px;
	font-size:11px;
	color:#ffffff;
}


#tmp_site_controls a {
	color:white;
	text-decoration:none;
}

#tmp_text_size {
	float:left;
	margin-right:5px;
}

#tmp_search_form {
	display:inline;
	background-image:url('../images/searchbox.gif');
	background-repeat:no-repeat;
	line-height:26px;
	padding-left:5px;
	display:inline-block;
	height:30px;
}

#tmp_search_form input {
	float:left;
}

#tmp_search_query {
	float:left;
	width:128px;
	border:none;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#8cbeff;
	color:#FFFFFF;
}
#tmp_page {
	width:998px;
	/*border:1px solid #ffffff;*/
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
	margin-bottom:22px;
	padding-top:28px;
}

#tmp_left_column {
	float:left;
	width:203px;
	margin-left:16px;
	margin-right:22px;
	/*border-top:1px solid #e1e1df;*/
}

a.menu_level_0, a.menu_level_0_selected {
	font-size:20px;
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #696c61;
	display:block;
	width:100%;

}

a.menu_level_0:hover, a.menu_level_0_selected:hover {
	text-decoration:none;
}

div.menu_item_childs {
	padding-top:14px;
	padding-left:10px;
}

a.menu_level_1, a.menu_level_1_selected {
	background-image:url('../images/menu_arrow.png');
	background-repeat:no-repeat;
	background-position: center left;

	padding-left:20px;
	color:black;

	text-decoration:none;
}

a.menu_level_1:hover, a.menu_level_1_selected:hover {
	text-decoration:underline;
}

div.menu_level_0, div.menu_level_0_selected{
	padding-bottom:10px;
}

div.menu_level_1, div.menu_level_1_selected{
	margin-bottom:9px;
}

#tmp_right_column {
	float:left;
	width:740px;
}

#tmp_recent_solutions_title {
	padding-left:17px;
	clear:both;
}

#tmp_recent_solutions {
	height:157px;
	border-top:1px solid #cdd4de;
	border-bottom:1px solid #cdd4de;
	background-color:#f2f3f5;
	margin-top:5px;

	font-size:12px;
}

#tmp_recent1 {
	width:499px;
	border-right:1px solid #cdd4de;
	float:left;
	height:100%;
}

#tmp_recent1_inner {
	padding-left:20px;
	padding-right:11px;
	padding-top:10px;
	padding-bottom:7px;
}

#tmp_recent2 {
	width:497px;
	float:left;
	height:100%;
}

#tmp_recent2_inner {
	padding-left:18px;
	padding-right:23px;
	padding-top:10px;
	padding-bottom:7px;
}

#tmp_footer_lines{
	background-image: url('../images/footer_lines.png');
	background-repeat: repeat-x;
	
	height:20px;
	
	margin-top:36px;
	margin-bottom:9px;
}

#tmp_footer{
	padding-bottom:16px;
	padding-left:19px;
	padding-right:7px;
}

#tmp_footer img {
	float:left;
	margin-right:10px;
}

#tmp_copyright {
	padding-top:15px;
	display:block;
	float:right;	

	font-size:12px;
	color:#000000;
}

.breadcrumbs {
	font-size:12px;
	margin-bottom:25px;
}

.breadcrumbs a {
	background-color:#8cbdff;
	padding:3px;
	text-decoration:none;
	color:#000000;
}

.search_results {
	margin-top:20px;
}
