body {
	margin-top: 20px;
	background-color: #D7D7D7;

}

p {
	margin: 8px;

}

.logo {
	width:217px;
	background-image: url('/layout/logo_bg.jpg');
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat; 
	padding-top: 131px;
}

.banner {
	width:564px;
	height: 250px;
	background-image: url('/layout/banner_bg.jpg');
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;

}

.bluebar {
	height: 10px;
	background-color: #5675B8;
	border-left: 5px solid white;
	border-right: 5px solid white;
}

.footer {
	width:781px;
	height: 17px;
	background-image: url('/layout/footer_bg.jpg');
	background-color: #fff;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px;
}

.welcome {
	background-color: #fff;
	padding-left: 5px;
}

.welcome p {
	margin: 5px;
	color: #707070;		
	font-size: 12px;
}

.blue {
	width:301px;
	background-image: url('/layout/blue_bg.jpg');
	background-color: #9EB5E9;
	background-position: bottom left;
	background-repeat: no-repeat;
	border-right: 5px solid #fff;
	border-top: 3px solid #fff;
	border-left: 5px solid #fff;
}

.blue p {
	margin: 3px;
	color: #fff;
	font-size: 11px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
}

.copy {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 2px;
}

.phone {
	margin-top:34px; 
	margin-bottom:41px; 
	margin-right: 5px;
	color: #333;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.mainimage {
	margin-right: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.mainimage p {
	margin-left: 8px;
	font-size: 12px;
}

.mainimage h2 {
	margin-left: 8px;
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: bold;
}

#navcontainer { 
width: 204px; 
}

#navcontainer ul {
margin-left: 5px;
margin-bottom: 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
display: block;
padding: 2px;
padding-left: 4px;
width: 204px;
background-color: #D7D7D7;
border-bottom: 1px solid #ACACAC;
border-right: 1px solid #ACACAC;
border-left: 1px solid #EAEAEA;
border-top: 1px solid #EAEAEA;
margin-bottom: 0px;
}

#navcontainer a:link, #navlist a:visited {
color: #FC9820;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

#navcontainer a:hover {
background-color: #FF981F;
color: #fff;
}

/* drop shadows */


.alpha-shadow {
  float: left;
  background: url(/images/drop/shadow1.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(/images/drop/shadow2.png) no-repeat left top !important;
  background: url(/images/drop/shadow2.gif) no-repeat left top;
  padding: 0px 5px 3px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}


<!--[if gte ie 5.5000]>
<link rel="stylesheet" type="text/css" href="/style/ie.css" />
<![endif]-->

