html, body, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #960;
}
h1 .blackfont {
	color: #000;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #03F;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	display: block;
}

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 960px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
}

#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 717px;
	height: 279px;
	background: url(images/header_2.jpg) no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#left {
	float: left;
	width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
/** menu **/
#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
	margin-left: 9px;
	padding-left: 1px;
	padding-bottom: 29px;
	background-color: #150F01;
	background-image: url(images/nav_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav li {
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #271E01;
}
#nav li a {
	list-style: none;
	font-family: "arial narrow", arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 85%;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: 188px 10px url(images/arr_white.gif) no-repeat;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
}
#nav li a:hover {
	color: #FFCC59; /*onMouseover image change. Remove if none*/
	background-image: url(images/arr_orange.gif);
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-position: 188px 10px;
	background-repeat: no-repeat;
}
/*---- end navbar ----*/
#member {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#member_bt {
	height: 18px;
	background-color: #E9E1CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #FFF;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(images/bt_login.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#member_bt a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#member_bt a: hover {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C00;
	text-decoration: none;
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
	font-size: 120%;
	color: #BE8B06;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#news h3, #news p {
	font-size: 11px;
	margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}
/*end left column*/
/*right content*/
#right {
	float: right;
	width: 680px;
	padding-right: 20px;
	padding-top: 301px;
	padding-left: 4px;
}
#right ul li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#right h2 {
	color: #939;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
#right h3 {
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#right_indent {
	float: right;
	margin-left: 20px;
	width: 667px;
}
#right_col {
	float: right;
	width: 530px;
	margin: 0px;
}
#right_wide {
	float: left;
	height: 116px;
	width: 680px;
}
.black_bld {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.black {
	font-weight: bold;
	color: #000;
}
.gray_cap {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.red_bld {
	font-weight: bold;
	color: #C00;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
	font-weight: bold;
	font-size: 10px;
	color: #665122;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
	background: url(images/pic_2.jpg) no-repeat;
	width: 112px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
	height: 23px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#indu-img {
	background: url(images/pic_3.jpg) no-repeat;
	float: left;
}

#pagecont {
}
#pagecont ul li{
	margin-left: 25px;
}
#widefix {
	background-color: #FEFBF2;
	padding: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: 275px;
	width: auto;
	border: 1px solid #BE8B06;
}
#widefix h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#wide {
	background-color: #FEFBF2;
	padding: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: auto;
	width: auto;
	border: 1px solid #BE8B06;
}
#wide.white {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: auto;
	width: auto;
	border: none;
}
#wide ul li {
	margin-left: 20px;
}
#wide h3 {
	color: #96C;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#imgright {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	text-align: right;
	border:none;
}
#imageleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;
	border:none;
}
#spacer {
  height: 2em;
}

/*---- styles for forms buttons ----*/

#member .login {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/support.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 1px;
	border: 1px solid #960;
}
.divline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE8B06;
	padding: 1px;
	width: auto;
}
#KT_Insert1 {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
.submit {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/support.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 1px;
	border: 1px solid #960;
}
#Register {
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
}

#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
