body {
	font-family: Georgia, Garamond, serif;
	text-align: center;
	height:100%;
	min-height:100%;
}
.head {
	position: relative;
	background-image: url(./images/head-bg1.png);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	width: 815px;
	height: 140px;
	text-align: right;
	margin: auto;
	margin-bottom:20px;
	color:#000000;
}

a:link {
	color:#292a81;
	text-decoration: none;
}
a:hover {
	color:#5455e3;
	test-decoration: none;
}
a:visited {
	color:#292a81;
	test-decoration: none;
}
a:active {
	color:#292a81;
	test-decoration: none;
}
.nav-bar {
	font-size:20px;
	}
.nav-bar ul {
	width: 50%;
	top: 108px;
	list-style-type: none;
	padding:0;
	white-space:nowrap;
	height: .2em;
	position: relative;
	margin: auto auto auto 50px;
}
.nav-bar li {
	list-style-type: none;
	display: inline;
	padding-top: 0;
	padding-right: 4em;
	padding-bottom: 0;
	padding-left: 0;
}
.nav-bar a {
	color:#FFFFFF;
	text-decoration:none;
}
.nav-bar a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.header-address {
	text-align:right;
	position: absolute;
	top: 25px;
	right: 10px;
	font-size:12px;
}
.content {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	padding-top:50px
	color: #000000;
	width: 815px;
	
}
.content .heading {
	color:FFFFFF;
	font-size: 25px;
}

.content-head {
	font-size: 18px;
	text-align: left;
	position: inherit;
	vertical-align:top;
	margin-bottom:25px;
}
.content-head a {
	font-size:14px;
	}
.home-text {
	text-align:justify;
	}
.client-list {
	text-align:left;	
}

.footer {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	bottom:0;
	height:50px;
	width: 815px;
}
.footer img {
	float:left;
	margin-bottom:0;
	margin-top:0;
	margin-left:10%;
	}
.footer ul {
	list-style-type: none;
	white-space:nowrap;
	height: .2em;
	float:right;
	margin-right:10%;
}
.footer li{
	list-style-type: none;
	display: inline;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
}
.footer a {
	color:666666 !important;
	text-decoration:none;
}
.footer a:hover{
	color:CCCCCC;
	text-decoration:none;
}
.footer hr {
	width:80%;
	text-algin: center;
	margin:auto;
	float:none;
	}
.copyright {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:000000;
}
.contact_indent {
	text-indent: 1em;
}
.page-container {
	min-height:100%;
	position:relative;
}