@charset "UTF-8";

/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #06264C;
}


/* Heeader------------------------------------- */

#header{
	display: block;
	width: 1044px;
	height: 139px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/layout12_02.jpg);
	background-repeat: no-repeat;
}

#navigation{
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
}



#flash_content{
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



/* Body------------------------------------------- */


#wrapper{
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
	background-color: #06264C;
	background-image: url(images/blue_back_content_09.jpg);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	background-position: top;
	clear: both;
}

#wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#column_a{
	width: 350px;
	display: block;
	margin-top: 0px;
	float: left;
	margin-left: 94px;
}


#column_b{
	width: 600px;
	float: right;
	display: block;
	vertical-align: top;
}
.welcome_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: lighter;
}
.services_text {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 32px;
}
.contact_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
}

.blue_contact_table{
	background-repeat: no-repeat;
	height: auto;
	background-position: bottom;
	background-color: #449AED;
}



/* Footer-------------------------------------------- */

#footer{
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/layout12_services_47.jpg);
	background-repeat: repeat-x;
	height: 83px;
	background-position: -150px;
	width: 1044px;
	}
