/* CSS Document */
.border {border:1px solid black}
.accent {
		color:#0030ff; 
		text-decoration:none
		}
/* ================================================================ 
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/variable_dl.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.
=================================================================== */
#menu {list-style-type:none; 
margin:0px 0px 200px 0px; /* settings for this demo olnly */
padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.85em}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:2px;}
#menu li span {display:block; z-index:100; background:#b2ab9b; padding: 3px 10px;font-size:1em;}
#menu li a, #menu li a:visited {display:block; padding:0; border-left:1px solid black; border-right:1px solid black;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: transparent}



#menu dt {background: black; margin:0; font-size: 1em; border-bottom:0px solid black; float:left; border-right:0px solid #fff;}
#menu dd {display:none; background: transparent; border-bottom:0px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:white; padding: 5px 10px; text-decoration:none;}
#menu dd a, #menu dd a:visited {background: url(../images/opaque.png); color:black; text-decoration:none; display:block; padding: 5px 10px; border-left:1px solid black; border-right:1px solid black; }

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block}
#menu li:hover dl, #menu li a:hover dl {border-bottom:5px solid black;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: black; color:white; text-decoration:underline; border-left:1px solid black; border-right:1px solid black;}


#foot {position:absolute; margin:0px; bottom:0; left:0; display:block; width:100%; height:53px; font-size:0.75em; z-index:5; overflow:hidden; background:black; color:#fff; padding:0 10px 0 10px}

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}

#content {color:white; overflow:auto; position:absolute; z-index:5; top:88px; bottom:53px; left:0px; right:0; background:   url(../images/new_web_layout2.jpg); padding:0 10px 0 10px; font-family:  Verdana, Arial, Helvetica, sans-serif; font-size:0.85em}

#content a {color:#0030ff; text-decoration:underline; font-weight:bold}
#content a img {border:black 1px solid;}
#content img {border:black 1px solid;}

* html #content {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:100px solid #fff; border-bottom:50px solid #fff; }

a {color:#999999; text-decoration:none}


/* ================================================================ 
Photo gallery
=================================================================== */
#photo_strip {width:auto; margin:0px;} 
#container {margin:0; padding:0; height:420px; overflow:auto; color:#222; background:none;}
#container ul {margin:0; padding:0; list-style:none; white-space:nowrap; display:table-row;}
#container ul li {display:table-cell; padding:0 15px; background:#fff; border-bottom:1px solid #888; vertical-align:top;}
#container ul li img {border:1px solid #555; margin: 30px 0 10px 0;}
#photo_strip h1 {text-align:center; padding:0; margin:0; width:630px; height:38px; line-height:35px; color:#555; font-weight:normal; font-size:20px; border-bottom:1px solid #888;}
#container p {margin:0; padding:5px 0; font-size:11px;}
 
