﻿/*
------------------------------------------------
 General style sheet
 Developed by Monty Milne
------------------------------------------------
*/

/*
------------------------------------------------
 BEGIN RESET
 
 http://meyerweb.com/eric/tools/css/reset/
 Thanks Eric Myers!
 v1.0 | 20080212
------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
------------------------------------------------
 END RESET 
------------------------------------------------
*/


/* BEGIN IE6 .PNG FIX */

img, div, table, tr, td, src, input, { behavior: url(include/iepngfix.htc) }

/* END IE6 .PNG FIX */




/*
------------------------------------------------
 Begin Styles 
------------------------------------------------
*/



/*
------------------------------------------------
 Begin HR Styles 
------------------------------------------------
*/


/* for ie */
hr {
	width:100%;
	height:1px;
	color:#c0c0c0;
	border:none;
}

/* for Gecko-based browsers */
html>body hr {
	width:100%;
	height:1px;
	background-color:#c0c0c0;
	border:none;
}

/* for Opera and Gecko-based browsers */
html>body hr {
	width:100%;
	height:1px;
	background-color:#c0c0c0;
	border:0px solid #c0c0c0;
}


/*
------------------------------------------------
 End HR Styles 
------------------------------------------------
*/






/*
------------------------------------------------
 Begin Absolute Positioned Items
------------------------------------------------
*/


#APItem1
{
z-index: 2;
position: absolute;
top: 240px;
left: 65px;
}

#APItem2
{
z-index: 2;
position: absolute;
top: 240px;
left: 185px;
}


/*
------------------------------------------------
 End Absolute Positioned Items
------------------------------------------------
*/




/*
------------------------------------------------
 Begin CONSTANT Styles 
------------------------------------------------
*/



body 
{ 
margin: 0;
padding: 0;
background-color: #ccc;
background-image: url('../images/silver-BG.png');

font-family: arial, sans-serif;
font-size: 100%;
line-height: 1.4em;
}


#siteContainer 
{
width: 960px;
height: auto;
margin: 0 auto;
text-align: left;

z-index: 1;
position: relative;
}


#siteBGContainer
{
background-color: #fff;
background-image: url('../images/container-BG.png');
background-repeat: repeat-y;
}


#siteMapContainer 
{
width: 450px;
height: auto;
margin: 0 auto;
text-align: left;
background-color: #fff;
padding: 20px;
}

#siteMapContainer ul li
{
margin: 0 0 20px 0;
}

#siteMapContainer ul li#siteStrong
{
font-weight: bold
}

#siteMapContainer ul li a
{
color: #961b1e;
text-decoration: none;
font-weight: bold;
}

#siteMapContainer ul li a:hover
{
color: #002d62;
text-decoration: underline;
font-weight: bold;
}


a:link, a:visited, a:active  {
	color: #002d62;
	text-decoration: underline; 
}

a:hover {
	color: #002d62;
	text-decoration: none; 
}

a:link.noUnderline, a:visited.noUnderline, a:active.noUnderline, a:hover.noUnderline {
	text-decoration: none; 
}


.textError
{
color: #961b1e;
font-weight: bold;
}


.thisProcessCSS
{
font-size: .1pt;
background-color: #fff;
color: #fff;
border: 0;
}

.myBold
{
font-weight: bold;
}

.myItalic
{
font-style: italic;
}

.myBoldItalic
{
font-weight: bold;
font-style: italic;
}

.floatLeft
{
float: left;
width: 230px;
margin: 0 0 30px 0;
}

.floatRight
{
float: right;
width: 370px;
margin: 0 0 30px 0;
}

.paraCenter
{
text-align: center;
}

#photoSpecsLeft
{
float: left;
margin: 0 0 15px 15px;
}

#photoSpecsRight
{
float: right;
margin: 0 15px 15px 0;
}


h1
{
font-size: 210%;
color: #012d6a;
font-weight: bold;
margin: 0 0 10px 0;
padding: 0;
line-height: 1.4em;
display: block;
}

h2
{
font-size: 90%;
color: #012d6a;
font-weight: bold;
margin: 0 0 13px 0;
text-align: center;
}


h2.blueLink
{
font-size: 200%;
color: #012d6a;
font-weight: bold;
margin: 0 0 25px 0;
}

h2.blueLink a
{
text-decoration: none;
}


p
{
margin: 0 0 13px 0;
}


#myBox
{
width: 550px;
}


#myBox ul.myDot
{
list-style-type: disc;

margin: 0 0 0 220px;
line-height: 1.7em;
}


ul.ulDotted
{
list-style-type: disc;
margin: 0 0 20px 50px;
}

/*
------------------------------------------------
 End CONSTANT Styles 
------------------------------------------------
*/




/*
-----------------------
 Begin Top Bar 
-----------------------
*/

#topBar
{
width: 960px;
height: 24px;
background-image: url('../images/top-Bar.png');
background-repeat: no-repeat;
}



/*
-----------------------
 End Top Bar 
-----------------------
*/




/*
-----------------------
 Begin Top Banner 
-----------------------
*/


#topBannerContainer
{
width: 898px;
height: 186px;
margin: 0 0 0 31px;
}



