body {
	border-top:6px #F9DD1B solid;
	background-image: url(/Templates/images/background-interior.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	color:#333333;
	}

body.home {
	background-image: url(/Templates/images/background-home.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	}
#header-nav-container {
	height:80px;
	text-align:right;
	}
#header-nav {
	display:block;
	float:right;
	}
#header-nav li {
	display: block;
	float: left;
	padding:0;
	margin:0 0 0 5px;
	list-style-type: none;
	background-image: url(none);
	}
#header-nav li a:link,
#header-nav li a:visited {
	font-size:13px;
	color:#B5B5B5;
	font-weight:bold;
	text-decoration:none;
	padding:11px 14px 6px 14px;
	display:block;
	}
#header-nav li a:hover {
	color:#000000;
	}
#header-nav li.active {
	background-image: url(/Templates/images/background-active-nav-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#header-nav li.active div {
	background-image: url(/Templates/images/background-active-nav-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:34px;
	float:left;
	}
#header-nav li.active a:link,
#header-nav li.active a:visited {
	color:#000000;
	}
	
.home-feature {
	height:350px;
	float:left;
	}
	
	
	

#publisher-box {
	border-top:solid #D0D0D0 1px;
	border-bottom:solid #C2C2C2 1px;
	background-color:#E8E8E8;
	display:block;
	clear:right;
	margin-bottom:18px;
	padding:7px;
	height:82px;
	}
#publisher-box p {
	color:#656565;
	float:left;
	width:330px;
	padding-top:16px;
	padding-left:6px;
	}
#publisher-box p strong {
	color:#000;
	font-size:16px;
	}
#publisher-box img {
	float:right;
	padding-left:10px;
	}

.double {
	width:40%;
	float:left;
	}
.first-double {
	width:55%;
	float:left;
	padding-right:26px;
	}
.thirds {
	width: 200px;
	float: left;
	margin-left: 20px;
	}
.first-thirds {
	margin-left: 0px;
	}
#footer {
	font-size:11px;
	color:#C6C6C6;
	border-top:solid #DADADA 1px;
	padding-top:4px;
	margin-top:30px;
	display:block;
	clear:both;
	width:940px
	}
.home #footer {
	color:#FFFFFF;
	border-top:solid #FFFFFF 1px;
	}
.float-left {
	float:left;
	display:block;
	padding: 0 10px 10px 0;
	}
.float-right {
	float:right;
	display:block
	}
img.float-right {
	margin-left:10px;
	margin-bottom:10px;
	}
h1 {
	font-weight:normal;
	color:#DEC400;
	font-size: 24px;
	}
h2 {
	font-size:20px;
	}
h4 {
	color:#000000;
	font-size:14px;
	margin-bottom: 10px;
	}
a:link,
a:visited {
	color:#000000;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	}
blockquote p.author,
blockquote p.author strong {
	font-size:12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 14px;
	}
.buy-button {
	margin-left: 22px;
	}
.home ul {
	list-style-type: none;
	}
.home ul li {
	display: block;
	background-image: url(/Templates/images/grey-arrow-home.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 11px;
	background-position: left 4px;
	}
.fadeThis {
	height: 150px;
	width: 525px;
	}
.inside-fade {
	height: 130px;
	width: 228px;
	}
.content-area {
	padding: 0 14px;
	*padding-right:8px;
	}
.home .content-area {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 321px;
	}
.border {
	border:solid #666666 1px;
	margin-bottom:10px;
	}
ul.par-list {
	font-size:17px;
	list-style-type: none;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	padding-top: 20px;
	padding-bottom: 22px;
	background-color: #F2F2F2;
	}
ul.par-list strong {
	font-size:21px;
	color: #000000;
	}
.par-table td {
	border-top: solid #CCCCCC 1px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	}
/* ************************************************** */
/* FORM STYLES */
/* ************************************************** */
#contact-form div {
	padding:8px 0;
	}
#contact-form label {
	display:block;
	font-weight:bold;
	}
#contact-form span {
	font-size:12px;
	color: #999999;
	margin-left: 10px;
	}
#contact-form input {
	padding:4px;
	color: #666666;
	background-color:#FFFFFF;
	border: 1px solid #cecece;
	}
#contact-form input.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
	} 
#contact-form textarea.error{
	background: #f8dbdb;
	border-color: #DB6965;
	} 
#contact-form div span.error{  
    color: #e46c6e;  
	}  
   
.success {
	border:solid #46B276 1px;
	padding:2px;
	}
.success div {
	background-color:#C9F2C7;
	padding:14px 20px 18px 60px;
	background-image: url(/Templates/images/bg-form-success.gif);
	background-repeat: no-repeat;
	}
.success p {
	margin-bottom:0px;
	}
.success strong {
	color:#0A5103;
	font-size:14px;
	}
.failure {
	border:solid #DB6965 1px;
	padding:2px;
	margin-bottom:30px;
	}
.failure div {
	background-color:#FDE4E4;
	padding:14px 20px 10px 60px;
	background-image: url(/Templates/images/bg-form-failure.gif);
	background-repeat: no-repeat;
	}
.failure #error {
	padding-left:30px;
	background-image: url(none);
	}
.failure p {
	margin-bottom:0px;
	}
.failure strong {
	color:#C12020;
	font-size:14px;
	}
.failure ul {
	margin:0;
	padding-bottom:0;
	padding-left:0;
	}
.failure ul li {
	margin-left:0;
	padding-left:0;
	}
.failure ul strong {
	font-size:12px;
	}
.tools {	
	padding-top:6px;
	padding-left:4px;
	}
.tools img{
	padding-top:6px;
	}
	

.video-callout {
	clear: both;
	display: block;
	padding: 12px 14px 0px;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	width:590px;
}
.video-table {
	width: 590px;
}
.video-table td {
	width: 275px;
	padding: 0px 10px;
	vertical-align:top;
}
.video-table td img {
	padding-bottom:14px;
	}
p.press-release {
	border-bottom:dashed #CCC 1px;
	margin-bottom:14px;
	padding-bottom:12px;
	}
	
/* STYLES FOR NEW PRESS RELEASE REVISIONS */
.full-width table {
	width:100%;
}
.press-coverage p {
	margin-bottom:8px;
}
.press-coverage table {
	padding:0 0 0 0;
	margin:6px 0 0 0;
}
.press-coverage tr {
	border-bottom:dashed #CCC 1px;
}
.press-coverage td {
	padding:6px 10px 8px 0;
	vertical-align:top;
}
