@import url(blueprint/reset.css);
@import url(blueprint/typography.css);
@import url(blueprint/forms.css);

html {
	}

body {
	}

h1, h2, h3, h4, h5, h6 {
	}

p {
	}

a:link {
	color: #00498D;
	}

a:visited {
	color: #666666;
	}
	
a:hover {
	color: #F78E1F;
	}

#wrapper {
	width: 870px;
	float: left;
	/*background: transparent url(images/grid.png) top left repeat !important;*/
	background: transparent url(images/page-background.png) top left repeat-y;
	}
	
	#banner {
		background: transparent url(images/banner.jpg) top left no-repeat;
		height: 140px;
		position: relative;
		}
		
		#banner h1,
		#banner h2 {
			font-size: 1px;
			line-height: 0;
			text-indent: -9999em;
			}
			
			#banner h1 {
				height: 70px;
				width: 200px;
				position: absolute;
				top: 11px;
				left: 10px;
				}
			
		#banner a {
			display: block;
			height: 70px;
			width: 200px;
			}
		
	#body {
		}
		
		#navigation {
			width: 180px;
			float: left;
			padding: 0 10px;
			background: #F78E1F;
			color: #ffffff;
			}
			
			#index-page #navigation li.active {
				display: none;
				}
			
			#navigation a:link,
			#navigation a:visited {
				color: #ffffff;
				text-decoration: none;
				}
			
			#navigation a:hover {
				color: #00498D;
				text-decoration: underline;
				}
			
			#navigation ul {
				list-style: none;
				margin: 0;
				padding: 0;
				font-size: 1.5em;
				line-height: 1;
				}
				
				#navigation ul li {
					border-bottom: 1px dashed #00498D;
					margin: 0;
					padding: .5em 0;
					}
				
				#navigation ul ul {
					margin-left: 1.2857em;
					font-size: .7778em;
					line-height: 1.2857;
					}
					
					#navigation ul ul li {
						border-bottom: none;
						padding: 0 0 .25em;
						}
						
		#sidebar {
			width: 200px;
			float: right;
			font-size: 1.0833em;
			line-height: 1.444;
			}
			
			#sidebar h2 {
				}
			
			#sidebar p {
				margin: 0 0 1.444em;				
				}
			
			#sidebar a:link,
			#sidebar a:visited {
				color: #ffffff;
				}
				
			#sidebar a:hover {
				}
				
			#sidebar .inner {
				background: transparent url(images/corners.png) 0 bottom no-repeat;
				padding: 10px 10px 1px;
				}
			
			#sidebar #side-image {
				margin-bottom: 1.444em;
				margin-top: 1.444em;
				width: 100%;
				position: relative;
				}
				
				#sidebar #side-image #frame-top {
					height: 15px;
					width: 100%;
					position: absolute;
					top: 0;
					left: 0;
					background: transparent url(images/corners-top.png) 0 0 no-repeat;
					}
				
				#sidebar #side-image #frame-bot {
					height: 25px;
					width: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background: transparent url(images/corners-bottom.png) bottom left no-repeat;
					}
					
				
			#sidebar #side-contact {
				color: #ffffff;
				background: #00498D url(images/corners.png) -200px 0 no-repeat;
				margin-bottom: 1.444em;
				}
				
				#sidebar #side-contact p#phone span {
					display: block;
					color: #F78E1F;
					font-size: 1.8462em;
					line-height: 1.5;
					margin: 0;
					}
				
				#sidebar #side-contact a:hover {
					color: #F78E1F;
					}
				
			#sidebar #side-storage {
				color: #ffffff;
				background: #F78E1F url(images/corners.png) -600px 0 no-repeat;
				margin-bottom: 1.444em;
				}
				
				#sidebar #side-storage .inner {
					background-position: -400px bottom;
					}
				
				#sidebar #side-storage h2 {
					color: #00498D;
					font-size: 1.3846em;
					margin: 0 0 1em;
					line-height: 1;
					font-weight: bold;					
					}
				
				#sidebar #side-storage a:hover {
					color: #00498D;
					}
				
		#content {
			width: 410px;
			padding: 0 30px;
			float: left;
			font-size:1.0833em;
			line-height: 1.4444;
			}
			
			#content h1 {
				color: #00498D;
				font-size: 1.3846em;
				margin: 0 0 1em;
				line-height: 1;
				font-weight: bold;
				}
			
			#content h2 {
				color: #F78E1F;
				font-size: 1.2308em;
				margin: 1.125em 0 0;
				line-height: 1.125;
				font-weight: bold;
				}
				
				#content h2 a:link,
				#content h2 a:visited {
					color: #F78E1F;
					}
				
				#content h2 a:hover {
					color: #00498D;
					}
			
			#content h3 {
				color: #00498D;
				font-weight: bold;
				font-size: 1em;
				margin: 1.4444em 0 0;
				line-height: 1.4444;
				}
				
				#content #main h3 {
					margin-bottom: 1.4444em;
					}
			
			#content h4 {
				}
				
			#content p {
				margin: 0 0 1.4444em;
				}
			
			#content img {
				}
			
			#content dd {
				margin: 0 0 1.4444em 1.4444em;
				}
				
				#content dd.see-also {
					color: #666666;
					font-style: italic;
					}

			#content blockquote {
				}
				
			#content .quote-source {
				text-align: right;
				color: #333333;
				}
			
			#content ul.checklist {
				list-style-image: url(images/checkbox.png);
				}
			
			#content #main {
				}
				
				#index-page #content #main {
					border-bottom: 1px solid #00498D;
					}

			#content #services {
				border-bottom: 1px solid #00498D;
				}
			
			#content #tools {
				}
			
	#footer {
		font-size: .8462em;
		line-height: 1.6364;
		clear: both;
		margin-top: 4.91em;
		padding-left: 230px;
		padding-right: 230px;
		text-align: center;
		}


/* form */

#content td {
	vertical-align: top;
	}
	
#content .row {
	padding-bottom: 3px;
	margin-bottom: 3px;
	float: left;
	clear: left;
	width: 100%;
	}
	
	#content .items .row {
		border-bottom: 1px solid #dddddd;
		}

#content #contact form p {
	clear: both;
	}

#content form label {
	display: block;
	margin-right: 20px;
	float: left;
	clear: left;
	text-align: right;
	width: 110px;
	}
	
	
	#content form .items label {
		width: 133px;
		margin-right: 0;
		padding-right: 3px;
		text-align: left;
		font-weight: normal;
		}

#content form .items {
	width: 178px;
	border: 1px solid #dddddd;
	padding: 10px;
	}
	
#content .form-col {
	float: left;
	width: 200px;
	}
	
	#content .form-col#form-col-1 {
		margin-right: 10px;
		}

#content #contact form input {
	margin-bottom: 6px;
	width: 270px;
	}
	
	#content form .items input {
		width: 2em;
		float: right;
		}

#content #contact form input[type="submit"] {
	width: auto;
	margin-left: 120px;
	}

#content #contact form select {
	width: 270px;
	margin-bottom: 6px;
	}

#content #contact form textarea {
	width: 260px;
	}

#content form .captcha {
	margin-left: 120px;
	margin-top: 18px;
	border: 1px solid #626262;
	}

#content #contact form fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 18px;
	}

#content #contact form legend {
	text-indent: -9999em;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0;
	}
	
	#content form#estimate legend {
		color: #F78E1F;	
		}

#content .errors,
#content .req {
	color: #F78E1F;
	}

#content .errors strong {
	color: #222222;
	}	