@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body 
{
	padding:0px;
	margin:0px auto 0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	line-height:18px;
	color:#082a51;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

div#page
{
	width:980px;
	margin:0 auto 0 auto;
	padding:0px;
	background-color:#FFF
}

div#footer
{
	width:980px;
	height:70px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/footer2.jpg);
	background-repeat:no-repeat;
}

div#footerLogos
{
	width:980px;
	height:30px;
	float:left;
	padding-top:40px;
	margin:0px;
	text-align:center;
}

div#footerCSAA
{
	width:39px;
	height:60px;
	float:left;
	padding:5px 7px 0px 5px;
	margin:0px;
}

div#footerText
{
	width:887px;
	height:30px;
	float:left;
	padding:35px 20px 5px 20px;
	margin:0px;
	text-align:right;
	font-size:13px;
}

/*------------------------------------------------------*/

/*HOME PAGE STYLES*/

div#headerContainer
{
	width:980px;
	height:162px;
	float:left;
	padding:0px;
	margin:0px;
}

div#header
{
	width:980px;
	height:131px;
	float:left;
	padding:0px;
	margin:0px;
}

div#navBar
{
	width:980px;
	float:left;
	padding:0px;
	margin:0px;
	height:31px;
}

div#flashArea
{
	width:980px;
	height:250px;
	margin:0px;
	padding:0px;
	float:left;
}

div#insideImageArea
{
	width:752px;
	height:219px;
	margin:0px;
	padding:0px;
	float:left;
}

div#indexContent
{
	width:980px;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#FFF;
}

div#indexLeftColumn
{
	width:198px;
	height:380px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/indexLHnav.jpg);
	background-repeat:no-repeat;
}

div#indexRight
{
	width:782px;
	padding:0px;
	margin:0px;
	float:left;
}

div#indexRight1
{
	width:255px;
	padding:0 3px 0 3px;
	margin:0px;
	float:left;
}

div#indexRight2
{
	width:254px;
	padding:0 3px 0 3px;
	margin:0px;
	float:left;
}
	
div#indexRight3
{
	width:255px;
	padding:0 3px 0 3px;
	margin:0px;
	float:left;
}

div#indexCopyArea
{
	width:504px;
	padding:10px;
	margin-top:10px;
	float:left;
}

div#news
{
	width:238px;
	padding:0 10px 0 10px;
	margin-top:10px;
	float:left;
	background-image:url(../images/News.jpg);
	background-repeat:no-repeat;
}


/*INSIDE PAGE STYLES*/

div#insideLeftColumn
{
	width:198px;
	float:left;
	padding:0px;
	margin:0px;
}

div#insideLeftColumnNavTop
{
	width:198px;
	min-height:273px;
	height:auto !important;
	height:273px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/insideLeftNavTop_02.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#6083ab;
}

div#insideLeftColumnNavBottom
{
	width:198px;
	height:63px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/insideLeftNavBottom_04.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

div#insideLeftColumnRFQ
{
	width:176px;
	height:91px;
	float:left;
	padding:0px 11px 0px 11px;
	margin-top:20px;
}

div#creditCards
{
	width:198px;
	height:181px;
	float:left;
	margin:0px;
	padding:0px;
}

div#insideRight
{
	width:782px;
	padding:0px;
	margin:0px;
	float:left;
}

div#insideCopyArea
{
	width:762px;
	padding:13px;
	margin:0px;
	float:left;
}




/*------------------------------------------------------*/

/*TEXT STYLES*/

a 
{
	font-weight:normal;
	color:#548a44;
}	
			
a, a:visited {
	color:#548a44;
	text-decoration:none;
}
	
a:hover, a:active 
{ 
	color:#548a44; 
	text-decoration:underline; 
}
a img {
	border: none;
}

h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:26px;
	line-height:24px;
	color:#548a44;
	margin-top:10px;
}

h1 a, h1 a:visited
{ 
	color:#548a44;
	text-decoration:none; 
	}
	
h1 a:hover, h1 a:active 
{ 
	color:#548a44;
	text-decoration:underline; 
}

h2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:20px;
	color:#548a44;
}

h2 a, h2 a:visited
{ 
	color:#548a44;
	text-decoration:none; 
	}
	
h2 a:hover, h2 a:active 
{ 
	color:#548a44;
	text-decoration:underline; 
}

.news 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
}

.news  h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#548a44;
	margin-top:10px;
}
			
.news a, .news a:visited
{ 
	color:#548a44;
	text-decoration:none; 
	}
	
.news a:hover, .news a:active 
{ 
	color:#548a44; 
	text-decoration:underline; 
}

/*logo rollover*/

.logoCC
{
	/*background-image:url(../images/credit-cards.jpg);
	background-repeat:no-repeat;*/
	width:198px;
	height:181px;
}

a:link.logoCC, a:visited.logoCC
{
	background-image:url(../images/credit-cards.jpg);
	background-repeat:no-repeat;
	width:198px;
	height:181px;
	float:left;
}

a:hover.logoCC, a:active.logoCC
{
	background-image:url(../images/credit-cards-hover.jpg);
	background-repeat:no-repeat;
	width:198px;
	height:181px;
	float:left;
}

	

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*--- Default Styles ---*/
#qm0 { z-index: 12 !important; }
#thePageTitle {font-size: 1.4em; font-weight: bold; padding: 5px 0 5px 5px; color: #FFFFFF; line-height:normal;}
#thePageTitle a {font-weight: bold; color: #FFFFFF; line-height:normal;}
.navOnlyLink { cursor: default; }
.centerTable {margin: 0 auto; text-align: center;}
.imageFloatLeft {float:left; margin: 6px;}
.imageFloatRight {float:right; margin: 6px;}
.center { text-align: center; }
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}
/*--- END ---*/