.clear { clear: both; }
img.left { float: left; }
img.right { float: right; }

html {
overflow-y: scroll;
}

body {
/*background: #000912 url(../image/background.jpg) repeat-x;*/ /* CONTENTIVITY STYLE */
background: #000912 url(../image/background.jpg) repeat-x;
}

.logoprint { display: none; }

#container {
font: normal 12px Arial, Helvetica, sans-serif;
margin: 0 auto;
width: 1000px;
}

#header_wrapper {
background: url(../image/header_shadow.png) no-repeat center bottom;
clear: both;
float: left;
height: 125px;
overflow: hidden;
padding: 0 30px 0 40px;
width: 930px;
}

	#header_wrapper #header {
	padding-top: 20px;
	}
	
	h2.logo a {
	background: url(../image/eews_logo.gif) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 45px;
	margin-top: 10px;
	width: 226px;
	}
	
		h2.logo span {
		display: none;
		}
	
	ul.supp_nav {
	float: right;
	padding-right: 20px;
	text-align: right;
	width: 400px;
	}
	
		ul.supp_nav li {
		display: inline;
		font: normal 9px Arial, Helvetica, sans-serif;
		padding-left: 8px;
		}
		
			ul.supp_nav li a {
			color: #a1cfff;
			text-decoration: none;
			}
			
				ul.supp_nav li a:hover {
				color: #fff;
				}
	
	ul.main_nav {
	float: right;
	margin-top: 12px;
	text-align: right;
	width: 590px;
	}
	
		ul.main_nav span {
		display: none;
		}
		
		ul.main_nav li {
		display: inline;
		float: left;
		}
		
		ul.main_nav li a {
		cursor: pointer;
		display: block;
		height: 34px;
		}		
	
		ul.main_nav li a.nav_our_company {
		background: url(../image/nav_our_company.gif) no-repeat;
		width: 122px;
		}
		
		ul.main_nav li a.nav_our_solutions {
		background: url(../image/nav_our_solutions.gif) no-repeat;
		width: 136px;
		}
		
		ul.main_nav li a.nav_selected_projects {
		background: url(../image/nav_selected_projects.gif) no-repeat;
		width: 168px;
		}
		
		ul.main_nav li a.nav_industry_highlights {
		background: url(../image/nav_industry_highlights.gif) no-repeat;
		width: 159px;
		}
		
		ul.main_nav li a:hover, ul.main_nav li.active a {
		background-position: 0 -34px;
		}

