/* GENERAL */

* {
	margin:0px;
	padding:0px;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:12px;
	line-height:22px;
	background:#f4efe6 url(images/bg1d2.gif) repeat scroll 0% 0%;
	width: 100%;
	height: 100%;
}

p {
	padding:10px 0px;
}

a {
	color:#828B6E;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

a:hover {
	text-decoration:none;
	background-color:#F4F2E4;
}

a img {
	border:none;
}

#logo a, #logo a:hover {
	border:none;
	background:none;
}

hr {
	height:1px;
	border:none;
	border-style:none;
	border-bottom: 1px dotted #A5AEC5;
	padding:0px;
}

.cleardiv {
	clear:both;
}

.custom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.7em;
	line-height:25px;
	}

.custom li {
	color:#828B6E;
	list-style-image:none;
	list-style-type:none;
}

h1 {
	color:#828B6E;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.06em;
	text-transform:uppercase;
	padding-bottom:10px;
}

h2 {
	color:#828B6E;
	font-size:10px;
	font-weight:normal;
	letter-spacing:0.06em;
	padding-bottom:5px;
	text-transform:uppercase;
}

p.align_left {
	text-align:left;
}

/* LAYOUT */

.container {
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}

.column_container {
	width:980px;
	clear:both;
}

.column_main {
	background:#FFFFFF url(images/bg_main.gif) repeat scroll 0% 0%;
	float:left;
	padding:30px 70px 20px;
	width:400px;
	text-align:justify;	
}

.column_main_divide {
	background:#FFFFFF url(images/bg_main.gif) repeat scroll 0% 0%;
	float:left;
	padding:0 70px;
	width:400px;
	text-align:justify;	
}

.column_side {
	float:left;
	padding:30px 5px 30px 25px;
	width:350px;
}

.custom {
	width:320px;
}

#footer {
	clear:both;
	width:100%;
	height:50px;
	background:#828B6E;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#footer p {
	color:#fff;
	font-size:10px;
	letter-spacing:0.1em;
	margin:0px;
	padding:15px 0 0 70px;
}

.push {
	height:50px;
}

.divider {
	background:#FFFFFF url(images/bg_main.gif) repeat scroll 0% 0%;
	clear:both;
	padding:0px 70px;
	width:400px;
	height:1px;
}

.p_divider {
	clear:both;
	height:1px;
	padding:20px 0 30px;
	width:400px;
}

.p_divider2 {
	clear:both;
	height:1px;
	width:400px;
}

/* HEADER AND NAV */

#header {
	width:100%;
	height:100px;
	background:#2e1a13 url(images/header_bg.jpg) repeat scroll 0% 0%;
}

#logo {
	padding:38px 70px;
}

#siteNav {
	background-color:#828B6E;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	font-size:11px;
	height:30px;
	line-height:15px;
}

#siteNav ul {
	background-color:#828B6E;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:950px;
}

#siteNav ul li {
	border-left:1px solid #a9a9a9;
	display:inline;
	float:left;
	height:30px;
	margin:0pt;
	padding:0pt;
	text-align:center;
}

#siteNav ul li a:hover {
  background-color:#96a07f;
  text-decoration:none;
  border:none;
}

#siteNav ul li#active a {
  background-color:#96a07f;
}

#siteNav ul li a {
  background-color:#828B6E;
  float:left;
  color:#EFEFEF;
  letter-spacing:1px;
  padding:8px 10px 7px 10px;
  text-decoration:none;
  border:none;
}

#siteNav ul li.rightpad {
}

#siteNav ul li.leftpad {
	width:539px;
}

/* SUBLINKS NAV */

#sublinks {
	float:left;
	margin:30px 0px 0px 22px;
}

#sublinks a {
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

#sublinks a:hover{
	text-decoration:none;
	background-color:#F4F2E4;
}

#sublinks h1 {
	color:#fff;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.06em;
	margin-bottom:9px;
	text-transform:uppercase;
}