/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#008fd4;
}
a:hover {
	color:#008fd4;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background: #636466 url(../images/background.gif) repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#wrapper {
	width:1024px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:1024px;
	height:112px;
	padding:39px 0 0 0;
	margin:0 0 17px 0;
    background: url(../images/header.gif) bottom no-repeat;
	position:relative;
}

.logo {
	position:absolute;
	left:0;
	top:24px;
	display:block;
}
#login {
	width:200px;
	position:absolute;
	left:824px;
	top:105px;
}

#login p {
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 0;
}
#login a  {
	text-decoration: none;
	color:#FFFFFF;
}
#login a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:1024px;
	height:45px;
}

#nav ul {
	width:1024px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 5px;
	margin:0;
}

#nav ul li a {
    float:right;
	text-align:center;
    padding:12px 13px 0 13px;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	} 

#nav #active { 
	text-decoration: none;
	background:url(../images/mainnav_on.gif) top center no-repeat;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background:url(../images/mainnav_on.gif) top center no-repeat;
	}
	
/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

#vertnav {
	width:245px;
    background: url(../images/column_top.gif) top no-repeat;
	padding:10px 0 20px 0;
	text-align:left;
}

#vertnav ul
{
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
line-height:17px;
border-top:1px solid #b1b3b6;
}

#vertnav a
{
display: block;
padding: 4px 10px 4px 20px;
width: 215px;
text-decoration: none;
color: #008fd4;
border-bottom:1px solid #b1b3b6;
background: url(../images/nav_off.gif) left center no-repeat;
}

#vertnav a:hover
{
text-decoration: none;
color: #000000;
background: #bcbdbf url(../images/nav_on.gif) left center no-repeat;
}

#vertnav a#current
{
text-decoration: none;
color: #000000;
background: #bcbdbf url(../images/nav_on.gif) left center no-repeat;
}
/*--------------------------------------------------------------------------------------------------
	slide show
--------------------------------------------------------------------------------------------------*/

#slideshow {
    position:relative;
    height:248px;
	width:748px;
	padding:0 0 10px 0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#content {
	width:1024px;
    background: url(../images/line.gif) left repeat-y;
	overflow:hidden;
}

#rightcolumn {
	width:748px;
	float:right;
}
#copy {
	width:748px;
    background: #FFFFFF url(../images/content.gif) bottom no-repeat;
}

#copycontent {
	width:708px;
    background: url(../images/content_top.gif) top no-repeat;
	padding:15px 20px 30px 20px;
	overflow:hidden;
}

#copycontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #FFFFFF;
	padding: 8px 12px 20px 12px;
	font-style: normal;
	font-weight: bold;
	background: url(../images/title.gif) top no-repeat;
}

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	padding: 0 12px 18px 12px;
	font-style: normal;
	font-weight: normal;
}

#products {
	width:684px;
    background: url(../images/products_line.gif) top right no-repeat;
	padding:18px 0 0 12px;
	float:left;
}

#products h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #00448b;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: bold;
}

#products img {
	padding:3px;
	display:block;
	border:1px solid #008fd4;
	background-color:#FFFFFF;
	float:left;
}
#products p {
	font-size: 15px;
	line-height: 17px;
	color: #008fd4;
	padding: 0 0 5px 9px;
	background: url(../images/arrow_blue.gif) left top no-repeat;
}
/*--------------------------------------------------------------------------------------------------
	left column
--------------------------------------------------------------------------------------------------*/
#columncontainer {
	width:245px;
	float:left;
}

#column {
	width:245px;
    background: url(../images/column.gif) bottom no-repeat;
	margin:0 0 10px 0;
}

#columncontent {
	width:245px;
    background: url(../images/column_top.gif) top no-repeat;
	padding:10px 0 5px 0;
}

#columncontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #00448b;
	padding: 0 20px 5px 20px;
	font-style: normal;
	font-weight: bold;
}

#columncontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 5px 20px 3px 20px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #b1b3b6;
}

#columncontentalt {
	width:245px;
	padding:10px 0 5px 0;
}


#columncontentalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #00448b;
	padding: 0 20px 5px 20px;
	font-style: normal;
	font-weight: bold;
}

#columncontentalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 5px 20px 3px 20px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #b1b3b6;
}

ul.address { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding:0 20px 7px 20px;
	font-style: normal;
	font-weight: normal;
}

