body {
	padding: 0px;
	background: #577098 url('img/dot2.gif') repeat;
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
    	font: 9px/1.5 Arial, Helvetica, san-serif;
	}



table, tr, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #333333; 
	}

a {outline: none;} /* removes dotted line from around links in FF */

a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #c57244; 
	
	}


a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #c57244;  
	} 


h1 {  
	margin: 0px; 
	padding: 0px; 
	color: #cc9933; 
	font:  20px/1 Verdana, Arial, Helvetica, san-serif; 
	height:auto; 
	}

h2 {   
	color: #666; 
	font-size: 14px; 
	font-weight: bold; 
	margin: 10px 0px 10px 0px; 
	padding: 0px; 
	}



h3 { 
	margin: 0px; 
	padding: 0px; 
	font-size: 10px; 
	}


p { 
	margin: 10px 0px 10px 0px; 
	line-height:16px; 
	}




/*
================================
================================

CUSTOM PAGE ELEMENTS

================================
================================
*/

/*------------------- Utility Links ----------------------*/
.utility {
	width: 743px; 	
	position: relative;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	color: #000;
	font: 9px Verdana, Arial, Helvetica, san-serif;
	border:solid red 0px;
	text-align:right;
	}

.utility a:link, .utility a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #4d4c46; 
	font: 9px Verdana, Arial, Helvetica, san-serif;
	}


.utility a:hover, .utility a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000;  
	} 


/*------------------- Search Box ----------------------*/
#search_box{
	position:absolute;
	background: #516a67;
	display:none;
	top:20px;
	right:80px;
	color:#fff;
	padding:5px;
	margin:0;
	width:250px;
	z-index:99
	}

#search_box form input {font: 9px/1 Verdana, Arial, Helvetica, sans-serif;}
#search_box legend {color: #fff; font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;}
#search_box fieldset{padding:10px 20px;}
.search-button {
	background-color: #cc9933;  
	color: #fff; 
	cursor: pointer; 
	font: 9px/1.5 Verdana, Arial, Helvetica, sans-serif;
	height: 17px; 
	border: 1px solid #cc9933; 
	margin:0 0 0 10px;
	}
	
#search_box a:link, a:visited { 
	font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #000;  
	}


#search_box a:hover, a:active { 
	font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #fff;  
	} 
/*--------------------- Containing Divs -----------------------*/


.maincontainer { 
	width: 756px; 	
	position: relative;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	margin-top:15px;
	text-align:left; 
	padding: 0px; 
	border: 0px solid green;

	}
	
.frame {
	width: 743px;
	margin: 0px 0 0px 5px;
	background-color: #fff; 
	border: 1px solid #333;
	}
	
	
	
/*------------------- Begin Glo Code ----------------------*/
.topglo { 
	width: 756px; 
  	height: 5px;
	margin-bottom: 0px; 
  	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='img/top_glo2.png');
  	}
  		
.topglo[class] { /* IE ignores styles with [attributes], so it will skip the following. */
    	background-image:url(img/top_glo2.png);
  	}

.midglo { 
	width: 755px; 	
	margin: 0 0 0 0;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/mid_glo2.png');
	}


.midglo[class] { /* IE ignores styles with [attributes], so it will skip the following. */
  	background-image:url(img/mid_glo2.png);
	}


.btmglo { 
	width: 756px; 
	height: 5px; 
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='img/btm_glo2.png');
	}	

.btmglo[class] { /* IE ignores styles with [attributes], so it will skip the following. */
  	background-image:url(img/btm_glo2.png);
	}

/*------------------- End Glo Code ----------------------*/



.header {
	position: relative;
	background: url('img/hdr_bkg.jpg') no-repeat;
	width: 743px;
	height: 111px;
	border-bottom: 0px solid #315893;
	}


.logo { 
	float: left; 
	margin: 0; 
	padding: 0; 
	}


/*------------------- Main Nav ----------------------*/		
.menu { 
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 700px; 
	height: 29px; 
	margin: 0px 0 0 40px; 
	padding: 0px;  
 	border-top: 1px solid #9db0ae; 
	}

#nav, #nav ul { /* all lists */
	float:right;
	list-style: none;
	background: none;
	padding:0;
	margin: 0;
	border:solid 0px yellow;
	}

#nav li { /* main list items */
	float: left;
	border:solid 0px red;
	text-align: center;
	}

#nav a{
	padding: 8px 14px 9px 14px;
	display : block;
	font: 11px Verdana, Arial, Helvetica, san-serif;
	color : #ccc;
	margin: 0;
	font-weight : normal;
	text-decoration : none;
	border:none;
	width:auto;
	height:auto;
	white-space:nowrap;
	}
	
* html #nav a{ width: 2em;w\idth: 2em;}

#nav li a:hover {
	padding: 8px 14px 9px 14px;
	display : block;
	color : #fff;
	margin: 0;
	font-weight : normal;
	text-decoration : none;
	border:0px solid green;
	width: auto;
	height:auto;
	}
	
