* { outline: none; }

body {
 margin: 0;
 padding: 0;
 font-family: Arial,Verdana,Helveica;
}

a { color: #43A001; }

div#header {
 background-color: #43A001;
 padding: 10px 15px;
}

div#header h1 {
 text-size: 20px;
 color: #ffffff;
}

div#menu {
 background-color: #666666;
 width: 100%;
}

div#menu div.link {
 background-color: #777777;
 display: inline-block;
 padding: 10px;
}

div#menu div.first {
 margin-left: 15px;
}

div#menu div:hover {
 background-color: #888888;
 cursor: pointer;
}

div#menu div.link-selected {
 display: inline-block;
 padding: 10px;
 background-color: #cccccc;
}

div#menu div.link a,
div#menu div.link-selected a {
 text-decoration: none;
 font-weight: bold;
 text-transform: uppercase;
 color: #ffffff;
 font-size: 15px;
}

div#menu div.link-selected a {
 color: #333333;
}

div#content {
 display: table;
 padding: 0 15px 30px 15px;
}

div#content h1 {
 margin-top: 20px;
}

div#contentwrapper { display: table-row;}

div#contact {
 display: table-cell;
 vertical-align: top;
 width: 400px;
}

div#mapwrapper {
 display: table-cell;
 vertical-align: top;
}

div#map {
 display: inline-block;
 border: 1px solid #666666;
}

div#contact input {
 width: 90%;
 border: 1px solid #666666;
 padding: 5px;
}

div#contact input:focus {
 border: 1px solid #43A001;
}

div#contact textarea {
 width: 90%;
 height: 100px;
}

div#contact textarea:focus {
 border: 1px solid #43A001;
}

div#contact input#submit {
 background-color: #43A001;
 padding: 5px;
 color: #ffffff;
 font-weight: bold;
}

div.item div.image { 
 display: table-cell; 
 padding-right: 15px;
}

div.item { 
 margin-bottom: 15px;
 display: table; 
 max-width: 750px;
}

div.itemrow { 
 display: table-row; 
}

div.item h2 { margin-bottom: 5px; }

div.item div.description { 
 display: table-cell;
 font-size: 80%; 
 vertical-align: top;
}

div.item img { 
 border: 1px solid #666666;
}

div.item img:hover { 
 opacity: 0.9;
 filter: alpha(opacity=90);
 cursor: pointer;
 border: 1px solid #333333;
}

#cboxCurrent {
 font-size: 80%;
 color: #999 !important; 
}

#cboxTitle { 
 color: #999 !important; 
} 