
/************ Global reset of ALL margins and padding ************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #989A6B;
}
p {
	padding-bottom: 10px;
}
li {
	list-style-position: outside;
	margin-left: 25px;
	margin-right: 15px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1px;
}

/************ Font CSS ************/
/*p
 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}*/
/*ol, ul
 {
	margin-left: 30px;
}*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
h1 {
	color: #123974;
	font-size: 18px;
	font-weight: lighter;
}
h2 {
	color: #999966;
	font-weight: lighter;
	font-size: 14px;
	text-align: right;
}
h3 {
	color: #996633;
	font-size: 11px;
}
h4 {
	color: #123974;
	font-weight: bold;
	font-size: 10px;
}
h6 {
	color: #666633;
	font-weight: bold;
	font-size: 14px;
}

a:link {
	color: #996633;
	text-decoration: none;
	/*
	color: #000000;
	font-weight: bold;
	*/
}
a:visited {
	text-decoration: none;
	color: #996633;
	/*
	color: #000000;
	font-weight: bold;
	*/
}
a:hover {
	text-decoration: underline;
	/*
	color: #000000;
	font-weight: bold;
	*/
}
a:active {
	text-decoration: none;
	color: #996633;
	/*
	color: #000000;
	font-weight: bold;
	*/
}
/************ Home page CSS ************/
.home #container {
	width: 824px;
	background: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	/*border: 3px solid #989A6B;*/
	border: 3px solid #666633;
}

.home #header {
	height: 135px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #989A6B;
	background-color: #CCCC99;
	
    background-image: url(/images/logo.png);
    
	background-repeat: no-repeat;
	background-position: left top;
}

.home #header #navigation {
	text-align: right;
	height: 20px;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 114px;
}
.home #header h1 {
	display: none;
}
.home #topContent {
	width: 100%;
	height: 200px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #989A6B;
}
.home #topContent #navigation {
	margin-right: 195px;
	padding-top: 25px;
	margin-left: 330px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	background-image: url(/NueterraIncludes/images/home_center.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 175px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #989A6B;
	border-left-color: #989A6B;
}
.home #topContent #navigation  li {
	padding-bottom: 16px;
}
.home #topContent #navigation  a {
	color: #996633;
	font-weight: bold;
}
.home #topContent ul {
	font-size: 12px;
	font-weight: bold;
	color: #989A6B;
	text-align: left;
	list-style-type: none;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.home #mainContent {
	width: 100%;
	height: 160px;
	background-color: #E5E4CF;
}
.home #mainContentLeft {
	width: 315px;
	float: left;
	text-align: right;
	padding-top: 20px;
	padding-right: 15px;
	color: #989A6B;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
.home #mainContentRight {
	width: 378px;
	float: right;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 10px;
	color: #333300;
	font-weight: bold;
	padding-right: 83px;
}
.home #footer {
	text-align: center;
	font-size:10px;
	width: 100%;
	height: 50px;
	background-color: #E5E4CF;
	padding-bottom: 10px;
}
/************ Secondary page CSS ************/
.main #container {
	width: 824px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*border: 3px solid #989A6B;*/
	border: 3px solid #666633;
	height: 100%;
	background-color: #C9CB9A;
}
.main #header {
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #989A6B;
}
.main #topNavigation {
	width: 100%;
	background-color: #E5E4CF;
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #989A6B;
	padding-top: 30px;
	text-align: right;
	float: left;
}
.main #topNavigation a {
	color: #666633;
	font-weight: normal;
}
.main #topNavigation li {
	display: inline;
	list-style-type: none;
	text-indent: 0px;
	margin: 0px;
	padding-right: 10px;
}
.main #rightContent {
	float: right;
	width: 580px;
	background-color: #FFFFFF;
	height: 100%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #989A6B;
}

/*
.main  #rightContent  p {
	margin-left: 55px;
}
*/
.main #leftContent {
	height: 100%;
	width: 238px;
	/*
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	*/
	float: left;
	/*background-color: #CCCC99;*/
	
    background-image: url(/images/logo_small.png);
    
	background-repeat: no-repeat;
}
.main #leftContentImage {
	height: 191px;
	width: 236px;
	float: left;
	
	margin-left: -250px;
    
}
.main #leftContentImage img {
	border: 3px solid #989A6B;
}
.main #mainContent {
	float: left;
	width: 505px;
	padding-left: 55px;
	padding-top: 35px;
}
.main #navigation {
	width: 230px;
	margin-top: 290px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.main #navigation ul {
	list-style-type: none;
	text-align: right;
	line-height: 17px;
}
.main  #navigation a {
	/*color: #333333;*/
	color: #666633;
	font-weight: normal;
}
.main #footer {
	text-align: center;
	font-size:10px;
	float: left;
	width: 100%;
	height: 55px;
	/*
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #989A6B;
	*/
	padding-bottom: 5px;
}
.brownBold {
	font-weight: bold;
	color: #996633;
}
/************ Miscellaneous CSS ************/
.floatRight {
	float: right;
	margin-left: 8px;
}
.floatLeft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bulletLinks {
	list-style-type: none;
}