* html #nav a:hover{ width: 2em;w\idth: 2em;}	


#nav li ul { /* second-level lists */
	position : absolute;
	left: -9999px;
	margin: 0;
	top: 29px; 
	width: 145px;
	}


#nav li ul  a {
	width: 145px;
	padding: 8px 0px 7px 8px;
	display: block;	
	background: #a8a598;
	color: #fff;
	font: 9px Verdana, Arial, Helvetica, san-serif;
	font-weight: normal;
	text-align: left;
	float: none;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}

#nav li ul  a:hover {
 	width: 145px;
 	padding: 8px 0px 7px 8px;
	display: block;
	background: #cc9933;
	color: #fff;
	float: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
	}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -9999px;
	}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#nav li:hover, 
#nav li.sfhover {
	background: #8d9b8e;
	}
/*-------------------------------------------------------*/


/*------------------- Main Content ------------------------*/
#homeMainPic {position:relative}
#secondMainPic {position:relative}
	
.mainHome {
	margin: 0;
	padding: 0;
	width: 743px;
	border-top: 0px solid #fff;
	min-height:375px;
	height:auto !important;
	height:375px;
	}

.content {
	width: 379px;
	padding: 0px 0 20px 20px;
	margin: 0 ;
	font: 11px/1.75 Arial, Helvetica, san-serif;
	border: 0px solid red;
	}
	
#pixBorder  { 
	float: right;
	border: solid 1px #ddd;
	padding: 10px; 
	margin: 0 0 20px 20px 
	}

#pixBorderHistory  { 
	border: solid 1px #ddd;
	padding: 10px; 
	margin: 0 0 0px 0px 
	}

.content h2 {	
	font: bold 12px/1.75 Arial, Helvetica, san-serif;
	color:#c93;
	margin: 0px 0 10px 0;
	padding:20px 0 5px 0;
	border-bottom: solid 1px #ddd;
	}
	
#featuredProductsHome td{
	padding:0 0 5px 0;
	font: 11px/1 Arial, Helvetica, san-serif;
	color:#000;
	}

#featuredProductsHome img{border: 2px solid #fff;}
#featuredProductsHome a:link img{border: 2px solid #fff;}
#featuredProductsHome a:visited img{border: 2px solid #fff;}
#featuredProductsHome a:hover img{ border: 2px solid #c60;}	
#featuredProductsHome a:hover{ color: #c60; /* Dummy definition to overcome IE bug */}

#featuredProductsHome a:link {
	font: 11px/1 Arial, Helvetica, san-serif;
	color:#c60;	
	font-weight: normal; 
	text-decoration: none; 
	}
	
#featuredProductsHome a:visited {
	font: 11px/1 Arial, Helvetica, san-serif;
	color:#c60;	
	font-weight: normal; 
	text-decoration: none; 
	}
	
#featuredProductsHome a:hover { 
	font: 11px/1 Arial, Helvetica, san-serif;
	color:#c60;	
	font-weight: normal; 
	text-decoration: underline; 
	}

.brandPromiseHome  {
	float:right;
	width: 255px;
	height: auto;
	padding: 35px 20px 20px 30px;
	margin: 0;
	color: #666;
	font: bold italic 12px/1.75 Arial, Helvetica, san-serif;
	background: #fff url('img/sidenav_bkg.gif') top repeat-x; 
	border:solid 0px blue;
	}

#linksHome {
	position:absolute;
	bottom:30px;
	right:0px;
	width: 287px;
	padding: 0 0 20px 0;
	margin-top: 400px;
	border:solid 0px blue;
	}		



.main {
	margin: 0;
	padding: 0;
	width: 743px;
	border-top: 0px solid #fff;
	min-height:500px;
	height:auto !important;
	height:500px;
	}
.contentSecond {	
	padding: 0 0 20px 0;
	margin: 0 20px 0 220px ;
	font: 11px/1.75 Arial, Helvetica, san-serif;
	min-height:500px;
	height:auto !important;
	height:500px;
	}


.contentSecond a:link, .contentSecond a:visited { 
	font-weight: normal; 
	font: 11px/1.75 Arial, Helvetica, san-serif;
	text-decoration: none; 
	color: #c57244; 
	}


.contentSecond a:hover, .contentSecond a:active { 
	font-weight: normal; 
	font: 11px/1.75 Arial, Helvetica, san-serif;
	text-decoration: underline; 
	color: #c57244;  
	} 
	

#featuredProducts td{
	padding:20px 25px 5px 0;
	vertical-align:top;
	font: 11px/1.75 Arial, Helvetica, san-serif;
 	}

 
#featuredProducts img{border: 2px solid #999;}
#featuredProducts a:link img{border: 2px solid #999;}
#featuredProducts a:visited img{border: 2px solid #999;}
#featuredProducts a:hover img{ border: 2px solid #c60;}	
#featuredProducts a:hover{ color: #c60; /* Dummy definition to overcome IE bug */}