#topBanner
{
width: 898px;
height: 175px;
background-image: url('../images/topBanner.png');
background-repeat: no-repeat;
}

#topBannerButton
{
width: 208px;
height: 131px;
margin: 0 0 0 670px;
padding: 45px 0 0 0;
}





/*
-----------------------
 End Top Banner 
-----------------------
*/





/*
-----------------------
 Begin Top Section 
-----------------------
*/

#topContainer
{
width: 960px;
height: 412px;
}

#topContainerLeft
{
width: 264px;
height: 412px;
background-image: url('../images/top-Left-Contain-BG.png');
background-repeat: no-repeat;
float: left;
}

#topContainerRight
{
width: 654px;
height: 412px;
float: left;
margin: 0 0 0 11px;

}

#mainPhoto
{
width: 654px;
height: 328px;
}


#topThumbContainer
{
width: 654px;
height: 40px;
float: right;
}

#topThumb ul
{
padding: 10px 0 0 20px;
}

#topThumb ul li
{
display: inline;
padding: 0 25px 0 0;
}

#topThumb ul li.lastOne
{
display: inline;
padding: 0;
}


/*
-----------------------
 End Top Section 
-----------------------
*/





/*
-----------------------
 Begin Top Navigation 
-----------------------
*/


#topContainerNav
{
width: 221px;
height: auto;
margin: 15px 0 0 31px;
}

#topContainerNav ul
{
font-size: 100%;
font-weight: bold;
height: auto;
}


#topContainerNav ul li a
{
font-family: arial;
font-weight: bold;
font-size: 100%;
display: block;
text-align: left;
color: #012d6a;
width: 221px;
padding: 0 0 0 10px;
text-decoration: none; 
background: transparent;
}


#topContainerNav ul li.colorOne a:hover
{
background-color: #c39;
color: #fff;
}

#topContainerNav ul li.colorTwo a:hover
{
background-color: #f00;
color: #fff;
}

#topContainerNav ul li.colorThree a:hover
{
background-color: #399;
color: #fff;
}

#topContainerNav ul li.colorFour a:hover
{
background-color: #39f;
color: #fff; 
}

#topContainerNav ul li.colorFive a:hover
{
background-color: #90c;
color: #fff; 
}

#topContainerNav ul li.colorSix a:hover
{
background-color: #c03;
color: #fff; 
}

#topContainerNav ul li.colorSeven a:hover
{
background-color: #696;
color: #fff;
}

#topContainerNav ul li.colorEight a:hover
{
background-color: #06c;
color: #fff; 
}

#topContainerNav ul li.colorNine a:hover
{
background-color: #606;
color: #fff; 
}

#topContainerNav ul li.colorTen a:hover
{
background-color: #900;
color: #fff; 
}

#topContainerNav ul li.colorEleven a:hover
{
background-color: #060;
color: #fff; 
}

#topContainerNav ul li.colorTwelve a:hover
{
background-color: #039;
color: #fff;
}





/*
-----------------------
 End Top Navigation 
-----------------------
*/





/*
-----------------------
 Begin Middle Nav 
-----------------------
*/

#middleNavContainer
{
width: 960px;
height: 52px;
background-image: url('../images/middle-Bar-BG.png');
background-repeat: no-repeat;
}



#middleNavContainer ul
{
padding: 11px 0 0 285px;
}

#middleNavContainer ul li
{
display: inline;
}

#middleNavContainer ul li a
{
margin: 0 30px 0 0;
font-weight: bold;
text-decoration: none;
padding: 13px;
}

/*
#middleNavContainer ul li a:hover
{
background-color: #012d6a;
color: #fff; 
}
*/

#middleNavContainer ul li.midColorOne a:hover
{
background-color: #c39;
color: #fff; 
}

#middleNavContainer ul li.midColorTwo a:hover
{
background-color: #f00;
color: #fff; 
}

#middleNavContainer ul li.midColorThree a:hover
{
background-color: #099;
color: #fff; 
}

#middleNavContainer ul li.midColorFour a:hover
{
background-color: #39f;
color: #fff; 
}







/*
-----------------------
 End Middle Nav 
-----------------------
*/




/*
-----------------------
 Begin Main Content Container
-----------------------
*/


#contentContainer
{
width: 921px;
height: auto;
font-size: 80%;
background-image: url('../images/main-Content-BG.png');
background-repeat: repeat-y;
background-position: top left;
margin: 0 0 0 20px;
}

/*
-----------------------
 End Main Content Container
-----------------------
*/






/*
-----------------------
 Begin Left Menu 
-----------------------
*/


#leftColumn ul
{
font-size: 100%;
font-weight: bold;
padding: 15px 0 0 12px;
}


#leftColumn ul li a
{
font-family: arial;
font-weight: bold;
font-size: 130%;
display: block;
text-align: left;
color: #fff;
width: 230px;
height: 37px;
padding: 8px 0 0 10px;
text-decoration: none;
background-image: url('../images/left-Button-BG.png');
background-repeat: no-repeat;
}

