@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
}


body {
	background-color: #7c8184;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

	a img {
		border: 0;
		margin-right: 15px;
	}

.blue, .blue p strong {
	color: #000066;
	text-transform: none;
}

.blue li {
	color: #000000;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
}

.left {
	float: left;
	padding: 0px;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#big-picture {
	margin-top: 35px;
	margin-bottom: 10px;
}

.middle-picture {
	margin-top: 10px;
}

#gallery-picture {padding: 0px; }

#small-picture {padding: 5px; }

#top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 40px;
	margin: 30px auto 0;
	padding: 0 30px;
	width: 1012px;
}

#bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 40px;
	margin: 0 auto 0;
	padding: 0 30px;
	width: 1012px;
}

#wrapper {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	margin: 0 auto 0;
	padding: 0 29px 0 29px;
	width: 1012px;
}



		#nav {
			background-color: #fff;
			background-image: url(images/nav-bg.gif);
			background-repeat: no-repeat;
			width: 221px;
			height: 790px;

		}
			
			#nav ul {
				padding: 140px 10px 20px 15px;
				margin: 0;
				font-size: 12px;
				line-height: 1;
			}
				
				#nav ul li {
					list-style-type: none;
					padding: 8px 0 8px 0;
					margin: 0;
				}
					
					#nav ul li ul {
						margin: 140px 10px 20px 15px;
						padding: 0;
					}
					
					#nav ul li ul li {
						padding: 0;
						margin: 0;
					}
				
					#nav ul li a, #nav span {
						color: #fff;
						font-family: Helvetica, Arial, sans-serif;
						text-transform: uppercase;
					}
					
						#nav ul li a:hover {
							color: #ccc;
						}
					
					#nav ul li a img {
						border: 0;
					}

		
		#content {
			margin: 20px;
			width: 700px;
		}
		
			#nav-bottom {
	padding-top: 10px;
	padding-right:20px;
	text-align:right;
	text-transform: uppercase;
			}
			
				#nav-bottom a {
					color: #000;
				}
					
					#nav-bottom a:hover {
						color: #0f72af;
					}
				
				#nav-small a, #nav-small {
					font-size: 8.5px;
					text-align:right;
				}
				
				#copy {
					color: #000;
					font-size: 8px;
					padding-top: 25px;
				}
				
			#header {
				background-image: url(images/strip3.gif);
				background-repeat: repeat-x;
				width: 663px;
				color: #fff;
				padding-left: 15px;
				padding-top: 6px;
				margin-bottom: 15px;
			}
			
			#left-column {
	width: 250px;
	float: left;
	font-weight: normal;
	padding-right: 10px;
			}
			
			#left-column3 {
				width: 380px;
				line-height:1.5;
			}
			
			#right-column {
				width: 427px;
				float: left;
				padding-left: 8px;
			}
				
				#left-column p {
	line-height: 1.5; padding-right: 6px;
				}
			
			#content img {
	padding: 0 5px;
			}
			
		#nav ul li ul li a {
			color: #000;
		}
		
		#nav ul li ul li a:hover {
			color: #0f72af;
		}
		
		#products a {
			background-image: url(images/products1.gif);
			background-repeat: no-repeat;
			display: block;
			height: 35px;
			overflow: hidden;
			width: 89px;
		}
		
			#products a:hover {
				background-position: 0 -35px;
			}
			
		#cabinets a {
			background-image: url(images/cabinets1.gif);
			background-repeat: no-repeat;
			display: block;
			height: 32px;
			overflow: hidden;
			width: 81px;
		}
		
			#cabinets a:hover {
				background-position: 0 -32px;
			}
			
		#login a {
			background-image: url(images/login1.gif);
			background-repeat: no-repeat;
			display: block;
			height: 18px;
			overflow: hidden;
			width: 66px;
		}
		
			#login a:hover {
				background-position: 0 -18px;
			}
			
		#booth a {
			color: #000;
		}
		
			#booth a:hover {
				color: #4ea4ed;
			}
			
			#booth a h1 {
				border: solid 1px #4ea4ed;
				margin-top: 0;
				margin-right: 5px;
				text-align: center;
				text-transform: none;
			}
			
		#full-column {
			width: 675px;
		}
		
		#gallery-picture {
			background-image: url(images/bg.jpg);
			padding: 10px;
			width: 660px;
			
		}
		
			.galleryPhoto {
				background-image: url("images/gallery-shadow.png");
				background-repeat: no-repeat;
				display: block;
				float: left;
				height: 150px;
				padding-left: 0;
				width: 220px;
			}
		
			#gallery-picture img {
				float: left;
				padding: 0;
			}
			
			#gallery-picture h2 {
				font-size: 17px;
			}
			
		.galleryHeader, .galleryText {
			padding-left: 10px;
		}
		
		.galleryText p {
			width: 300px;
		}
		.web p {
			padding-left: 10px;
		}
	
//////////////////////////////////////////////
// JQUERY DROPDOWN STYLES					//
//////////////////////////////////////////////

ul									{ list-style: none; margin: 0; padding: 0; }

/* 
	LEVEL ONE
*/
ul.dropdown a:hover		            { color: #000; }

ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{  width: 150px; visibility: hidden; position: absolute; left: -5px; top: -118px; }
ul.dropdown ul li 					{ line-height: 1.5; overflow: hidden; border-bottom: solid 1px #000; width: 144px; padding: 0 3px 0 3px; margin: 0; font-weight: normal; background-image: url('images/metal.gif'); background-repeat: repeat-y; color: #000; float: none; }
							  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ padding-left: 5px; border-right: none; width: 100%; display: inline-block; color: #000; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }





/*---------------------- Gallery and Project Profiles ----------------------*/

#MainContent #projectss a {
	color: #0167B1;
	text-decoration: none;
	font-weight: bold;
}

#MainContent #projectss a:visited {
color: #FFFFFF;
text-decoration: none;
	font-weight: bold;
} 

