@charset "utf-8";
/* CSS Document */

body
{ 
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#333069;
	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 */
	line-height:17px;
} 

#Content {
	width:978px;
	height:500px;
	background-color:#f4f4f4;
	margin: 0 auto;
	margin-top:39px;
}

#head
{
	width:978px;
	height:89px;
	background-image: url(images/head.gif);
	background-repeat:no-repeat;
}

#phone {
	width:350px;
	height:auto;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#878787;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#phone img {
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}

#email {
	width:350px;
	height:auto;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#email img {
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}

#email a {
	font-weight:bold;
	color:#FFFFFF;
		text-decoration:none;
}

#email a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

#left {
	width:460px;
	height:auto;
	float:left;
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-weight:bold;
	color:#000000;
	line-height:20px;
	margin:10px 0px 0px 20px;
}

span.red {
	color:#d42426;
}

span.blue {
	color:#6090c9;
}

#link {
	width:460px;
	height:auto;
	text-align:right;
	margin:35px 0px 0px 0px;
}

a.navlink1 {
	float:right;
	display:block;
	height:35px;
	width:121px;
	text-decoration: none;
	background-image:url(images/button.jpg);
	background-position:bottom;
}

a:hover.hover {
	background-position:top;
}

#right {
	width:460px;
	height:auto;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color:#000000;
	margin:0px 10px 0px 0px;

}

.clear {
	clear:both;
	height:39px;
}

#footer
{
	width:978px;
	height:66px;
	background-image: url(images/footbg.jpg);
	background-repeat:no-repeat;
	margin-top:-10px;
}

#foot1 a, #foot2 a {
	color:#FFFFFF;
	margin: 0 5px;
}

#foot2 span {
margin-left:20px;
}

#foot1 {
	width:958px;
	padding:10px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:left;
	color:#FFFFFF;
}

#foot2 {
	width:958px;
	padding:5px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
}