#featuredProducts a:link {text-decoration: none; }
	
#pixBorderProjects  { 
	float: right;
	border: solid 2px #ddd;
	padding: 0px; 
	margin: 20px 0 0 20px 
	}	

.senior h3 { 
	color: #c57244; 
	font: 13px/1 Arial, Helvetica, san-serif; 
	font-weight: bold; 
	margin: 0; 
	padding-top: 5px;
	border-top:1px solid #666;
	}
	
	

/*------------------- Side Nav ----------------------*/	

#sideNav {
	margin: 100px 0 0 0px; 
	float:left;
	border:0px solid red;
	}

#navlist {
	width:180px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
	text-align: right;
	}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 5px 0px 5px 0px;
	/*white-space: nowrap;*/
	background: url(img/ltblu_block2.gif) no-repeat 150px 11px;
	}
	
#navlist li a:link, #navlist li a:visited {	
	text-decoration: none;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background: url(img/blu_block.gif) no-repeat right 30px;
	padding: 0 15px 0 0;
	margin:0 25px 0 0;
	outline: none;
	}
	
#navlist li a:hover, #navlist li a:active {	
	color: #000; 
	background-position: right 5px ;
	z-index:50;
	}

#sideNav #navlist .uberlink { 
	font-weight: bold ;
	color: #000; 
	background-image: url(img/yel_block.gif) ;
	background-position: right 5px ;
	}
	


/*------------------- Breadcrumb ----------------------*/	

#breadCrumb  {
	margin: 5px 0px 35px 0px; 
	color: #c57244;
	font: bold 11px/2 Arial, Helvetica, san-serif;
	border-bottom:0px solid #ddd;
	}	

#breadCrumb a:link, #breadCrumb a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #999;  
	}

#breadCrumb a:hover, #breadCrumb a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;  
	} 




/*

=================================================================================================================================

Contact Form Styling

=================================================================================================================================

*/


#myform fieldset {border: 1px solid #ccc; padding: 3px 10px 10px; margin: 10px 0;}

#myform textarea {
	color: #006;
	background: #F4F4F4;
	border: 1px solid #ccc;
	width: 373px;
	font: 12px/12px normal Verdana, arial, sans-serif;
	color: #000;
	margin:0px;
	padding:0px;
	}

#myform checkbox {border:none;}	

	

#myform input {
	color: #006;
	background: #F4F4F4;
	border: 1px solid #ccc;
	font: 10px/10px normal Verdana, arial, sans-serif;
	color: #000;
	margin:0px;
	float:left;
	padding:0px;
	}	



#myform select {
	color: #000;
	background: #F4F4F4;	
	border: 1px solid #ccc;
	font: 10px/10px normal Verdana, arial, sans-serif;
	width: auto;
	float:left;
	margin:0px;
	padding:0px;
	}	

#myform label {
	width: auto;
	margin:0px;
	padding:0px;
	float:left;
	}

#myform form {
	width: auto;
	margin:0px;
	padding:0px;
	}

#myform span {
	width:auto;
	height:auto;
	margin:5px;
	padding:5px;
	clear:both;	
	}

.button {
	margin:20px 0 0 0;
	background-color: #999;
	color: #000066;
	border: 1px solid #000;
	color: #000;
	font: 10px/10px normal Verdana, arial, sans-serif;
	width: 100px;
	} 

	

#myform input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #fff;
	background: #333;
	}

#myform legend {font-size: 10px; font-weight: bold; color: #000; margin: 10px 0; padding: 2px 4px; border: 1px solid #ccc; background: #F4F4F4;}	



.btn {
	border: 3px double;
	border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1;
	display: block;
	margin: 5px 10px;
	cursor: pointer;
	height: 25px;
	width: 100px;
	}	


/*------------------- Footer ----------------------*/	

#btt {padding:0 0 10px 220px; font-size: 11px }

#btt a:link, #btt a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #c57244; 
	}


#btt a:hover, #btt a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #c57244;  
	} 


.footer { 
	width: 743px; 
	height: 30px;	
	background: #597b78; 
	padding: 0 0 0 0; 
	color: #eeecda;
	text-align:right;
	font: 9px/1 Verdana, Arial, Helvetica, san-serif;
	}

.footerText { 

	padding: 10px 20px 0 0; 
	color: #eeecda;
	font: 9px/1 Verdana, Arial, Helvetica, san-serif;
	}


/*------------------- Signature ----------------------*/		
.signature {
	width: 743px; 	
	position: relative;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	color: #4d4c46;
	font: 9px Arial, Helvetica, san-serif;
	visibility: hidden;
	}

.signature a:link, .signature a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #4d4c46;  
	}
	
.signature a:hover, .signature a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #4d4c46;  
	}
	
	
	
	
	
	
/*
================================
================================

SLIMBOX

================================
================================
*/	
	

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

		
