/*---------------------  RESET  ---------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, dl, dt, dd, input {
	margin:0;
	padding:0; }

ul, ol, li {
	list-style: none; }

a img,:link img,:visited img {
	border:none; }

/*---------------------  GENERAL  ---------------------*/

body {
	text-align: center;
	/*background: #656868 url(../images/master/bg.jpg) top center no-repeat fixed;*/
	background-color: #E6E6D7;
	margin-top:30px;
	margin-bottom:30px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }

a:link, a:visited, a:active, a:hover {
	color: #6E0000;
	text-decoration: underline; }

p {
	margin-bottom: 10px; }

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px; }

.clear_float {
	clear:both; }

/*---------------------  CONTENT  ---------------------*/

h3 {
	color: #404C1C;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F3C869; }

h4 {
	font-size:14px;
	font-weight: bold;
	line-height:18px;
	color: #6E0000;
	margin-bottom: 10px; }

h5 {
	margin-right:10px;
	margin-bottom: 5px;
	font-size:10px;
	font-weight: bold;
	color: #FCF8E3;
	background: #404C1C;
	padding:4px;
	border:1px solid #3A3B22; }

.img_left {
	margin-right: 15px; }

.divider {
	height: 30px;
	background: url(../images/general/divider.gif) repeat-x 0px 10px;
}
	

#page_wrapper {
	background: #F3E7A9 url(../images/master/page_bg.jpg) top left;
	margin-left: auto; 
	margin-right: auto;
	width: 740px;
	text-align: left;
	border: 4px solid #F4F4EE; }

#page_header {
	height: 140px;
	position: relative;
	background: #404C1C url(../images/master/header.jpg) top left no-repeat; }  
	#page_header h1, #page_header h2 {
		position: absolute;
		left: -3000px; }
	#page_header h1 {
		font-size: 26px; }
	#page_header h2 {
		font-size: 14px; }

#index_main {
	height: 370px;
	position: relative;
	background: #404C1C url(../images/index/main.jpg) top left no-repeat; }
	#index_main #deposition {
		position: absolute;
		top: 154px; }
	#index_main p {
		position: absolute;
		left: 35px;
		top: 210px;
		font-size:10px;
		line-height:15px;
		font-weight: bold;
		width: 260px;
		color: #FFFFFF; }  
	#index_main h1, #index_main h2 {
		position: absolute;
		left: -3000px; }
	#index_main h1 {
		font-size: 26px; }
	#index_main h2 {
		font-size: 14px; }

#menu_bar {
  height:30px;
  background: #A5A162 url(../images/master/menu_bg.jpg) top left no-repeat; }

#navcontainer {
	padding: 0 20px; }
	#navcontainer ul {
		padding-left: 0;
		margin-left: 0;
		margin-top:5px;
		background-color: transparent;
		color: #F3E7A9;
		float: left;
		width: 100%;
		font-size:12px;
		font-weight:bold; }
	#navcontainer ul li {
		display: inline; }
		#navcontainer ul li a {
			padding: 2px 10px;
			background-color: transparent;
			color: #F3E7A9;
			text-decoration: none;
			float: left;
			border-right: 1px solid #BBB774; }
		#navcontainer ul li a:hover {
			background-color: transparent;
			color: #fff; }

#content_wrapper {
	padding-top: 20px;
	background: transparent url(../images/master/content_bg.jpg) top left no-repeat; }

#left_side {
	float:left;
	width:470px;
	padding: 0 30px 10px 30px; }
	#left_side p {
		font-size:12px;
		line-height:18px;
		color: #333333; }

#right_side {
	float:right;
	width:180px; }
	#right_side p {
		margin:5px;
		margin-bottom:15px;
		padding-right:10px;
		font-size:10px;
		line-height:15px;
		color: #333333; }

#index_footer {
	position: relative;
	margin-left: auto; 
 	margin-right: auto;
	width: 748px; }
	#index_footer #ncra_logo {
		position:absolute;
		top: -90px;
		right: 27px; }  
	#index_footer a:link, #index_footer a:visited, #index_footer a:active, #index_footer a:hover {
		color: #F2C968;
		text-decoration: underline; }
	#index_footer p {
		text-align:center;
		padding-top:20px;
		font-size:11px;
		line-height:16px; }

#page_footer {
	position: relative;
	height: 70px;
	background: #404C1C url(../images/master/footer.jpg) top left no-repeat; }
	#page_footer #ncra_logo {
		position:absolute;
		top: 0;
		left: 0; }  
	#page_footer a:link, #page_footer a:visited, #page_footer a:active, #page_footer a:hover {
		color: #F2C968;
		text-decoration: underline; }
	#page_footer p {
		text-align:center;
		padding-top:20px;
		font-size:11px;
		line-height:16px;
		color: #FCF8E3; }

.bullets { }
	.bullets li {
		list-style: disc;
		margin-left: 15px;
		margin-bottom: 3px; }

/*---------------------  FORM  ---------------------*/

.form_label {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	color: #404C1C;
}

.required {
	color: #8C0000; }

/*---------------------  SERVICES  ---------------------*/

#services_left {
	width: 195px;
	float: left; }

#services_right {
	width: 275px;
	float: right; }
	#services_right .bullets .note {
		list-style: none;
		font-size: 11px;
		margin-top: 10px;
		margin-bottom: 0; }
