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

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a {
	color: #46728C;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
h2 {
	margin: 20px 0 5px 0;
	color: #46728C;
	font-size: 16px;
}
#cta-header {
	width: 860px;
	margin: 50px auto 0 auto;
}
#cta-main {
	margin: 50px 0 0 0;
	height: 308px;
	background: url(../images/bg_main.gif) repeat-x;
}
#cta-content {
	width: 860px;
	margin: 50px auto 0 auto;
}
#cta-teaser {
	float: left;
	width: 515px;
	padding: 50px 40px 0 0;
}
#cta-action {
	float: left;
	width: 299px;
	height: 204px;
	background: url(../images/bg_search.jpg) bottom no-repeat;
}
#cta-teaser-txt {
	float: left;
	width: 515px;
	padding: 15px 40px 0 0;
	text-align: right;
	font-size: 16px;
}
#cta-search-txt {
	width: 299px;
	float: left;
	color: #46728C;
	font-size: 16px;
	padding: 15px 0 0 0;
	background: url(../images/bg_search_bottom.gif) top no-repeat;
}
#cta-footer {
	width: 860px;
	margin: 50px auto 0 auto;
	font-size: 11px;
	text-align: right;
}
#cta-footer a {
	margin: 0 0 0 25px;
}


/* Hacks */
.clear-me {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0;
}
div.clear-me {
	overflow: hidden;
}

