/***********GENERAL**************/

.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; 
}

.clearfix 
{
	display: inline-block; 
}

html[xmlns] .clearfix 
{
	display: block; 
}

* html .clearfix 
{
	height: 1%; 
}



html
{

}

body
{
	font-size: 100%;
	line-height: 1em;
	font-family: Helvetica, Arial, sans-serif;
	background: #015287;
	margin: 0;
	text-align: center;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

#wrapper
{
	width: 975px;
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
}

/***************HEADER************/

#header
{
	background: url('/images/private/header_bg.gif') repeat-x 0 0;
	/*background: #fff;*/
	height: 146px;
	color: #fff;
}

	#header #logo-container
	{
		width: 137px;
		height: 64px;
		float: left;
		margin: 25px 0 0 25px;
		display: inline;
	}

		#header #logo-container img
		{
			display: block;
		}

	#header #top-nav 
	{
		float: right;
		height: 41px;
		background: url('/images/private/top_nav_bg.gif') repeat-x 0 0;
		font-weight: bold;
	}

		#header #top-nav ul
		{
			margin: 0;
			padding: 0;
		}

			#header #top-nav ul li
			{
				display: inline;
				float: left;
				list-style-type: none;
				height: 29px;
				padding: 11px 8px 0 8px;
				border-right: 1px solid #3f6683;
			}
		
			#header #top-nav ul li.last
			{
				border-right: none;
				padding-right: 0px;
			}

				#header #top-nav ul li a
				{
					color: #fff;
				}

				#header #top-nav ul li a.move
				{
					font-size: 0.9em;
					background: url('/images/private/arrow_right_yellow.gif') no-repeat 100% 25%;
					padding-right: 25px;
				}

		#header #top-nav input.search
		{
			width: 105px;
			border: 1px solid #ccc;
			margin: 1px 5px 0 0;
			padding: 0 0 0 15px;
			color: #666;
			float: left;
			background: #fff url('/images/private/search_icon.gif') no-repeat 1px 1px;
			font-size: 0.7em;
			height: 15px;
		}

		#header #top-nav input.arrow
		{
			float: left;
			margin: 0;
		}

		#header #top-nav select
		{
			font-size: 0.6em;
		}

	#header .share-this
	{
		float: right;
		margin: 10px 3px 0 0;
		clear: right;
	}

	#header #main-nav 
	{
		width: 975px;
		float: left;
		height: 29px;
		background: #003c69;
		margin: 25px 0 0 0;
		border-top: 1px solid #30526b;
		border-bottom: 2px solid #002842;
	}

		#header #main-nav ul
		{
			margin: 0;
			padding: 0;
		}

			#header #main-nav ul li
			{
				display: inline;
				float: left;
				list-style-type: none;
				height: 28px;
			}

				#header #main-nav ul li span
				{
					display: inline-block;
				}

					#header #main-nav ul li a
					{
						color: #fff;
						background: url('/images/private/nav_slant.gif') no-repeat 100% 0;
						height: 22px;
						display: inline-block;
						padding: 6px 22px 0 14px;
						font-size: 0.85em;
						font-weight: bold;
						font-family: Arial, sans-serif;
					}

					#header #main-nav ul li.hover span,
					#header #main-nav ul li.hi span
					{
						background: url('/images/private/nav_on.gif') repeat-x 0 0;
					}

					#header #main-nav ul li a:hover,
					#header #main-nav ul li.hover a,
					#header #main-nav ul li.hi a
					{
						text-decoration: none;
						color: #013c66;
						background: url('/images/private/nav_slant_on.gif') no-repeat 100% 0;
					}

					#header #main-nav ul li a.tmp-hover
					{
						background: url('/images/private/nav_slant_tmp.gif') no-repeat 100% 0;
					}

					#header #main-nav ul li a.last,
					#header #main-nav ul li a.last:hover
					{
						background-image: none;
						padding-left: 25px;
					}

		/**** LANGUAGE NAV FIXES ****/
		#header #main-nav ul.es li a
		{
			padding: 6px 12px 0 3px;
		}
		
		#header #main-nav ul.es li a.last,
		#header #main-nav ul.es li a.last:hover
		{
			padding-left: 6px;
		}
		
		#header #main-nav ul.it li a
		{
			padding: 6px 52px 0 44px;
		}
		
		#header #main-nav ul.it li a.last,
		#header #main-nav ul.it li a.last:hover
		{
			padding-left: 50px;
		}
		
		#header #main-nav ul.pt li a
		{
			padding: 6px 42px 0 34px;
		}
		
		#header #main-nav ul.pt li a.last,
		#header #main-nav ul.pt li a.last:hover
		{
			padding-left: 34px;
		}
		
		#header #main-nav ul.be li a
		{
			padding: 6px 50px 0 41px;
		}
		
		#header #main-nav ul.be li a.last,
		#header #main-nav ul.be li a.last:hover
		{
			padding-left: 37px;
		}
		
		#header #main-nav ul.fr li a
		{
			padding: 6px 19px 0 10px;
		}
		
		#header #main-nav ul.fr li a.last,
		#header #main-nav ul.fr li a.last:hover
		{
			padding-left: 6px;
		}
		
		#header #main-nav ul.de li a
		{
			padding: 6px 21px 0 12px;
		}
		
		#header #main-nav ul.de li a.last,
		#header #main-nav ul.de li a.last:hover
		{
			padding-left: 10px;
		}
		
/***************CONTENT***********/

#content
{
	background: #003b68;
	font-size: 0.9em;
	color: #fff;
}

	#content #home-row1
	{
		margin: 20px 0 0 0;
		float: left;
		border-bottom: 1px solid #40627d;
		position: relative;
	}

		#content #home-row1 .col-1,
		#content #content-row1 .col-1
		{
			width: 738px;
			height: 260px;
			float: left;
			overflow: hidden;
		}

			#content #home-row1 .col-1 .slide-1,
			#content #home-row1 .col-1 .slide-2,
			#content #home-row1 .col-1 .slide-3,
			#content #home-row1 .col-1 .slide-4,
			#content #home-row1 .col-1 .slide-5,
			#content #home-row1 .col-1 .slide-6,
			#content #home-row1 .col-1 .slide-7,
			#content #home-row1 .col-1 .slide-8,
			#content #home-row1 .col-1 .slide-9
			{
				width: 738px;
				height: 260px;
				float: left;
				background: url('/images/private/image_main.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-2
			{
				background: url('/images/private/slide-2.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-3
			{
				background: url('/images/private/slide-3.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-4
			{
				background: url('/images/private/slide-4.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-5
			{
				background: url('/images/private/slide-5.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-6
			{
				background: url('/images/private/slide-6.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-7
			{
				background: url('/images/private/slide-7.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-8
			{
				background: url('/images/private/slide-8.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 .slide-9
			{
				background: url('/images/private/slide-9.jpg') no-repeat 0 0;
			}

			#content #home-row1 .col-1 h2
			{
				font-size: 1.4em;
				line-height: 1.4em;
				display: inline;
			}

			#content #home-row1 .col-1 .slide-1 h2 
			{
				float: right; 
				margin: 105px 60px 0 0;
			}

			#content #home-row1 .col-1 .slide-2 h2 
			{
				margin: 180px 0 0 170px; 
				float: left;
			}

			#content #home-row1 .col-1 .slide-4 h2 
			{
				float: right; 
				margin: 30px 60px 0 0;
			}

			#content #home-row1 .col-1 .slide-7 h2 
			{
				float: left; 
				margin: 115px 0 0 120px;
			}

			#content #home-row1 .col-1 .slide-9 h2 
			{
				float: left; 
				margin: 30px 0 0 30px;
			}

		#content #home-row1 #slide-selector
		{
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 999;
			height: 27px;
			background: #d2d2d2 url('/images/private/selector_bg.gif') repeat-y 0 0;
			padding: 5px 3px 0 3px;
			border-top: 1px solid #003b68;
			border-right: 1px solid #003b68;
		}


			#content #home-row1 #slide-selector span
			{
				width: 22px;
				height: 19px;
				float: left;
				background: url('/images/private/selector_num.gif') no-repeat 0 0;
				color: #555;
				text-align: center;
				padding-top: 3px;
				margin: 0 3px 0 3px;
				font-size: 0.9em;
			}

			#content #home-row1 #slide-selector span.activeSlide
			{
				color: #fff;
				background-image: url('/images/private/selector_num_on.gif');
			}

		#content #home-row1 .col-2,
		#content #content-row1 .col-2
		{
			width: 236px;
			float: left;
			background: #dedede;
			height: 258px;
			border-right: 1px solid #40627d;
		}

			#content #home-row1 .col-2 h2,
			#content #content-row1 .col-2 h2
			{
				background: url('/images/private/home_r1_c2_h2_2.gif') repeat-x 0 0;
				height: 31px;
				width: 216px;
				margin: 0;
				padding: 9px 0 0 20px;
				float: left;
				font-weight: bold;
				font-size: 1em;
				display: inline;
			}

			#content #home-row1 .col-2 .quote,
			#content #content-row1 .col-2 .quote
			{	
				height: 147px;
				margin: 0 0 18px 0;
			}

			#content #home-row1 .col-2 .call-back,
			#content #content-row1 .col-2 .call-back
			{
				height: 89px;
			}

			#content #home-row1 .col-2 .quote,
			#content #home-row1 .col-2 .call-back,
			#content #content-row1 .col-2 .quote,
			#content #content-row1 .col-2 .call-back
			{
				border-bottom: 3px solid #002236;
			}

			#content #home-row1 .col-2 .row,
			#content #content-row1 .col-2 .row
			{
				float: left;
				margin: 3px 0 3px 20px;
				width: 200px;
			}

				#content #home-row1 .col-2 .row label,
				#content #content-row1 .col-2 .row label
				{
					font-size: 0.75em;
					padding: 0 0 3px 0;
					display: block;
					color: #002236;
				}

				#content #home-row1 .col-2 .row select,
				#content #content-row1 .col-2 .row select
				{
					width: 115px;
					font-size: 0.7em;
				}

				#content #home-row1 .col-2 .call-back .row,
				#content #content-row1 .col-2 .call-back .row
				{
					margin: 0 0 0 20px;
				}

					#content #home-row1 .col-2 .call-back .row input,
					#content #content-row1 .col-2 .call-back .row input
					{
						width: 112px;
						height: 17px;
						color: #002236;
						border: 1px solid #ccc;
						font-size: 0.8em;
						padding: 0 0 0 3px;
						margin: 10px 0 0 0;
					}

				#content #home-row1 .col-2 input.button,
				#content #content-row1 .col-2 input.button
				{
					float: right;
					clear: both;
				}

				#content #content-row1 .col-2 a
				{
					color: #002236;
					font-weight: bold;
					font-size: 0.9em;
					display: block;
					padding: 5px 0 5px 0;
				}

	#content #home-row2
	{
		font-size: 0.95em;
		clear: both;
	}

		#content #home-row2 .col-1
		{
			width: 658px;
			height: 222px;
			float: left;
			margin: 15px 20px 0 20px;
			border: 1px solid #40627d;
			background: #08436f;
			padding: 12px 20px 0 20px;
			display: inline;
		}

			#content #home-row2 .col-1 h1
			{
				font-size: 1.3em;
				margin: 0 0 5px 0;
				padding: 0;
			}

			#content #home-row2 .col-1 p 
			{
				margin: 5px 0 5px 0; 
				padding: 0; 
				float: left;
			}

			#content #home-row2 .col-1 a
			{
				color: #fff;
			}

		#content #home-row2 .col-2,
		#content #content-row2 .col-3 .more-info
		{
			width: 216px;
			height: 235px;
			float: left;
			border: 1px solid #40627d;
			background: #00355d;
			margin: 15px 0 0 0;
		}

			#content #home-row2 .col-2 h2,
			#content #content-row2 .col-3 .more-info h2
			{
				font-weight: bold;
				font-size: 1em;
				padding: 7px 0 0 10px;
				margin: 0;
			}

			#content #home-row2 .col-2 ul,
			#content #content-row2 .col-3 .more-info ul
			{
				margin: 3px 0 0 0;
				width: 214px;
				float: left;
				padding: 0;
			}

				#content #home-row2 .col-2 ul li,
				#content #content-row2 .col-3 .more-info ul li
				{
					list-style-type: none;
					padding: 10px 0 0 10px;
					border-bottom: 1px dotted #40627d;
					height: 32px;
				}

				#content #home-row2 .col-2 ul li.last,
				#content #content-row2 .col-3 .more-info ul li.last
				{
					border-bottom: none;
				}

					#content #home-row2 .col-2 ul li a,
					#content #content-row2 .col-3 .more-info ul li a
					{
						color: #fff;
						font-size: 0.85em;
						height: 30px;
						display: block;
						padding: 2px 20px 0 0;
						background: url('/images/private/arrow_right_yellow.gif') no-repeat 100% 10%;
					}
				
					#content #content-row2 .col-3 .more-info ul li a
					{
						font-size: 0.8em;
					}

	#content #home-row3
	{
		height: 154px;
		background: url('/images/private/home_r3_bg.gif') repeat-y 100% 0;
		margin: 15px 18px 15px 0;
		clear: both;
	}

		#content #home-row3 .col-1,
		#content #home-row3 .col-2
		{
			width: 220px;
			height: 153px;
			float: left;
			background: url('/images/private/home_r3_c2_bg.gif') repeat-x 0 100%;
			margin: 0 0 0 20px;
			display: inline;
			position: relative;
		}

		#content #home-row3 .col-1
		{
			background: url('/images/private/home_r3_c1_bg.gif') repeat-x 0 100%;
		}

			#content #home-row3 .col-1 img,
			#content #home-row3 .col-2 img
			{
				display: block;
			}

			#content #home-row3 .col-1 img.corner,
			#content #home-row3 .col-2 img.corner
			{
				position: absolute;
				bottom: 0;
				right: 0;
			}

			#content #home-row3 .col-1 a,
			#content #home-row3 .col-2 a
			{
				height: 33px;
				display: block;
				padding: 9px 0 0 30px;
				color: #fff;
				font-weight: bold;
				background: url('/images/private/arrow_right_yellow.gif') no-repeat 8px 8px;
			}

		#content #home-row3 .col-3
		{
			width: 462px;
			height: 154px;
			background: url('/images/private/home_r3_c3_bg.jpg') no-repeat 100% 0;
			float: left;
			margin: 0 0 0 15px;
		}

			#content #home-row3 .col-3 a
			{
				float: left;
				color: #fff;
				height: 27px;
				width: 408px;
				display: block;
				font-weight: bold;
				border-top: 1px dotted #40627d;
				border-bottom: 1px dotted #40627d;
				margin: 70px 0 0 0;
				padding: 9px 0 0 40px;
				background: url('/images/private/arrow_right_blue.gif') no-repeat 15px 10px;
			}

#content #content-row1
{
	margin: 20px 0 0 0;
	background: #fff;
	padding: 0 0 20px 0;
	float: left;
}

	#content #content-row1 .col-1 img
	{
		display: block;
	}

	#content #content-row2
	{
		background: #fff url('/images/private/cont_r2_c1_li.gif') repeat-y 5px 0;
		clear: both;
		margin: 28px 0 0 0;
	}

		#content #content-row2 .col-1
		{
			width: 235px;
			float: left;
			margin: 0 0 0 5px;
		}

			#content #content-row2 .col-1 h2
			{
				color: #fff;
				height: 25px;
				background: #b19901;
				font-size: 1.1em;
				margin: 0;
				padding: 8px 0 0 15px;
			}

			#content #content-row2 .col-1 ul
			{
				margin: 0 0 0 0;
				padding: 0;
			}

				#content #content-row2 .col-1 ul li
				{
					list-style-type: none;
					padding: 5px 0 5px 15px;
					border-bottom: 1px solid #e4e4e4;
				}

					#content #content-row2 .col-1 ul li a
					{
						font-size: 0.85em;
						font-weight: bold;
						color: #72a7a1;
					}

					#content #content-row2 .col-1 ul li a:hover,
					#content #content-row2 .col-1 ul li.hi a
					{
						color: #015287;
						text-decoration: none;
					}

						#content #content-row2 .col-1 ul li ul li
						{
							border-bottom: none;
							padding: 3px 2px 3px 15px;
							line-height: 0.9em;
						}

							#content #content-row2 .col-1 ul li ul li a
							{
								font-size: 0.8em;
								color: #72a7a1!important;
								font-weight: normal;
							}

							#content #content-row2 .col-1 ul li ul li.hi a,
							#content #content-row2 .col-1 ul li ul li a:hover
							{
								color: #015287!important;
							}

		#content #content-row2 .col-2
		{
			width: 480px;
			float: left;
		}

		#content #content-row2 .col-2 .inner
		{
			padding: 0 15px 30px 15px;
		}

			#content #content-row2 .col-2 h1
			{
				color: #fff;
				height: 25px;
				background: #015287;
				font-size: 1.1em;
				margin: 0;
				padding: 8px 0 0 15px;
			}

			#content #content-row2 .col-2 h2
			{
				color: #015287;
				font-size: 1.1em;
				line-height: 1.1em;
			}

			#content #content-row2 .col-2 p
			{
				color: #015287;
				font-size: 0.9em;
			}

			#content #content-row2 .col-2 a
			{
				color: #015287;
			}

			#content #content-row2 .col-2 ul
			{
				color: #015287;
				font-size: 0.9em;
			}
			
				#content #content-row2 .col-2 ul li ul
				{
					font-size: 1em;
				}

			#content #content-row2 .col-2 ul.sub-page
			{
				margin: 0;
				padding: 0;
			}

				#content #content-row2 .col-2 ul.sub-page li
				{
					list-style-type: none;
					height: 25px;
					margin: 4px 0 10px 0;
					border-top: 1px dotted #72a7a1;
					border-bottom: 1px dotted #72a7a1;
				}

					#content #content-row2 .col-2 ul.sub-page li a
					{
						font-weight: bold;
						color: #015287;
						font-size: 0.9em;
						display: block;
						padding-top: 4px;
					}

					#content #content-row2 .col-2 ul.sub-page li span
					{
						color: #fff;
						background: url('/images/private/sub_page_span_bg.png') no-repeat 0 0;
						display: block;
						width: 70px;
						float: left;
						height: 21px;
						padding: 4px 0 0 7px;
						word-spacing: 0.5em;
					}

					#content #content-row2 .col-2 ul.sitemap li a
					{
						color: #015287;
					}

			#content #content-row2 .col-2 ul.landing-page-links
			{
				margin: 0;
				padding: 0;
			}

				#content #content-row2 .col-2 ul.landing-page-links li
				{
					list-style-type: none;
					height: 20px;
					border-top: 1px dotted #015287;
					border-bottom: 1px dotted #015287;
					margin: 7px 0 7px 0;
					padding: 5px 0 0 20px;
				}

					#content #content-row2 .col-2 ul.landing-page-links li a
					{
						font-weight: bold;
						font-size: 0.9em;
					}
					
		#content #content-row2 .col-3
		{
			width: 220px;
			float: left;
			margin: 0 0 0 20px;
		}

		#content #content-row2 .col-3 .more-info
		{
			margin-top: 0;
		}

		#content #content-row2 .col-3 .tips,
		#content #content-row2 .col-3 .tips-children
		{
			height: 150px;
			background: #02263E url('/images/private/home_r3_c3_bg.jpg') no-repeat 100% 0;
			float: left;
			width: 218px;
			margin: 20px 0 0 0;
		}

		#content #content-row2 .col-3 .tips-children
		{
			background: #02263E url('/images/private/children_218x154.jpg') no-repeat 0 0;
		}

			#content #content-row2 .col-3 .tips a,
			#content #content-row2 .col-3 .tips-children a
			{
				color: #fff;
				background: url('/images/private/arrow_right_blue.gif') no-repeat 0 2px;
				padding: 0 0 0 15px;
				margin: 10px 0 0 5px;
				display: block;
				font-size: 0.9em;
				font-weight: bold;
			}

			#content #content-row2 .col-3 .tips-children a
			{
				background: none;
				margin: 110px 0 0 0;
			}

			#content #content-row2 .col-3 .tips .dotted-lines
			{
				height: 40px;
				border-top: 1px dotted #40627d;
				border-bottom: 1px dotted #40627d;
				margin: 38px 0 0 0;
			}

/***************FORMS**************/
#content-row2 form label
{
	color: #015287;
	font-size: 0.9em;
	width: 150px;
	float: left;
	margin: 2px 0 2px 0;
	padding: 0 3px 0 0;
}

#content-row2 form input,
#content-row2 form textarea
{
	width: 220px;
	margin: 2px 0 2px 0;
	float: left;
}

#content-row2 form textarea
{
	width: 370px;
}

#content-row2 form select
{
	width: 150px;
}

#content-row2 form .submit input
{
	width: 100px;
	margin-left: 150px;
}

#content-row2 form .captcha
{
	clear: both;
	margin-top: 20px;
	float: left;
}

#content-row2 form .captcha img
{
	display: block;
	margin: 5px 0 5px 150px;
}

	#content-row2 form .captcha .captcha-description
	{
		color: #015287;
		font-size: 0.9em;
	}

	#content-row2 form .captcha input
	{
		margin-left: 150px;
	}

#content-row2 p.success-msg
{
	padding: 0;
	margin: 0;
}

#content-row2 p.error
{
	color: #ff0000!important;
}

#content-row2 .even 
{
	clear: left;
}

#content-row2 .input-small 
{
	width: 210px;
	margin-top: 20px;
	float: left;
}

	#content-row2 form h2
	{
		margin: 0;
		padding: 15px 0 10px 0;
	}

	#content-row2 .input-small h2
	{
		font-size: 0.9em!important;
	}

	#content-row2 .input-small label
	{
		width: 100px;
	}

	#content-row2 .input-small input
	{
		width: 50px;
	}

/***************FOOTER************/

#footer
{
	clear: both;
	font-size: 0.6em;
	height: 64px;
	text-align: right;
	color: #3f87ad;
	width: 975px;
	margin: 10px 0 0 0;
}

	#footer a
	{
		color: #3f87ad;
	}

	#footer a:hover
	{
		text-decoration: underline;
	}

	#footer span
	{
		padding: 6px 10px 0 10px;
		border-left: 1px solid #37799b;
		height: 24px;
		display: inline-block;
	}

	#footer span.first
	{
		border-left: none;
	}

	#footer .share-this
	{
		float: left;
		margin: 7px 0 0 20px;
	}

#call-tracker
{
	font-weight:bold; 
	float: right;
	padding: 0 0 0 10px;
}

	#call-tracker #_ptcid
	{
		text-align: left; 
		padding-left: 2px; 
		border: none;
	}