li.address { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 3px 7px;
}

#columncontent ul.case
{
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
line-height:17px;
border-top:1px solid #b1b3b6;
}

#columncontent a.case
{
display: block;
padding: 4px 10px 4px 20px;
width: 215px;
text-decoration: none;
color: #008fd4;
border-bottom:1px solid #b1b3b6;
background: url(../images/nav_off.gif) left center no-repeat;
}

#columncontent a.case:hover
{
text-decoration: none;
color: #000000;
background: #bcbdbf url(../images/nav_on.gif) left center no-repeat;
}

#columncontent a.case#current
{
text-decoration: none;
color: #000000;
background: #bcbdbf url(../images/nav_on.gif) left center no-repeat;
}

#news {
	width:245px;
	margin:0 0 10px 0;
}

#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #FFFFFF;
	padding: 8px 12px 10px 12px;
	font-style: normal;
	font-weight: bold;
	background: url(../images/news.gif) top no-repeat;
}

#news ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	padding:0 12px 0 12px;
	font-style: normal;
	font-weight: normal;
}

#news li { 
	background: url(../images/arrow.gif) left top no-repeat;
	padding: 5px 0 5px 10px;
	border-bottom:1px solid #8a8c8f;
}

.date {
	color:#b1b3b6;
	font-size:14px;
}
#news a  {
	text-decoration: none;
	color:#FFFFFF;
}
#news a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

#gsa {
	width:245px;
	height:156px;
}

#gsa img {
	display:block;

}

#gsa a  {
	text-decoration: none;
	color:#FFFFFF;
}
#gsa a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
#subcopy {
	width:748px;
    background: #FFFFFF url(../images/content.gif) bottom no-repeat;
}

#subcopycontent {
	width:708px;
    background: url(../images/content_top.gif) top no-repeat;
	padding:15px 20px 30px 20px;
	overflow:hidden;
}

#subcopycontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #FFFFFF;
	padding: 8px 12px 20px 12px;
	font-style: normal;
	font-weight: bold;
	background: url(../images/title.gif) top no-repeat;
}

#subcopycontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 0 12px 10px 12px;
	font-style: normal;
	font-weight: normal;
}

#subcopycontent p.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #008fd4;
	padding: 0 12px 10px 12px;
	font-style: normal;
	font-weight: normal;
}

#subcopycontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 25px;
	color: #00448b;
	padding:0 12px 8px 12px;
	font-style: normal;
	font-weight: normal;
}

#subcopycontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding:0 12px 3px 12px;
	font-style: normal;
	font-weight: bold;
}

#subcopycontent ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding:0 12px 7px 12px;
	font-style: normal;
	font-weight: normal;
}

#subcopycontent li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 3px 7px;
}
.imageright {
	padding:3px;
	margin:0 0 10px 10px;
	display:block;
	border:1px solid #008fd4;
	background-color:#FFFFFF;
	float:right;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 12px;
	float: left;
	text-align:left;
	border:1px solid #b1b3b6;
	background-image: url(../images/form.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #b1b3b6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00448b;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00448b;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #008fd4;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #008fd4;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#008fd4;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background: #569fd3 url(../images/button.gif) right center no-repeat;
border: 1px solid #00467f;
padding: 3px 15px 3px 10px;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}

.cssbutton:hover{
background: #569fd3 url(../images/button2.gif) right center no-repeat;
background-color: #00467f;
padding: 3px 15px 3px 10px;
text-decoration: none;
color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/


#footer {
	width:984px;
	height:27px;
	background: url(../images/footer.gif) bottom no-repeat;
	padding:27px 20px 0 20px;
}

#footerleft {
	width:300px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}

#footerright {
	width:620px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}
#footerleft p {
	font-size: 10px;
	line-height: 13px;
	color:#FFFFFF;
	padding:0;
}

#footerleft img {
	padding:0 5px 0 0;
	float:left;
	display:block;
}

#footerright p {
	font-size: 10px;
	line-height: 13px;
	color:#808285;
	padding:0;
}

.snipe {
	color:#9f9364;
}
#footer2 {
	width:1024px;
}
#footer2 p {
	font-size: 10px;
	line-height: 13px;
	color:#808285;
	padding:5px 0 10px 0;
}

a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

#footer2 a  {
	text-decoration: none;
	color:#808285;
}
#footer2 a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
