#videobox {
	background-color: #0C4BA0;
	height: 450px;
	width: 450px;
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #DFDFDF;
	background-repeat: no-repeat;
	background-position: center;
	height: 270px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	background-image: url(images/header_bkg3.jpg);
}
.img-header {
	float: right;
	position: relative;
	padding-left: 10px;
	padding-right: 15%;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{
	height:24px;
	background:#dfdfdf;
	display:block;
	background-image: url(images/menu_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 265px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
#foxmenu{
	position:static;
	display:block;
	height:24px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:5px 10px 0 10px;
	height:19px;
	background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;
}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#000;
	background:#fff;
	background-image: url(images/foxmenu_bkg.gif);
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0d4ba0;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#content {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	top: 265px;
	border: 10px solid #FFFFFF;
	padding-bottom: 20px;
}
#paragraph1 {
	padding: 10px 10px 10px 10px;
	height: auto;
	background-image: url(images/paragraph-bkg.gif);
	background-repeat: repeat-x;
}
#paragraph2 {
	padding: 10px 10px 10px 10px;
	height: auto;
	background-image: url(images/paragraph-bkg2.gif);
	background-repeat: repeat-x;
}
.img-right {
	float: right;
	position: relative;
	padding-left: 10px;
}
.img-left {
	float: left;
	position: relative;
	padding-right: 10px;
}
.img-left_flash {
	float: left;
	position: relative;
	margin-right: 10px;
}
.img-right_flash {
	float: right;
	position: relative;
	margin-left: 10px;
}
.content_hr1 {
	color: #DFDFDF;
}
.testimonials_hr {
	color: #0F3788;
}
a:link {
	color: #0D378A;
}
a:visited {
	color: #0D378A;
}
a:hover {
	color: #FD7C13;
}
a:active {
	color: #FD7C13;
}
.staff-names {
	font-size: 18px;
	color: #0F3788;
	font-weight: bold;
}
.staff-titles {
	font-size: 14px;
	color: #F98517;
}
.header1 {
	font-size: 20px;
	color: #F98517;
	font-weight: bold;
}
.video-subhead {
	font-size: 14px;
	color: #F98517;
	font-weight: bold;
}
.testimonials_quotes {
	font-size: 14px;
	color: #0F3788;
	font-weight: normal;
	font-style: italic;
}
h1 {
	font-size: 14px;
	color: #0d4ba1;
	font-weight: normal;
	line-height: 16px;
}
h2 {
	font-size: 16px;
	color: #0d4ba1;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #0D4BA1;
	font-weight: bold;
	line-height: 14px;
}
h4 {
	font-size: 14px;
	color: #f7931e;
	font-weight: normal;
	line-height: 14px;
}
h5 {
	font-size: 16px;
	color: #F7931E;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #F7931E;
	font-weight: bold;
	line-height: 14px;
}
.submenu {
	margin-left: auto;
	margin-right: auto;
}
.inlineList 
{
	list-style: none;
	padding-left: 120px;
}
.inlineList li 
{
	display: inline;
	border-right: thin solid;
	padding-left: 2px;
	padding-right: 8px;
}
.inlineList li.last 
{
    border-right: none;
}
#footer {
	color: #DFDFDF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
}
#content #pdfRight {
	float: right;
}
