html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
      margin:0;
      padding:0;
      border:0;
      outline:0;
      font-weight:inherit;
      font-style:inherit;
      font-size:100%;
      font-family:inherit;
      vertical-align:baseline;
}

html {
	overflow-y: scroll;
}

body { font-family: Georgia, "Times New Roman", Times, serif;
	background:#000; text-align:center; color:#000; }

a { text-decoration:none; color:#fff; }
a:hover { color:#eee;}

a.home { color:#ddd; }
a.home:hover { color:#ff9933;}

a.sect { color:#fff; }
a.sect:hover { color:#ff9933;}

a.photos { color:#ddd;}
a.photos:hover {color:#fff;}

#posted { color:#666; }

#header { position:relative; height:22px; width:1010px;
	margin-right:auto; margin-left:auto; margin-top:0; top:0;
    font-size:12px; color:#ddd; border-bottom: 0px solid #999999; letter-spacing: 0px;}

#header-c1 { color:#ddd; text-transform:uppercase;}

#header-left { position:absolute; text-align:left; color:#999;
	font-size: 16px; top:0px; left:0px; padding-top:2px; padding-left:2px; text-transform:uppercase;}

#header-left2 { position:absolute; text-align:left; color:#999;
	font-size: 16px; top:0px; left:211px; padding-top:2px; padding-left:2px;}

#header-left3 { position:absolute; text-align:left; color:#999;
	font-size: 16px; top:0px; left:276px; padding-top:2px; padding-left:2px;}

#header-left4 { position:absolute; text-align:left; color:#999;
	font-size: 16px; top:0px; left:343px; padding-top:2px; padding-left:2px;}

#header-right { position:absolute;  text-align:right; color:#eee;
	font-size: 16px; top:0px; right:0px; padding-top:2px; padding-right:2px; }

#header-right2 { position:absolute;  text-align:right; color:#999;
  	font-size: 16px; top:0px; right:133px; padding-top:2px; padding-right:2px; }

#header-right3 { position:absolute;  text-align:right; color:#999;
    	font-size: 16px; top:0px; right:58px; padding-top:2px; padding-right:2px; }

#header-right4 { position:absolute;  text-align:right; color:#999;
      	font-size: 16px; top:0px; right:0px; padding-top:2px; padding-right:2px; }

#header-right-home {
	position:absolute; text-align:right; color:#999;
	top:6px; right:0px; padding-top:0px; padding-right:2px;
    /*text-transform: lowercase;*/ }

#thumb-container { list-style:none; position:relative; width:1008px; margin-left:0px; margin-top:0px}
.thumbs-container { list-style:none; position:relative; width:1008px; margin-left:0px;  margin-top:0px}

#thumbs-wrapper { background:#000; position:relative; margin:0 auto; text-align:center; width:1008px; }
.thumb-wrapper { background:#000; position:relative; margin:0 auto; text-align:center; width:1008px; }

.thumb-float { display:inline; width:250px; height:250px; float:left; margin:1px; }
.thumb-float a { display:block; float:left; width:250px; height:250px; cursor:default; text-decoration:none; }
.thumb-float a img { border:0px solid #000; display:block; width:250px; height:250px; }
/*.thumb-float a:hover { white-space:normal;  position:relative; }
.thumb-float a:hover img { position:absolute; left: -45px; top: -10px; width:220px; height:220px; border:2px solid #000; }*/

#wrapper { position:relative;
	margin:0 auto; margin-top: 0px; width:1008px; height:250px; overflow:hidden; }
#wrapper[id] {  position:relative;
	margin:0 auto; margin-top: 0px; text-align:center; width:1008px; height:250px; }

#text-container { position:relative; text-align:center;
	margin-top:0px; margin-left:0px;
	width:1008px; border:0px solid #777;
	color:#fff; font-size:14px;
	padding-top:10px; padding-bottom:30px; }

div.heading { text-align:center; font-size:14px; }

#image-container { font-size:16px; position:relative;  margin:0 auto; text-align:center; width:1010px; }
#image-container[id] { font-size:16px; position:relative;  margin:0 auto; text-align:center; width:1010px; }

#imagecon2 { position: relative; margin:0 auto; text-align: center; width:996px; }
#imagecon2[id] { position: relative; margin:0 auto; text-align: center; width:996px; }

/*img { display: block; margin: 0 auto; width: 100% }*/

#image { position:relative; text-align: center;
    border:5px solid #fff; padding:0px; background:#999;
    border-style:solid; border-width:5px;
    border-bottom-width:5px; border-top-width:5px; }
#image[id] { position:relative; text-align: center;
    border:5px solid #fff; padding:0px; background:#999;
    border-style:solid; border-width:5px;
    border-bottom-width:5px; border-top-width:5px; }

#image2 { width: 996px; height: 664px; position:relative; text-align: center; }
#image2[id] { width: 996px; height: 664px; position:relative; text-align: center; }

/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* These styles assume you are using ul and li */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    right: 0px; /*dropdown left or right */
    z-index: 9999;
    display: none;
    min-width: 100px; /* was 152 */
    list-style: none;
    letter-spacing: 0px;
    text-align:right;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }

.menu ul {
    display:none;}

.menu ul.dropit-submenu {
    background-color:#ddd;
    padding:6px 0;
    margin:0px 0 0 1px;

    /* Rounded Corners */
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    /* Borders */

    border:1px solid #b2b2b2;

    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.15);
    box-shadow:0px 1px 3px rgba(0,0,0,0.15);
}

.menu ul.dropit-submenu a{
    display:block;
    font-size:14px;
    line-height:25px;
    color:#333;
    padding:0 10px; /* was 18 */
}

.menu ul.dropit-submenu a:hover{
    background:#ff9933;
    color:#fff;
    text-decoration:none;
}
