﻿body {
	background-image: url(bg.gif);
	color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #063c67;
}

h1, h2 {
	color: #063c67;
	font-size: 15px;
	line-height: 26px;
	margin: 0px;
}

h1 {
	text-transform: uppercase;
}

h1 > img {
	margin-bottom: 10px;
}

img {
	border: none;
}

img.left {
	float: left;
	padding-right: 10px;
}

img.right {
	float: right;
	padding-left: 10px;
}

strong {
	color: #063c67;
}

th {
	background-color: #063c67;
	color: #ffffff;
}

th.orange {
	background-color: #ff6600;
}

tr.odd {
	background-color: #e6f0f9;
}

#main, #content-container, #header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

#top-nav {
	color: #828182;
	display: block;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	text-transform: uppercase;
	width: 900px;
	
	position: relative;
	left: -100px;
}

#top-nav a:link, #top-nav a:visited, #top-nav a:active  {
	color: #828182;
	text-decoration: none;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav a.selected {
	background-color: #9b9999;
	color: #ffffff;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#search {
	display: inline;
	font-size: 9px;
	color: #333;
	margin-left: 15px;
	
	position: relative;
	left: 100px;
}

#search-form {
	display: inline;
	margin-bottom: 0px;
}

#search-button {
	padding-bottom: 6px;
	vertical-align: middle;
}

#sub-nav {
	background-color: #4f4e4e;
	color: #ffffff;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 900px;
	word-spacing: 3px;
}

#sub-nav a {
	color: #ffffff;
	text-decoration: none;
}

#sub-nav a:hover {
	text-decoration: underline;
}

#sub-nav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}

#sub-nav ul li {
	background-repeat: no-repeat;
	border-right: solid 1px #ffffff;
	float: left;
	font-weight: normal; /* Apparently Macs want to bold here otherwise (?) */
	position: relative;
	z-index: 10;
}

#sub-nav ul li a {
	display: block;
	height: 100%;
	width: 100%;
}

#sub-nav ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
}

#sub-nav ul li:hover ul {
	display: block;
	float: left;
}

#sub-nav ul li ul li {
	border: none;
	height: auto;
	text-align: left;
	width: 171px;
}

#sub-nav ul li ul li a {
	background-color: #4f4e4e;
	color: #ffffff;
	padding: 3px;
	padding-left: 5px;
	text-decoration: none;
}

#sub-nav ul li ul li a:hover {
	background-color: #4f4e4e;
}

#phone-number {
	color: #828182;
	float: right;
	margin-right: 105px;
	margin-top: 3px;
	text-align: right;
	white-space: nowrap;
	width: 300px;
}

#phone-number h3 {
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
}

#president-and-founder {
	font-size: 11px;
	margin-top: -17px;
}

#content-container {
	background-image: url(content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: -5px;
}

#header {
	background-image: url(top_headerbg.jpg);
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 9px;
}

#header #logo {
	float: left;
	padding-left: 40px;
}

#content-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 875px;
}

#content-header {
	margin-left: -4px;
	margin-top: 9px;
	width: 892px;
}

#header-video {
	background-color: #333333;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: 23px;
	line-height: 25px;
	margin-left: 600px;
	margin-top: 10px;
	position: absolute;
	text-indent: 5px;
	width: 269px;
	z-index: 3;
}

#header-video img:first {
	margin-top: -2px; 
}

#header-video img:last {
	padding-top: 5px;
}

#header-video .uppercase {
	font-weight: bold;
}

/* Testimonial video */
#testimonial-video {
	margin-top: -2px; 
	margin-left: -5px;
	margin-bottom: -25px;
}
/* Testimonial video */

#content {
	float: left;
	margin-top: 9px;
	padding-right: 20px;
	width: 650px;
}

#content input[type='password'],
#content input[type='text'],
#content select,
#content textarea {
    background-color: #cccccc;
    border: 1px solid #666666;
    color: #333333;
}

#content .left-content, #content .right-content {
	width: 315px;
}

#content .left-content {
	float: left;
}

#content .right-content {
	float: right;
}

#right-sidebar {
	float: right;
	width: 197px;
}

#right-sidebar h2 {
	color: #333333;
	font-size: 25px;
}

#right-sidebar input[type='password'],
#right-sidebar input[type='text'],
#right-sidebar select {
	background-color: #cccccc;
	border: 1px solid #666666;
	color: #333333;
	display: block;
	font-size: 11px;
	height: 18px;
	margin-top: 3px;
	width: 100%;
}

#black-bar {
	margin-left: -12px;
}

#footer {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 11px;
	color: #666666;
}

#footer a:link, #footer a:visited, #footer a:active  {
	color: #828182;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h3 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

#social-networks {
	float: right;
}

#content-bottom {
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.errors {
	color: #ff0000;
	font-weight: bold;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.phone-number {
	font-weight: bold;
	white-space: nowrap;
}

#content-wrapper .phone-number {
	color: #ff6600;
}

#footer .phone-number {
	color: inherit;
}

.right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

/* Television appearances */
.television-appearance {
	float: left;
	height: 170px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 210px;
}
/* End television appearances */