@charset "UTF-8";
/* CSS Document */

.body {
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: center top;
	background-color: #B9B9B9;
}
#container {
	width: 990px;
	margin: auto;
	position: relative;
}
#wrapper {
	width: 990px;
	position: absolute;
	margin: 0px;
}
#header {
	position: relative;
	width: 990px;
	height: 99px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#nav {
	width: 990px;
	position: relative;
	overflow: visible;
	height: 52px;
	z-index: 88;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#nav ul {
	list-style: none;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#menu li:hover ul, #menu li.menu-hover ul {
	left: auto;
}
#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A8B96;
	background-color: #135D8B;
	position: absolute;
	}

#menu li:hover ul, #menu li.menu-hover ul {
	left: 158px;
	top: 52px;
}
#menu li:hover ul li {
	padding: 5px;
}
.subnav-link  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: table-cell;
	background-color: #135D8B;
	border-left-color: #BAD3E4;
	border-right-color: #023247;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 150px;
	padding-top: 10px;
	vertical-align: middle;
}
.subnav-link a {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	width: 150px;
}
.subnav-link:hover  {
	background-color: #023349;
}
#nav img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#index-main {
	width: 990px;
	position: relative;
	float: left;
	height: 392px;
	z-index: 20;
}
#index-slideshow {
	position: absolute;
	background-image: url(images/slide1.jpg);
	height: 392px;
	width: 990px;
	z-index: 1;
	overflow: hidden;
}
#index-content {
	position: absolute;
	width: 615px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top: 295px;
	margin-left: 330px;
	z-index: 25;
}
#index-content p {
	display: block;
	margin: 0px;
	float: left;
}
.more {
	display: block;
	float: left;
	margin-left: 335px;
	margin-top: -21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#product {
	float: left;
	width: 990px;
	background-image: url(images/company-bar.png);
	height: 103px;
	position: relative;
}
#product .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
	float: left;	
	width: 175px;
	margin-top: 22px;
	margin-left: 149px;
	margin-right: -13px;
	height: 58px;
}
#product a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3C9BAE;
}
#product a:hover {
	color: #DD9513;
}
#index-teaser {
	clear: both;
	width: 990px;
	background-image: url(images/content-bg.png);
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#index-news {
	width: 400px;
	position: relative;
	padding-top: 4px;
	left: 60px;
	padding-right: 25px;
	border-right: solid #cccccc 1px;
	padding-bottom: 10px;	
}
#index-news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #0b374a;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: white;
	border-top: 4px solid #0e5373;
}
#index-news h3 {
	margin-top: 8px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #D88B01;
	padding-left: 15px;
	float: left;
	display: inline-block;
}
#index-news .date{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #f0bf63;
	display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 3px;
	color: black;
}
#index-news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 90%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	clear: both;
	padding-bottom: 10px;
}
#index-news a {
	background: #062b3c;
	color: white;
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#index-press {
	width: 415px;
	position: absolute;
	top: 15px;
	right: 55px;
}
#index-press h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #1774ad;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: white;
	border-top: 4px solid #76bde6;
}
#index-press h3 {
 	padding-top: 8px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #D88B01;
	padding-left: 15px;
}
#index-press h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #777777;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#index-press p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 90%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	clear: both;
	padding-bottom: 10px;
}
#index-press a {
	background: #1774ad;
	color: white;
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
}
#footer {
	float: left;
	width: 990px;
	background-image: url(images/footer.png);
	height: 191px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #222222;
}
#footer .usa {
	float: left;
	position: absolute;
	display: block;
	margin-top: 40px;
	margin-left: 190px;
}
#footer .europe {
	float: left;
	position: absolute;
	display: block;
	margin-top: 40px;
	margin-left: 495px;
}
#footer .uk {
	float: left;
	position: absolute;
	display: block;
	margin-top: 40px;
	margin-left: 810px;
}
#td {
	display: table-cell;
	vertical-align: top;
}
#main-content {
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	width: 990px;
	padding-bottom: 25px;
	float: left;
}
#sidebar {
	width: 248px;
	background-image: url(images/sidebar-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 25px;
	margin-left: 60px;
	margin-bottom: 5px;
	float: left;
}
#sidebar a {
	color: #0E476B;
	text-decoration: none;
}
#sidebar p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 0px;
	color: #136295;
	margin-top: 8px;
}
#sidebar ul {
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 11px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87ACBF;
	padding-left: 18px;
	position: relative;
	padding-right: 18px;
	padding-bottom: 10px;
}
#sidebar form {
	margin-top: 15px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 15px;
}
#sidebar .input {
	height: 20px;
	width: 175px;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-left: -1px;
}
#banner {
	width: 990px;
	position: relative;
}
#main-text {
	width: 535px;
	float: right;
	margin-top: 45px;
	margin-right: 80px;
}
#main-text form {
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 0px;
	background-color: #E7E7E7;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #02455D;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	float: left;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin-left: 45px;
}
#main-text .input {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main-text form h2 {
	font-size: 14px;
	padding-top: 19px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main-text h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #052331;
}
#main-text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 40px;
	color: #03455D;
}
#main-text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-text hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #87ACBF;
	margin-top: 35px;
}
#main-text .textarea {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 75px;
}
.image {
	float: right;
	margin-left: 17px;
}
.image2 {
	float: right;
	margin-bottom: 4px;
	margin-top: 5px;
	margin-left: 18px;
}
.image3 {
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 18px;
}
#sidebar2 {
	width: 350px;
	background-image: url(images/sidebar-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 25px;
	margin-bottom: 5px;
	background-repeat: repeat-y;
	background-position: right;
	background-color: #B9DDF8;
	float: right;
	margin-right: 50px;
}
#sidebar2 p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
#sidebar2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 0px;
	color: #136295;
	margin-top: 8px;
}
#sidebar2  ul {
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87ACBF;
	display: block;
	position: relative;
	margin-left: 15px;
	padding-left: 25px;
}
#main-text2 {
	width: 490px;
	float: left;
	margin-left: 80px;
	margin-top: 25px;
}
#main-text2 h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #052331;
}
#main-text2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 40px;
	color: #03455D;
}
#main-text2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-text2 hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #87ACBF;
	margin-top: 35px;
}
#main-text2 blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	background-color: #EAEAEA;
	padding: 15px;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main-text2 blockquote strong {
	color: #145E8D;
}
.right-column {
	display: block;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 35px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.left-column {
	display: block;
	float: left;
	margin-left: 0px;
}
.clear {
	clear: both;
	display: block;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.red {
	color: #990000;
}
.link1 {
	color: #136699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.link1:hover {
	color: #02465E;
}
.link2 {
	color: #337AA8;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 14px;
	font-size: 15px;
	padding-left: 5px;
	clear: both;
}
.link2:hover {
	color: #023347;
}
.link3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3C7BA3;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
	display: block;
	padding-top: 8px;
}
.link3:hover {
	color: #999999;
}
.link4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3C7BA3;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding-top: 0px;
	position: relative;
	padding-bottom: 10px;
}
.link4:hover {
	color: #999999;
}
#notify-container {
	background-image: url(images/get-notified.jpg);
	height: 230px;
	width: 291px;
	position: absolute;
}
#notify-container form {
	margin-top: 55px;
	position: relative;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
}
#notify-container .input {
	height: 22px;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 8px;
}
#notify {
	display: none;
}
#notify-container p {
	margin-top: 110px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
}
#click {
	position: absolute;
	z-index: 50;
	width: 925px;
	left: 35px;
	top: 5px;
}
#click img {
	float: left;
	margin-left: 3px;
}
#press-column-left {
	float: left;
	margin-top: 25px;
	margin-left: 70px;
	width: 375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/*#press-column-left h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #052331;
}
#press-column-left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -8px;
	color: #136499;
	margin-top: 30px;
	display: block;
}*/
#press-column-left h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #052331;
}
#press-column-left  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -8px;
	color: #333333;
	margin-top: 15px;
	display: block;
	padding-top: 10px;
}
#press-column-left strong {
	color: #126BA5;
}
#press-column-left a {
	text-transform: uppercase;
	text-decoration: none;
	color: #053E53;
	font-weight: bold;
	display: block;
	margin-top: 8px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#press-column-left a:hover {
	color: #B1B1AF;
}
#press-column-right {
	float: right;
	width: 375px;
	padding-left: 55px;
	margin-right: 55px;
	margin-top: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#press-column-right h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0065AE;
}
#press-column-right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -8px;
	color: #333333;
	margin-top: 15px;
	display: block;
}
#press-column-right strong {
	color: #126BA5;
}
#press-column-right a {
	text-transform: uppercase;
	text-decoration: none;
	color: #053E53;
	font-weight: bold;
	display: block;
	margin-top: 8px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#press-column-right a:hover {
	color: #B1B1AF;
}
#press-column-right #video {
	margin: 0px;
	padding-bottom: 35px;
	position: relative;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	width: 356px;
	top: -25px;
}
.date {
	color: #D88B01;
}
#emagine {
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #282828;
	text-decoration: none;
	width: 990px;
	clear: both;
	top: -20px;
}
#emagine a {
	color: #282828;
	text-decoration: none;
}
#emagine a:hover {
	color: #2873A2;
}
#news {
	float: left;
	margin-top: 35px;
	margin-left: 225px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#news h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D88B01;
	font-weight: bold;
	position: relative;
	left: -140px;
}
#news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #136499;
	margin-top: -43px;
	display: block;
	line-height: 34px;
}
#news p {
	padding-bottom: 5px;
}
#news-image {
	float: right;
	position: relative;
}
#hr {
	height: 25px;
	position: relative;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C3;
	width: 840px;
	margin: 0px;
	top: 0px;
	left: -140px;
}
#draftmaster-videos {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px #999999 solid;
}
#draftmaster-videos h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	color: #1774ad;
	border-bottom: solid 1px #999999;
}
#draftmaster-videos #video1 {
	width: 227px;
	position: relative;
	left: 10px;
	border-right: 1px #cccccc solid;
}
#draftmaster-videos p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	top: 20px;
	left: 110px;
	line-height: 16px;
}
#draftmaster-videos a {
	color: #1774ad;
	text-decoration: none;
}
#draftmaster-videos a:hover {
	color: black;
	text-decoration: underline;
}
#draftmaster-videos #video2 {
	width: 260px;
	position: absolute;
	left: 263px;
	top: 45px;
	border-right: 1px #cccccc solid;
}
#play-video {
	position: relative;
	top: 25px;
	width: 700px;
	padding-bottom: 25px;
	left: 150px;
}
.return {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	text-decoration: none;
	background-color: #136499;
	padding: 5px;
}

