body {
	background: #175E92;
	margin: 0;
	padding: 0;
}

/* global overrides/styles/resets */

div.clear {
	clear: both;	
}

img {
	border: 0;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

/* end global overrides/styles/resets */

.wrapper {
	margin: 0 auto;
	padding: 0;

}

.header {
	text-align: center;
	width: 100%;
}

.header_top {
	background: black url(/res/images/header_bg.jpg) repeat-x;
	height: 96px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #858585;
}

.header_top h1 {
	margin: 0;
	padding: 0;
	
}

.header_top h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #98AFBD;
	margin: 0 auto;
	padding: 0;
    padding-left:20px;
    width:370px;
}

.header_nav_bg {
	width: 100%;
	height: 33px;
	background: #2C2C2C;
}

.header_nav {
	display: block;
	margin: 0;
	padding: 0;
	height: 33px;
	width: 730px;
	background: #2C2C2C;
	margin: 0 auto;
	padding-left: 10px;
	z-index: 100;
		

}



.header_nav ul {

	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	float: left;


}

.header_nav li {
	padding: 5px 0;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, sans-serif;

	
}

.header_nav li a {
	color: white;
	text-decoration: none;
}

.header_nav li a:hover {
	color: #98AFBD;

}


.header_nav .logo {

	margin: 0;
	border: 0;
	padding: 0;
	height: 26px;
	width: 101px;
	float: right;
	margin-top: 0px;
	z-index: 10000;
	
}

.logo embed {
	/* margin-top: -12px; */	
}

.header_bottom {
	padding: 0;
	margin: 0;
	height: 15px;
	background: #175E92 url(/res/images/header_bottom_shadow.jpg) repeat-x;
	border-top: 18px solid #E8E8E8;
	z-index: -1;
}
.content {
	margin: 0 auto;
	width: 782px;
	
}

.content_sub {
	margin: 0 auto 40px auto;
	width: 782px;
	background: #E8E8E8;
	padding: 10px;
	font-family: verdana, arial, sans-serif;
}
.content_sub p, .content_sub li {
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 4px;
}

.content_sub h1 {
	font-size: 24px;
	font-weight: bold;
}


.content_sub h2 {
	font-size: 18px;
	font-weight: bold;
}


.content_sub img.verus_img {
	float: right;
	border: 10px solid white;
	margin: 20px 10px 40px 20px;	
}

.content_top {
	
}

.content_top h1 {
	padding-top: 10px;
	border-bottom: 13px solid #347BB1;
	width: 782px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.content_top_movie {

	position: relative;
	width: 320px;
	height: 213px;
	top: 20px;
	float: left;
	border: 4px solid #B1B3B0;
}





.content_top_col1, .content_top_col2, 
.content_top_col3, .content_top_col4 {
	width: 109px;

	height: 238px;
	float: left;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	background: #313131 url(/res/images/content_top_bg2.jpg) repeat-x;;
}

.content_top_col1  {
	padding-left: 10px;	
}

.content_top_col4  {
	padding-right: 6px;	
}

.content_top_col1 img, .content_top_col2 img, 
.content_top_col3 img, .content_top_col4 img {
	border: 0;
	padding: 0;
	margin: 0; 	
}


.content_top_col1 p, .content_top_col2 p, 
.content_top_col3 p, .content_top_col4 p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b4b4b4;
	margin-top: 0px;
	padding: 0px 6px 5px 6px;
	
	
}



.content_bottom {
	margin: 20px auto;
	width: 782px;
	
}

.content_bottom_col1, .content_bottom_col2,
.content_bottom_col3 {
	background: transparent url(/res/images/content_bottom_bg.jpg) no-repeat;
	width: 260px;
	height: 400px;
	float: left;
}


	
.content_bottom_col1 h2, .content_bottom_col2 h2, 
.content_bottom_col3 h2 {
	padding: 3px 5px 3px 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	font-size: 18px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: #C81B00;
	
}

.content_bottom_col2 h2 {
	padding: 3px 5px 3px 38px;
}

.content_bottom_col3 h2 {
	padding: 3px 5px 3px 15px;	
}


.content_bottom_col1 p, .content_bottom_col2 p, 
.content_bottom_col3 p {
	padding: 3px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, sans-serif;

}

.content_bottom_col1 p a, .content_bottom_col2 p a, 
.content_bottom_col3 p a {
	color: #000;
	text-decoration: none;
}

