/*-------------------------------------------------
		    - GLOBAL -						
-------------------------------------------------*/

body {
    font-size: 12px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: normal;
    font-family: arial, verdana, serif;
    background: #ffffff url('./images/bg.gif') repeat-x;
    color: #666;
    text-align: left;
}
    
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}
		
#container { 
    width: 880px; 
    margin: 0 auto; 
    background: #fff url('../images/back_container.gif') repeat-y left; /* add image to replicate on y axes */
}
	
a {color: #c03000; text-decoration: underline;}
a:hover { text-decoration: none;}

a img { border: none; }
p { margin: 0 0 1.5em 0; }
span { color: #787746; font-weight: bold; }

.ghost { display : none; }
.right { float: right; }

/*-------------------------------------------------
		- IMAGES -					
-------------------------------------------------*/

.fancy { padding: 5px;
	 background: #ccc;
	 margin: 0 20px 20px 20px;
	 border: 1px solid #ccc; }
	 
.pics {  
    height:  260px;    
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 8px;  
    background-color: #ccc;  
    width:  810px; 
    height: 238px; 
}
	
/*-------------------------------------------------
		- H-TAGS -				
-------------------------------------------------*/

h2 {
    font-size: 150%;
    font-weight: normal;
    color: #644D5D;
    margin: 25px 50px 5px 0; padding: 0 0 8px 0;        
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

h3 { font-size: 140%;
     margin: 15px 0 10px 0;
     border-bottom: 1px solid #eee;
     padding: 0 0 3px 0;}

/*-------------------------------------------------
		- HEADERS -					
-------------------------------------------------*/

#header_01 { 
	clear: both;
        background: #644D5D url('./images/header.gif') no-repeat center; 
	height: 137px;
	margin-left:0;
        color: #fff;
	}
	
.head_right { float: right;
		padding-top: 5px;}
.head_right a { color: #fff; }

 #header_01 ul {
        list-style: none;
        text-transform: none;
        font-size: 12px;
        font-weight: bold;
        padding: 103px 0 0 200px;
        text-align: center;
    }
    #header_01 ul li {
        float: left;
        height: 28px;
        background:#644D5D;
    }
    #header_01 ul li a {
        padding: 5px 20px;
        border-left: 2px solid #82597B;
        color: #fff;
        text-decoration: none;
        display: block;
    }
    #header_01 ul li a:hover {
                              background: #4e2d4d;
                              color: #fff;
                                }
	
#header_02 { 
	clear: both;
        background: #787746; 
	height: 20px;
        color: #fff;
        border-bottom: 4px solid #b4af91;
}

/*-------------------------------------------------
		- MAIN -				
-------------------------------------------------*/

#main { margin: 20px 20px 20px 20px; }

#main #wrapper { margin: 0px 25px; }

#notice { background: #ffffcc;
	  padding: 15px;
	  border: solid 2px #ccc; }

/*-------------------------------------------------
		- FOOTER -					
-------------------------------------------------*/

#footer {
    clear: both;
    background: #fff;
    border-top: 4px solid #ccc;
    color: #999;
    margin: 5px 0 0 0;
    }
    
#validation {}

#validation a img{ padding: 10px 8px 0 0; float: left; }
	
#footer p {
        text-align: center;
	margin: 0 0 0 120px; padding: 5px 0; 
	font-size : 0.9em; 
	}
    #footer p a {
        color: #999;
    }
    
/*-------------------------------------------------
                - FORMS -					
-------------------------------------------------*/

form {
    padding: 10px;
    border: 1px solid #ccc;
    width: 500px;
    margin: 20px auto;
    background: #fff;
    line-height: 150%;
}

input, textarea, select {
    border: 1px solid #ccc;
    padding: 3px 5px;
}
select { padding: 2px; }

input[type='radio'], input[type='checkbox'] {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 2px 0;
}
    
form input.btn {
    font-size: 12px;
    padding: 3px 6px; margin: 4px 5px 2px;
    cursor: pointer;
    border: 2px solid #999;
    color: #666;
    text-transform: uppercase;
    background: #f9f9f9;
}

table.input {
    border-collapse: collapse;
    width: 100%;
}
    
    table.input td {
        padding: 6px 15px;
        text-align: left;
    }
    table.input td.lefttd {
        text-align: right;
        vertical-align: top;
        width: 35%;
    }