
body {
	margin: 0px;
	padding:  0px;
	text-align: center;
	font-family: 'Alata', Tahoma, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #444444;
        background-color: white;
	}

.bodyBare {
        color: #444444;
}
.bodyBare a:link {color: #444; text-decoration: none;}
.bodyBare a:hover {color: #444; text-decoration: underline;}
.bodyBare a:active {color: #444;}
.bodyBare a:visited {color: #444;}

h1.h1rightColumn {
	margin: 15px 0px 13px 0px;
	padding: 0px;
	font-family: "Alata", Tahoma, sans-serif;
        font-weight: bold;
	font-size: 31px;
	line-height: 31px;
	color: ;
	}
	
h3.h3rightColumn {
	margin: 0px 0px 13px 0px;
	padding: 0px;
	font-family: 'Alata', Tahoma, sans-serif;
        font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	}
	
h2.h2LearnMore {
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	font-family: 'Alata', Tahoma, sans-serif;
        font-weight: bold;   
	font-size: 18px;
	line-height: 21px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	}
	
	
p { margin: 0px 0px 13px 0px; }

a:link {color: #09405F;}
a:visited {color: #09405F;}
a:hover {color: ;}
a:active {color: ;}

.clear { clear:both; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid ;
}       

    .onh{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }


/* DIVS */

	.contentContainer {
		margin: 0px auto;
		padding: 0px;
                width: 100%;
		text-align: center;
	}
	
	.blue { background-color: #09405F; }
	.gold { background-color: ; }
	.white { background-color: #FFFFFF; }
        .grey { background-color: #E0E0E0; border-top: 1px solid #BBBBBB; border-bottom: 1px solid #BBBBBB;}
	
	#header {
			margin: 0px auto;
			padding: 10px 0px 0px 0px;
			width: 1200px;
			height: 100px;
			text-align: left;
			color: #FFFFFF;
		}
		
	#header #dilogo {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		width: 270px;
		text-align: left;
		float: left;
	}
	
	
	#header #searchBox {
		margin: 0px;
		padding: 0px;
		text-align: right;
		float: right;
	}
	
	#pageContent {
		margin: 0px auto;
		padding: 0px 0px 5px 0px;
		width: 1200px;
		text-align: left;
                height: 95%;
                overflow: auto;
	}
	
		#pageContent #leftColumn {
			margin: 0px;
			padding: 0px;
			width: 170px;
			float: left;
		}
		
			#pageContent #leftColumn #guardianLogo {
				margin: 0px 0px 15px 0px;
				padding: 15px 10px 10px 0px;
				width: 170px;
				text-align: center;
			}
			
			#pageContent #leftColumn .button{
				margin: 0px 0px 15px 0px;
				padding: 0px;
				width: 170px;
				text-align: center;
			}
			
			#pageContent #leftColumn .leftColumnItem {
				margin: 0px 0px 15px 0px;
				padding: 0px;
				width: 170px;
				text-align: left;
				background-color: #D1E0EF;
				border: 1px solid #99BBDD;
				color: #09405F;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
			}
			
			#pageContent #leftColumn .leftColumnItem h1.itemTitle {
				margin: 0px 0px 15px 0px;
				padding: 10px 15px 10px 15px;
				color: #09405F;
                           	font-family: 'Alata', Tahoma, sans-serif;
                                font-weight: bold;
				font-size: 14px;
				line-height: 12px;
				border-bottom: 1px solid #99BBDD;
				font-weight: normal;
				}
				
			#pageContent #leftColumn .leftColumnItem h2.specialistName {
				margin: 0px 0px 15px 0px;
				padding: 0px;
				color: #09405F;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 11px;
				font-weight: bold;
				text-align: center;
				}
				
			#pageContent #leftColumn .leftColumnItem div.specialistPhoto {
				margin: 15px 0px 15px 0px;
				padding: 0px;
				text-align: center;
				}
				
			#pageContent #leftColumn .leftColumnItem div.specialistPhoto img { border: 2px solid #99BBDD; }
			
			#pageContent #leftColumn .leftMenu {
				margin: 0px 0px 15px 0px;
				padding: 0px;
				width: 170px;
				text-align: left;
				background-color: #D1E0EF;
				border-top: 1px solid #99BBDD;
				border-left: 1px solid #99BBDD;
				border-right: 1px solid #99BBDD;
			}
			
			#pageContent #leftColumn .leftMenu  a.leftMenuItem {
				margin: 0px 0px 0px 0px;
				padding: 10px 15px 10px 15px;
				display: block;
				color: #09405F;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				line-height: 12px;
				text-decoration: none;
				border-bottom: 1px solid #99BBDD;
				}
			#pageContent #leftColumn .leftMenu  a.leftMenuItem:link {color: #09405F;}
			#pageContent #leftColumn .leftMenu  a.leftMenuItem:visited {color: #09405F;}
			#pageContent #leftColumn .leftMenu  a.leftMenuItem:hover {color: ;}
			#pageContent #leftColumn .leftMenu  a.leftMenuItem:active {color: ;}
		
		
		#pageContent #rightColumn {
			margin: 0px 0px 0px 195px;
			padding: 0px;
			width: 1005px;
		}

                #pageContent #rightColumn h2 {
                	margin: 0px 0px 8px 0px;
                	padding: 0px;
                	font-family: Arial, Geneva, sans-serif;
                	font-size: 18px;
                	line-height: 21px;
                	color: ;
                	font-weight: normal;
        	}	
		
		#pageContent #rightColumn #requestQuoteButton {
			margin: 0px 0px 0px 0px;
			float: right;
		}
			a.bluebutton {
					margin: 0px 8px 0px 0px;
					padding: 7px;
					color: #666;
					font-family: 'Alata', Tahoma, sans-serif;
                                        font-weight: bold;
                                        cursor: pointer;
					font-size: 14px;
					line-height: 16px;
					text-decoration: none;
					text-align: center;
					#border: 1px solid #666;
                                        #background-color: white;
                                        display: inline-block;
                                        margin-bottom: 5px;
                                        border-radius: 12px;
					}
                        a.square {
                                        border-radius: 0px;
                                 }

			a.bluebutton:link {color: #666;}
			a.bluebutton:visited {color: #666;}
			a.bluebutton:hover { background-color: ; color: white;}
			a.bluebutton:active { background-color: ; color: white;}
			
                        a.tiny { height: 15px; padding: 2px 4px 2px 4px; margin: 0px 0px 0px 0px;  border-radius: 6px; background-color: white;}
                        a.small { width: 145px; } /* 124->188->127->145 */
                        a.medium { width: 354px; } /* 234->354 */
			a.menu { width: 156px; }
                        a.large { width: 422px; } /* 404->604->422 */
                        a.section { width: 422px; padding: 20px; margin-bottom: 20px;}
                        a.largefont {width: 422px; padding: 15px; font-size: 16px;}
                        a.largefontskinny {width: 304px; padding: 15px; font-size: 16px;}

                        a.gold {background-image: none; background-color: ;}
                        a.gold:hover {background-image: none; background-color: #FBBC28;}

                        a.banner {position: absolute; top: 414px; left: 602px; width: 584px; height: 50px; font-size: 20px; text-align: left; padding-top: 5px; line-height: 25px; cursor: pointer; border-radius: 0px; border: 0px; background: rgba(255, 255, 255, 0.8); }
                        a.banner:hover { background-color: ; }
			a.banner:active { color: white;}
                        a.banner .LMtext { font-size: 11px; text-decoration:underline; text-align: right; font-family: verdana, arial; font-weight: bold; }

                        a.clearbanner {position: absolute; top: 414px; left: 574px; width: 584px; height: 50px; font-size: 20px; text-align: left; padding-top: 5px; line-height: 25px; cursor: pointer; text-decoration: none; }
			a.clearbanner:active { color: white;}
                        a.clearbanner .LMtext { font-size: 11px; text-decoration:underline; text-align: right; font-family: verdana, arial; font-weight: bold; }

			#pageContent #rightColumn #thumbnailList {
				width: 608px;
				margin: 0px 20px 0px 0px;
				padding: 0px;
				font-size: 10px;
				line-height: 11px;
			}
			
			#pageContent #rightColumn #thumbnailList p { margin-bottom: 30px; }
			
		#footerBlueBar {
			margin: 0px auto;
			padding: 0px;
			width: 1200px;
			height:30px;
		}

	/* menus */
	
		#topMenu {
			margin: 0px auto;
			padding: 5px 0px 5px 0px;
			width: 1200px;
			text-align: right;
			color: #FFFFFF;
			font-size: 10px;
		}
		
		#topMenu a {margin: 0px 0px 0px 18px;}
		#topMenu a:link {color: #FFFFFF;}
		#topMenu a:visited {color: #FFFFFF;}
		#topMenu a:hover {color: ;}
		#topMenu a:active {color: ;}
		
		#mainMenu {
			margin: 0px auto;
			padding: 0px 0px 0px 0px;
			text-align: left;
			color: #FFFFFF;
                  	font-family: "Alata", Tahoma, sans-serif;
                        font-weight: bold;
			font-size: 14px;
			position: relative;
		}
		
		#mainMenu a.on {
			margin: 0px 0px 0px 0px;
			padding: 10px 16px 10px 0px;
			display: inline-block;
			text-decoration: none;
			}
		#mainMenu a.on:link {color: #FFFFFF;}
		#mainMenu a.on:visited {color: #FFFFFF;}
		#mainMenu a.on:hover {color: ;}
		#mainMenu a.on:active {color: ;}
		
		#mainMenu a.off {
			margin: 0px 0px 0px 0px;
			padding: 10px 20px 10px 20px;
			display: inline-block;
			text-decoration: none;
			color: #666666;
			background-color: #FFFFFF;
			}
		#mainMenu a.off:link {color: #666666;}
		#mainMenu a.off:visited {color: #666666;}
		#mainMenu a.off:hover {color: ;}
		#mainMenu a.off:active {color: ;}
		