#leftColumn ul li a:hover
{
background-image: url('../images/left-Button-BG-mo.png');
color: #bbcee1;
}


/*
-----------------------
 End Left Menu 
-----------------------
*/




/*
-----------------------
 Begin Main Content
-----------------------
*/

#mainContentContainer
{
margin: 0 32px 0 0;
}

#mainContent
{
width: 612px;
float: right;
padding: 0;
margin: 20px 0 0 0;
font-size: 90%;
}



/*
-----------------------
 End Main Content
-----------------------
*/




/*
--------------------------------
 Begin CSS Form Layout
--------------------------------
*/

#tableFormDiv
{
margin: 0 0 0 80px;
}

.paraFormHeight
{
clear: all;
}

.floatFormLeft
{
float: left;
}

.floatLeftFormWidth
{
float: left;
width: 100px;
}


.submitButton
{
margin: 5px 0 30px 183px;
z-index: 2;
position: absolute;
}


/*
--------------------------------
 End CSS Form Layout
--------------------------------
*/





/*
-----------------------
 Begin Footer Bottom
-----------------------
*/


#footerBottomContainer
{
width: 960px;
height: 80px;
background-image: url('../images/footer-Bottom-BG.png');
background-repeat: no-repeat;
}


/*
-----------------------
 End Footer Bottom
-----------------------
*/






/*
-----------------------
 Begin Footer
-----------------------
*/


#footerContainer
{
width: 960px;
height: auto;
background-color: transparent;
}

#footerMenu p
{
font-family: arial, sans-serif;
font-size: 60%;
color: #000;
margin: 0 auto;
text-align: center;
padding: 10px 0 0 0;
}

#footerMenu a
{
color: #000;
text-decoration: none;
}

#footerMenu a:hover
{
color: #666;
text-decoration: none;
}

#footerMenu ul
{
text-align: center;
padding: 5px 0 0 0;
}

#footerMenu ul li
{
font-family: arial, sans-serif;
font-size: 60%;
line-height: 1.4em;
color: #000;
display: inline;
padding: 0 30px 0 0;
}

#footerMenu ul li a
{
color: #000;
text-decoration: none;
}

#footerMenu ul li a:hover
{
color: #666;
}


/*
-----------------------
 End Footer
-----------------------
*/




/*
-----------------------
 Begin Slider Styles
-----------------------
*/


.csw 
{
width: 643px; 
height: 273px; 
background: #fff; 
overflow: scroll;
}

.csw .loading 
{
margin: 200px 0 300px 0; 
text-align: center;
}

.stripViewer 
{
position: relative;
overflow: hidden; 
padding: 0px;
margin: 0px;
width: 654px;
height: 328px;
background: #fff;
}
		
.stripViewer .panelContainer 
{
position: relative;
left: 0; top: 0;
width: 100%;
list-style-type: none;
}
		
.stripViewer .panelContainer .panel 
{
float:left;
height: 273px;
position: relative;
width: 654px;
}
		
.stripNav 
{
margin: 0;
}
		
.stripNav ul 
{
list-style: none;
}
		
.stripNav ul li 
{
float: left;
margin-right: 0px;
}
		
.stripNav a 
{
font-size: 10px;
font-weight: bold;
text-align: center;
background: #c6e3ff;
color: #fff;
text-decoration: none;
display: none;
padding: 0px;
}
		
.stripNav li.tab1 a 
{ 
background: #60f;
}
		
.stripNav li.tab2 a 
{ 
background: #60c; 
}
		
.stripNav li.tab3 a 
{ 
background: #63f; 
}
		
.stripNav li.tab4 a 
{ 
background: #63c; 
}
		
.stripNav li.tab5 a 
{ 
background: #00e; 
}
		
.stripNav li a:hover 
{
background: #333;
}
		
.stripNav li a.current 
{
background: #000;
color: #fff;
}
			
.stripNavL, .stripNavR 
{
position: absolute;
top: 230px;
}
		
.stripNavL a, .stripNavR a 
{
display: none;
height: 30px;
width: 40px;
}
		
.stripNavL 
{
left: 0;
}
		
.stripNavR 
{
right: 0;
}
		
.stripNavL
{
background: url("images/arrow-left.gif") no-repeat center;
}
		
.stripNavR 
{
background: url("images/arrow-right.gif") no-repeat center;
}	
	
.cross-link
{
font-size: 10pt;
font-weight: bold;
}

.cross-link a
{
padding-right: 20px;
color: #fff;
}




/*
-----------------------
 End Slider Styles
-----------------------
*/

/*
-----------------------
 Begin Buy A Sign Online Styles
-----------------------
*/


fieldset
{
border: 3px solid #3e3b71;
width: 92%;
padding: 0 20px;
}

legend
{
color: #fff;
background: #00469b;
border: 1px solid #3e3b71;
padding: 4px 12px;
font-size: 170%;
font-weight: bold;
} 

legend a:link, a:visited, a:active, a:hover
{
color: #fff;
text-decoration: none;
} 


/*
-----------------------
 End Buy A Sign Online Styles
-----------------------
*/


/*
------------------------------------------------
 End Styles 
------------------------------------------------
*/
