/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #ffffff url(img/bg.gif) top left repeat-x;
color: #125E3D;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	margin: auto;
	width: 962px;	
	padding-bottom: 24px;
}

	#top{
		position: relative;
		padding: 13px 0 0 0;
		height: 88px;	
	}
	
		#logo{
			float: left;
			height: 58px;
			width: 261px;
			text-indent: -9999em;
			background: url(img/logo.gif) top left no-repeat;
		}
		
		#top p{
			float: right;
			padding: 16px 8px 0 0;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: #036AA4;
			line-height: 1.4em;
			text-align: right;
		}

	
	#nav{
		position: relative;
		height: 35px;
		font-size: 1.2em;
		padding-left: 10px;	
		margin-bottom: 17px;
		z-index: 10;
		background: url(img/nav-bg.gif) top left;
	}
	
		#nav li{
			float: left;	
			position: relative;
			height: 35px;
		}
		
		#nav li a{
			float: left;
			padding: 10px 17px 0 17px;
			height: 25px;
			color: #040406;	
		}
		
		#nav li a:hover, #nav li.active a, #nav li:hover>a, #nav li a.on{
			text-decoration: none;
			color: #FBE55C;
			background: url(img/nav-hover.gif) top left;
		}
		
		#nav li ul{
			position: absolute;
			display: none;
			top: 35px;
			left: 0;
			width: 214px;
		}
		
		#nav li:hover ul, #nav li.sfhover ul{
			display: block;
		}
		
		#nav li ul li{
			float: none;
			width: 214px;
			height: auto;
		}
		
		#nav li ul li a{
			display: block;
			float: none;
			padding: 10px 0 10px 18px;
			color: #fff;
			font-size: 12px;
			text-align: left;
			background: #003773;	
			height: auto;
		}
		
		#nav li ul li a:hover{
			color: #FFE55D;
			background: #024999;
		}

	
	#page{
		position: relative;
		padding: 16px;
		border: 1px solid #E5E3E4;
		background: #F4F2F3;
		border-top: 0;
		overflow: hidden;
	}
	
	
		
		#page-header{
			height: 151px;
			background: url(img/page-header.gif) top left;
			position: relative;
			overflow: hidden;
			margin-bottom: 20px;
		}
		
			#page-header h1{
				float: left;
				padding: 40px 0 0 44px;
				font-size: 3em;
				color: #fce55d;
			}
		
		
		
		#sidebar{
			float: right;
			width: 234px;	
			text-align: left;
		}
		
			.generic-box{
				position: relative;
				padding: 16px;
				background: #205B94;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				color: #fff;
				margin-bottom: 12px;
			}
			
				.generic-box li{
					line-height: 1.4em;
					padding: .3em 0 .3em 0;
					padding-left: 18px;
					list-style-position:outside;
					background: url(img/whitebull.png) no-repeat;
					background-position: 1px 5px;
				}
				
				.generic-box li a{
					color: #e1e9f1;
					display: block;
				}
				
				.generic-box li a:hover, .generic-box li a.on{
					color: #FCE55D;
					text-decoration: none;
				}
			
			
			#contact-us{
				height: 177px;
				position: relative;
				margin-bottom: 12px;
				background: url(img/in-contact-bg.gif) bottom left no-repeat;
			}
			
				#contact-us h3{
					padding: 12px 0 0 14px;
					font-size: 1.3em;
					font-weight: bold;
					color: #fff;
					height: 30px;
					background: url(img/in-contact-title-bg.gif) top left no-repeat;
				}
			
			
			.widget{				
				color: #000;
			}
			
				.widget a{
					color: #0869AA;
				}
			
				.widget h3{
					font-size: 1.2em;
					color: #EBF4FC;
					text-align: center;
					font-weight: bold;
					padding-top: 11px;
				}
			
			#download{
				position: relative;
				height: 217px;
				margin-bottom: 12px;
				background: url(img/download-bg-sidebar.gif) top left no-repeat;
			}
			
				#download p{
					padding: 1em 10px 0 126px;
				}
			
			#business{
				position: relative;
				height: 217px;
				margin-bottom: 20px;
				background: url(img/business-bg-sidebar.gif) top left no-repeat;
			}
			
				#business p{
					padding: 1em 10px 0 126px;
				}
				
				#business h3{
					color: #0668A9;
				}
			
		
		
		
		
		#content{
			float: left;
			width: 640px;
			text-align: left;
			color: #112C41;
			font-size: 1.2em;
			padding-left: 20px;
			padding-bottom: 20px;
		}
		
			#article{
				position: relative;
			}
			
				.entry{
					position: relative;
				}
				
					.image-box{
						width: 281px;
						margin-left: 10px;	
					}
					
						.image-box p{
							display: block;
							font-size: 12px;
							color: #205E99;
							text-align: center;
							padding-top: 4px;
						}
						
						.image-box img{
							display: block;
							border: 1px solid #225A93;
						}
				
					.entry h2{
						font-size: 1.3em;
						padding-bottom: 12px;
						color:#000000;
					}
					
					.entry h3{
						font-size: 1.3em;
					}
					
					.entry p.strap{
						font-size: 1.3em;
						line-height: 1.4em;	
					}
					
					.entry p{
						line-height: 1.6em;
						padding-bottom: 1em;	
					}
					
					.entry ul{
						padding-bottom: 1em;
						padding-left: 1em;	
						line-height: 1.6em;
					}
					
					.entry ul li{
						padding-left: 16px;
						background: url(img/bull.gif) no-repeat;
						background-position: 0 5px;
					}
					
					.entry blockquote{
						margin: 0 20px 1em 20px;
						border: 1px solid #8BA4B8;	
						padding: 10px;
					}
					
						.entry blockquote p{
							padding-bottom: 0;
						}
					
					.entry h3{
						padding-bottom: 8px;
					}
					
					.entry h3 a{
						color: #112C41;
						text-decoration:underline;
					}

					.entry h3 a:hover{
						color: #fdd51d;
						text-decoration:none;
					}
					
					.entry .orange {
					height: 40px;
					width: 400px;
					background-color:#FF9900;
					}
	
					h3.white {
					color: #fff;
					padding-left: 100px;
					padding-top:10px;
					}

					#table1 {
					width: 640px;
					}

					#table2 {
					width: 640px;
					}
	
					#table1 div.tableleft, #table2 div.tableleft {
					display:inline;
					float:left;
					margin:0pt 30px 20px 0pt;
					width:303px;			
					}
					
					#table1 h3.header {
					background-color: #FCE55D;
					padding: 5px 0px 5px 10px;
					margin-bottom: 10px;	
					}


					#table1a {
					width: 400px;
					margin-left: 120px;
					}

					#table1a div.tablemiddle {
					display:inline;
					float:left;
					margin:0pt 30px 20px 0pt;
					width:400px;		
					}

					#table1a h3.header {
					color: #0d2a44;
					background-color: #FCE55D;
					padding: 5px 0px 5px 10px;
					margin-bottom: 10px;	
					}


					#table2 h3.header {
					color: #fff;
					background-color: #0d2a44;
					padding: 5px 0px 5px 10px;
					margin-bottom: 10px;	
					}
					
					#table1 div.tableright, #table2 div.tableright {
					display:inline;
					float:left;
					margin:0pt 0px 20px 0pt;
					width:303px;
					}

					#table3 {
					width: 400px;
					margin-left: 120px;
					}

					#table3 div.tablemiddle {
					display:inline;
					float:left;
					margin:0pt 30px 20px 0pt;
					width:400px;		
					}

					#table3 h3.header {
					color: #fff;
					background-color: #0d2a44;
					padding: 5px 0px 5px 10px;
					margin-bottom: 10px;	
					}
	
		#splash{
			height: 282px;
			margin-bottom: 20px;
			padding: 15px 50px 0 450px;
			text-align: left;
			background: url(img/head.jpg) top left no-repeat;	
		}
		
			#splash h1{
				position: relative;
				font-size: 2.9em;
				line-height: 1em;
				color: #FDE664;
			}
			
			#splash p{
				position: relative;
				line-height: 1.4em;
				font-size: 1.4em;
				color: #D1E9FF;
				padding-top: 0.8em;
			}
			
				#splash a.learn-more{
					float: right;
					margin-top: 3px;
					color: #FDE664;
					padding: 6px 0 6px 42px;
					background: url(img/arrow.png) left center no-repeat;
				}

		#industries{
			height: 150px;
			margin-bottom: 10px;
			padding: 0px 50px 0 0;
			text-align: left;	
		}
		
			#industriesheader h2{
				position: relative;
				font-size: 1.6em;
				color: #FDE664;
				padding: 0 0 0 0;
			}
			
			#industries p {
				position: relative;
				line-height: 1.4em;
				font-size: 1.4em;
				color: #fff;
				padding-top: 0;
			}
			
			#industries ul {
				padding-top: 0.5em;			
			}

			#industries li{
				position: relative;
				line-height: 1.2em;
				font-size: 1.0em;
				color: #fff;

			}

			#industries li a {
				position: relative;
				line-height: 1.2em;
				font-size: 1.0em;
				color: #fff;
				text-decoration:underline;
			}
			
			#industries1 {
				width: 180px;
				float:left;
			}
			
			#industries2 {
			    width: 180px;
				float:right;
			}

		#front-top{
			position: relative;
			overflow: hidden;
			padding-bottom: 20px;
			height: 248px;	
			text-align: left;
		}
		
			#front-top h2{
				padding: 11px 0 0 14px;
				height: 30px;
				color: #fff;
				font-size: 1.4em;
				font-weight: bold;
			}
			
			#front-top h2 em{
				font-size: .8em;
			}
		
			#front-top-left{
				float: left;
				height: 248px;
				width: 233px;
				background: url(img/contact-bg.gif) bottom left no-repeat;
			}
			
				#front-top-left h2{
					background: url(img/contact-title.gif) top left;
				}
				
				.vcard{
					color: #fff;
					position: relative;
					line-height: 1.5em;
					padding: 14px 0 0 14px;
				}
				
				.contact-link{
					float: left;
					height: 35px;
					width: 147px;
					margin: 30px 0 0 45px;
					background: url(img/arrow2.png) top left no-repeat;
				}
				
				.vcard a{
					color: #FCE55D;
					text-decoration: none;
				}
				.vcard a:hover{
					text-decoration: underline;
				}			
			
			
			
			#services{
				float: right;
				width: 673px;
				height: 248px;
				overflow: hidden;
				background: url(img/services-bg.gif) bottom left no-repeat;
			}
			
				.service-box{
					float: left;
					width: 200px;
					height: 207px;
					position: relative;
					padding-left: 20px;
				}
				
				#sb2{
					width: 200px;
				}
				
				#sb3{
					width: 205px;
					padding-left: 20px;
				}
				
			
				#services h2{
					background: url(img/services-title.gif) top left;
				}
				
				#services h3{
					color: #fff;
					height: 30px;
					font-size: 1.2em;
					font-weight: bold;
					padding-top: 13px;
				}
				
				.service-box ul{
					position: relative;
					padding-top: 10px;	
				}
				
				.service-box li{
					color: #DADCE9;
					line-height: 1.4em;
					padding-top: 3px;
					padding-bottom: 3px;
					padding-left: 18px;
					list-style-position:outside;
					background: url(img/whitebull.png) no-repeat;
					background-position: 1px 5px;
				}
				
				.service-box .learn-more{
					position: absolute;
					bottom: 14px;
					right: 12px;
					font-size: 1.2em;
					font-weight: bold;
					color: #FCE55D;
					text-decoration: none;
				}
				.service-box a:hover{
					text-decoration: underline;
				}
		
		#front-bottom{
			position: relative;
			height: 217px;
			margin-bottom: 20px;
		}
		
			#front-bottom h3{
				font-size: 1.5em;
				font-weight: bold;
				color: #0668A9;
				padding: 10px 0 11px 0;
			}
			
			#front-bottom a{
				color: #267BB3;
			}
			
			#front-bottom p{
				padding-bottom: 1em;
			}
		
			#fb1{
				float: left;
				width: 282px;
				height: 217px;
				background: url(img/download-box.gif) top left no-repeat;
			}
			
				div#fb1 h3{
					color: #fff;
				}
			
				#fb1 p{
					text-align: left;
					padding-left: 127px;
					padding-right: 20px;
					color: #000;
				}
		
			#fb2{
				float: left;
				width: 322px;
				height: 217px;
				margin-left: 21px;
				display: inline;
				background: url(img/box2.gif) top left no-repeat;
			}
				#fb2 p{
					text-align: left;
					padding-left: 165px;
					padding-right: 20px;
					color: #000;
				}
			
		
			#fb3{
				float: right;
				width: 282px;
				height: 217px;
				background: url(img/contact-box.gif) top left no-repeat;
			}
			
				#fb3 ul{
					color: #000;
					text-align: left;
					padding: 7px 0 16px 116px;
				}	
				
				#fb3 a.c-link{
					float: right;
					margin: 20px 35px 0 0;
					color: #0668A9;
					font-size: 1.5em;
					padding: 6px 0 6px 42px;
					background: url(img/arrow.png) left center no-repeat;
				}
			
		
		#footer{
			color: #fff;
			clear: both;
			text-align: left;
			padding: 12px;
			position: relative;
			overflow: hidden;
			line-height: 1.3em;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			background: #11447B url(img/foot-bg.gif) top left repeat-x;
		}
		
			#footer h6{
				color: #FCE460;				
			}
		
			.foot-info{
				float: left;
				width: 175px;
			}
			
			.foot-details{
				float: right;
				width: 720px;				
			}
			
				.foot-details p.alt{
					padding-left: 4px;
				}
				
				.foot-details p{
					padding-bottom: .5em;
				}
			
				.foot-details a{
					margin: 0 6px 0 4px;	
				}
				
				.foot-details a{
					color: #fff;				}
				
				.foot-details strong{
					float: right;
				}
				
				.foot-details strong a{
					color: #FCE460;
				}



/* Form CSS Styles --------------------------------------------------------------------------*/

#form {
font: 14px Arial, sans-serif;
}

#form fieldset {
border:0;
}

#form label {
float: left;
width: 160px;
font-weight: bold;
}

#form input, #form textarea {
width: 180px;
margin-bottom: 10px;
}

#form textarea {
width: 250px;
height: 150px;
}

#form p {
	font: 14px Arial, sans-serif;
	color: #c1000c;
	font-weight:bold;
}

#form .boxes {
width: 1em;
}

#submitbutton {
margin-left: 160px;
margin-top: 5px;
width: 90px;
}






