/*
 * Global Styles
 */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: rgb(251,251,251);
	font: 13px Verdana, Arial, Helvetica, Sans-Serif;
	color: rgb(0,0,0);
	overflow: visible;
}
a {
	color: rgb(247,147,30);
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
}

/*
 * Layout
 */
#navBack {
	width: 100%;
	min-height: 100%;
	margin: 0px auto 0px;
    overflow: visible;
	background: url('../img/back_shadow.gif') repeat-x;
}
#navBase {
    width: 760px;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: auto;
}
#navHeader {
	width: 760px;
	height: 284px;
}
#navHeader .navigation {
	width: 760px;
	height: 55px;
}
#navBody {
	width: auto;
	margin-top: 30px;
	overflow: auto;
}
#navFooter {
	margin: 50px 0px 20px 0px;
	font-size: 11px;
}
#navFooter .phone {
	margin-left: 160px;
}
#navFooter .email {
	margin-left: 20px;
}
#navFooter .logo img {
	margin: 0px 0px 0px 160px;
	vertical-align: middle;
}