@charset "utf-8";
/* CSS Document */
@import url("/stylesheets/Ids.css");
@import url("/stylesheets/Navigation.css");


body {
	background-color:#000000;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0A3443;
}

a:link {
	text-decoration: none;
	color: #8D2319;
}
a:visited {
	color: #8E2319;
	text-decoration: none;
}
a:hover {
	color: #8E2319;
	text-decoration: none;
}
a:active {
	color: #8D2319;
	text-decoration: none;
}
a, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0A3443;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.bgAbout {
	background-image: url(/images/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 315px;
	clear: right;
	float: left;
	width: 703px;
}
.bgContact {
	background-image: url(/images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: right;
	float: left;
	height: 315px;
	width: 703px;
}

.bgHome {
	background-image: url(/images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: right;
	float: left;
	height: 315px;
	width: 703px;
}

.bgMain {
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bgService {
	background-image: url(/images/bg_service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: right;
	float: left;
	height: auto;
	width: 703px;
	padding-bottom: 15px;
}

.bgWhite {
	background-image: url(/images/bg_white.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	clear: right;
	float: left;
	height: auto;
	width: 514px;
	margin-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ftrAbout {
	background-image: url(/images/ftr_about.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}
.ftrContact {
	background-image: url(/images/ftr_contact.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.ftrHome {
	background-image: url(/images/ftr_home.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.ftrService {
	background-image: url(/images/ftr_service.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.ftrWhite {
	background-image: url(/images/ftr_white.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	float: left;
	height: 19px;
	width: 534px;
}

.hdrAbout {
	background-image: url(/images/hrd_about.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	float: left;
	height: 68px;
	width: 535px;
}
.hdrService {
	background-image: url(/images/hrd_sign.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	float: left;
	height: 68px;
	width: 535px;
}
.hdrContact {
	background-image: url(/images/hrd_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	float: left;
	height: 68px;
	width: 535px;
}
.thanks {
	background-image: url(/images/thanks.png);
	background-repeat: repeat;
	clear: right;
	float: left;
	height: 43px;
	width: 277px;
}