/* FORM */

	form.searchForm { 
                margin: 0 auto;
                color: white;
        }
		
	form.searchForm input {
           	font-family: 'Alata', Tahoma, sans-serif;
                font-weight: bold;
		font-size: 10px;
		line-height: 10px;
		color: #000000;
		padding: 0px;
	}
	
	form.searchForm input.checkbox { 
		margin: 0px 0px 0px 0px; 
		width: 13px;
		height: 13px;
		vertical-align: bottom; 
		position: relative;
    	        top: -1px;
		}
	
	form.searchForm input.searchBox { 
		margin: 0px 0px 0px 0px;
                padding: 2px 4px 2px 0px;
		width: 271px;
		vertical-align: bottom; 
		position: relative;
            	top: 0px;
		border: 1px solid #666666;
                font-size: 12px;
		}
	
	form.searchForm input.searchGoButton { 
		margin: 5px 0px 0px 15px; 
		vertical-align: top;
		}

	form.searchForm label {
           	font-family: "Alata", Tahoma, sans-serif;
		font-size: 11px;
		line-height: 11px;
	}
	
	form.searchForm label.searchCheckbox {
           	font-family: "Alata", Tahoma, sans-serif;
		font-size: 10px;
		line-height: 10px;
	}
		
        #loginBox {
                margin: 0px auto;
                padding: 6px 0px 6px 0px;
                width: 1200px;
                text-align: left;
                height: 18px;
        }
        
        form.loginForm { 
                padding: 0px; 
                font-family: "Alata", Tahoma, sans-serif;
                font-weight: bold;           
                font-size: 12px;
                line-height: 11px;
                text-align: left;
                }
                
        form.loginForm input,
        form.loginForm password {
                font-family: "Alata", Tahoma, sans-serif;
                font-size: 12px;
                line-height: 10px;
                color: #000;
        }
        
        form.loginForm input.checkbox { 
                margin: 0px 2px 0px 0px; 
                width: 13px;
                height: 13px;
                vertical-align: middle; 
                position: relative;
        top: -1px;
                }
        
        form.loginForm input.loginField { 
                margin: 0px 0px 0px 5px;
                width: 120px;
                height: 12px; 
                border: 1px solid #666666
                }
        
        form.loginForm input.loginButton { 
                margin: 0px; 
                vertical-align: top;
                }

        form.loginForm label {
                font-family: "Alata", Tahoma, sans-serif;
                font-size: 12px;
                line-height: 11px;
        }
        
        form.loginForm label.loginCheckbox {
                font-family: "Alata", Tahoma, sans-serif;
                font-weight: normal;
                font-size: 12px;
                line-height: 11px;
        }
	
