@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body 
{
    
	background:url(images/bg.png) repeat-x scroll center top #fff;
}

.header {
	width:998px;
	height:419px;
	margin:auto;
	padding-left:25px;
	padding-right:25px;
	background:url(images/slider-bg2white.jpg) bottom no-repeat;
	/*
	background:url(images/slider-bg.jpg) bottom no-repeat;*/
	
}
.header-interna {
	width:998px;
	height:227px;
	margin:auto;
	padding-left:25px;
	padding-right:25px;
	background:url(images/h1-bg.png) bottom no-repeat;
}
.menu {
	width:auto;
	height:100px;
	float:right;
	text-align:right;
}
.slider-text {
	width:402px;
	height:122px;
	clear:left;
	float:left;
	padding-top:15px;
	text-align:justify;
	font-size: 14pt;
	top: 74px;
	position: relative;
    left: 58px;
}
#slider {
	width:453px;
	height:277px;
	padding-top:3px;
	padding-left:3px;
	float:left;	
}
#container {
	width:459px;
	height:283px;
	margin-top:15px;
	margin-right:25px;
	/*border:5px solid #6aa7c7;*/
	overflow:hidden;
	float:right;	
	
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.wrapper-feature {
	width:998px;
	height:235px;
	clear:both;
	margin:auto;
}

.wrapper-info {
	width:998px;
	height:auto;
	clear:both;
	margin:auto;
}

.footer {
	width:100%;
	height:150px;
	clear:both;
	background:url(images/bg-footer.png) repeat-x top left;
}
.title-top {
	float:right;
	width:595px;
	margin-top:35px;
}

.employee-login {
	float:left;
	width:350px;
}


/* Services Menu List CSS */

#navSub {
    border-top: 1px solid #E2E2E2;
    width: 250px;
}
ul, ol {
    list-style-type: none;
}

ol, ul {
    list-style: none outside none;
}
#navSub li {
    border-bottom: 1px solid #E2E2E2;
    padding: 1px 0;
}
#navSub li a:hover, #navSub li a.current {
    background: url("images/subnav-hover-bg.png") repeat-y scroll left top #38A4D4;
    color: #FFFFFF;
    text-decoration: none;
}
#navSub li a {
    display: block;
    padding: 4px 10px;
    width: 230px;
}



/* Contact Form CSS */

#fContact input {
    background: url("images/form-star.png") no-repeat scroll right top #1B1E21;
    border: medium none;
    color: #FFFFFF;
    font-family: Georgia,'Times New Roman',times,serif;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
    outline-color: #249ECA;
    padding: 0 30px 0 15px;
    width: 265px;
}
#fContact textarea {
    background: url("images/form-star.png") no-repeat scroll right top #1B1E21;
    border: medium none;
    color: #FFFFFF;
    font-family: Georgia,'Times New Roman',times,serif;
    height: 155px;
    margin: 0;
    outline: medium none;
    overflow: auto;
    width: 380px;
}

#fContact .message {
    background: none repeat scroll 0 0 #1B1E21;
    text-align: right;
    width: 380px;
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
}


/* Lists CSS */

ul.list-tick {
	margin: 0;
	padding: 0;
	font-family:"Segoe UI", Arial;
	color:#FFF;
	font-size:12px;
	line-height: 20px;
}

ul.list-tick li {
	margin: 0;
	padding: 2px 0 2px 16px;
	line-height:17px;
	list-style: none;
	background: url(images/tick1.png) no-repeat;
}

ul.list-about {
	margin: 0;
	padding: 0;
	font-family:"Segoe UI", Arial;
	color:#2E2E2E;
	font-size:14px;
	line-height: 18px;
}

ul.list-about li {
	margin: 0;
	padding: 2px 0 2px 16px;
	line-height:17px;
	list-style: none;
	background: url(images/tick2.png) no-repeat;
}

/* Rollover */

.whitelink a:link {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

.whitelink a:visited {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
.whitelink  a:active {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
.whitelink a:hover {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 18px;
	color:#57B0D2;
	font-weight: normal;
	text-decoration: underline;
}

.security a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.security a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.security  a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.security a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

.bluelink a:link {
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	color: #141619;
	font-weight: normal;
	text-decoration: none;
}

.bluelink a:visited {
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	color: #141619;
	font-weight: normal;
	text-decoration: none;
}
.bluelink  a:active {
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	color: #141619;
	font-weight: normal;
	text-decoration: none;
}
.bluelink a:hover {
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	color: #012f64;
	font-weight: normal;
	text-decoration: underline;
}


.footerlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #707070;
	text-decoration: underline;
}

.footerlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #707070;
	text-decoration: underline;
}
.footerlink  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #707070;
	text-decoration: none;
}
.footerlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #444;
	text-decoration: underline;
}



.tahoma30-w {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.segoe14-w {
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	color: #FFF;
}
.tahoma16-w {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
}
.segoe-12-w {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
.segoe-services {
	font-family: "Segoe UI", Arial;
	font-size: 22px;
	color: #2E2E2E;
	font-weight: normal;
}

.tahoma26-b {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #14171a;
	text-decoration: none;
}
.arial13-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #707070;
}
.arial13-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E2E2E;
}

.arial14-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2E2E2E;
}
.arial14-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00344A;
}
.arial15-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00344A;
}

.arial15-or {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B23B30;
}
.georgia15-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #393;
}

.arial12-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B23B30;
}




.whitetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	color: #FFF;
	font-weight: normal;
}

	color: #00344A;
}
.arial15-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00344A;
}

.arial15-or {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B23B30;
}
.georgia15-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #393;
}

.arial12-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B23B30;
}




.whitetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	color: #FFF;
	font-weight: normal;
}

.login {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}