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

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
}
#splash {
background: url(images/splashpage.png) top center no-repeat;
}
#home {
background: url(images/homepage-bg.png) top center no-repeat;
}
#services {
background: url(images/services-bg.png) top center no-repeat;
}
#contact {
background: url(images/contact-bg.png) top center no-repeat;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

div#header {
	/*padding:1em;*/
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #000000;
	padding: 20px 0 0 0;
	
}
	.menu a {
		color: #000000;
		text-decoration: none;
		padding: 0 15px 0 15px;		
	}
	.menu a:hover {
	color:#153A92;
	}
	.menu .hover {
	color:#153A92;
	}
	.menu {
	padding: 20px 0 0 0;
	float:right;
	}
	.home {
	float:left;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	#txtsplash p {
		text-align:center;
		padding: 250px 0 0 0;
	}

#txtHome {
width: 550px;
font-size: 16px;
color: #666;
position:absolute;
top: 329px;
left: 240px;
line-height: 24px;
}
h3{
color: #153a92;
}

#txtSer {
width: 320px;
font-size: 16px;
color: #666;
position:absolute;
top: 205px;
right: 80px;
line-height: 28px;
}

#txtCon {
width: 320px;
font-size: 16px;
color: #666;
position:absolute;
top: 425px;
right: 100px;
line-height: 28px;
}
#txtCon a {
	text-decoration:none;
color: #666;
}

#txtCon a:hover {
	text-decoration:underline;	
	color:#153a92;
}	
	

div#content .txtHome p  {
padding:0;
}

div#footerB {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#000;
	text-align: center;
}
	div#footerW p {
	width: 990px;
	margin: 0 auto;
	text-align:right;
	padding-top: 5px;
	}
div#footerW {
position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#FFF;
	height: 25px;
	font-size: 10px;
	color: #666;
}
