/* base.css */

html { height:100%; width:100%; background:url('../images/bg3.png') center center; }
html, body, div, a, p { margin:0; padding:0; font:13px arial; }
.mouseOver { color:#ddd; }
.mouseOut { color:#38404d; }
h3 { font-size:16px; color:#ddd; margin:15px 0 0 0; }
p { color:#38404d; }
#sections { position:absolute; right:75px; top:150px; width:124px; cursor:pointer; /* border:solid 1px blue;*/ }
#sections img { border:solid #ccc 2px; width:124px; height:100px; } /*background-image:url(../images/portraits/S&LThumb.jpg); background-position:center; background-repeat:no-repeat; }*/
/*#sections div { position:relative; background:; display:inline; }*/
#sections div p { font-size:12px; padding:0 0 5px 2px; margin:0; }
#buttons a { cursor:pointer; }
body { height:800px; background:url(../appImages/bgShadow5.png); background-position:50% 50%; background-repeat:no-repeat; border:1px solid transparent; }
#wrapper { width:950px; height:743px; /*padding-top:15px; min-height:830px;*/ margin:25px auto 0 auto; font-family:Arial, Helvetica, sans-serif; position:relative; background:url(../images/bg_cloud4.jpg) center center; background-repeat:no-repeat; }
#topBar { border-bottom: 2px solid #ccc; margin:0; padding:0; height:85px; background:#536866 url(../images/rk_clouds2.jpg); background-repeat:no-repeat; 
background-position:left top;  }
div.menu { width:auto; z-index:2; right:20px; top:49px; height:20px; padding:3px 12px 3px 3px; text-align:right; }
div.menu a { color:#465061; text-decoration:none; padding: 0 8px 1px 8px; }
div.menu a:hover { color:#ddd; }
div.menu a.sel { color:white; background-color:#747577; /*#787575;*/ }
a { color:#a32138; text-decoration:none; padding:0; }
a:hover { text-decoration:underline; }
a.sel { color:000; }
.copyright { text-align:right; color:#e7caaf; width:930px; margin-left:80px; border-top:solid 1px #bbb; padding:10px; position:absolute; right:0; bottom:0; background-image:url(../images/cloudBase.jpg); background-repeat:no-repeat; }