#MainContent #projectss a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#projectss p.content {
color: #000;
float: left;
line-height: 20px;
background-color:#FFFFFF;
float:left;
height:103px;
margin-left:5px;
margin-top:10px;
padding:8px 8px 8px 16px;
width:430px;
}

#content-story {
line-height: 20px;
padding-right: 50px;
}

#projectss h2 {
color: #000;
margin-top: 15px;
}

#projectss img {
margin-bottom: 10px;
margin-top:10px;
}

#projectss .projectDraw {
	background-image: url(images/bg.jpg);
	padding: 10px 10px 10px 10px;
	width: 658px;
}

#projectss .projtitle {
	color: #636363;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
}

.galleryRow {
	padding: 15px;
}

#MainContent .galleryRow a {
color: #0167B1;
	text-decoration: none;
	font-weight: bold;
margin-top: .5em;
}

#MainContent .galleryRow .galleryText {
margin-bottom: 15px;
}

#MainContent .galleryPhoto img {
margin: 15px;

float: left;
}

.tool-title {
display: none;
}

span {
	color: #000;
}
.tool-text {
	border:1px solid #ccc;
	color: #000;
	float:left;
	margin:0;
	background-color:#FFFFFF;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	}
.tool-tip {
		z-index:99999999;
	}

.galleryContent {
	color: #000;
float: left;
line-height: 16px;
background-color:#FFFFFF;
float:left;
height:103px;
margin-left:10px;
padding:8px 8px 8px 16px;
width:420px;
}

/************************************************************************
/ COMMENT FORM
/************************************************************************/

#contactForm {
	float: right;
	padding: 0;
	width: 423px;
	border: none;
}
#contactForm  input, select, textarea {
	background-color: #f2f2f2;
	border: solid 1px #bebdbd;
	padding: 5px;
}

#contactForm  input:focus, #contactForm  input:hover, textarea:focus, textarea:hover {
	background-color: #d7d7d7;
}


#contactForm legend {
	background-color: white;
	font-weight: bold;
	margin-top: -20px;
	}
	
#contactForm .interests input, #contactForm .interests label {
	float: none;
	margin-bottom: 15px;
	clear: none;
}

#contactForm .interests {
margin-bottom: 25px;
}

#contactForm  label, #contactForm h2 {
	clear: left;
	float: left;
	text-align: right;
	margin-bottom: 5px;
}

#error {
	color: #fff;
	background-color: #ff0000;
	border: solid 2px #990000;
}

#sent {
	color: #000;
	background-color: #46b94b;
	border: solid 2px #116121;
	padding-left: 10px;
}

#contactForm input#submit {
	background-color: #999;
	border: none;
	font-size: 12px;
	padding: 5px 25px;
	color: #fff;
}

#denotes {
	color: #ff0000;
	float: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	padding: 0 82px 0 10px;
}

#City {
	margin-right: 5px;
	width: 129px;
}

#State {
	margin-right: 5px;
	padding: 4px;
	width: 50px;
}

#ZipC {
	width: 75px;
}

.required {
	color: #ff0000;
}

#right-column-c {
	width: 427px;
	padding-right: 22px;
	float: right;
}

#left-column-c {
	width: 180px;
	float: left;
	font-weight: normal;
}

	#left-column-c .light {
		color: #b2b2b2;
		font-size: 13px;
	}
	
#thumbPopup {
	padding: 5px 5px 10px 5px;
	bacgkround-color: #fff;
	border: solid 1px #000;
}


/************************************************************************
/ VIDEOS PAGE STYLES
/************************************************************************/

#videos {
	height: 590px;
	padding-left: 20px;
	width: 640px;
}

#videos .show_videos img {
	padding: 0 2px;
}

.video {
	position: relative;
	top:0;
	left:0;
}


#flash-tour {
	margin-bottom: 100px;
	height: 321px;
	width: 661px;
}

/************************************************************************
/ HOMEPAGE SLIDER STYLES
/************************************************************************/

#home-slider {
	height: 490px;
	overflow: hidden;
	width: 700px;
}

	#content1, #content2, #content3, #content4 {
		height: 430px;
		width: 700px;
	}
	
	#links {
		padding-left: 6px;
		height: 53px;
		width: 700px;
	}
	
		#links a {
			background-repeat: no-repeat;
			float: left;
			display: block;
			height: 53px;
			width: 166px;
		}
	
	#show_content1 { background-image: url(images/home-nav-01a.gif); }
	#show_content2 { background-image: url(images/home-nav-02a.gif); }
	#show_content3 { background-image: url(images/home-nav-03a.gif); }
	#show_content4 { background-image: url(images/home-nav-04a.gif); }
	
	#show_content1:hover, #show_content1.on { background-image: url(images/home-nav-01b.gif); }
	#show_content2:hover, #show_content2.on { background-image: url(images/home-nav-02b.gif); }
	#show_content3:hover, #show_content3.on { background-image: url(images/home-nav-03b.gif); }
	#show_content4:hover, #show_content4.on { background-image: url(images/home-nav-04b.gif); }
	
	
/******************************************************************************
* 
******************************************************************************/
#error_message {
	background-color: #c00;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	width: 653px;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
}
