/****************************************************************************
Default Styles
****************************************************************************/
* { margin:0px; padding:0px; }
body { 
	background:#455867 url(../../Images/background.gif) repeat;
	font-size:62.5%;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
#everything { 
	width:900px;
	margin:0px auto;
	background:#ffffff;
}
#wrap { 
	float:left;
	background:#ffffff;
	overflow:hidden;
}
a, a.active { 
	outline:none;
	color:#00447c;
	}
a img { 
	border:0px;
	}
.noright { 
	border-right:0px !important;
	}
html {
     overflow: -moz-scrollbars-vertical;
	}
	
/****************************************************************************
Header Styles
****************************************************************************/
#header { 
	width:100%;
	float:left;
	position:relative;
	height:70px;
	z-index:100000;
	}
	#header span.logo { 
		float:left;
		position:absolute;
		left:25px;
		height:70px;
		}
	#header ul#mainNav {
			top:37px;
			left:420px;
			float:left;
			position: relative;
			z-index:10000000;
			}
			#header ul#mainNav li { 
				display:inline;
				padding:0 6px 0 5px;
				border-right:1px solid #306795;
				font-size:1.2em;
				list-style:none;
				float:left;
				cursor:pointer;
				}
				#header ul#mainNav li:hover {
					position: relative;
					color:#ffffff;
					background:none;
					}
					#header ul.dropdown li a { 
						color:#306795;
						text-transform:uppercase;
						text-decoration:none;
						display: block;
						}
						#header ul#mainNav li a:hover { 
							color:#990066;
							text-decoration:underline;
							}
							#header ul.dropdown li a.active { color:#990066; }
							
							
/****************************************************************************
Home Styles
****************************************************************************/
#homemid { 
	position:relative;
	float:left;
	}	
#homeNav  { 
	width:202px;
	height:278px;
	position:absolute;
	left:0px;
	float:left;
	z-index:100;
	background: url(../../Images/nav/home_back.png) top left no-repeat;
	}
	#homeNav li { 
		list-style:none;
		position:relative;
		z-index:1000;
		float:left;
		width:202px;
		display:block;
		}
		#homeNav #corporate  { 
				display:block;
				width:194px;
				height:39px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/corporate.gif) top left no-repeat;
				}
			#homeNav  #corporate:hover{ background-position: bottom left; }
			#homeNav  #corporate.active{ background-position:bottom left; }	
		#homeNav #education  { 
				display:block;
				width:194px;
				height:40px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/education.gif) top left no-repeat;
				}
			#homeNav  #education:hover{ background-position: bottom left; }
			#homeNav  #education.active{ background-position:bottom left; }
		#homeNav #emergency  { 
				display:block;
				width:194px;
				height:39px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/emergency.gif) top left no-repeat;
				}
			#homeNav  #emergency:hover{ background-position: bottom left; }
			#homeNav  #emergency.active{ background-position:bottom left; }	
		#homeNav #financial  { 
				display:block;
				width:194px;
				height:40px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/financial.gif) top left no-repeat;
				}
			#homeNav  #financial:hover{ background-position: bottom left; }
			#homeNav  #financial.active{ background-position:bottom left; }
		#homeNav #government  { 
				display:block;
				width:194px;
				height:38px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/government.gif) top left no-repeat;
				}
			#homeNav  #government:hover{ background-position: bottom left; }
			#homeNav  #government.active{ background-position:bottom left; }
		#homeNav #healthcare  { 
				display:block;
				width:194px;
				height:40px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/healthcare.gif) top left no-repeat;
				}
			#homeNav  #healthcare:hover{ background-position: bottom left; }
			#homeNav  #healthcare.active{ background-position:bottom left; }
		#homeNav #law  { 
				display:block;
				width:194px;
				height:42px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/law.gif) top left no-repeat;
				}
			#homeNav  #law:hover{ background-position: bottom left; }
			#homeNav  #law.active{ background-position:bottom left; }

div.homephoto, div.homephoto img {
	width:706px;
	height:278px;
	position:relative;
	left:194px;
	z-index:0;
	float:left;
	}
#homeBottomContent { 
	background:url(../../Images/home_bottom.gif) no-repeat;
	height:224px;
	font-size:1.2em;
	}
	#homeFeature { 
		width:375px;
		float:left;
		position:relative;
		}
		#homeFeature img {
			float:right;
			width:175px;
			position:relative;
			left:15px;
			padding:20px 0 0 0;
			}
			#homeFeature span.title { 
				font-weight:bold;
				display:block;
				}
				#homeFeature p.text { 
					width:150px;
					float:left;
					padding:50px 0 0 32px;
					}
					#homeText { 
						float:left;
						width:410px;
						}
						#homeText span.title { 
							font-size:1.2em;
							display:block;
							color:#00447c;
							font-weight:normal;
							text-transform:uppercase;
							}
							#homeText p.text { 
								width:100%;
								float:left;
								padding:20px 0 0 75px;
								}
