/* File: vioxx-style.css */
/* Author: Lindsey Kuper */

/* Basic tags */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#f7f7f7;
	font-size: small;
	display: block;
}


h1 {
	color: #fff;
	font-size: large;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 24px;
	padding-bottom: 20px;
}

#Headlines h2 {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
}

#RightCol h2, .interface h1 {
	text-transform: uppercase;
	color: #003366;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: large;
	font-weight: normal;

}

h3 {
        font-size: medium;
}

#Headlines li {
	padding-bottom: 5px;
}

#Headlines a, #RightCol a {
	text-decoration:underline;
}

#Footer a {
	color: #fff;
}

#Footer a:hover {
	background-color:#003366;
}

a {
	color:#003366;
	text-decoration:none;
}

a:visited {
	color:#003366;
}

/* Layout boxes */

#Header {
	background-color:#f7f7f7;
	float: left;
	clear: all;
	width: 100%;
	background-image: url(header-background-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 #003366;
	background-color: #eaf1fb;
	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;
}

#LeftNav, #VideoLibrary {
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.LeftNavText, .VideoLibraryText {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#Footer {
	border-bottom: 6px solid #003366;
	background-color: #006699;
	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: #003366;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F2F4F5;
	text-align: right;
}

#footer-text {
	padding-left: 35px;
	padding-right: 25px;
	color: #f7f7f7;
	display: block;

}

/* Video box and image styles */

.vid_control {
	border: 0px;
}

img {
	border: 0px;
}

/* Form styles */

form {
  float:left;
}

div.formrow {
  clear: both;
  padding-top: 5px;
  }

div.formrow span.formlabel {
  float: left;
  width: 200px;
  text-align: right;
  padding-right:4px;
  }

div.formrow span.formw {
  width: auto;
  text-align: left;
  vertical-align:text-top;
  } 

.spacer {
	float: left;
	clear: both;
	height: 0px;
}