#main {
clear: both;
float: left;
width: 1000px;
}

	#flash_frame {
	background: url(../image/home_flash_shadow.png) no-repeat center top;
	height: 616px;
	margin-top: -20px;
	width: 1000px;
	}
	
		.homepage #flashcontent {
		float: left;
		height: 607px;
		position: relative;
			left: 20px;
			top: -9px;
		width: 960px;
		}
		
		.homepage #flashcontent2 {
		background: #fff;
		float: left;
		height: 582px;
		position: relative;
			left: 20px;
			top: 10px;
		width: 960px;
		}
	
	.subpage #main {
	background: url(../image/sub_main_shadow.png) repeat-y center top;
	margin-top: -22px;
	}
	
		.subpage #content {
		background: #fff;
		border-bottom: 24px solid #002c54;
		margin: 0 20px;
		}
		
			.subpage #section {
			height: 121px;
			overflow: hidden;
			position: relative;
			width: 961px;
			}
			
				.subpage .subhead {
				height: 70px;
					margin-bottom: -70px;
				position: relative;
					left: 80px;
					top: 50px;
				z-index: 1000;
				}
				
					.subhead h2 {
					color: #fff;
					font: bold 30px "Arial Narrow", Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					}
				
				.subpage #section_head {
				float: left;
				height: 121px;
				width: 961px;
				}
			
			.subpage #content_wrapper {
			background: url(../image/sub_columns.gif) repeat-y left top;
			clear: both;
			float: left;
			width: 960px;
			}
			
        #print_icon {
        float: right;
        }
			
				.subpage #side_col {
				float: left;
				overflow: hidden;
				padding-bottom: 16px;
				width: 199px;
				}
				
					.subpage ul.subnav {
					margin-bottom: 26px;
					}
					
						.subpage ul.subnav li {
						color: #fff;
						display: inline;
						}
						
							.subpage ul.subnav li a {
							background: #003a6f url(../image/subnav_bullet.gif) no-repeat 14px 14px;
							border-bottom: 1px solid #5e81a1;
							color: #fff;
							cursor: pointer;
							display: block;
							
							padding: 10px 12px 10px 27px;
							text-decoration: none;
							}
							
							.subpage ul.subnav li a:hover, .subpage ul.subnav li.active a {
							background: #3c70a4 url(../image/subnav_bullet.gif) no-repeat 14px 14px;
							}
							
							.subpage ul.subnav li.active ul li a {
							background: #bfbfbf none no-repeat;
							border-bottom: 1px solid #fff;
							color: #003a6f;
							padding: 6px 12px 6px 48px;
							}
							
								.subpage ul.subnav li ul li a:hover, .subpage ul.subnav li ul li.active a {
								background: #c96903;
								color: #fff;
								}
					
					.subpage .side_block {
					clear: both;
					margin-bottom: 8px;
					}
					
						.side_block h4 {
						background: #184b80 url(../image/side_block_head.gif) repeat-x top center;
						border-bottom: 1px solid #8fa4b9;
						color: #fff;
						font: normal 12px Arial, Helvetica, sans-serif;
						padding: 6px 12px;
						}
						
						.side_block .content {
						color: #545455;
						padding: 15px 9px;
						}
						
							.side_block .content a {
							color: #545455;
							text-decoration: none;
							}
							
								.side_block .content a:hover {
								text-decoration: underline;
								}
							
							.side_block .content ul {
							padding-top: 6px;
							}
							
								.side_block .content ul li {
								font-size: 10px;
								}
							
							.side_block .content img {
							border: 2px solid #545455;
							display: inline;
							float: left;
							margin-right: 9px;
							}
							
							.side_block .content table img {
							border: none;
							margin: 0;
							}
							
							.side_block .content table input {
							border: 1px solid #acaaab;
							font-size: 12px;
							padding: 3px;
							position: relative;
                top: 1px;
							width: 125px;
							}
							
							.side_block form select {
							margin: 2px 0 10px 0;
							width: 100%;
							}
							
							.side_block form p {
							}
				
				.subpage #page_content {
				color: #003a6f;
				float: left;
				overflow: hidden;
				padding: 27px;
				width: 707px;
				}
				
					h1 {
					/*font: normal 24px Arial, Helvetica, sans-serif;*/ /* CONTENTIVITY STYLE */
					margin-bottom: 12px;
					padding-bottom: 4px;
					}
					
						h1.project_detail {
						/*border-bottom: 2px dotted #d57e3e;*/ /* CONTENTIVITY STYLE */
						/*font: bold 20px Arial, Helvetica, sans-serif;*/ /* CONTENTIVITY STYLE */
						}
					
					.subpage #page_content p {
					line-height: 1.55em;
					padding-bottom: 18px;
					}
					
					.subpage #page_content a {
					color: #002c54;
					text-decoration: underline;
					}
					
						.subpage #page_content a:hover {
						color: #c96903;
						}
						
					.subpage #page_content ul {
					line-height: 1.65em;
					padding-bottom: 16px;
					}
					
						.subpage #page_content ul li {
						background: url(../image/bullet_blue_square.gif) no-repeat 20px 7px;
						padding-left: 32px;
						}
						
						.subpage #page_content ul ul {
						padding-bottom: 0;
						}
					
					.content_image {
					border-top: 1px solid #dedede;
					border-right: 2px solid #ccc;
					border-bottom: 2px solid #ccc;
					border-left: 1px solid #dedede;
					display: inline;
					float: right;
					margin: 8px 0 16px 16px;
					padding: 3px;
					}
					
					.content_image_plain {
					display: inline;
					float: right;
					margin-left: 16px;
					text-align: right;
					width: 355px;
					}
					
					.content_image_plain.small {
					clear: both;
					margin-left: 16px;
					width: 211px;
					}
					
					#content #page_content p.wide {
					position: relative;
					width: 500px;
					}
					
					#content .submit {
					background: url(../image/submit_button_right.gif) no-repeat top right;
					display: inline;
					height: 25px;
					padding-right: 3px;
					}
					
						#content .submit a {
						background: url(../image/submit_button_left.gif) no-repeat top left;
						color: #fff;
						display: block;
						float: left;
						font-weight: bold;
						height: 20px;
						padding: 5px 12px 0 15px;
						text-decoration: none;
						}
						
						#content .submit.right {
						float: right;
						}
						
					#contact_cols {
					background: url(../image/contact_sep2.gif) repeat-x 210px top;
					clear: both;
					display: inline;
					float: left;
					}
					
					#solutions_cols {
					background: url(../image/contact_sep.gif) no-repeat 250px top;
					clear: both;
					display: inline;
					float: left;
					margin-left: 95px;
					width: 530px;
					}
					
            .contact_col1 {
            float: left;
            width: 210px;
            }
            
              #contact_cols .contact_col1 {
              width: 200px;
              }
            
            .contact_col2 {
            display: inline;
            float: left;
            margin-left: 94px;
            width: 220px;
            }
            
              #contact_cols .contact_col2 {
              margin-left: 50px;
              width: 200px;
              }
              
              #contact_cols .contact_col3 {
              display: inline;
              float: left;
              margin-left: 50px;
              width: 200px;
              }
            
            #contact_cols h3, #solutions_cols h3 {
            border-bottom: 3px dotted #dcdcdc;
            clear: both;
            color: #333333;
            font: bold 14px Arial, Helvetica, sans-serif;
            margin-bottom: 6px;
            padding-bottom: 3px;
            }
            
            #contact_cols h4 {
            clear: both;
            color: #252525;
            font: bold 13px Arial, Helvetica, sans-serif;
            }
            
            #page_content #contact_cols ul, #page_content #solutions_cols ul {
            height: 140px;
            margin: 0;
            }
            
            #page_content #contact_cols ul li, #page_content #solutions_cols ul li {
            background: url(../image/bullet_blue_square.gif) no-repeat 0 7px;
            font-weight: bold;
						padding-left: 12px;
            }
            
            #page_content p.contact {
            clear: both;
            color: #cc6600;
            font: normal 22px Arial, Helvetica, sans-serif;
            text-align: center;
            }
            
            #page_content #contact_cols p, #page_content #solutions_cols p {
            clear: both;
            }
            
            #page_content p.contact_button {
            background: url(../image/contact_button_left.gif) no-repeat left top;
            clear: both;
            float: left;
            height: 19px;
            padding-left: 6px;
            }
            
             #page_content p.contact_button a {
             background: url(../image/contact_button_right.gif) no-repeat right top;
             color: #fff;
             float: left;
             font: bold 12px Arial, Helvetica, sans-serif;
             height: 18px;
             padding-right: 14px;
             padding-top: 2px;
             text-decoration: none;
             }
             
             #page_content p.contact_button a:hover {
             color: #fff;
             text-decoration: underline;
             }
					
					.projects_wrapper {
					left: -6px;
					position: relative;
					width: 727px;
					}
					
					.project_holder {
					color: #4c4c4c;
					display: inline;
					float: left;
					font-size: 11px;
					height: 238px;
					margin-bottom: 16px;
					margin-right: 25px;
					overflow: hidden;
					position: relative;
						left: 8px;
					width: 216px;
					}
					
						.project_holder img {
						border-top: 1px solid #dedede;
						border-right: 2px solid #ccc;
						border-bottom: 2px solid #ccc;
						border-left: 1px solid #dedede;
						padding: 3px;
						}
						
						#content .project_holder p {
						padding-bottom: 6px;
						}
						
						.project_holder h3 {
						background: url(../image/orange_square.gif) no-repeat 0 3px;
						color: #00427e;
						font: bold 12px Arial, Helvetica, sans-serif;
						margin-bottom: 4px;
						padding-left: 12px;
						}
						
							#content .project_holder h3 a {
							color: #00427e;
							text-decoration: none;
							}
						
						#content .project_holder ul {
						line-height: 1.3em;
						}
						
							#content .project_holder ul li {
							background: none;
							padding: 0 0 0 12px;
							}
						
						.project_holder .view_project {
						position: relative;
							top: 138px;
							margin-top: -137px;
							z-index: 10000;
						}
						
						.project_holder .view_project a {
						background: url(../image/view_project.gif) no-repeat bottom right;
						display: block;
						height: 137px;
						width: 212px;
						}
						
						#content ul.project_description {
						}
						
							#content ul.project_description li {
							background: none;
							padding-left: 0;
							}
						
						.project {
						float: right;
						width: 365px;
						}
						
						.project_gallery {
						float: left;
						overflow: hidden;
						width: 320px;
						}
						
							.project_gallery img {
							border-top: 1px solid #dedede;
							border-right: 2px solid #ccc;
							border-bottom: 2px solid #ccc;
							border-left: 1px solid #dedede;
							margin-bottom: 6px;
							margin-right: 3px;
							padding: 3px;
							}
							
							.project_gallery img#largeimage {
							width: 301px;
							}
							
							.project_gallery a.thumb img {
							margin-right: 9px;
							}
							
							#content .project .return_button {
							background: url(../image/gray_button_right.gif) no-repeat top right;
							display: inline;
							float: left;
							height: 24px;
							padding-right: 3px;
							}
							
								#content .project .return_button a {
								background: url(../image/gray_button_left.gif) no-repeat top left;
								color: #fff;
								display: block;
								float: left;
								font: normal 9px Arial, Helvetica, sans-serif;
								height: 17px;
								padding: 7px 6px 0 20px;
								text-decoration: none;
								text-transform: uppercase;
								}
								
									#content .project .return_button a:hover {
									color: #fff;
									text-decoration: underline;
									}

#footer {
clear: both;
color: #8a8a8a;
font: normal 10px Arial, Helvetica, sans-serif;
padding: 0 20px 40px;
position: relative;
	top: 0px;
}

	.subpage #footer {
	top: 20px;
	}

	#footer ul {
	clear: both;
	float: left;
	font-size: 11px;
	width: 900px;
	}
	
		#footer ul li {
		border-left: 1px solid #8a8a8a;
		display: inline;
		float: left;
		padding: 0 4px;
		}
		
		#footer ul li.first {
		border: none;
		padding-left: 0;
		}
	
	#footer p {
	clear: both;
	float: left;
	padding-top: 4px;
	width: 900px;
	}
	
	#footer a {
	color: #8a8a8a;
	text-decoration: none;
	}
			
			#footer a:hover {
			color: #a1cfff;
			}
			
.subpage .side_block form p { font-size: 95%; }