/* CSS Document */

/* Basic Setup */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 120%;
	background: url(graphics/background/band.jpg) top repeat-x scroll;
}

a:link{
	color: #999999;
	text-decoration: underline;
	}
a:active {
	color: #999999;
	text-decoration: underline;
	}
a:visited {
	color: #999999;
	text-decoration: underline;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}


/* Layout */
#container {
	width: 790px;
	margin: 5px auto;
	/*background: url(graphics/background/green_white.jpg) scroll center repeat-y;*/
}

.leftbg {
	background: url(graphics/background/left.jpg) right scroll repeat-y;
	width: 20px;
}
.rightbg {
	background: url(graphics/background/right.jpg) left scroll repeat-y;
	width: 20px;
}

/* page */

#logo {
	width: 372px;
	height: 99px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(graphics/header/logo.jpg) scroll top no-repeat;
}

#menu {
	width: 378px;
	height: 99px;
	margin: 0;
	padding: 0;
	float: left;
	background: #e6ebeb url(graphics/header/white_band.jpg) bottom scroll no-repeat;
	}

#leftcol {
	width: 200px;
	text-align: center;
	float: left;
}

#nav1 {
	width: 130px;
	float: left;
}
#nav1 ul {
	text-align: left;
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav1 li {
	margin: 10px 0 0 10px;
	padding: 0;
	width: 130px;
}

#nav2 {
	width: 220px;
	float: left;
}
#nav2 ul {
	text-align: left;
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav2 li {
	margin: 10px 0 0 10px;
	padding: 0;
	width: 220px;
}
a.navlink:link{
	color: #020001;
	text-decoration: none;
	}
a.navlink:active {
	color: #020001;
	text-decoration: none;
	}
a.navlink:visited {
	color: #020001;
	text-decoration: none;
	}
a.navlink:hover {
	color: #988C7E;
	text-decoration: underline;
	}
a.navsel:link{
	color: #988C7E;
	text-decoration: none;
	}
a.navsel:active {
	color: #988C7E;
	text-decoration: none;
	}
a.navsel:visited {
	color: #988C7E;
	text-decoration: none;
	}
a.navsel:hover {
	color: #988C7E;
	text-decoration: none;
	}

/* body */
#page-header {
	width: 750px;
	}


#footer {
	clear: both;
	text-align: left;
	background: url(graphics/footer/footer.jpg) left scroll no-repeat;
	width: 643px;
	height: 51px;
	margin: 0;
	padding: 40px 0 0 107px;
	color: #ffffff;
}
a.ftlink:link{
	color: #ffffff;
	text-decoration: underline;
	}
a.ftlink:active {
	color: #ffffff;
	text-decoration: underline;
	}
a.ftlink:visited {
	color: #ffffff;
	text-decoration: underline;
	}
a.ftlink:hover {
	color: #666666;
	text-decoration: underline;
	}

#onebestway {
	width: 725px;
	padding: 10px 0 30px 25px;
	background: url(graphics/footer/northeast_logo.jpg) top right scroll no-repeat #ffffff;
	height: 35px;
	}
#footer-base {
	width: 790px;
	background: url(graphics/background/footer_tile.jpg) scroll top no-repeat;
	height: 10px;
	margin: 0;
	}

h1 {
	color: #333333;
	font-size: 120%;
	}	
h2 {
	color: #333333;
	font-size: 110%;
	}
h3 {
	color: #333333;
	font-size: 105%;
	}
.intro {
	font-size: 115%;
	}
.small {
	font-size: 85%;
	}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}
img {
	border:none;
}

.clear {
	clear: both;
	}