@charset "UTF-8";
body  {
	font: 100% "Arial Narrow", Arial, Helvetica, sans-serif;
	background:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
hr {
	color: #fff000;
	background-color: #fff000;
	height: 1px;
	border: 0;
	margin: 0;
}
#container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #ffffff;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #000;
	padding: 8px 0 8px 0;
} 
#portalform {
	float: right;
	text-align:right;
	width: 395px
}
#portalform form {
	margin:0;
}
#portalform input {
    background: #D8D8D8;
    border: 1px solid #d8d8d8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}
#portalform .btn {
    background: #000;
    border: 0;
}
#portalform table {
	margin:0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
	margin: 20px 0 0 0;
	background: #000;
}
#mainContent { 
	margin: 0 0 0 184px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:13px;
	line-height: 17px;
	background:url(../images/bkgnd_contentarea.jpg) repeat;
}
#mainContent p { 
	margin:0 0 10px 0;
}
#mainContent a { 
	color:#00338e;
	font-weight:bold;
	text-decoration:none;
}
#hmheadingtag1 {
	margin:20px 20px 0 20px;
}
#hmheadingtag1 h1 {
	margin:0;
	font-size:20px;
}
#contentarea {
	margin:15px 20px 10px 280px;
}
#contentarea h1 { 
	color:#333333;
	margin:0;
	padding: 0 0 5px 0px;
	font-size:20px;
}
#contentarea h2 { 
	color:#333333;
	margin:0;
	padding: 10px 0px 5px 0px;
	font-size:14px;
}
#videoarea {
	float:left;
	margin:0;
	background:url(../images/bkgnd_homevideo_2.png) no-repeat;
	padding:0 0 0 20px;
	width: 342px;
}
#flashholder {
	margin:20px 0 10px 0;
	padding:0;
}
#videolist {
	margin:0 20px 0 0;
}
#videolist h2 {
	margin:10px 0 0 0;
	color:#00338e;
	font-size:14px;
}
#videolist h3 {
	margin:0;
	color:#00338e;
	font-size:12px;
}
#videolist p {
	line-height:16px;
}
#videolist tr {
	cursor:pointer;
}
#bartop {
	margin:0;
	padding:0;
}
#barbottom {
	margin:0;
}
#subContent {
	margin: 20px 0 10px 184px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	line-height: 18px;
}
#quicklinks {
	float:left;
	width:287px;
}
#customerquote {
	margin:0 0 0 327px;
	width:369px;
}
#contactbtns {
	margin:0 0 0 327px;
	width:369px;
}
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color:#666666;
	line-height: 15px;
}
#footernav {
	float:right;
	font-size: 10px;
	color:#666666;
	line-height: 15px;
	padding:40px 0 0 0;
}
#footernav a {
	color:#666666;
	text-decoration:none;
}
#footernav a:hover {
	text-decoration:underline;
}
#footer .cservice {
	color:#b7b7b7;
	font-size: 11px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat2 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:20px;
    font-size: 1px;
    line-height: 0px;
}
.duration {
	color:#999999;
	font-size: 11px;
	font-weight:normal;
}
.vidTitle {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	margin:0;
}
.vidHover {
	background:url(../images/bkgnd_vidHover.png);
	cursor:pointer;
}
.vidHoverOff {
	background:;
}
.vidlinkpad {
	padding:10px 0 0 0;
}


/*************************************************/
/*                                               */
/*            Subpage Specific CSS               */
/*                                               */
/*************************************************/
#c3photowide{
	margin:0;
	padding:0 0 1px 0;
}
#c3photowide p {
	margin: 2px 10px 0 10px;
	font-size:10px;
}
#supporticon {
	margin:10px 0;
	padding: 0 0 10px 0;
}
#leftcolumn {
	float:left;
	margin:15px 0 10px 0;
	padding:0 0 0 20px;
	width: 260px;
}
#leftcolumn h3 {
	margin:0 0 5px 0;
}
#c3text {
	margin:0 20px 20px 0;
	padding:10px;
	background:url(../images/bkgnd_tablerow.png) repeat;
}
#c3text p {
	margin:0;
}
#c3text h2 {
	color:#00338e;
	margin:0;
	font-size:14px;
}
#fact {
	margin:10px 0;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
#fact p {
	margin:0;
}
#execs {
	margin:0 0 20px 0;
	padding:10px;
	background:url(../images/bkgnd_tablerow.png) repeat;
}
#execs p {
	margin:10px;
}
#execs h2 {
	color:#00338e;
	margin:0;
	font-size:14px;
}
#board {
	margin:0 0 20px 0;
	padding:10px;
	background:url(../images/bkgnd_tablerow.png) repeat;
}
#board p {
	margin:10px;
}
#board h2 {
	color:#333333;
	margin:0;
	font-size:14px;
}
#videohoriz {
	margin:0;
	padding:0;
}
#videohoriz h2 {
	margin:0;
}
#videohoriz p {
	margin:0;
}
#videohoriz a {
	margin:0;
}
.rowbkgndblue {
	background:url(../images/bkgnd_tablerow.png) repeat;
}
.toppadding {
	padding: 15px 0;
}
.phone {
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
}
#priority-update {
	margin:0 0 20px 0;
	padding:0 10px 10px 10px;
	background:url(../images/bkgnd_vidHover.png) repeat;
}
#priority-update p {
	margin:10px;
}
#priority-update h2 {
	color:#00338e;
	margin:0;
	font-size:14px;
}