
/* ----- Structure and Layout ----- */

body 	{
	text-align : center ;
	min-width : 896px ;
	background-color: #fcf7c7;
/*	<!--[if lt IE 8]>
	text-align : left ;
	<![endif]-->
	/*
	border-top: solid 10px #fcf7c7;
	border-right: solid 60px #fcf7c7;
	border-left: solid 60px #fcf7c7;
	border-bottom: solid 10px #fcf7c7;
	*/
	}



#wrapper {
	width : 896px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	background-color: #ffffff;
	}
	
#header {
	padding-top: 0px;
	}

/*#maincontainer {
	float: left;
	width : 896px;
	background: url(../images/container.jpg) repeat-y;
	}*/

#padding {
	clear: both;
	padding: 0px 0 0 0;
	}

#index_content {
	float: left;
	display: block;
	position:relative;
	width: 460px;
	text-align:justify;
	padding: 0px 0 0 15px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 150px;
	margin: 0 10px 100px 50px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	border: 1px solid #000000;
	}

/* ----- Navigation -----  */

#nav	{
	position: absolute;
	float: left;
	padding: 0 20px 0 40px;
	margin: -40px 0px 0px -18px;
	}
	
#navinner {
	float: left;
	width: 896px;
	height: 45px;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0px 0 10px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 5px 0 5px;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 25px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
/*	border-bottom: 2px solid #a48d79;
	border-right: 2px solid #a48d79; */
	}
	
#nav li a:hover {
	color: #ffffff;
	background: #a48d79;
/*	border-bottom: 2px solid #a48d79;
        border-right: 2px solid #a48d79; */
	}
	
#nav li a.active 
	{
	color: #fcf7c7;
	background: #a48d79;
/*	border-bottom: 2px solid #a48d79;
        border-right: 2px solid #a48d79; */
	}




