/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, table, tr, td, th, h1, h2, h3, h4, h5, h6, hr, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
color: #002B55;
font-family: Arial, Helvetica, sans-serif;
background-color:#002B55;
font-size: 12px;
line-height: 18px;
margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
color: #002B55;
font-size: 16px;
font-weight: bold;
line-height: 16px;
}
/* Commonly used to style section titles. */
h2 {
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 16px;
}
h3{
color: #0093DD;
font-size: 14px;
line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
color: #999999;
}
/* Sets the style for visited links. */
a:visited {
color: #999999;
}
/* Sets the style for links on mouseover. */
a:hover {
color:#002B55;
text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
color:#002B55;
text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
color:#002B55;
text-decoration: none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerwrapper {
width:900px;
margin:20px auto;
background-color: #fff;
}
#header{
border: #0093DD solid 10px;
padding:10px;
}

table, table td, table th{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table table, table table td, table table th{
	border-spacing: 5px;
	border-collapse:separate;
}


#header div#logoTop{
	float: left;
	display: inline;
}

#header div#headText{
	text-align: right;
	width: 720px;
	float: right;
	display: inline;
	padding-top: 30px;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}

#header div#headText span {
	font-size: 22px;
	line-height: 24px;
}

#header div#headText span span {
	color: #FF0033;
}

#header div#headText span#underline {
	text-decoration: underline;
	font-size: 26px;
	line-height: 28px;
}

#clearFloat{
	clear: both;
}

#contentwrapper{
	border: #999999 solid 10px;
	padding-bottom: 20px;
}

#contentwrapper #menubanner{
}

#contentwrapper #menubanner #flashwrapper{
	padding: 5px 5px 1px 5px;
	float: right;
}

#contentwrapper #panelwrapper{
	height: 260px;
	max-height: 260px;
}

#contentwrapper #panelwrapper td{
	text-align: left;
	/*width: 240px;*/
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 30px;
}

#contentwrapper #panelwrapper #panel1{
	height: 260px;
	max-height: 260px;
	width: 290px;
	width: 290px;
	background: top left url(../imgs/blueshadebox.png) no-repeat;
	float: left;
	position: relative;
	left: 3px;
}

#contentwrapper #panelwrapper #panel1 table{
	height: 260px;	
}

#contentwrapper #panelwrapper td#titles{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: left;
	display: block;
}

#contentwrapper #panelwrapper td.playbutt a{
	text-decoration: none;
	color: #fff;
}

#contentwrapper #panelwrapper td.playbutt a img{
	text-decoration: none;
	border: none;
}

#contentwrapper #panelwrapper td.playbutt span{
	position: relative;
	bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

#panelwrapper td input.playbutt{
	width: 135px !important;
	height: 35px !important;
	position: relative;
	left: 30px;
}

#contentwrapper #panelwrapper #loopedSlider{/*panel 2*/
	margin:0; width:290px; height: 260px; position:relative; clear:both;
}

#contentwrapper a img{
	border: none;	
}

#looperWrapper{
	height: 260px;
	max-height: 260px;
	width: 290px;
	max-width: 290px;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	left: 5px;
}
.container { 
	width:290px; 
	height:260px; 
	overflow:hidden; 
	position:relative;
}
.slides { 
	position:absolute; 
	top:0; 
	left:0;
}
.slides div.slide { 
	position:absolute; 
	top:0;
	width:290px;
	height: 260px;
	/*display: none;*/
}
.slides div.slide div#d1, .slides div.slide div#d2, .slides div.slide div#d3{
	display: block;
	width: 290px;
	height: 260px;
	background: top left url(../imgs/grayshadebox.png);
}

.slides div table{
	width: 290px;
	height: 260px;
	overflow: hidden;
}

#contentwrapper #panelwrapper #panel3{
	height: 260px;
	max-height: 260px;
	width: 290px;
	max-width: 290px;
	background: top left url(../imgs/navyshadebox.png) no-repeat;	
	float: left;
	position: relative;
	left: 7px;
	/*margin-left: 1px;*/
}

#contentwrapper #panelwrapper #panel3 input, #contentwrapper #panelwrapper #panel3 textarea{
	width: 130px;	
}

#contentwrapper #panelwrapper #panel3 textarea{
	height: 60px;
}

#contentwrapper #panelwrapper #panel3 form{
	width: 290px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}

#contentwrapper #panelwrapper #panel3 form input{
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contentwrapper #panelwrapper #panel3 table#outer{
	width: 290px;
	height: 260px;
}

table#outer label{
	color: #fff;
}

#contentwrapper #panelwrapper #panel3 table td{
	padding: 0 0 0 0;	
}

#contentwrapper #panelwrapper #panel3 table td#titles{
	padding: 16px 0 16px 30px;
}

#contentwrapper #panelwrapper #panel3 table table{
	width: 255px;
}	

#contentwrapper #panelwrapper #panel3 table table th{
	text-align: right;	
}

#contentwrapper #menu{	
	width: 200px;
	float: left;
	margin-top: 30px;
}

#contentwrapper #menu ul{
	list-style-type: none;
	text-align: left;
}

#contentwrapper #menu ul li{
	margin: 0 0 3px 0;
	width: 180px;
}

#contentwrapper #menu ul li a{
	background: transparent url(../imgs/blankBullet.png) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 18px Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #002B55;
}

#contentwrapper #menu ul li a:hover{
	background: transparent url(../imgs/curveBullet.png) left center no-repeat;
	color: black;
}

#contentwrapper #menu ul div#dottedline{
	height:0px;
	line-height: 0px;
	width: 180px;
	border-top: 1px dotted #999999;
	margin:0 0 0 16px;
}

#contentwrapper #menubanner #shadow{
	float: left;
	margin-left: 6px;
	margin-top: 20px;
}

#contentwrapper hr{
	width: 800px;
	color: #999999;
	height: 1px;
	background-color: #999999;
	margin: 15px auto;
	text-align: center;
}

#contentwrapper div#footer{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	color: #143D64;
}

#contentwrapper div#footer div#links{
}

#contentwrapper div#footer div#links div{
	display: inline;
	width: 120px;
	border-right: 1px #667667 solid;
	margin: 5px 0 0 20px;
	padding: 0 19px 0 0;
	float: left;
	text-align: center;
}
#contentwrapper div#footer div#links p{
margin:0;
}

div#links div a{
	color: #4A494F;
}
#contentwrapper div#footer #links div#endlink{
border:none;
}

#contentwrapper div#footer #links div#endlink p{
	margin:0;
}




/* part number pages */
#content{
	margin: 0 30px 0 20px;
	text-align: left;
}

#content h1{
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 40px;
}

#content table{
	text-align: center;
	margin-left: 30px;
}

#content table td{
	padding: 15px;
	border-collapse:collapse;
	border: 1px solid black;
}

#content #left{
	float: left;
}

#content #left p, #content #right p{
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	width: 100px;
}

#content #right{
	padding-top: 80px;
	width: 250px;
	float: right;
	text-align: left;
}

#content table td label{
	color: #002B55;
}

#content #outer table th{	
	padding: 0 0 0 0;
	border: none;
	text-align: right;
	width: 100px;
}

#content #outer td{
	border: none;
	padding: 0 0 0 0;
}

#content textarea, #content input.textbox{
	width: 230px;
}

#content textarea{
	height: 80px;	
}
.imgright{
float:right;
margin-left:10px;
margin-bottom:10px;
}