/****************************************************************************
SubContent Styles
****************************************************************************/		
#subContent { 
	float:left;
	overflow:hidden;
	display:block;
	width:100%;
	margin:0px;
	background:url(../../Images/sub_back.gif) repeat-y;
	}
#subLeft { 
	width:261px;
	float:left;
	position:relative;
	}
	#subLeft div.sidetext { 
		float:left;	
		padding:0px 0 0 30px;
		font-size:12px;
		}
		#subRight { 
			width:639px;
			float:left;
			}		
			#subRightContent { 
				padding:25px 0 0 25px;
				width:600px;
				float:left;
				}
				#solutionHeader { 
					width:100%;
					height:219px;
					width:639px;
					float:left;
					}
					#solutionHeader div.content { 
						padding:25px 0 0 25px;
						line-height:1.6em;
						width:265px;
						}
						#solutionHeader h2 { 
							color:#00447c;
							font-size:14px;
							}
							#subRight div.text { 
								padding:5px 0;
								margin-bottom:15px;
								font-size:12px;
								width:100%;
								}
								#subRight div.text ul {
									margin:10px 0 10px 15px;
									font-size:12px;
									}
									#subRight div.text ul li {
										margin:3px 0;
										}
										#subRight img.headerimage { 
											width:639px;
											}
											div.text a.video { 
												background:url(../../Images/video_icon.jpg) no-repeat;
												padding-left:20px;
												height:15px;
												float:left;
												position:relative;
												margin-bottom:15px;
												}
	h3.productheader { 
		font-size:12px;
		color:#00447c;
		width:100%;
		padding:25px 0 10px 0;
		}
		ul#products li { 
			width:50%;
			float:left;
			position:relative;
			list-style:none;
			height:175px;
			display:block;
			} 
			ul#products li img { 
				width:90px;
				padding:1px;
				border:1px solid #000;
				position:absolute;
				}
				ul#products li p.producttext { 
					position:relative;
					left:110px;
					width:150px;
					font-size:11px;
					}
					ul#products li p.producttext span.title { 
						font-weight:bold;
						font-size:12px;
						display:block;
						padding:0 0 5px 0;
						}
	#mainContent {
			width:600px;
			font-size:1em;
			padding:25px 0 0 25px;
			min-height:500px;
			}
			#mainContent h2 { 
			font-size:14px;
			color:#336699;
			display:block;
			}
			#mainContent hr { 
				float:left;
				width:100%;
				color:#cccccc !important;
				margin:15px 0;
				}
				#mainContent span.subtitle {
					font-style:italic;
					display:block;
					width:100%;
					font-size:11px;
					padding:3px 0;
					}
					#mainContent div.text { 
						float:left;
						position:relative;
						width:95%;
						font-size:12px;
						margin:15px 0;
						line-height:1.4em;
						}
						#mainContent div.text img.image { 
							width:200px;
							margin:0 15px 0 0;
							}
							#mainContent div.text ul  { 
								margin:5px 15px;
								}
								#mainContent div.contentImage { 
									float:left;
									position:relative;
									width:175px;
									}
									#mainContent div.contentImage img { 
										width:150px;
										}
										#mainContent div.contentText { 
											float:left;
											width:400px;
											}
		div.list {
			margin:0 0 10px 0;
			width:100%;
			float:left;
			}
			div.list span.date {
				color:#888;
				position:relative;
				width:80px;
				float:left;
				}
				div.list a { 
					text-decoration:none;
					color:#336699;
					float:left;
					width:450px !important;
					}
		
	
	#subMid { 
		width:100%;
		float:left;
		overflow:hidden;
		height:278px;
		}
		#subNav {
			position:relative;
			float:left;
			height:100% !important;
			margin-bottom:15px;
			/*background:url(../../Images/content_back.png) no-repeat;*/
			width:261px;
			}
			/*#subNav.small  { background:url(../../Images/solution_nav_back.png) no-repeat;}*/
			#subNav.none { background:none; }
			#subNav.fixed { height:278px;width:261px; }
			#subNav ul { 
				padding:0px 0 0 30px;
				font-size:1.2em;
				width:230px;
				}
				#subNav ul li { 
					list-style:none;
					margin-top:7px;
					}
					#subNav ul li a { 
						color:#105084;
						text-decoration:none;
						}
						#subNav ul li a:hover {
							color:#990066;
							text-decoration:underline;
							}
							#subNav ul li a.active {
								color:#990066;
								font-weight:bold;
								}								
								#subNav ul li ul.subnavlist { 
									margin:5px 0 15px 10px;
									padding:0px;
									width:220px;
									}
									#subNav ul li ul.subnavlist li.record {
										background:url(../../Images/arrow_right.gif) no-repeat 0px 2px;
										font-size:11px;
										padding-left:10px;
										}
										#subPhoto { 
											position:relative;
											width:639px;
											height:278px;
											z-index:1000;
											float:left;
											}
