* {padding: 0; margin: 0;}
img, fieldset {border: none;}
ul {list-style: none;}
body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 175%;
	background: #64a3d0;
	color: #666;
}
/*end reset*/

/*text and defaults*/
p, blockquote {
	margin-bottom: 1.2em;
	font-size: 1.3em;
}

p.slim {
	margin: 0;
}

p.set {
	margin-bottom: 15px;
	line-height: 0;
}

blockquote {
	padding-left: 32px;
	background: url(../images/left-quote.png) left top no-repeat;
	zoom: 1;
}

blockquote span {
	display: block;
	padding-right: 25px;
	background: url(../images/right-quote.png) right bottom no-repeat;
	zoom: 1;
	font-size:0.8em;
}

br {
	margin-bottom: 1.2em;
}

p br, li br {
	margin-bottom: 0;
}

table {
	font-size: 1.3em;
}

dl {
	margin-bottom: 1.2em;
}

dt, dd, li {
	font-size: 1.3em;
}

li li {
	font-size: 1em;
}

ul.bullets {/*bulleted lists must have a class on them*/
	list-style: disc;
	margin: 0 0 1.2em 15px;
}

ul.bullets li {
	font-size: 1.3em;
}

ol {
	margin: 0 0 1.2em 15px;
}

table {
	
}

input, textarea, option {
	padding: 2px;
}

a {
	text-decoration: none;
	color: #023c67;
	font-weight: bold;
}

a:visited {
	color: #023c67;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

h1 {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 21px;
	color: #5a5c5e;
	line-height:120%;
}

h1, h2, h3, h4, h5, h6 {
	
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: .5em;
}

h3.rooftop {
	height: 26px;
	position: relative;
	background: url(../images/rooftop-h3.png) no-repeat;
}

h3.rooftop span {
	position: absolute;
	left: 0;
	bottom: -1px;
}

h3#affiliations-h3 {
	color: #464a4e !important;
}

h4, h5, h6 {

}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.enabled .inviz, .preload {/*hide content while preloading it*/
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	height: 0px !important;
	width: 0px !important;
	overflow: hidden !important;
}

.inner { /*a common inner wrapper element, seperates contents from edge*/
	position: relative;
	zoom: 1;
}

.center {
	text-align: center;
}

img.centered {
	display: block;
	margin: 0 auto;
}

.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.faux {
	overflow: hidden;
}

/*end text and defaults*/

/*main layout*/

#wrapper {
	width: 962px;
	margin: 0 auto;
	border-right: 1px solid #4784af;
	border-left: 1px solid #1e6599;
	position: relative;
}

	.extra {
		border-right: 1px solid #1e6599;
		border-left: 1px solid #2a6c9e;
		padding: 0 15px;
		background: url(../images/gradient.png) repeat-x #fff;
		overflow: hidden;
	}

#header {
	height: 33px;
	background: url(../images/rooftop.png) left bottom no-repeat;
	position: relative;
	z-index: 10;
}

	#header ul {
		height: 33px;
		line-height: 33px;
		text-align: right;
		position: relative;
	}
	
	#header li {
		font-size: 13px;
		font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: bold;
		color: #023c67;
		display: inline;
	}
	
	#header li a {
		text-decoration: underline;
	}
	
	#header li a:hover, #header p a:active {
		text-decoration: none;
	}
	
	#header li ul {
		position: absolute;
		top: -9999px;
		left: -9999px;
		padding: 5px;
		width: 167px;
		height: auto;
		line-height: 200%;
		text-align: left;
		border: 1px solid #023c67;
		background: #fff;
	}
	
	#header li:hover ul, #header li.active ul {
		top: 22px;
		left: auto;
		right: 0;
	}
	
	#header li li {
		display: block;
	}
	
	#header li li.first {
		display: none;
	}

