@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#545454;
	padding:0px;
	margin:0px;
}

h1 {
	font-size:20px;
	font-style:italic;
	color:#000;
	border-bottom:1px solid #000;
	padding-top:0px;
	margin-top:0px;
}

p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.clear {
	height:1px;
	clear:both;
}

.wrapper {
	width:740px;
	border:1px solid #000;
	margin:15px auto 15px auto;
	padding:0px;
	background-color:#fff;
}

.header {
	padding:0px;
	margin:0px;
}

.nav {
	background-image:url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-color:#00589f;
	height:27px;
	text-align:center;
	font-size:14px;
}

.content {
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
	padding:25px;
	margin:0px;
	background-color:#FFF;
	font-size:12px;
}

.leftpanel {
	width:445px;
	float:left;
}

.rightpanel {
	width:215px;
	float:right;
}

.rightsection {
	width:185px;
	background-image:url(../images/bg_side.jpg);
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	border:1px solid #000;
	padding:10px 15px 10px 15px;
	margin:0px 0px 10px 0px;
}

.rightsection h1 {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	border-bottom:0px;
}

.rightsection p {
	margin-bottom:0px;
	padding-bottom:0px;
}

.rightsection ul {
	margin-left:0px;
	padding-left:15px;
}

.rightsection ul li {
	margin-bottom:6px;
}

.footer {
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-color:#00589e;
	font-size:10px;
	color:#FFF;
	text-align:left;
	margin:0px;
	height:18px;
	padding:6px 25px 0px 25px;
}

.esolutions {
	float:right;
	width:300px;
	text-align:right
}

.esolutions a {color:#0090ff; text-decoration:none;}

