@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
padding:0;
}

.layout #containerhome {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/container-bg.png);
	background-position:top;
}

.layout #container {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/container-bg2.png);
	background-position:top;
}
.layout #header {
	padding: 0;  
	height: 82px;
	background-image:url(../images/header-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
.layout #logo {
	padding: 17px 10px 22px 30px;  
	width: 200px;
	float: left;
}

.layout #banner {
	padding: 0 10px;

	
}

.layout #nav {
	width: 650px;
	float: right;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.layout #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.layout #mainContent {
	padding: 0;
	text-align: justify;
	line-height: 22px;
	color: #333333;	
}

.layout #mainContent a {
	color: #454E87;
	text-decoration:none;
}

.layout #mainContent a:hover {
	color:#454E87;
	text-decoration: underline;
}

.layout #leftmain {
	padding: 40px 20px 63px 63px;
	width: 375px;
	float: left;
}

.layout #rightmain {
	padding: 63px 30px;
	width: 400px; 
	float: right;
}

.layout #leftmain2 {
	padding: 40px 20px 63px 63px;
	width: 250px;
	float: left;
}

.layout #rightmain3 {
	padding: 63px 30px 0px 30px;
	width: 450px; 
	float: right;
}

.layout #leftmain3 {
	padding: 40px 20px 10px 63px;
	width: 350px;
	float: left;
}

.layout #rightmain2 {
	padding: 63px 30px 0px 0px;
	width: 560px; 
	float: right;
}


.layout #mainbot {
	padding: 10px 63px;
}


.layout #footer {
	padding: 0 30px; 
}
.layout #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}