#page {
	overflow: hidden;
}
	
	#sidebar {
		float: left;
		width: 238px;
		position: relative;
		padding-top: 65px;
	}
	
		#sidebar h1#logo {
			position: absolute;
			top: 0;
			left: 0;
			margin: 0;
			text-align: center;
		}
		
		#sidebar h3, #panel h3 {
			font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
			color: #023c67;
			padding: 2px 0;
		}
		
		h3#wonder-siding {
		}
		
		#sidebar .section {
			border: 1px solid #86898b;
			padding: 7px;
			margin: 15px 0;
		}
	
	#main {
		float: left;
		width: 487px;
		padding-left: 15px;
	}
	
		#nav {
			position: relative;
			z-index: 1000;
			height: 31px;
			background: #464a4e;
			margin-bottom: 15px;
		}
		
		#nav li {
			float: left;
			position: relative;
		}
		
			#nav li ul {
				position: absolute;
				top: -9999px;
				left: -9999px;
				padding: 5px;
				width: 200px;
				height: auto;
				line-height: 200%;
				_line-height: 100%;
				text-align: left;
				border: 1px solid #023c67;
				border-top:0;
				background: url(../images/grey-70.png);
				_background: #464a4e;
			}
			
			#nav li:hover ul, #nav li ul.active {
				top: 28px;
				left: 0;
				text-decoration:none;
			}
			
			#nav li.last:hover ul, #nav li.last ul.active {
				top: 28px;
				left: auto;
				right: 0;
			}
			
			.enabled #nav li:hover ul, .enabled #nav li ul {
				display: none;
			}
			
			#nav li li {
				float: none;
			}
			
			#nav li li a, #nav li li a:visited {
				background: none;
				text-indent: 0;
				color: #fff;
				height: auto;
			}
			
			#nav li li a.active, #nav li li a:hover {
				color: #97a6c4;
			}
		
		#nav a {
			color: #fff;
			background-image: url(../images/nav.png);
			background-repeat: no-repeat;
			display: block;
			height: 31px;
			text-indent: -9999px;
		}
		
		#nav a:hover, #nav a:active {
			color: #97a6c4;
			text-decoration:none;
		}
		
			a#why-us {
				background-position: 0px -31px;
				width: 75px;
			}
			
			a#why-us:hover, a#why-us.active {
				background-position: 0px 0px;
			}
			
			a#services {
				background-position: -75px -31px;
				width: 68px;
			}
			
			a#services:hover, a#services.active {
				background-position: -75px 0px;
			}
			
			a#customer-resources {
				background-position: -143px -31px;
				width: 151px;
			}
			
			a#customer-resources:hover, a#customer-resources.active {
				background-position: -143px 0px;
			}
			
			a#gallery {
				background-position: -293px -31px;
				width: 64px;
			}
			
			a#gallery:hover, a#gallery.active {
				background-position: -293px 0px;
			}
			
			a#request-a-quote {
				background-position: -358px -31px;
				width: 129px;
			}
			
			a#request-a-quote:hover, a#request-a-quote.active {
				background-position: -358px 0px;
			}
		
		#slideshow {
			height: 283px;
			overflow: hidden;
			margin-bottom: 15px;
		}
		
		#main div.left, #main div.right {
			width: 235px;
		}
		
			#main div .section {
				margin-bottom: 15px;
				overflow: hidden;
				height: 166px;
				position: relative;
			}
			
				#main div .section * {
					margin: 0 !important;
				}
				
				#main div .section .message {
					position: absolute;
					top: -9999px;
					left: -9999px;
					padding: 5px;
					width: 235px;
					background: url(../images/white-70.png);
					_background: #fff;
					zoom: 1;
				}
				
				#main div .section .message a {
					font-weight: bold;
				}
				
				#main div .section:hover .message, #main div .active .message {
					top: auto;
					bottom: 0;
					left: 0;
				}
				
				.enabled #main div .section:hover .message, .enabled #main div .active .message {
					display: none;
				}
	
	#panel {
		float: right;
		width: 178px;
	}
	
		form#request-quote {
			height: 280px;
			width: 177px;
			background: url(../images/request-quote.jpg) top left no-repeat;
			position: relative;
			margin-bottom: 15px;
		}
		
		form#request-quote.active {
			background: url(../images/request-quote.jpg) top right no-repeat;
		}
		
		form#request-quote input {
			position: absolute;
			top: 115px;
			left: 24px;
		}
		
		#affiliations {
			margin-bottom: 15px;
		}
		
		#affiliations div {
			height: 110px;
			text-align: center;
			width: 177px;
		}
	
