				body 	{
							height:100%;
							background:#ffffff url(../images/gradient-down.png) repeat-x;
							margin:0px;
							padding:0px;
				}
				div.shading-l {
								width:990px;
								background:url(../images/left-shadow.png) no-repeat;
								bo/rder:1px solid lime;
								text-align:left;
								margin:auto;
				}
				div.shading-r {
								width:990px;
								background:url(../images/right-shadow.png) no-repeat top right;
								bor/der:1px solid lime;
								text-align:left;
								margin:0px;
				}				
				div.container_12 {
								pad/ding-left:10px;
								padding-right:0px;
								background:white repeat-y;
								background-image:none;
								bor/der:1px solid lime;
				}
				
				div.container_12 div{
								border:0px solid black;	
				}
				
				
				.globe { background:url(../images/globe.jpg) no-repeat  top right ;
						height:200px;
				
				}
				
				.logo {
						background:url(../images/company-name.jpg) no-repeat;
						height:200px;
				}
				
				.blueBanner {width:100%;
							background:#192648 url(../images/blue-banner-gradient.png);
							height:200px;
						}
				.goldStripe {
							width:100%;
							background:#e3e374;
							height:3px;	
				}
				
				.spacer {
					width:100%;
					height:100px;
				}
				
				h1,h2,h3,h4,h5,h6 { color:#192648;}
				
				h2 {
						font-size:1.2em;
				}
				
				h1.phone {
							margin-top:100px;
							margin-left:15px;
				}
				
				li	{
						color:#192468;
						list-style-image:url(../images/bullet.png);
				}
				
				
				li.on	{
						background:url(../images/button-on.png) repeat-x;				
				}
				
				ul.menu>li{
							display:block;
							float:left;
							color:white;
							font-size:1.1em;
							padding:5px 15px;
							margin:0px;
				}
				
				ul.menu>li:hover {
							background:url(../images/button-hover.png) repeat-x;
				}
				
				ul.menu>li a {
							color:white;
							font-weight:400;
							text-decoration:none
				}
				
				.flash {
						
						background:black;
						color:white;
						width:620px;
						height:200px;
						padding:0px;
				}
				
				.flashShadow-l{
						z-index:2;
						top:19em;					
						position:absolute;
						width:660px;
						background:transparent url(../images/flash-shadow-l.png) no-repeat;
						border:2px solid pink;
						padding-left:34px;
						margin-left:56px;
				}
				
				.flashShadow-r{
					width:654px;					
					background:transparent url(../images/flash-shadow-r.png) no-repeat top right;
					border:2px solid lime;
				}
				
				.flash > h1 {
						color:white;
						font-size:2em;	
				}
				
				.footer {
					color:#777;
					text-align:center;
					
				}
				
				.footer>p {
							margin:0px;	
				}
				
				div#grid {
					background: white url(../images/grad-down-main.png) repeat-x;					
				}
				
				/*---
				div#grid1 {
					background: white url(../images/top-banner.png) repeat-x bottom;					
				}	----*/	
				
		/*-----------------[ Downloads Table ]---------------------*/		
			.underline{
				border-bottom:dashed 1px #999999;
			}
		/*-------------------------[ Web Form ]---------------------*/
		
		  .required {
		  				color:red;
		  }
		  
		  .formPad {
		  		padding-left:20px;
		  }	
		  
		  div.errors {
		  		color:red;
		  		background:#ffdddd;
		  		border:2px solid red;
		  }
		  
		  div.errors p {margin:0px;}				