/* FOOTER */
	
	#footer {
		margin: 0px auto;
		padding: 20px 0px 20px 0px;
		width: 1200px;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		}
		
	#footer #iconLink { float: right; }
	
	#footer a:link {color: #FFFFFF; text-decoration: none;}
	#footer a:visited {color: #FFFFFF;}
	#footer a:hover {color: #09405F;}
	#footer a:active {color: #09405F;}

/* HOME PAGE BEGIN */

#homeBanner {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 1200px;
	height: 504px;
	text-align: left;
	position: relative;
	}
	
#homeBanner #homeBannerImage {
	width: 1200px;
	height: 464px;
	text-align: center;
}

#homeBanner #homeBannerOverlay {
	width: 1200px;
	height: 504px;
	text-align: left;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events:none;
}

  	#homeBanner #homeBannerOverlay #homeBannerGuardianLogo {
		margin: 0px;
		padding: 0px;
		text-align: left;
		width: 190px;
		height: 112px;
		position: absolute;
		top: 5px;
		left: 2px;
	} 
	
	#homeBanner #homeBannerOverlay #requestQuoteButton {
		margin: 0px;
		padding: 0px;
		text-align: left;
		width: 148px;
		height: 76px;
		position: absolute;
		top: 10px;
		right: 25px;
		pointer-events:auto;
	} 
	
	#homeBanner #homeBannerOverlay #bannerNavigation {
		margin: 0px;
		padding: 0px 0px 0px 10px;
		text-align: left;
		width: 300px;
		height: 18px;
		position: absolute;
		left: 15px;
		bottom: 26px;
		pointer-events:auto;
	} 
	
		#homeBanner #homeBannerOverlay #bannerNavigation a.bannerNavigationLink {
					margin: 0px 3px 0px 0px;
					padding: 3px 0px 0px 0px;
					width: 30px;
					height: 15px;
					display: inline-block;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 11px;
					font-weight: bold;
					text-decoration: none;
					text-align: center;
					background-repeat: no-repeat;
					}
					
		#homeBanner #homeBannerOverlay #bannerNavigation a.on { background-image: url(images/b_homeSlider_on.jpg); color: #FFFFFF; }
		#homeBanner #homeBannerOverlay #bannerNavigation a.off { background-image: url(images/b_homeSlider_off.jpg); color: #09405F; }
		
		#homeBanner #homeBannerOverlay #bannerNavigation a.on:link {color: #FFFFFF;}
		#homeBanner #homeBannerOverlay #bannerNavigation a.on:visited {color: #FFFFFF;}
		#homeBanner #homeBannerOverlay #bannerNavigation a.off:link {color: #09405F;}
		#homeBanner #homeBannerOverlay #bannerNavigation a.off:visited {color: #09405F;}
		#homeBanner #homeBannerOverlay #bannerNavigation a.bannerNavigationLink:hover {color: ;}
		#homeBanner #homeBannerOverlay #bannerNavigation a.bannerNavigationLink:active {color: ;}
		
