@import url("reset.css");
@import url("text.css");
body {
	background: url(../images/bg_outer.gif) 0 0 repeat-x;
}
.container {
	margin:0 auto;
	width: 988px;
}
.showcase {
	position: relative;
	margin: 0 0 25px;
}
.showcase p {
	font-size: 1.1em;
}
.showcase img {
	vertical-align: bottom;
	margin: 0;
	display: block;
	float: left;
}
.showcase span.caption {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	float: right;
	width: 250px;
	background: #f3f4f7;
	margin: 0;
	padding: 15px 10px;
}
.button_more {
	display: block;
	background: url(../images/btn-knowmore.png) 0 0 no-repeat;
	width: 151px;
	height: 40px;
	text-indent: -9999px;
}
.button_more:hover {
	background-position: 0 -40px;
}
p.more {
	line-height: 30px;
}
a.link_more, a.link_more:visited {
	font-weight: bold;
	color: #224a85;
	text-decoration: none;
}

a.link_more:hover {
	text-decoration: underline;
}
a.link_external {
	background: url(../images/icon_external.png) no-repeat 100% 50%;
	padding-right: 15px;
}
.link_pdf {
	display: inline-block;
	background: url(../images/icon_pdf.png) 0 3px no-repeat;
	padding: 0 0 0 30px;
}
img.display {
	float: left;
	margin: 3px 15px 5px 0;
}
.general_list {
	padding: 0;
	margin: 0 0 20px;
}
.general_list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#outer {
	background: url(../images/bg_body.jpg) 50% 0 no-repeat;
}
#header {
	padding: 30px 25px 0;
	margin: 0 0 25px;
}
#logo {
	width: 300px;
	margin: 0;
	line-height: 1em;
	float: left;
}
#logo a, #logo a:visited {
	display: block;
	background: url(../images/logo.png) 0 0 no-repeat;
	width: 280px;
	height: 31px;
	text-indent: -9999px;
}
#header #header_promo {
	float: right;
	width: 500px;
	text-align: right;
	color: #fff;
	font-size: 1.8em;
	margin: 0;
}
#header #header_promo a, #header #header_promo a:visited {
	color: #fff;
	text-decoration: underline;
}
#header #header_promo a:hover {
	color: #999999;
	text-decoration: underline;
}
/* --BANNER START-- */
#banner {
	background: url(../images/bg_slider.png) 0 0 no-repeat;
	position: relative;
}
#banner ul {
	padding: 0;
	margin: 0;
}
#banner ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#banner .banner_content {
	padding: 0 15px 0 430px;
	height: 300px;
}
#banner .banner_content h1 {
	font-size: 3.3em;
	padding: 20px 0 0;
}
#banner .banner_content ul {
	width: 80%;
	padding: 0;
	margin: 0 0 15px;
}
#banner .banner_content ul li {
	background: url(../images/icon_bullet.png) 0 7px no-repeat;
	list-style: none;
	padding: 0 0 0 10px;
	font-style:italic;
	width: auto;
	height: auto;
	color:#666666;
	font-family:tahoma, arial, sans-serif;
	font-size:1.3em;
	font-weight: bold;
}
#banner .banner_content p {
	width: 80%;
	color:#666666;
	font-family:tahoma, arial, sans-serif;
	font-size:1.3em;
	font-weight: bold;
}
#slide1 {
	background: url(../images/bg-slide1.png) 0 0 no-repeat;
}
#banner #slide1 h1 {
	padding: 20px 0 0;
}
#slide2 {
	background: url(../images/bg-slide2.png) 20px 15px no-repeat;
}
#slide3 {
	background: url(../images/bg-slide3.png) 40px 30px no-repeat;
	padding:0 15px 0 320px !important;
}
#banner #slide2 h1 {
	padding: 20px 0 0;
}

#slide2 p {
	font-size: 1.2em;
}
/* --BANNER END--*/

/* --NAV START-- */
#navigation {
	margin: 0 0 15px;
}
#navigation {
	background:url('../images/bg_menu.gif') no-repeat scroll 0 0 transparent;
	padding: 0 23px 0 0;
	height: 45px;
}
#navigation ul {
	float: left;
	width: 580px;
	margin: 0;
	padding: 5px 0 0;
}
#navigation ul li {
	float:left;
	font-size:1.8em;
	font-weight:bold;
	list-style: none;
	padding: 4px 0 5px 25px;
	text-align:center;
	color:#fff;
}
#navigation a, #navigation a:visited {
	color:#e4f8fa;
}
#navigation a:hover, #navigation a.active {
	color:#999999;
}
#navigation p {
	float:right;
	text-align: right;
	width:350px;
	color:#fff;
	padding: 13px 0 0;
	font-size: 1.3em;
}
#navigation p a, #navigation p a:visited {
	font-weight:bold;
}
#navigation p a:hover {
	text-decoration: underline;
	color: #e4f8f8;
}
#navigation p a.link_free_consultation, #navigation p a.link_free_consultation:visited, #navigation p a.link_free_consultation{
	font-weight: normal;
	color: #e4f8f8;
}
#navigation p a.link_free_consultation:hover {
	
}
#navigation p span.separator {
	color: #666666;
	padding: 0 4px;
}
#navigation p strong {
	color: #ffff99;
	font-size: 1.3em;
	font-weight: bold;
}
#navigation p a.link_free_consultation:hover strong,  {
	color: #ffff99;
}
/* --NAV END-- */

