@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	line-height: 23px;
	background: #000000;
	color: #000000;
	z-index:1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
        height:0;
	font-size: 0;
	display:block;
	clear: both;
	line-height:0;
	margin:0;
	padding:0;
}
.zeroSize {
        height:0;
	font-size: 0;
	line-height:0;
	margin:0;
	padding:0;
}
p, form, div {
	margin:0;
	padding: 0;
	border: 0;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #002B19;
}
h2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 0px;
	color: #002B19;
}
h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 0px;
	color: #00704A;
}
#pageLayout {
	position: relative;
	margin: auto;
	width: 950px;
	z-index:1;
}
#pageContainer {
	position: relative;
	margin: auto;
	width: 950px;
	z-index:1;
	background: #FCF6EB;
}
#headerImage {
	padding: 0;
	border: 0;
	width: 950px;
	height: 176px;
	z-index:1;
	background: #002B19 url(http://newwestinvest.com/images/header.png) no-repeat;
	position: relative;
}
table#pageCenterLayout {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
	width: 950px;	
}
#navigationContainer {
	vertical-align: top;
	color: #FCF6EB;
	font-weight: bold;
	width: 160px;
	padding: 30px 0 100px 30px;
	background-color: #002B19;
}
a,
a:link,
a:active,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.navItem {
	padding: 0 0 20px 0;
	z-index: 200;
	position: relative;
}
#navigationContainer a,
#navigationContainer a:link,
#navigationContainer a:active,
#navigationContainer a:visited {
	font-size:16px;
	text-decoration: none;
	color: #FCF6EB;
}
#navigationContainer a:hover {
	color: #628171;
	text-decoration: none;
}
#pageContent {
	vertical-align: top;
	padding: 30px 30px 180px 30px;
	position: relative;
}
#footerMountains {
	position: absolute;
	z-index: 100;
	bottom: 0;
	width: 950px;
	height: 191px;
	background: url(http://newwestinvest.com/images/new_west_mountains.png) no-repeat;
	color: #FCF6EB;
	font-size: 13px;
	text-align:center;
}
#footerMountainsText {
	padding-top:163px;
}
#footerMountains a,
#footerMountains a:active,
#footerMountains a:visited,
#footerMountains a:link,
#footerMountains a:hover {
	color: #FCF6EB;
}
#footerContainer {
	position: relative;
	margin:15px auto 0 auto;
	width: 950px;
	height: 100px;
	z-index: 50;
	height: 90px;
	position: relative;
}
#footerCopy {
	font-size: 13px;
	padding-top: 4px;
	margin: auto;
	text-align:center;
	color: #FFFFFF;
}
#lockboxLock {
	position: absolute;
	top: 5px;
	right: 10px;
	width:20px;
	height:25px;
}