#subBottom { 
	background:url(../../Images/sub_bottom_back.gif) repeat-y;
	width:100%;
	display:block;
	float:left;
	font-size:1.2em;
	}
	#subTest { 
		width:262px;
		float:left;
		position:relative;
		font-style:italic;
		}
		#subTest span.subtitle { 
			font-style:italic;
			display:block;
			width:100%;
			padding:10px 0;
			}
			#subTest div.text { 
				width:200px;
				padding:25px 0 0 30px;
				}
				#subText { 
					float:left;
					width:550px;
					padding:25px 0 20px 45px;
					}
					#subText  span.title { 
						font-size:1.2em;
						display:block;
						color:#00447c;
						font-weight:bold;
						text-transform:uppercase;
						}
						#subText ul {
							margin:5px 0 0 15px;
							}
							#subText ul li {
								margin:3px 0;
								}
	
/***********************************************************************
Contact Styles
***********************************************************************/
.contact { 
	float:left;
	border-top:3px double #eee;
	padding-top:15px;
	}
	#contactForm { 
		float:left;
		width:350px;
		padding:10px;
		background:#fafafa;
		font-size:11px;
		margin:8px 0 20px 0;
		}
		#contactForm div { 
			float:left;
			padding:2px 0px;
			width:100%;
			margin:3px 0;
			}
			#contactForm div label{ 
				float:left;
				width:100px;
				text-align:right;
				margin:0px 10px 0 0;
				}
				#contactForm div input, #contactForm div select, #contactForm div textarea { 
					padding:2px;
					margin:0px;
					width:210px;
					float:left;
					border-right:1px solid #ccc;
					border-bottom:1px solid #ccc;
					}
					#contactForm div select { width:218px; }	
					#contactForm div select option { padding-left:2px; }
					#contactForm div textarea { width:210px; }
					#contactForm div.opt input {
						width:16px;
						float:right;						
						border:0px;
						position:relative;
						padding-right:10px;
						}
						#contactForm div.opt span {
							position:relative;
							top:1px;
							_top:3px;
							}
							#contactForm div label span.dollar {
								float:right;
								width:10px;
								text-align:right;
								position:relative;
								left:8px;
								}
								#contactForm div span { width:375px;margin:4px 0; }
								#contactForm div input.check { float:left;width:16px;margin-right:3px; }
								#contactForm div.submitdiv { 
									clear:top;
									margin:15px 0;
									float:left;
									}
									#contactForm div input.submit { 
										background:#00447c;
										border:0px;
										border:3px double #fff;
										color:#fafafa;
										text-transform:uppercase;
										padding:3px 0;
										cursor:pointer;
										font-weight:bold;
										width:218px;
										}
#footer{ 
	width:900px;
	margin:0px auto;
	}
	#footer ul { 
		padding:5px 0 0 20px;
		float:left;
		}
		#footer ul li { 
			float:left;
			border-right:1px solid #ccc;
			padding:0px 10px;
			font-size:11px;
			list-style:none;
			color:#ccc;
			}
			#footer ul li a { 
				color:#fdb131;
				text-decoration:underline;
				}
				#footer ul li a:hover { color:#f1f1f1; }

#subContent.site {
	background:#fff;
	padding:25px 0 0 25px;
	}
	#subContent.site div {

		margin-right:15px;
		padding-right:35px;
		border-right:1px solid #336699;
		float:left;
		position:relative;
		}
		#subContent.site h3 {
			font-size:14px;
			color:#336699;
			display:block;
			}
			#subContent.site ul {	
				float:left;
				margin:0 0 15px 0;
				position:relative;
				min-height:1500px;
				}
				#subContent.site ul li {	
					margin:4px 0px;
					font-size:11px;
					list-style:none;
					}
					#subContent.site ul.productCat li{
							float:none !important;
							display:block !important;
							margin-bottom:10px !important;
							font-weight:bold !important;
							}
							#subContent.site ul.productCat li ul.productul {
								margin:0px;
								padding:0px;
								float:none;
								min-height:0;
								}
								#subContent.site ul.productCat li ul.productul li {
									font-weight:normal !important;
									margin:0px !important;
									padding:2px 0px !important;
									}
								
			
.partnerLogo { 
display:inline;
float:left;
height:50px;
margin:10px 0px;
position:relative;
vertical-align:middle;
width:150px;
}
.partnerLogo img { 
	width:120px;
}
