@charset "utf-8";
body  {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	background: #252525;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

.bold {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* OVERALL CONTAINER */

.balibuilt #container { 
	width: 905px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* HEADER */

.balibuilt #header { 
	margin: 0;
	padding: 0;
	height: 100px;
	background: #000000; 
	text-align:center;
}
	.balibuilt #header p{ 
		margin: 0;
		padding: 0; 
	} 
	
	.balibuilt #header a {
		color: #FFFFFF;
	}

/* BAR UNDER HEADER */

.balibuilt #topbar { 
	margin: 0;
	padding: 0;
	height: 24px;
	background: #808000; 
} 

	.balibuilt #topbar p { 
		margin: 0;
		padding: 0; 
	} 

/* NAVIGATION SIDE BAR */

.balibuilt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 20px 0 0 0;
}

	.balibuilt #sidebar ul {
		margin: 0;
		padding: 0;
		list-style:none;
	}
	
		.balibuilt #sidebar ul a {
			margin: 0;
			padding: 5px 0 0 0;
			display: block;
			width: 200px;
			height: 21px;
			text-decoration: none;
			background: url("../img/nav_background.jpg");
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
		.balibuilt #sidebar ul a.nav_active {
			background: url("../img/nav_background.jpg");
			background-position: 0 -52px;
		}
		
				.balibuilt #sidebar ul a:hover {
					background-position: 0 -26px;
				}
				
				.balibuilt #sidebar ul a:link {
					color: #FFFFFF;
				}
				
				.balibuilt #sidebar ul a:active {
					color: #FFFFFF;
				}
				
				.balibuilt #sidebar ul a:visited {
					color: #FFFFFF;
				}
		
		
				.balibuilt #sidebar ul a span {
					margin: 0;
					padding: 0 0 0 20px;
					color: #FFFFFF;
				}
	
	.balibuilt #sidebar li {
		margin: 5px 0;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
	}

/* SUBNAVIGATION FOR RESIDENTIAL PAGE */

.subnav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

	.subnav ul a {
		margin: 0;
		padding: 3px 0 0 0;
		display: block;
		width: 120px;
		height: 19px;
		text-decoration: none;
		background: url("../img/subnav_background.jpg");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
		.subnav ul a.subnav_active {
			background: url("../img/subnav_background.jpg");
			background-position: 0 -44px;
		}
		
	.subnav ul a:hover {
		background-position: 0 -22px;
	}
	
	.subnav ul a:link {
		color: #FFFFFF;
	}
	
	.subnav ul a:active {
		color: #FFFFFF;
	}
	
	.subnav  ul a:visited {
		color: #FFFFFF;
	}
		
.subnav li {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	width: 120px;
	height: 22px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

/* MAIN CONTENT AREA */

.balibuilt #mainContent { 
	margin: 0 0 0 200px; 
	padding: 20px 30px 20px 30px;
	background: #000000;
}

	.balibuilt #mainContent h1 {
		margin: 0;
		padding: 0 0 20px 0;
		font-size: 24px;
		font-weight: normal;
	}
	
	.balibuilt #mainContent h2 {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 18px;
		font-weight: normal;
	}
	
	.balibuilt #mainContent a {
		color: #FFFFFF;
	}
	
	.balibuilt #mainContent a:hover {
		color: #808000;
	}

	.balibuilt #mainContent p {
		margin: 0;
		padding: 0 0 20px 0;
		text-align: justify;
	}
	
	.balibuilt #mainContent p.center_text {
		text-align: center;
	}

	.balibuilt #mainContent ol {
		margin: 0 0 40px 0px;
		padding: 0 20px;
	}
	
	.balibuilt #mainContent ol li {
		margin: 0 0 5px 0;
		padding: 0;
	}

	.balibuilt #mainContent input {
		font: 13px Tahoma, Arial, Helvetica, sans-serif;
	}
	
	.balibuilt #mainContent input.submit_button {
		margin: 0;
		padding: 3px;
		border: 0;
		font: 13px Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #808000;
	}
	
	.balibuilt #mainContent input.submit_button:hover {
		background-color: #bbbc00;
	}
	
	.balibuilt #mainContent textarea {
		font: 13px Tahoma, Arial, Helvetica, sans-serif;
	}

/* BOTTOM BAR WITH BALI HEAD */

.balibuilt #bottombar { 
	margin: 0;
	padding: 0;
	text-align: center;
} 

	.balibuilt #bottombar p{ 
		margin: 0;
		padding: 0; 
	}

/* FOOTER */

.balibuilt #footer { 
	margin: 0;
	padding: 0;
	height: 24px;
	background:#808000; 
} 

.balibuilt #footer p {
	margin: 0; 
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

/* EXTRAS */

.float_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 0 20px 20px;
}

.float_left { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 20px 20px 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}