#menu
	{
		position : absolute;
		display : block;
		top : 200px;
		margin-left : 490px;
	}	
	
	#menu img
	{
		position : relative;
		display : block;
		border: none;
		left : 0px;
	}

	#button_1 
	{
		background-color: #FFFFFF;
		width:100px;
		height:45px;
		display: block;
		position: relative;
		margin :3px 0 0 3px;
	}

	#button_1 a .large 
	{
		border: 0px;
		display: block;
		height: 1px;
		left: -1px;
		position: relative;
		top: -1px;
		width: 1px;
	}

	#button_1 a img 
	{
		border: 0;
	}

	#button_1 a.p1, #button_1 a.p1:visited 
	{
		background: #FFFFFF;
		display: block;
		position: relative;
		height: 45px;
		left: 0;
		text-decoration: none;
		top: 0;
		width: 100px;
	}
	
	#button_1 a.p1:hover 
	{					
		background-color: #8C97A3;
		color: #000000;
		text-decoration: none;
	}
	
	#button_1 a.p1:hover .large 
	{	
	
		display: block;
		height: 45px;			
		left: 0px;	
		position: absolute;		
		width: 100px;
	}


	#button_2 
	{
		background-color: #FFFFFF;
		width:100px;
		height:45px;
		position: relative;
		margin :3px 0 0 3px;
		z-index:12;
	}

	#button_2 a .large 
	{
		border: 0px;
		display: block;
		height: 1px;
		left: -1px;
		position: relative;
		top: -1px;
		width: 1px;
	}

	#button_2 a img 
	{
		border: 0;
	}

	#button_2 a.p1, #button_2 a.p1:visited 
	{
		background: #FFFFFF;
		display: block;
		height: 45px;
		left: 0;
		text-decoration: none;
		top: 0;
		width: 100px;
	}
	
	#button_2 a.p1:hover 
	{					
		background-color: #8C97A3;
		color: #000000;
		text-decoration: none;
	}
	
	#button_2 a.p1:hover .large 
	{	
	
		display: block;
		height: 45px;			
		left: 0px;	
		position: absolute;		
		width: 100px;
	}
	
	
	#button_3 
	{
		background-color: #FFFFFF;
		width:100px;
		height:45px;
		position: relative;
		margin :3px 0 0 3px;
		z-index:12;
	}

	#button_3 a .large 
	{
		border: 0px;
		display: block;
		height: 1px;
		left: -1px;
		position: relative;
		top: -1px;
		width: 1px;
	}

	#button_3 a img 
	{
		border: 0;
	}

	#button_3 a.p1, #button_3 a.p1:visited 
	{
		background: #FFFFFF;
		display: block;
		height: 45px;
		left: 0;
		text-decoration: none;
		top: 0;
		width: 100px;
	}
	
	#button_3 a.p1:hover 
	{					
		background-color: #8C97A3;
		color: #000000;
		text-decoration: none;
	}
	
	#button_3 a.p1:hover .large 
	{	
	
		display: block;
		height: 45px;			
		left: 0px;	
		position: absolute;		
		width: 100px;
	}



	#button_4 
	{
		background-color: #FFFFFF;
		width:100px;
		height:45px;
		position: relative;
		margin :3px 0 0 3px;
		z-index:30;
	}

	#button_4 a .large 
	{
		border: 0px;
		display: block;
		height: 1px;
		left: -1px;
		position: relative;
		top: -1px;
		width: 1px;
	}

	#button_4 a img 
	{
		border: 0;
	}

	#button_4 a.p1, #button_4 a.p1:visited 
	{
		background: #FFFFFF;
		display: block;
		height: 45px;
		left: 0;
		text-decoration: none;
		top: 0;
		width: 100px;
	}
	
	#button_4 a.p1:hover 
	{					
		background-color: #8C97A3;
		color: #000000;
		text-decoration: none;
	}
	
	#button_4 a.p1:hover .large 
	{	
	
		display: block;
		height: 45px;			
		left: 0px;	
		position: absolute;		
		width: 100px;
	}



	#button_5 
	{
		background-color: #FFFFFF;
		width:100px;
		height:45px;
		position: relative;
		margin :3px 0 0 3px;
		z-index:30;
	}

	#button_5 a .large 
	{
		border: 0px;
		display: block;
		height: 1px;
		left: -1px;
		position: relative;
		top: -1px;
		width: 1px;
	}

	#button_5 a img 
	{
		border: 0;
	}

	#button_5 a.p1, #button_5 a.p1:visited 
	{
		background: #FFFFFF;
		display: block;
		height: 45px;
		left: 0;
		text-decoration: none;
		top: 0;
		width: 100px;
	}
	
	#button_5 a.p1:hover 
	{					
		background-color: #8C97A3;
		color: #000000;
		text-decoration: none;
	}
	
	#button_5 a.p1:hover .large 
	{	
	
		display: block;
		height: 45px;			
		left: 0px;	
		position: absolute;		
		width: 100px;
	}


	#button_6 
	{
		background-color: #FFFFFF;
		width:100px;
		height:45px;
		position: relative;
		margin :3px 0 0 3px;
		z-index:30;
	}

	#button_6 a .large 
	{
		border: 0px;
		display: block;
		height: 1px;
		left: -1px;
		position: relative;
		top: -1px;
		width: 1px;
	}

	#button_6 a img 
	{
		border: 0;
	}

	#button_6 a.p1, #button_6 a.p1:visited 
	{
		background: #FFFFFF;
		display: block;
		height: 45px;
		left: 0;
		text-decoration: none;
		top: 0;
		width: 100px;
	}
	
	#button_6 a.p1:hover 
	{					
		background-color: #8C97A3;
		color: #000000;
		text-decoration: none;
	}
	
	#button_6 a.p1:hover .large 
	{	
	
		display: block;
		height: 45px;			
		left: 0px;	
		position: absolute;		
		width: 100px;
	}














/*	#button1
	{
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
		background-image: url("images/button_links.png");
	}

	#button1 a.hover img
	{
		visibility:hidden;
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
	}

	#button2
	{
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
		background-image: url("../images/underbutton.png");
	}

	#button2 a.hover img
	{
		visibility:hidden;
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
	}


	#button3
	{
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
		background-image: url("../images/underbutton.png");
	}

	#button3 a.hover img
	{
		visibility:hidden;
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
	}




	#button4
	{
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
		background-image: url("../images/underbutton.png");
	}

	#button4 a.hover img
	{
		visibility:hidden;
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
	}





	#button5
	{
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
		background-image: url("../images/underbutton.png");
	}

	#button5 a.hover img
	{
		visibility:hidden;
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
	}



	#button6
	{
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
		background-image: url("../images/underbutton.png");
	}

	#button6 a.hover img
	{
		visibility:hidden;
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
	}

	#button7
	{
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
		background-image: url("../images/underbutton.png");
	}

	#button7 a.hover img
	{
		visibility:hidden;
		height : 45px;
		width : 100px;
		position : relative;
		display : block;
		margin : 3px 0 0 3px;
	}

*/







	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#422100
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a {
	color: #4c2704;
	}

a:visited {
	color: #422100;
	}

a:hover {
	color: #a48d79;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}

a.mem_form:link
	{
	color: black;
	font-size:200%;
	}
a.mem_form:visited { color: black; }
a.mem_form:hover { color: white; }


/* ------ Footer ----- */

#footer_logo 
	{
	display: block;
	position : relative;
	text-align: center;
	font-size: 1.125em;
	color: #000000;
	width : 896px;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	}


	
