/************* defaults **************** */
body, h1, h2, h3, h4, h5, h6, ul, li, ol, img, form, legend, fieldset, blockquote, table, td, tr, label {
margin:0px;
padding:0px;
font-size:12px;
font-family:arial;
}

p{
margin:0px;
padding:0px;
font-size:12px;
font-family:arial;
line-height:18px;
margin-bottom:15px;
}

img {
display: block;
}

a:link, a:visited {
text-decoration:none;
color:#ffffff;
}

.links2 a:link {color:#000000; font-weight:bold; text-decoration:none;}
.links2 a:visited  {color:#000000; font-weight:bold; text-decoration:none;}

#maintable {
width:1000px;
margin: 0 auto;
}

#maintable .navbar {
width:1000px;
height:43px;
background:url(images/navbar.jpg) repeat-x;
position:relative;
}

#maintable .navlinks {

}

#maintable .navlinks a {
display:block;
float:left;
padding:14px 20px 14px 20px;
border-left:solid 1px #48814c;
border-right:solid 1px #549d56;
}
#board a:link, #board a:visited{ 
color:#000000;
}

#board a:hover{ 
color:#cccccc;
}

#board-sub a:link, #board-sub a:visited{ 
color:#000000;
}

#board-sub a:hover{ 
color:#cccccc;
}

#maintable .navlinks a:link, #maintable .navlinks a :visited{ 
color:#ffffff;
}

#maintable .navlinks a:hover{ 
color:#cccccc;
}

#maintable .left {
width:412px;
height:453px;
background:#b4a899;
}

#maintable .content {
padding:5px 32px 10px 32px;
}

#maintable .gallery {
height:235px;
padding-top:15px;
padding-bottom:15px;
}

#maintable .gallerydiv {
margin-left:15px;
margin-right:15px;
}

#maintable .gallerywrapper {
padding-top:3px;
}

#maintable .leftdiv {
width:412px;
}

#maintable .links2 {
padding-top:10px;
padding-bottom:12px;
}

#maintable .right {
width:588px;
background:#d9cec1;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:104px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#c9c9a7; line-height:19px; font-size:11px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#b3ab79;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#b3ab79; color:#000; width:150px;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}