#footer {
	clear: both;
	text-align: center;
	padding-top: 45px;
	margin-bottom:100px;
}

#footer a {
	font-weight: bold;
}

#header li.locations {line-height:120%;font-weight:normal;}

.centerhome .section h3 {
	height:35px;
	background: url(../images/blue_gradient.gif) repeat-x;
}

.centerhome a.centerhome {
	height:35px;
	display: block;
	padding:10px 0 0 8px;
	font-family: "Adobe Garamond Pro", Garamond "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5a5c5e;
	font-weight:normal;
}

.centerhome a.centerhome:hover {
	text-decoration: none;
}

a#paused {
	display: none;
	position: relative;
	float: right;
	margin-top: -50px;
	margin-right: 10px;
	color: #64A3D0;
	font-weight: bold;
	font-size: 25px;
	opacity: .7;
	/*filter: alpha(opacity=70);*//*looks like crap*/
	z-index: 9990;
	text-decoration: none !important;
}

.interior #nav {margin-bottom:1px;} 

#interior_main {width:740px;float:left;position:relative;font-size:1.3em;}
#interior_main.slim{float:none;width:auto;}

label {width:238px;float:left;text-align:right;margin:5px 15px 0 0;display: block;}
#interior_main.slim label {width: 190px;}

#pageimages {width:238px;float:left;margin:5px 15px 0 0;}

#pageimages #img1 {margin:0 0 9px 0;}
#pageimages #img2 {margin-right:12px;}
#pageimages #img3 {margin:0;}

#interior_main input {width:350px;border:1px solid #999;height:21px;background:transparent url(../images/graygrad.gif) repeat-x scroll 0 0;font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;font-size:1em;color:#555;}
#interior_main.slim input {width: 275px;}
#interior_main input.nostyle {width:auto;border:0;background:none;}

#interior_main textarea {width:350px;border:1px solid #999;height:69px;background:transparent url(../images/graygradbig.gif) repeat-x scroll 0 0;font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;font-size:1em;color:#555;}
#interior_main.slim textarea {width: 275px;}
#interior_main input.quoteit {border:0;background:transparent url(../images/space.gif) no-repeat 0 0;margin-left:250px;width:167px;height:35px;} 
#interior_main.slim input.quoteit {margin-left:203px;}
#form p {margin-bottom:8px;}

#interior_main h1 {margin:5px 0;background:transparent url(../images/bluegrad.gif) repeat-x scroll 0 0;height:37px;padding:7px 0 0 8px;font-family: "Adobe Garamond Pro", Garamond "Times New Roman", Times, serif;font-size: 24px;color: #5a5c5e;font-weight:normal;}

#main h1.services  {margin:5px 0;background:transparent url(../images/bluegrad.gif) repeat-x scroll 0 0;height:37px;padding:7px 0 0 8px;font-family: "Adobe Garamond Pro", Garamond "Times New Roman", Times, serif;font-size: 24px;color: #5a5c5e;font-weight:normal;}

#interior_main {font-size:1.0em;}

#interior_main ul {list-style: disc;list-style-position:inside;margin: 0 0 1.2em 15px;}

#panel .section {border:1px solid #888;margin-bottom:15px;}

#panel .section h3 {font-size:1.2em;margin:3px;}
#panel .section p {font-size:1.2em;line-height:120%;}

#interior_full_width {
  width:724px;float:left;
}
#interior_middle {
  width:437px;float:left;
}

#interior_full_width h2 {font-family: "Adobe Garamond Pro", Garamond "Times New Roman", Times, serif;font-size: 24px;color: #5a5c5e;font-weight:normal;margin:25px 0 15px 0;}

#interior_middle h2 {font-family: "Adobe Garamond Pro", Garamond "Times New Roman", Times, serif;font-size: 24px;color: #5a5c5e;font-weight:normal;margin:25px 0 15px 0;}

#interior_full_width h3 {font-size:1.3em;color: #5a5c5e;font-weight:normal;margin-bottom:0;}

#slideshowthumbs a {margin-right:17px;margin-bottom:14px;margin-top:0;display:block;float:left;line-height:0;}
#slideshowthumbs a.last {margin-right:0;}
#slideshowthumbs img.last {margin-right:0;}
/*end main layout*/