#content_container {
	background: #fff url(../images/bg_content.png) 50% 0 no-repeat;
	padding: 25px 24px 0;
}
#content {
	padding: 6px 0 40px;
}
#main_content {
	float: left;
	width: 617px;
}
#sidebar {
	float: right;
	width: 301px;
	padding: 40px 0 0;
}
#sidebar .sidebar_module {
	margin: 0 0 27px;
}
/* --FOOTER START-- */
#footer {
	background:#f3f4f7;
}
#footer .container {
	padding: 35px 0 60px;
	width: 936px;
}
#footer .footer_col {
	float: left;
}
#footer #services {
	width: 150px;
}
#footer #about {
	width: 130px;
}
#footer #resources {
	width: 145px;
}
#footer #contact {
	width: 210px;
}
#footer #contact p {
	font-size:1.1em;
}
#footer h2 {
	color:#333333;
	font-weight: normal !important;
	line-height: 1em;
	margin: 0 0 25px;
}
#footer ul {
	padding: 0px;
	margin: 0;
}
#footer ul li {
	font-size: 1.2em;
	list-style: none;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
#footer a, #footer a:visited {
	color:#214A85
}
#footer a:hover {
	text-decoration: underline;
}
#footer #copyright {
	width: 297px;
	float:left;
	padding: 0px;
}
#footer #copyright p.footer-about {
	margin-top: 15px;
	color: #000000;
	font-size: 12px;
}
#footer #copyright p {
	color: #666666;
	font-size: 1.1em;
}
/* --FOOTER END-- */
#home_blocks .block {
	float: left;
	width: 320px;
	min-height: 145px;
}
#home_blocks .block .block_header, #home_blocks .block .block_content {
	padding: 0 20px 0 0;
}
#home_blocks .block .block_content {
	min-height: 145px;
}
#home_blocks #testimonials_block {
	width: 295px;
}
#home_blocks #testimonials_block .block_header, #home_blocks #testimonials_block .block_content {
	padding: 0;
}
#home_blocks .block h3 {
	background: url(../images/img_border.gif) 0 100% repeat-x;
	padding: 0 0 15px;
	margin: 0 0 15px;
	line-height: 1em;
}
#home_blocks .block p, #home_blocks .block ul {
}
#home_blocks .block p.more {
	margin: 0;
}
#home_blocks #about_block p {
	font-size: 1.3em;
	line-height: 1.6em;
}
#home_blocks #services_block ul {
	margin: 0;
	padding: 0;
}
#home_blocks #services_block ul li {
	list-style: none;
	background: url(../images/icon_bullet_blue.png) 0 10px no-repeat;
	color: #102c53;
	padding: 0 0 0 12px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.5em;
	line-height: 1.6em;
}
#home_blocks #services_block ul li a, #home_blocks #services_block ul li a:visited {
	color: #102c53;
}
#home_blocks #services_block ul li a:hover {
	color: #999999;
}
#home_blocks #testimonials_block .block_content p {
	font-size: 1.5em;
}
#tips {
	background: #102C54;
	padding: 14px;
}
#tips p {
	line-height: 1em;
	margin: 0;
}
#tips p strong {
	font-size: 1.2em;
	color: #fff;
}
#tips p a, #tips p a:visited {
	color: #e4f8fa;
	text-decoration: none;
}
#tips p a:hover {
	text-decoration: none;
}
#sidebar_links {
	background: #f3f4f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#sidebar_links ul {
	padding: 0;
	margin: 0;
}
#sidebar_links ul li {
	list-style: none;
	padding: 7px 11px;
	margin: 0;
	line-height: 1em;
	font-size: 1.5em;
	border-bottom: 1px solid #fff;
}
#sidebar_links ul li.last {
	border: 0;
}
#sidebar_links ul li a, #sidebar_links ul li a:visited {
	color: #102c53;
}
#sidebar_links ul li a:hover {
	color: #999;
}

#sidebar_links ul li a.active {
	color: #000;
	font-weight: bold;
}
#sidebar_testimonials {
	background: url(../images/bg_testimonial.png) 0 0 no-repeat;
	padding: 40px 0 18px;
	border-bottom: 1px solid #f0f0f0;
}
#sidebar_testimonials .module_content p {
	font-style: italic;
	font-size: 1.3em;
	color: #666666;
}

.testimonial_list {
	padding: 0 0 10px;
	margin: 0 0 20px;
	background: url(../images/img_border.gif) 0 100% repeat-x;
}