/* Venture Website Style */
body {
margin: 0;
}
p {
font-size: 13px;
}
#loginbar {
background: url('img/loginback.png');
position: fixed;
min-height: 25px;
min-width: 100%;
color: #999;
font-weight: bold;
font-size: 12px; 
border-bottom: 1px solid #870000; 
line-height: 25px; 
top: 0 !important;
display: block !important;
clear: both !important;
z-index: 3;
}
#mainbody {
background: url('img/back.png'); min-height: 999px;
}
#nav a {
text-decoration: none;
color: #ccc;
z-index: 2;
}
#container {
width: 911px; margin-right: auto; margin-left: auto;
}
#content {
min-width: 911px; margin-top: 20px; background: #FFF; max-width: 911px; min-height: 980px; background: url('img/contentback.png') repeat-y;
}
#header {
background: url('img/logo.png'); 
min-height: 117px;
}
#navcont {
margin-left: 200px;
padding-top: 56px;
min-height: 28px;
z-index: 2;
}
#nav ul {
list-style-type: none;
display: inline;
min-height: 28px;
height: 28px;
z-index: 2;
}
#nav li {
list-style-type: none;
display: inline;
padding-left: 1px;
padding-right: 0px;
padding-bottom: 8px;
color: #ccc !important;
font-weight: bold;
z-index: 2;
}
#nav li:hover {
list-style-type: none;
display: inline;
padding-left: 1px;
padding-right: 0px;
padding-bottom: 8px;
color: #ccc !important;
font-weight: bold;
z-index: 2;
}
a {
text-decoration: none;
color: #870000;
}


#slider {
  width: 620px;
  margin: 0 auto;
}

.scroll {
  height: 250px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
overflow: hidden;
}
.scrollButtons {
  top: 150px;
}

.navigation {
list-style-type: none;
font-weight: bold;
color: #000 !important;
background: #870000;
}
.navigation a {
color: #DDD;
}
.navigation ul{
list-style-type: none;
display: inline;
background: #870000;
}
.navigation li{
list-style-type: none;
background: #870000;
display: inline;
padding-left: 20px;
padding-right: 20px;
}



/* Login Stuff */
.login-user {
    background: url('img/user.png') #ddd no-repeat left !important;
    border: 1px solid #579ee0 !important;
    padding-left:16px !important;
}

.login-user:hover {
    background: url('img/user.png') #eee no-repeat left !important;
    border: 1px solid #2367A4 !important;
    padding-left:16px !important;
}
.login-user:focus {
    background: url('img/user.png') #fff no-repeat left !important;
    border: 1px solid #000 !important;
    padding-left:16px !important;
}
.login-password {
    background: url('img/password.png') #ddd no-repeat left;
    border: 1px solid #579ee0;
    padding-left:16px;
}

.login-password:hover {
    background: url('img/password.png') #eee no-repeat left;
    border: 1px solid #2367A4;
    padding-left:16px;
}
.login-password:focus {
    background: url('img/password.png') #fff no-repeat left;
    border: 1px solid #000;
    padding-left:16px;
}
input[type="text"] {
border: 1px solid #000;
padding-left: 2px;
padding-right: 2px;
}
fieldset {
margin-right: 8px;
-moz-border-radius: 4px;
}
legend {
font-weight: bold;
color: #870000;
}
span.required {
font-weight: bold;
color: #870000;
}
textarea {
border: 1px solid #000;
padding-left: 2px;
padding-right: 2px;
height: 200px;
width: 650px;
}
input[type="submit"],input[type="reset"] {
padding-left: 10px;
padding-right: 10px;
background: url('img/navback.png');
border: 1px solid #000;
-moz-border-radius: 4px;
min-height: 28px;
min-width: 100px;
max-height: 28px;
padding-top: 3px;
padding-bottom: 3px;
color: #ccc !important;
font-weight: bold;
}
input[type="submit"]:hover,input[type="reset"]:hover {
padding-left: 10px;
padding-right: 10px;
background: url('img/navbackhov.png');
border: 1px solid #000;
-moz-border-radius: 4px;
min-height: 28px;
min-width: 100px;
max-height: 28px;
padding-top: 3px;
padding-bottom: 3px;
color: #ccc !important;
font-weight: bold;
}
img {
border: 0;
}
span.error {
font-weight: bold;
color: #870000;
}
span.good {
font-weight: bold;
color: #018700;
}
.navitemcont {
visibility: hidden; position: absolute; color: #DDD; background: #870000; border: 1px solid #000; 
min-width: 40px;
z-index: 2;
}
.navitemcont a:hover {
background: url('img/navihov.png') no-repeat !important;
font-family: Arial;
}
.navitemcont a {
color: #000;
padding: 5px 5px 5px 5px;
line-height: 30px;
font-size: 10px;
font-family: Arial;
}

 #scrollup {
   position: relative;
   overflow: hidden;
   border-bottom: 2px solid #870000;
   height: 50px;
   width: 850px;
   text-align: center;
   clear: both;

 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 50px;
   width:850px;
   clear: both;
 }
#footercont {
padding-top: 5% !important;
margin-top: 5% !important;
}
#footer {
text-align: center;
}