/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

html,body {height:100%}
#container {
height:100%;
min-height:100%;/*for mozilla*/
}
html>body #container {height:auto}/*for mozilla */

body{
margin:0px;
padding:0px;
height:100%;
min-height:100%;
font-size: 74%;
font-family:verdana;
}

/* ----- IDS ----- */

#container{
position: relative;
width:100%;
background:white;
margin:0px;
padding:0px;
text-align:;

}

#main{
height:  !important;
height: 100%;
min-height: 100%;
}	

.main{
height:  !important;
height: 100%;
min-height: 100%;
}	
html>body .main
{
width: auto;
height: auto;
min-height: 100%;
} 


#snav{
height:  !important;
height: 100%;
min-height: 100%;
}	

.snav{
height:  !important;
height: 100%;
min-height: 100%;
}	
html>body .snav
{
width: auto;
height: auto;
min-height: 100%;
} 




#primaryContent{
max-width: 800px;
margin:0px auto 0px auto;
padding:8px 8px 58px 8px;
background:white;
text-align:;

}	

#navWrapper{
width:100%;
background:#27150c;
}
#header{
margin:auto;
background:#27150c;
width:760px;
}	
#headerWrapper{
background:#27150c;
width:100%;
}	
#footer{
width:100%;
height:46px;
position: absolute;
left: 0;
bottom: 0;
margin: 0px;
padding: 10px 0px 0px 0px;
color:white;
background: #27150c url('../img/common/footer.jpg');
text-align:center;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}

.img-shadow {
  clear: both;
  float:left;
  background: url(../img/common/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/common/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: 4px;
}


/* ----- HEADINGS ----- */

h1{
}
h2{
color:brown;
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}


/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#gnav {
    margin:auto;
    width: 100%;
    height:46px;
    background-image: url('../img/common/topNav.gif') ;
    background-repeat: no-repeat;
    background-position: right; 
    padding-top: 8px;
}

#gnav ul#gnav-tabs {
    margin: 0px 0px 0px 16px;
    padding: 0;
    float:right;
}

#gnav ul#gnav-tabs li  {
    display: inline;
    list-style: none;
    padding-right: 10px;
}

#gnav a, a:visited  {
color:white;
font-size:12px;
font-weight:bold;

}

#gnav a:hover  {
color:white;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

#snav {
    float: left;
}

#snav ul#snav-tabs {
    margin: 24px 0px 0px 0px;
    padding: 0;
}

#snav ul#snav-tabs li  {
    list-style: none;
}

#snav a,#snav a:visited  {
    display:block;
    height:28px;
    padding-top:10px;
    padding-left:10px;
    width:190px;
    background-image: url('../img/common/snav-reg.gif');
    color:white;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
#snav a:hover  {
    display:block;
    height:28px;
    padding-top:10px;
    padding-left:10px;
    width:190px;
    background-image: url('../img/common/snav-over.gif');
    color:white;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}


/* ----- MAPS ----- */
#maptable {
z-index:100;
}

#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;
}
/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
display:none;
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
color:brown;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:silver;
text-decoration: underline;
}
a:visited, a:active, a:focus{
color:brown;
}
a:visited{
text-decoration:none;
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

