/*  	-----------------------------------------------------------------------------
		INTERFACE LAYOUT
		----------------------------------------------------------------------------- 	*/
		

BODY	{
	background: #ECEAE2 url('../../images/bg_tile.gif');
	background-position: top center;
	background-repeat: repeat-x;
	color: #333;
	margin:0;
	font-family: 'Trebuchet MS', arial;
}

#container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 900px;
	margin-left: -450px;
	background:white url('../../images/bg_content_win.gif');
	background-position: top center;
}

#padder {
	padding: 12px 25px;
}

#contents {
	font-size: 10pt;
	color:#887E6D;
	text-align:justify;
	width:640px;
}

#rhs_bar {
	float:right;
	width:185px;
}

#footer {
	width:840px;
	height:70px;
	background:url(../../images/footer.gif);
	padding:26px 30px 0 30px;
	font-size:8pt;
	color:#777777;
	text-align:center;
	font-family:arial;
}
	#footer a {
		color: #777777;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}

/*  	-----------------------------------------------------------------------------
		MENU NAVIGATION
		----------------------------------------------------------------------------- 	*/	


#menu {
	margin:10px 0 10px 0;
	text-align: left;
	border-top: 1px solid #E2DDC9;
	border-bottom: 1px solid #E2DDC9;
	height:30px;
	font-size:8pt;
	overflow:hidden;
}

#menu ul {
	list-style: none;
	display:inline;
	margin:0;
	padding:0;
}

#menu ul li {
	display: inline;
	float:left;
}

#menu ul li a {
	font-size:13px;
	color: #5D503D;
	text-decoration:none;
	padding:0 12px 0 0;
	position:relative;
	top:5px;
	margin:0;
}
	#menu ul li a.ender {
		padding:0;
		float:right;
	}
	#menu ul li a:hover {
		color: #DC7600;
	}


/*  	-----------------------------------------------------------------------------
		GENERAL STYLES
		----------------------------------------------------------------------------- 	*/

a.hidetext {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#top_phrase {
	text-align:right;
	margin-bottom:6px;
	padding:0;
	height:14px;
	overflow:hidden;
	font-size:1px;
}

table {
	border:1px solid #e5e5e5;
	font-size:8pt;
	color:#887E6D;
	padding:0;
	border-collapse: collapse;
}
	table.tb {
		border:0;
	}
	td {
		padding:5px;
		font-family: 'trebuchet ms', arial;
		font-size:10pt;
	}

	td.r {
		text-align:right;
	}
	tr.drk {
		background: #f2f2f2;
	}
	
	input, textarea {
		border: 1px solid #d5d5d5;
		padding:2px;
		font-family: 'trebuchet ms', arial;
		font-size:8pt;
		color: #777777;
	}
	input {
		width:150px;
	}
	textarea {
		width:250px;
	}



	a {
		text-decoration:none;
		color:#839745;
	}
	a:hover {
		text-decoration:underline;
	}

/*  	-----------------------------------------------------------------------------
		THUMB GALLERIES
		----------------------------------------------------------------------------- 	*/

a.thumbnail img {
	padding:7px;
	background:white;
	border:1px solid #cccccc;
	margin:0 8px 12px 0;
}
a.thumbnail:hover img {
	background:#ffeeee;
	border:1px solid #ddbbbb;
}

/*  	-----------------------------------------------------------------------------
		HEADING
		----------------------------------------------------------------------------- 	*/

h1	{
	margin:0 0 10px 0;
	font-family:'trebuchet ms', arial;
	font-size:13.5pt;
	font-weight:normal;
	color:#839745;
}

h2 {
 	margin:30px 0 5px 0; 
 	font-size:12pt; 
 	color:gray;
}




a.atta_logo {
	display:block;
	width:90px;
	height:53px;
	background:url(../../images/atta_logo.gif);
	background-position:0 54px;
	text-indent:-999px;
	overflow:hidden;
	margin:20px 0 0 50px;
	padding:0;
}
a.atta_logo:hover {
	background-position:top left;
}