html {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
	background-image: url(../images/bg-wrapper.gif);
	background-repeat: repeat-y;
}

body.belayout-1 {
	background-image: none;
}

body.belayout-1 #content a {
	color: #ad9861;
}

body.belayout-1 #content a:hover {
	color: #722c11;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #ae9962;
}

a.active {
	color: #ae9962;
	font-weight: bold;
}

h1 {
	color: #5c5c5c;
	font-size: 16px;
	margin-bottom: 20px;
}

h2 {
	font-size: 12px;
	margin-top: 3px;
	line-height: 18px;
}

p {
	line-height: 18px;
	margin-bottom: 19px;
}


#wrapper {
	position: relative;
	padding-left: 56px;
	height: 100%;
}

#logo {
	margin-top: 56px;
	width: 220px;
	float: left;
}

address {
	bottom: 40px;
	left: 56px;
	font-style: normal;
	font-family: 'Georgia';
	position: fixed;
	line-height: 16px;
}

address a {
	color: #000;
}


#header {
	background-color: #fff;
}

/* Main Navigation */

#mainnav-wrapper {
	margin-left: 220px;
	border-bottom: 1px solid #ae9962;
	height: 276px;
}

body.belayout-1 #mainnav-wrapper {
	border-bottom: 1px solid #000;
}

#mainnav {
	font-size: 13px;
	width: 710px;
	border-top: 9px solid #ae9962;
	padding-top: 67px;
}

body.belayout-1 #mainnav {
	border-top: 9px solid #000;
}

#mainnav li {
	text-transform: uppercase;
	line-height: 20px;
}

/* Sub Navigation */

#subnav {
	width: 170px;
	padding-right: 6px;
	line-height: 18px;
	float: left;
}

#subnav li {
	letter-spacing: 1px;
}


#content {
	padding-top: 14px;
	margin-left: 220px;
	width: 710px;
	position: relative;
	padding-bottom: 60px;
	/*background-image: url(../images/bg-content.gif);*/
}

body.belayout-1 #content {
	width: 500px;
}

#main {
	width: 336px;
	padding-right: 10px;
	margin-left: 176px;
	position: relative;
}

#main ul li {
	background-image: url("../images/list-square.gif");
	background-position: 0 4px;
	padding-left: 15px;
	display: block;
	background-repeat: no-repeat;
	line-height: 17px;
}

#main ul {
	margin-bottom: 19px;
}


#main a {
	color: #ad9861;
}

#main a:hover {
	color: #722c11;
}

#side {
	width: 167px;
	padding-left: 16px;
	color: #ad9861;
	float: right;
	padding-right: 5px;
}



#side a {
	color: #ad9861;
	text-decoration: underline;
}

#side a:hover {
	color: #722c11;
}

#side p {
	margin-bottom: 0;
}

#side ul {
	margin-bottom: 38px;
}

#side ul li {
	line-height: 17px;
	
}

#side ul li {
    background-image: url("../images/list-image.gif");
    background-position: 0 7px;
    padding-left: 12px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
}