#threeColumnsHome {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 1200px;
	text-align: left;
	overflow: auto;
	}
	
	#threeColumnsHome .threeColumnsHomeItem {
			margin: 0px 25px 0px 25px;
			padding: 0px;
			width: 350px;
                        text-align: center;
			float: left;
		}
		
		#threeColumnsHome .threeColumnsHomeItem h1.h1threeColumnsHome {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 15px;
			line-height: 18px;
			color: #333333;
			}
			
		#threeColumnsHome .threeColumnsHomeItem p {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 14px;
			color: #666666;
			}
			
#factBox {
	margin: 0px auto;
	padding: 20px 30px 5px 30px;
	width: 1140px;
        height: 42px;
	text-align: center;
	background-color: #D1E0EF;
	border: 1px solid #99BBDD;
	font-size: 14px;
	line-height: 16px;
	color: #09405F;
	}
	
	#factBox p { margin-bottom: 5px; }
	
	#factBox p.footnote {
		font-style:italic;
		font-weight: normal;
		font-size: 9px;
	}

/* HOME PAGE END */

.preWrap
{
  overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  width: 600px;
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* PREVIOUS SITE CSS BEGIN */
        .finePrint {
          font-weight: bold;
          font-size: 10px;
          line-height: 1.1em;
        }

.enlargeimg {
  position:absolute;
  border: 1px solid black;
}

.enlargeimg:hover {
  width: 110px;
}

.blip {
        margin: 0px 2px 0px 4px;
        border: 0px;
      }

.expand {
  font-size: 10px;
  text-decoration: none;
}

.formField {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid ;
        padding: 3px;
        }
.formBttn {
        font-family: "Alata", Tahoma, sans-serif;
        font-weight: bold;
        font-size: 12px;
        border: 2px solid ;
        padding: 2px 4px 1px 4px;
        background-color: #fff;
        }
.formTextReqd {
        font-weight: bold;
        color: #09405F;
}
/* .formTable? */

div#messageBox {
        width: 168px;
        margin: 0px;
        padding: 15px;
        background-color: white;
        background-image: url(images/bg_page_lt_long.jpg);
        background-repeat: repeat-x;
        border: 2px solid black;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 13px;
        }
