img {
	behavior: url("/custom/scripts/pngbehavior.htc");
}

html.center, body.center {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: #333;
	background-color: #653821;
	background-image: url(/custom/framework/background.jpg);
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	line-height: 150%;
	text-decoration: none;
	text-align: center;
}

a:link, a:active, a:visited {
	color: #542F1B;
	text-decoration: underline;
}

a:hover {
	color: #240D01;
	text-decoration: underline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #542F1B;
	font-size: 130%;
	font-weight: bold;
}

h2 {
	color: #7C4425;
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

hr {
	width: 100%;
	color: #fff;
	border-bottom: dotted 1px #CCC;
	margin: 12px 0;
	padding: 0;
}

#logo_print {
	display: none;
}

#toolbar {
	display: block;
	float: right;
}

/* ------------------------  PAGE CONTAINERS  ------------------------ */

#page_container {
	margin: 0;
	padding: 0;
	background-image: url(/custom/framework/background_shadow.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#page {
	width: 704px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	width: 367px;
	height: 99px;
	float: left;
}

#topnav {
	width: 320px;
	height: 99px;
	float: right;
	padding-right: 11px;
	color: #F6DFCA;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #F6DFCA;
	text-decoration: underline;
	font-size: 12px;
}

#topnav a:hover {
	color: #F6DFCA;
	text-decoration: underline;
	font-size: 12px;
}

#content {
	width: auto;
	margin: 0;
	padding: 0;
	background-image: url(/custom/framework/background_content.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

/* ---------------------------  HOME PAGE  --------------------------- */

#flash2 {
	width: 188px;
        height: 69px;
	background-image: url(/custom/flash/background.jpg);
	background-repeat: no-repeat;
}

#middle_text {
	width: 265px;
	height: 442px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	border: 1px solid #F6E3D6;
	background-image: url(/custom/framework/middle_text_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#activator {
	width: 195px;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: left;
	float: left;
	background-color: #F6DFCA;
}

#activator h1 {
	font-size: 120%;
	font-weight: normal;
}

#activator a:link, #activator a:active, #activator a:visited {
	color: #542F1B;
	text-decoration: none;
}

#activator a:hover {
	color: #240D01;
	text-decoration: none;
}

#truck {
	width: 195px;
	margin: 0 0 0 8px;
	padding: 0;
	text-align: left;
	float: left;
}

#truck h1 {
	margin-top: 10px;
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: 135%;
}

#truck h2 {
	font-weight: normal;
	margin-bottom: 5px;
}

#highlight {
	width: 195px;
	margin: 0 0 0 8px;
	padding: 0;
	text-align: left;
	float: left;
}

#highlight h1 {
	margin-top: 10px;
	padding: 0;
	font-weight: bold;
}

#highlight h2 {
	color: #A07964;
	font-weight: normal;
	margin-bottom: 5px;
}

/* ---------------------------  LOGO & NAV  --------------------------- */

#nav {
	width: 678px;
	height: 111px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}


/* ---------------------------  INSIDE PAGE  --------------------------- */

#inside_middle_text {
	width: 480px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}

#inside_middle_text h2 {
	border-bottom: 1px solid #7C4425;
}

#sidebar {
	width: 195px;
	height: auto;
	margin: 0 0 0 11px;
	padding: 0;
	text-align: left;
	float: left;
	background-color: #F6DFCA;
}

#sidebar h1 {
	font-size: 120%;
	font-weight: normal;
}

#sidebar h2 {
	color: #542F1B;
	font-size: 120%;
	font-weight: normal;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #542F1B;
	text-decoration: none;
}

#sidebar a:hover {
	color: #240D01;
	text-decoration: none;
}


/* --------------------------  FOOTER  -------------------------- */

#footer {
	width: 680px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 8px 0 5px 0;
	background-color: #F6DFCA;
}

#copyright {
	color: #F6DFCA;
	font-size: 10px;
	line-height: 130%;
	padding-top: 14px;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #F6DFCA;
	text-decoration: underline;
}

#copyright a:hover {
	color: #F6DFCA;
	text-decoration: underline;
}

/* ---------------------------  ANYLINK  --------------------------- */

.anylinkcss{
     position:absolute;
     visibility: hidden;
     border:1px solid #9E5E39;
     border-bottom-width: 0;
     font:normal 11px Verdana;
     line-height: 18px;
     z-index: 100;
     background-color: #F6DFCA;
     width: 140px;
     text-align: left;
}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
     width: 100%;
     display: block;
     text-indent: 3px;
     border-bottom: 1px solid #9E5E39;
     padding: 1px 0;
     text-decoration: none;
     font-weight: bold;
     text-indent: 5px;
     color: #542F1B;
     font: normal 11px Verdana;
     line-height: 18px;
     background-color: #F6DFCA;
}

.anylinkcss a:hover{
     width: 100%;
     display: block;
     text-indent: 3px;
     border-bottom: 1px solid #9E5E39;
     padding: 1px 0;
     text-decoration: none;
     font-weight: normal;
     text-indent: 5px;
     background-color: #FAF0E7;
     color: #9E5E39;
     font: normal 11px Verdana;
     line-height: 18px;
}
