@charset "utf-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	margin: 0px;
}
h2 {
	font-size: 14px;
}
.footer {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}


.container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgend.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 130px;
	padding-left: 130px;
	background-attachment: fixed;
	min-height: 100%;
}
.containerInternal {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgend.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 60px;
	padding-left: 60px;
	background-attachment: fixed;
	min-height: 100%;
}

.menuArea {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height:232px;
	padding-top: 100px;
	background-position: bottom;
	text-align: center;
	vertical-align: bottom;
}
.containerContent {
	float: left;
	width: 410px;
	padding-right: 5px;
}

.menuArea .holder {
	width:702px;
	margin: 0 auto;
}
.menuArea a{
	height: 200px;
	float: left;
	display: block;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.menuArea a:hover {
	background-position: right bottom;
}
a.aboutus {
	width: 118px;
	background-image: url(images/btnAboutUs.png);
}
a.services {
	width: 153px;
	background-image: url(images/btnServices.png);
}
a.home {
	width: 159px;
	background-image: url(images/btnHome.png);
}
a.approach {
	width: 153px;
	background-image: url(images/btnApproach.png);
}
a.contact {
	width: 119px;
	background-image: url(images/btnContact.png);
}
.sideBoxLeft {
	color: #154b92;
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.sideBoxRight {
	color: #154b92;
	float: right;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.sideBoxTop {
	background-image: url(images/sideTop.png);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
.sideBoxContent {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E8F2F7;
}
.sideBoxContent a {
	color: #154B92;
}

.sideBoxContent ul {
	margin: 0px;
	padding-left: 20px;
}

.sideBoxEnd {
	background-image: url(images/sideEnd.png);
	background-repeat: no-repeat;
	height: 10px;
}
.containerInternal  img {
	margin-top: 30px;
}
.blueFont,
.blueFont a{
	color: #154B92;
	font-style: italic;
}
.blueFont a { text-decoration:underline; font-style: normal; }
