body {
	background-color: #343434;
	background-image: url(/assets/images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
p {
	padding: 0px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#header {
	position: relative;
	left: -17px;
	top: 0px;
	height: 90px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/assets/images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #FFFFFF;
	padding-right: 15px;
	border-right-width: 13px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 999;
}
#logo {
	height: 153px;
	width: 169px;
	position: absolute;
	left: -1px;
	top: 20px;
	background-image: url(/assets/images/logo.png);
	_background-image: url(/assets/images/logo.gif);  /* ie6 */
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	z-index: 999;
}
#nav-top {
	position: absolute;
	right: 10px;
	bottom: 3px;
	background-image: url(/assets/images/bg-nav-top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
	width: auto;
	height: auto;
}
#nav-top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-top li {
	display: block;
	float: left;
	white-space: nowrap;
	margin-right: 36px;
}
#nav-top li:last-child {
	margin-right: 7px;
}

#nav-top a {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #f89827;
	white-space: nowrap;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav-top  a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-decoration: none;
	color: #409536;
}

#nav-top  li.active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-decoration: none;
	color: #409536;
}


#wrapper {
	width: 960px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/bg-wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#contents {
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: 960px;
}
#contents-left {
	float: left;
	height: auto;
	width: 150px;
}
#contents-right {
	float: left;
	height: auto;
	width: 720px;
	margin-left: 20px;
	margin-top: 13px;
}

#nav-left {
	width: 150px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 20px;
}
#nav-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-left   li   {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F2F2F2;
}
#nav-left  li.active, #nav-left li:hover{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #419639;
}

#nav-left a {
	color: #f89827;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	display: block;
	height: auto;
	width: 114px;
	text-align: right;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 4px;
	padding-left: 3px;
	background-image: url(/assets/images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F2F2F2;
	margin-left: 7px;
	margin-right: 12px;
}
#nav-left a:hover {
	text-decoration: none;
}




#footer {
	clear: both;
	width: 960px;
	height: auto;
	background-image: url(/assets/images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	color: #cccccc;
	text-align: center;
	padding-right: 13px;
	padding-left: 17px;
	line-height: .9em;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footer   p.copy-orange    {
	color: #f89827;
	line-height: 2.5em;
}
#footer p.copy-orange a {
	color: #f89827;
	text-decoration: underline;
}


#footer a {
	text-decoration: none;
	color: #cccccc;
}

#footer a:hover {
	text-decoration:underline;
}
#nav-footer {
	padding-top: 27px;
	padding-bottom: 26px;
	padding-left: 169px;
	background-image: url(/assets/images/bg-nav-footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.3em;
	margin-bottom: 7px;
}
#nav-footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	height: auto;
	width: 155px;
}
#nav-footer .column {
	float: left;
}

