
/* Global configs */

* {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

body {
	margin: 0 auto 0 auto;
	padding: 0px;
	color: #333333;
	background: url(../static_images/background.png) top left repeat-x white;
	font-family: tahoma, sans-serif;
	font-size: 0.8em;
	text-align: center;
	height: 100%;
	z-index: 1;
}

#header_wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 481px;
	z-index: 2;
}

	#header_container {
		position: relative;
		width: 948px;
		height: 481px;
		text-align: left;
		margin: 0 auto;
		z-index: 3;
	}

		#header {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 948px;
			height: 122px;
			background: url(../static_images/header.png) top left no-repeat;
		}

			#header ul {
				position: absolute;
				right: 0px;
				top: 10px;
				width: 300px;
				height: 20px;
				text-align: right;
				list-style: none;
				z-index: 5;
			}

				#header ul li {
					display: inline;
					margin: 0px;
					padding: 0px;
					color: black;
					text-transform: uppercase;
				}

					#header ul li a:link, #header ul li a:visited {
						color: black;
						text-decoration: none;
					}

		#header a.logo {
			display: block;
			width: 450px;
			height: 122px;
			cursor: hand;
			cursor: pointer;
		}

		#header_nav {
			position: absolute;
			top: 124px;
			left: 0px;
			width: 948px;
			height: 46px;
			z-index: 6;
		}

		#header_nav a:link, #header_nav a:visited {
			color: #418CC6;
			text-decoration: none;
		}

		#header_nav ul {
			list-style: none;
		}

		#header_nav ul.h li {
			display: block;
			float: left;
			margin: 0px 2px 0px 0px;
		}

			#header_nav ul.h li a:link, #header_nav ul.h li a:visited {
				display: block;
				padding: 14px 5px;
				text-align: left;
			}

			#header_nav ul.h li a:hover, #header_nav ul.h li a:hover ul {
				background: white;
				/*url(../static_images/nav_bg_02.png) right no-repeat;*/
			}

		#header_nav ul.h ul.v {
			position: absolute;
			width: 150px;
			background: url(../static_images/50pc.png);
			border: 1px solid #CCCCCC;
			border-top: 0px solid white;
		}

		#header_nav ul.v li {
			position: relative;
			float: none;
			margin: 0px;
		}

			#header_nav ul.v li a:link, #header_nav ul.v li a:visited {
				display: block;
				padding: 5px;
				text-align: left;
			}

			#header_nav ul.v li a:hover {
				background: #418CC6;
				color: white;
			}

			#header_nav ul.v ul.v {
				border: 1px solid #CCCCCC;
				position: absolute;
				top: 0px;
				left: 150px;
			}





		#header_nav ul ul, #header_nav ul ul ul, #header_nav ul li:hover ul, #header_nav ul li:hover ul ul {
			visibility: hidden;
		}

		#header_nav ul li:hover ul, #header_nav ul ul li:hover ul {
			visibility: visible;
		}















		#header_image {
			position: absolute;
			top: 168px;
			left: 0px;
			width: 948px;
			height: 312px;
			background: url(../static_images/image.jpg);
			z-index: 4;
		}







#content_wrapper {
	float: left;
	width: 100%;
}

	#content_container {
		position: relative;
		width: 948px;
		text-align: left;
		margin: 0 auto;
		padding: 0px 0px 30px 0px;
	}

		#right {
			position: relative;
			width: 240px;
			border: 10px solid #E7F0F9;
			padding: 10px;
			background: url(../static_images/right_bg.png) repeat-x top left #245073;
			float: right;
		}

			#right h1 {
				font-size: 1.3em;
				color: #E7F0F9;
				padding-bottom: 5px;
				margin-bottom: 5px;
			}

			#right ul {
				list-style: none;
			}

				#right ul li {
					width: 240px;
					height: 30px;
					border-top: 1px solid #E7F0F9;
				}

					#right ul li a:link, #right ul li a:visited {
						color: white;
						display: block;
						width: 240px;
						height: 24px;
						padding: 6px 0px 0px 0px;
						text-decoration: none;
					}

					#right ul li a:hover {
						background: url(../static_images/right_bg_over.png) repeat-x top left;
					}

		#center {
			position: relative;
			width: 660px;
			float: left;
		}

			#center h1 {
				font-size: 1.3em;
				text-transform: uppercase;
				color: #245073;
			}

			#center h1, p, ul {
				margin: 0px 10px 10px 0px;
				text-align: justify;
			}

			#center p {
				color: #333333;
			}

			#center ul li {
				margin-left: 20px;
			}


		#center div.box {
			float: left;
			width: 325px;
			margin-top: 10px;
			color: white;
		}

			#center div.box h3.blue {
				width: 320px;
				margin: 0px 0px 10px 0px;
				font-size: 1.2em;
				font-weight: 100;
				text-transform: uppercase;
				color: #245073;
			}

			#center div.box div.blue {
				position: relative;
				width: 280px;
				border: 10px solid #E7F0F9;
				padding: 10px;
				background: #5B9ED3;
				height: 140px;
			}



			#center div.box h3.gray {
				width: 320px;
				margin: 0px 0px 10px 10px;
				font-size: 1.2em;
				font-weight: 100;
				text-transform: uppercase;
				color: #AAAAAA;
			}

			#center div.box div.gray {
				position: relative;
				width: 280px;
				border: 10px solid #EFEFEF;
				padding: 10px;
				margin-left: 10px;
				background: #BBBCC0;
				height: 140px;
			}






#footer_wrapper {
	float: left;
	width: 100%;
	height: 350px;
	background: #21527A;
	text-align: left;
	color: white;
}

	#footer_container {
		position: relative;
		width: 948px;
		margin: 0 auto;
	}

		#footer_container p {
			margin: 20px 0px 0px 0px;
		}

		#footer_container a:link, #footer_container a:visited {
			color: white;
		}

		#footer_container a:hover {
			color: #E7F0F9;
		}