div#messageBox1 {
        width: 168px;
        margin: 0px;
        padding: 15px;
        background-color: white;
        background-image: url(images/bg_page_lt_long.jpg);
        background-repeat: repeat-x;
        border: 2px solid black;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 13px;
        }
        
.messBox {
        position: absolute; 
        top:0; 
        left:0; 
        margin-top: 15px; 
        margin-left: -250px; 
        width: 300px; 
        height: 100px;
        padding: 15px;
        background-color: white;
        background-image: url(images/bg_page_lt_long.jpg);
        background-repeat: repeat-x;
        border: 2px solid black;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 13px;
}

.livesearch {
        margin: 0px 0px 0px 0px;
        position: absolute;
        background-color: white;
        z-index: 100;
        text-align: left;
}

.livesearch hr {
        border-top: 2px solid #003399;
        width: 240px;
        margin: 0px 10px 0px 0px;
}

.livesearchbox {
        background-color: #D1E0EF;
        border: 2px solid #99BBDD; 
        color: black; 
        padding: 10px; 
        font-size: 14px;
}

.livesearchbox a:hover {
  text-decoration: none;
}

ol, ul { margin-top: 0px; }

.dieasybox {
  border: 1px solid #99BBDD;
  background-color: #D1E0EF;
  padding: 15px;  
}
        
.tableHeader {
  font-size: 14px; 
  font-weight: bold;
  color: #1E4B97;
  padding: 10px 0px 10px 0px;
}

.noteBig
{
  color: red;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  background-color: #EBE6D3;
  padding-left: 10px;
  margin: 10px 0px 10px 0px;
}

.reqd
{
  color: red;
}

/* main menu drop down menu */
div.dropMenu {
        margin: 0px;
        padding: 10px 0px 10px 0px;
        text-align: left;
        width: 170px;
        background-image: url(images/bg_dropmenu.jpg);
        background-position: top;
        background-repeat: repeat-x;
        background-color: #3E88D2;
        position: absolute;
        z-index: 5;
}

div.dropMenu a.dropMenuLink {
                                margin: 0px 0px 0px 0px;
                                padding: 8px 15px 8px 15px;
                                display: block;
                                color: #FFFFFF;
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 11px;
                                font-weight: bold;
                                line-height: 11px;
                                text-decoration: none;
                                }

div.dropMenu a:link {color: #FFFFFF;}
div.dropMenu a:visited {color: #FFFFFF;}
div.dropMenu a:hover {color: ;}
div.dropMenu a:active {color: ;}
/* end main menu drop down menu */

/* drop down menu */

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
text-align: left;
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
background: white url(images/bg_button_menu.jpg) repeat-x bottom left;
font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: 300px;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background-image: url('images/bg_button_menu_light.jpg');
color: black;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* drop down menu end */

/* PREVIOUS SITE CSS END */

/*********MESSAGEBOXES****************/
.info, .success, .warning, .error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info p, .success p, .warning p, .error p {
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/icons/Knob Info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/icons/Knob Valid Green.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/icons/Knob Attention.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/icons/Knob Cancel.png');
}
/*********MESSAGEBOXES****************/
