     

/******* structure and layout *******/
body {
font-family:Arial, Helvetica, sans-serif; 
font-size: 9pt; 
color: #000000; 
background: #ccffcc;
margin:10px 0 0 0;
padding:0 0 0 0;
text-align:center;
}

.wrap {
position:relative;
width:780px;
margin:0 auto;
padding:0 0 0 0;
text-align:center;
color:#ccffcc;
background: url(images/header.jpg) no-repeat;
background-color: #ffffff;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
}

.topnav {
position:relative;
clear:both;
width:780px;
height:21px;
margin:125px 0 0 0;
padding:0 0 0 0;
background-color:#cccccc;
color:#ccffcc;
font-size:8pt;
}

.container {
position:relative;
clear:both;
width:760px;
margin:10px 10px 0 10px;
padding:0 0 0 0;
background:#ffffff;
color:#000000;
text-align:left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.footer {
position:relative;
clear:both;
width:780px;
margin:20px 0 0 0;
padding:4px 0 4px 0;
color:#ccffcc;
background-color:#ffffff;
font-size:8pt;
text-align:center;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

/******* top navigation *******/
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:8pt;
color:#ffffff;
float:left;
width:100%;
background:#cccccc url(images/topnav_bg_grey.gif);
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .25em 2em .3em 1em;
background:#ffffff url(images/topnav_bg_grey.gif);
color: #000000;
text-decoration:none;
float: left;
border-right:1px solid #cccccc;
}

#nav ul li a:hover{
background:#8DA8D5 url(images/topnav_bg_green.gif);
color: #ffffff;
text-decoration:none;
border-right:1px solid #cccccc;
}

.linksright {
list-style:none;
}


.spacelinks {
padding:1px 0 0 0;
}

/******* links *******/

a {
color:#009900;
background:#ffffff;
text-decoration:underline;
}

a:hover {
color:#009900;
background:#ffffff;
text-decoration:none;
}

#footer a {
color:#009900;
background:#ffffff;
text-decoration:none;
}

#footer a:hover {
color:#000000;
background:#ffffff;
text-decoration:none;
}

.photolinks {
margin:0; 
padding:.56em;
}


/******* fonts and colors *******/

.sub_title {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background:#ffffff;
font-size:10pt;
font-weight:bold;
}

.page_title {
font-family:Arial, Helvetica, sans-serif;
color:#006600;
background:#ffffff;
font-size:12pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

.red_text {
font-family:Arial, Helvetica, sans-serif;
color:#ff0000;
background:#ffffff;
font-size:10pt;
font-weight:bold;
text-decoration:underline;
}

.latinbold {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background:#ffffff;
font-size:10pt;
font-weight:bold;
font-style:italic;
}

/******* images *******/

img {
border:none;
}

.gallery {
border:1px solid black;
height:250px;
width:350px;
}

.pgallery {
border:1px solid black;
height:350px;
width:250px;
}

.leftinline {
float:left;
display:inline;
margin:0px 5px 0px 0px;
height:250px;
width:350px;
}

/******* tables *******/
.liphotos{
border-width: 0px;	
}

.column1{
width:350px;
}
.column2{
width:70px;
}
.column3{
width:350px;
}



/******* gallery *******/

#content {
      width: 100%;
      margin:1em auto;
      border: 0px solid black;
      text-align:left;
      max-width: 770px;
      }
   #left {
      float: left;
      width: 50%;
      margin:0; padding:1%;
      }
   #left-content {
      margin: 0 0 0 0; padding: 0;
      font-size: 100%;

      }
   #right {
      margin:0 0 0 0; padding:1%;
      }
   #right-content {
      margin: 0 0 0 0; padding: 0;
      font-size: 100%;

      }
   hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }

/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

