/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
margin:;
padding:;
background:;
}
body{
margin:0px;
padding:0px;
background:silver;
font-family:arial;
font-size:84%;
}

/* ----- IDS ----- */

#container{
width:790px;
margin:8px auto 8px auto;
padding: 0px;
background:white;
border-right: 2px solid #B28D7F;
border-left: 2px solid #B28D7F;
text-align:;
}	
#primaryContent{
margin:auto;
padding:8px;
background:white;
text-align:;

}	
#secondaryContent{
}	
#navigation{
padding:0px;
margin:0px;
}	

#header{
margin:0px;
padding:0px;
}

#gnav {
height:23px;


}




#gnav {
    min-width: 760px;
    clear: both;
	background: #dfd7ca;
}



#footer{
width:790px;
margin:10px 0px 0px 0px ;
padding: 4px 0 4px 0;
color:#333333;
background:#DFDBD8;
text-align:center;
border-top: 2px solid #B28D7F;
border-bottom: 2px solid #B28D7F;
}



#footer a, #footer a:visited {
 color:#333333;
 text-decoration: none;
}

#footer a:hover{
color:#333333;
background-image: url('../img/navbg.jpg');
text-decoration: underline;
}

#sidebar_map ul {
    margin:0;
    }
#sidebar_map a {
    text-decoration:none;
    }

#sidebar_map a:hover {
    text-decoration:underline;
    }



#sidebar_map li {
    margin:0;
    padding-top:16px;
    list-style:none;
    border-bottom: 1px solid #333333;
}
/* ----- CLASSES ----- */

.hide{
}
.show{
}

.img-shadow {
  clear: both;
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadowAlpha.png) no-repeat bottom right;
  margin: 20px 0 0 17px !important;
  margin: 20px 0 0 8px;
}

.img-shadow img {
  display: block;
  position: relative;
  backgroun-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
}



/* ----- HEADINGS ----- */

h1{
 color:#555555;
}
h2{
 color:#555555;
}
h3{
 color:#555555;
}
h4{
 color:#555555;
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}



/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
display:none;
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
 color:#333333;
}
a:hover{
}
a:visited, a:active, a:focus{

}
a:visited{
 color:#333333;
}
a:active{
}
a:focus{
}

p a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */
