@import url(reset.css);
@import url(menu.css);
@import url(gallery.css);
@import url(dir_table.css);
@import url(cap_list.css);


/*** simple selectors ***/

* { 
padding: 0; 
margin: 0; 
border: 0; 
}

body {
margin: 0;
padding: 0;
background: #A9A9A9; 
font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Lucida, Helvetica, sans-serif;
font-size: 12px;
}

h1 {
margin: 0 0 0px 0;
}

h2 {
padding: 0 0 45px 0;
}

h3 {
font-size: 120%;
text-align: center;
}

h4 {
font-size: 120%;
text-align: center;
margin-top: 35px;
}

h5 {
font-size: 120%;
text-align: center;
margin-top: 15px;
}

p {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

.imagebanner {
text-align: center;
}

h3 span { display: none; }



/*** container ***/

#container {
width: 700px;
margin: 0 auto 10px;
margin-top: 50px;
padding: 0;
background-color: white;
border-style: solid;
border-width: 0 1px 1px;
border: 1px solid #626262;
border-top: 0px; 
}

/*** banner ***/

#banner {
width: 700px;
height: 150px;
}

#banner img {
width: 700px;
height: 150px;
border-top: 1px solid #626262;
border-bottom: 1px solid #626262;
}

/*** main ***/


#main {
margin: 0 auto;
width: 600px;
padding: 30px 0 45px 0;
}

#main p {
line-height: 1.6;
}

#main p + p { text-indent: 3em; }

/*** contact ***/

#contact {
margin: 0 auto;
width: 600px;
text-align: center;
}

#contact p + p { text-indent: 0em; }

/*** footer ***/

#validation, #footer {
clear: both;
margin: 0;
padding: 0;
text-align: center;
}

#footer {
width: 700px;
background: #000;
padding: 10px 0 5px 0;
}

#footer ul {
list-style-type: none;
}

#footer li {
display: inline;
text-decoration: none;
}

#footer a {
color:#FFF;
text-decoration:none;
}

#footer ul li a:hover {
color: #A9A9A9;
}

ul#footernav li {
padding:0 5px;
}

ul#footernav li + li {
border-left:1px solid #FFF;
}

.p1 {
color: #FFF;
}

.p2 {
text-align: center;
font-size: 14px;
padding-top: 5px;
}

.link a {
color: #0561a5;
text-decoration:none;
}

.link a:hover {
color: #0561a5;
text-decoration:underline;
}

