body {
    background:#282828;
    height:100%;
    margin:0;
    padding:0;
    text-align:center;
    line-height:18px;
    font-size:11px;
    font-family:"Lucida Grande","Lucida Sans Unicode", Tahoma;
    color:white;
    }
    
html {height:100%;}

    #shortstop {
	background:url(../images/bg.jpg) repeat-x #565656;
	width:100%;
	float:left; 
    }



.thumbnail {}
.thumbnail img { margin:2px; border:1px solid #666;  }
.gallery { width:150px; float:left;  margin:1em}
.profile { color:black; font-size: 1.25em; }
.profile b { font-weight:normal; color:silver; }
.description { line-height:14px; }
.title {float:right; width:642px; padding-right:3em;  }
    
    h1 { color:silver; font-size:15px; line-height:15px; margin:0; padding:0; }
    h2 { color:white; font-size:28px; line-height:28px; margin:0; padding:0;   text-align:right}
    h3 { color:#333; font-size:16px; line-height:16px; margin:0; padding:0; text-align:right; font-weight:bold; }
    
    span.subtitle {color:#222; font-size:13px; line-height:13px; margin:0; padding:0; text-align:right; float:right; }
    
    a img { border:none }
    #body a { font-size:13px; text-decoration:none;  color:#888; }

#wrapper {
  text-align:left;
  width:960px;
  margin:0 auto;
}

#menu {
    height:34px;
    float:left;
    width:960px;
}

#header {
    height:150px;
    background:url(../images/header.jpg) no-repeat; 
    float:left;
    width:960px;
}

.padding { padding:3em;line-height:21px;  }

#body { background:url(../images/body.jpg) no-repeat; float:left; width:960px; min-height:400px;  }

#nav, #nav ul {
    line-height:0px;
	float: left;
	width:100%;
	list-style: none;
	background: url(../images/menu/menu.gif) repeat-x;
	padding: 0;
	margin: 0 0 0 0;
        height:34px;
}

#nav a img { border:none }
#nav a {
	display: block;
	padding: 0 1em;
	color: #333;
	text-decoration: none;
}

#nav li {
	float: right;
        height:34px;
        margin:0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
        z-index:9000;
}

#nav li li {
    background:#2d2c2c;
	width: 13em;
        height:24px;
        line-height:24px;      
         filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
        
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li ul li:last-child {
    -moz-border-radius-bottomleft :4px;
    -webkit-border-bottom-left-radius : 4px;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-right-radius :4px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {

}

#nav li:hover a, #nav li.sfhover a {
	color:white;
}

#nav li ul li:hover, #nav li ul li.sfhover {
    
    background:#444;
	 filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#logo { margin-top:40px }
#feature-left { float:left; width:298px; height:444px;  }
#feature-right { float:right;width:662px; height:444px;  }

#left-column { float:left; width:298px;}
#right-column { float:right; width:662px;}
.column { width:440px; }
tr.data td {color:silver; }
tr.heading td { font-weight:bold }
.clear { clear:both; line-height:0; height:0; }

#sub-footer { margin-top:2em; float:left; width:100%;  }

#footer { clear:both; background:url(../images/footer.jpg) repeat-x; height: 100px; width:100%; }
#footer-content { width:960px; margin:0 auto; line-height:18px; }

.left { text-align:left}
.right { text-align:right }
.float-right { float:right}
.float-left { float:left}










.form fieldset {
    z-index:1;
	position: relative;
	margin-top: 1em;
	padding-top: .75em;
	border: 1px solid #505050;
	margin-bottom: 10px;
        background:#565656;
}


.form label {
    float: left;
    font-weight:bold;
width: 10em;  
margin-right: 1em;  
text-align: right; 
  display: block;
  line-height: 1.8;
  vertical-align: top;
}
.form fieldset ol {
  margin: 0;
  padding: 0;
}
.form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  clear:both;
}
.form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.form fieldset fieldset label {
  display: block;
  width: auto;
}
.form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.form label {
  width: 120px; /* Width of labels */
}
.form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.form legend {
  padding: 0 2px;
  fo/nt-weight: bold;
  font-size:14px;
  color: white;
  _margin: 0 -7px; /* IE Win */
}

/*\*//*/
.form legend {
  display: inline-block;
}
/* IE Mac legend fix */