.content_bottom_col1 p a:hover, 
.content_bottom_col3 p a:hover {
	color: #175E92;

}
.content_bottom_col2 p a:hover {
	color: #c0c0c0;	
}

.content_bottom_col1 p.name, .content_bottom_col2 p.name, 
.content_bottom_col3 p.name {
	font-style: italic;
}


.content_bottom_col1 img, .content_bottom_col2 img,
.content_bottom_col3 img {
	position: relative;
}

.content_bottom_col1 img.bottom {
	top: 10px;
	left: 26px;
}

.content_bottom_col2 img.bottom {
	
}

.content_bottom_col3 img.bottom {
	top: 20px;
	left: 6px;
}


.content_bottom_h_header1 {
	width: 320px;	
}

.content_bottom_h_header2 {
	width: 420px;	
}

.content_bottom_h_header {
	height: 45px;
	width: 782px;
	background: #347BB1;
	
}

.content_bottom_h_header1 {
	float: left;
}

.content_bottom_h_header2 {
	float: right;
}


.content_bottom_h_header1 h2, .content_bottom_h_header2 h2 {
	height: 24px;
	border-top: 1px solid #175E92;
	border-bottom: 1px solid #175E92;
}

.content_bottom_h_header1 h2 {
	width: 320px;
	margin: 10px 0 0 10px;
	padding: 3px 0 0 5px;
}
.content_bottom_h_header2 h2 {
	width: 406px;
	margin: 10px 10px 0 0;
	padding: 3px 5px 0 0;
	
}

.content_bottom_h {
	width: 782px;
}

.content_bottom_h_col1 {
	
	float: left;
	width: 320px;
}

.content_bottom_h_col1 img {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
}



.content_bottom_h_col2 {
	float:right;
	width: 420px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b4b4b4;
}

.content_bottom_h_col2 p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #ccc;

	padding-top: 20px;
}
#press-release {
	display: block;
	height:50px;
}
.content_bottom_h_col2 .date {
	text-align: center;
	background: #222;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #347BB1;
	width: 48px;
	height: 48px;
	float: left;
}

.content_bottom_h_col2 .date span {
	font-size: 22px;
	
}

.content_bottom_h_col2 .link {
	float: left;
	color: #ccc;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding-left: 10px;
}

.content_bottom_h_col2 .link a {
	color: #B9C95E	
}


.footer {
	position: relative;
	margin: 0 auto;
	width: 782px;
	border-top: 2px solid #428DC6;
}


.footer_top_left, .footer_top_right, 
.footer_middle_left, .footer_middle_right,
.footer_bottom_left, .footer_bottom_right {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #84A6C1;
	font-size: 14px;
}

.footer_top_left {
	top: 10px;
	left: 10px;
}

.footer_top_right {
	top: 10px;
	right: 10px;
	text-align: right;
}

.footer_middle_left {
	top: 30px;
	left: 10px;
}

.footer_middle_right {
	top: 30px;
	right: 10px;
	text-align: right;
}

.footer_bottom_left {
	top: 50px;
	left: 10px;
	font-size: 12px;
}

.footer_bottom_right {
	top: 50px;
	right: 10px;
	text-align: right;
	font-size: 12px;
}
.footer_bottom_left, .footer_bottom_right {
	padding-bottom: 12px;	
}
.footer_top_left a, .footer_top_right a, 
.footer_middle_left a, .footer_middle_right a,
.footer_bottom_left a, .footer_bottom_right a {
	text-decoration: none;	
	color: #84A6C1;
}

.footer_top_left a:hover, .footer_top_right a:hover, 
.footer_middle_left a:hover, .footer_middle_right a:hover,
.footer_bottom_left a:hover, .footer_bottom_right a:hover {
	color: #ffffff;
}

img.verus_img {
	float: right;	
}

form.ddfm table tbody tr td input, form.ddfm table tbody tr td textarea  {
	width: 300px;
}	

td.fieldwrap {
	width: 100px;	
}

div.submit {
	padding-left: 105px;	
}

div.submit input {
	width: 80px;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid white;
	background-color: #175e92;
	color: white;
}

div.submit input:hover {
	border: 2px solid #175e92;
	background-color: #ccc;
	color: #000;
}

#fm_name, #fm_email, #fm_subject {
	height: 25px;
	margin-bottom: 10px;
	font-size: 120%;
	border: 2px solid #175e92;
}

#fm_message {
	margin-bottom:10px;
	font-size: 120%;
	border: 2px solid #175e92;
}

#container {
	float: left;	
	margin-top: 28px;
}

