/* CSS Document */

* {margin: 0px; padding: 0px;}

body {
	margin: 0px; 
	padding: 0px;
	background-color: #fff;  

}

html, 
body, 
div {
	font-family: Arial, Helvitica, sans-serif; 
/*	font-size: x-small;*/
}

br {
	clear: both;
}

a:link, 
a:visited {
	color:#8B7B49;
	color:#715F26;
	text-decoration: none;
}

a:hover, 
a:active {
		text-decoration: underline;
	}
	


a img {
	border-width: 0; 
	border-style: none;
}

#page-wrap{
    margin: 0 auto;
}

/* branding    */

	#branding {
		float:left;
		width: 100%;
		height: 30px;
		padding: 10px;
	}

	.breadcrumb {
		float:left;
		width: 100%;
		padding: 3px 3px 3px 5px;
		background-color: #8B7B49;
		color:#fff;
		font-size: 0.7em;
	}
	
	

	.breadcrumb a:link, 
	.breadcrumb a:visited {
		line-height: 130%;
		color:#fff;
		text-decoration:underline;
	}
	
	.breadcrumb a:hover, 
	.breadcrumb a:active {
		text-decoration:none;			
	}
	

	.heading {
		background: url(../../mobile/images/heading-bg.gif) repeat-x top left;
		float: left;
		padding: 5px 5px 5px 0px;
		width: 100%;
	}

	.heading h1 {
		font-size: 1.0em;
		color: #8B7B49;
		margin: 7px 5px 3px 5px;
	}




	.content {
		float: left;
		width: 100%;
	}

	.content h1 {
		font-size: 1.0em;
		color: #8B7B49;
		margin: 5px 5px 3px 0px;
	}

	.content h2 {
		font-size: 1.0em;
		color: #8B7B49;
		margin: 5px 5px 3px 0px;
	}
     
	.content p {
		font-size: 0.9em;
		margin: 5px 5px 5px 5px;
	}

    .content a:link, 
	.content a:visited {
		font-weight: bold;	
		font-size: 1.2em;		
	}
	
    .content a:hover, 
    .content a:active {
        text-decoration: underline;
        cursor: pointer;
        font-size: 1.2em;		
    }
    
    
    .content table{
        width: 100%;
    }
	
	.content td img{
	    width: 90px;
	}
	
	.content td{
	padding: 5px 0px 5px 5px;
	border-bottom: solid 1px #ccc;	
	}
	


		
		
		
    .contentHome{    
        clear: both;
        float: left;
		width: 100%;
		padding: 0px 0px 10px 10px;
		font-size: 1.1em;		
    }
    
    .contentHome img{
        float: left;      
    }
    
       
    .contentHome ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: left;       
    }
    
      .contentHome ul li{        
        display: block;
        width: 100%;
        margin: 0px;
        float: left;

      
    }
    
    .contentHome a.text:link,
    .contentHome a.text:visited{
        float: left;
        font-weight: bold;
        margin: 30px 0px 0px 10px;               
        
    }
    
     .contentHome a.text:hover,
    .contentHome a.text:active{
      	text-decoration:underline;     
    }
    
    
    .contentNews{
        /*position: relative;*/
        
    }
    
    .contentNews img{
        border: 0px;
        margin: 5px 0px 5px 0px;
    }
    
    .contentNews h1 {
		font-size: 1.0em;
		color: #8B7B49;
		margin: 5px 5px 3px 5px;
	}

	.contentNews h2 {
		font-size: 1.0em;
		color: #8B7B49;
		margin: 10px 5px 10px 5px;
	}
	
	.contentNews h3 {
		font-size: 1.0em;
		color: #000;
		margin: 10px 5px 10px 5px;
	}
     
	.contentNews p {
		font-size: 0.9em;
		margin: 5px 5px 5px 5px;
	}

    .contentNews a:link, 
	.contentNews a:visited {
		font-weight: bold;			
	    
	}
	
	
	.contentNews .address{
	    /*position: absolute;
	    bottom: 0px;	 
	    background-color: #fff;
	    width: 100%;	*/    
	}
    
		
	.confirm{
	    font-weight: bold;
	}

	#footer {
	    clear: both;
		float: left;
		width: 100%;
		padding: 10px 0px 10px 10px;
		background-color: #ccc;
		border-top: 5px solid #eee;
		font-size: 0.8em;
	}

	#footer a:link, 
	#footer a:visited {
		line-height: 130%;
		color:#666;
		text-decoration:none;			
	}
	
	#footer a:hover, 
	#footer a:active {
		text-decoration:underline;
	}
	
		
	#footer img
	{
		display: block;
		margin: 10px 0px 10px 20px;
		float:left;
	}	
	
	#footer p
	{
		color:#666;
		font-size: 0.9em;
	}
		
	#footer ul{
	 
	    margin: 0px 0px 0px 10px;
	    padding; 0px;
	}


