/* 	File: bextra-stylesheet.css 
	Author: Lindsey Kuper
	Last modified: May 3, 2005
*/

/* Basic tags */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#f7f7f7;
	font-size: small;
	display: block;
}

#featured-text {
	display: block;
	color: #efefef;
	font-size: large;
	font-weight: bold;
	line-height: 60px;
}

#LeftNav {
	background-color: #fff;
	list-style-type: none;
	border-bottom: 2px solid #efefef;
	margin: 0;
	padding: 0;
}

#LeftNav li {
	border-top: 1px solid #efefef;
	padding: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#LeftNavTitle {
	display: block;
	background-color: #fff;
	border-top: 2px solid #efefef;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#Headlines li {
	padding-bottom: 5px;
}

h1 {
	display: none;
}


h2, .interface h1 {
	color: #333;
	font-size: large;
	font-weight: normal;

}

h3 {
        color: #333;
	font-size: medium;
	font-weight: normal;
}



/* Link styles */

#Headlines a, #RightCol a {
	text-decoration:underline;
}

#Footer a {
	color: #efefef;
}

#NavLinks a:hover, #LeftNav a:hover, #Footer a:hover {
	text-decoration: underline;
}

a {
	color:#333;
	text-decoration: none;
}

a:visited {
	color:#333;
}

/* Layout boxes */

#Header {
	background-color:#f7f7f7;
	float: left;
	clear: all;
	width: 100%;
	background-image: url(header-image.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 56px;
}

#HeaderLogo {
	margin-left: 35px;
	display: block;
	margin-top: 5px;

}

#TopContent {
	background-image: url(top-content-background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 6px solid #333;
	background-color: #efefef;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 1px;
}

#BottomContent {
        padding-top: 10px;
	width: 100%;
	float: left;
	clear: both;
}

#Video, #LeftCol {
	float: left;
	padding-left: 35px;
	width: 235px;
}

#Headlines, #RightCol {
	padding-left: 20px;
	margin-left: 270px;
	padding-right: 5%;
	text-align: left;
}

#Footer {
	border-top: 6px solid #333;
	background-color: #600;
	background-image: url(footer-background-image.gif);
	background-position: bottom right;
	background-repeat: repeat-y;
	font-size: x-small;
	padding-bottom: 4px;
	clear: all;
	float: left;
	width: 100%;
	padding-top: 4px;
        margin-top: 10px;
}

#NavLinks {
        display: block;
	font-size: x-small;
	color: #036;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f7f7f7;
	text-align: right;
}

#footer-text {
	padding-left: 35px;
	padding-right: 25px;
	color: #f3f3f3;
	display: block;

}

/* Video box and image styles */

.vid_control {
	border: 0px;
}

img {
	border: 0px;
}

/* Form styles */

form#contact_us {
	width: 480px;
	float: left;
}

div.formrow {
  clear: both;
  padding-top: 5px;
  }

#nvce {
  width: 300px;
  float: right; 
  margin-left: 10px; 
  margin-bottom: 10px;
}

#nvce-internal {
  width: 300px;
  float: right;
  margin-top: 81px; 
  margin-left: 10px; 
  margin-bottom: 10px;
}

#nvce span.formlabel, #nvce-internal span.formlabel {
	width: 100px;
}

div.formrowtext {
  clear: both;
  padding-top: 20px;
}

span.formlabel {
  float: left;
  width: 180px;
  text-align: right;
  padding-right:4px;
  }

span.formw {
  width: auto;
  text-align: left;
  vertical-align:text-top;
  } 

.spacer {
	float: left;
	clear: both;
	height: 0px;
}

#nvce_page_1, #nvce_page_2, #nvce_page_3, #nvce_page_4, #nvce_ending_page {
	/* width:233px; */
 	border: 1px solid #990000;
	background-color: #fff;
	padding: 5px;
}
