/* Base tags */

body {
	background: #676767 url(/images/background.jpg) repeat-x top;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
}

h1 {
	font-size: 29px;
	margin-bottom: 20px;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

p,
address,
ul {
	margin-bottom: 15px;
}

p,
address {
	line-height: 21px;
}

a {
	color: #09c;
}

a:hover {
	background: #09c;
	color: #fff;
	text-decoration: none;
}

ul li {
	margin-left: 16px;
	line-height: 19px;
	list-style: square;
}

address {
	font-style: normal;
}

/* Forms */
form {}

	form div {
		margin: 0;
		padding: 0;
	}
	
		form div div {
			margin: 3px 0;
			padding: 10px 0;
		}
		
		label {
			font-weight: normal;
		}

		input[type=text],
		textarea {
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 15px;
			width: 90%;
		}
		
		input[type=submit] {
			float: right;
			margin-right: 7%;
		}

		.field-with-errors label {
			background: red;
			color: #fff;
			padding: 3px;
		}

		.field-with-errors input,
		.field-with-errors textarea {
			border: 1px dashed red;
			padding: 3px;
		}

.accessibility {
	display: none;
}

abbr,
acronym {
	border: none;
}

abbr {
	speak: spell-out;
}

acronym {
	speak: normal;
}


/* Layout */

#container {
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 20px auto 5px auto;
	width: 950px;
}

	#header {
		border-bottom: 18px solid #09c;
		overflow: hidden;
		padding: 15px 0 10px 0;
	}
	
		#header p,
		#header h2 {
			line-height: 17px;
			margin: 0;
		}
		
		#header h2 {
			font-size: 13px;
			font-weight: bold;
		}

		#logo,
		#tagline {
			padding-top: 12px; 
		}

		#logo {}
		
			#logo img {
				margin-left: 15px;
			}
		
		#tagline {
			font-size: 16px;
		}

		#tagline,
		#header .contact {
			color: #565656;
			font-size: 13px;
		}

		#header .contact {}

			#header .contact img {
				float: left;
				margin-right: 10px;
			}

			#header .phone {
				color: #900;
			}

		#tagline strong {
			font-size: 15px;
		}

	#content {
		margin: 20px 0;
	}

		#content.home {
			margin: 0;
		}

		#promo {
			background: url(/images/promo-dark.jpg);
			height: 175px;
		}
		
			#promo-main-call {}
		
				#promo-main-call p {
					color: #900;
					font-size: 30px;
					font-weight: bold;
					margin: 0;
					padding: 20px 0 0;
				}
			
				#promo-main-call strong {
					color: #fff;
					display: block;
					font-size: 86px;
					margin-top: -10px;
					padding-left: 110px;
				}
		
			#promo-info {
				background: url(/images/promo-light.jpg);
				float: left;
				height: 175px;
			}
		
				#promo-info p {
					font-size: 13px;
					line-height: 15px;
					padding: 0 0 30px 0;
				}
		
					#promo-info p.intro {
						font-size: 15px;
						line-height: 19px;
						padding: 20px 0 5px 0;
					}

		#company-info,
		#second-tier,
		#contact {
			border-bottom: 1px solid #ccc;
			overflow: hidden;
			padding-bottom: 20px;
		}

			#company-info div,
			#second-tier div {
				border-right: 1px solid #ccc;
				margin-top: 30px;
			}
				
				#company-info div ul,
				#company-info div ul li,
				#second-tier div ul,
				#second-tier div ul li {
					margin: 0;
					padding: 0;
				}
				
				#company-info div ul,
				#second-tier div ul {
					padding-left: 20px;
				}

				#company-info div.last,
				#second-tier div.last,
				#contact div.last {
					border-right: none;
					width: 228px;
				}

			#second-tier div {}

				#second-tier #service-area {}

					#second-tier #service-area div {
						border: 0;
						float: left;
						margin: 0 20px 0 0;
						padding: 0;
						width: auto;
					}

						#second-tier #service-area noscript img {
							float: left;
							margin-right: 20px;
						}

					#second-tier #service-area h3 {
						font-size: 15px;
						font-weight: bold;
						margin-bottom: 10px;
					}

					#second-tier #service-area ul {
						font-size: 13px;
						padding-left: 440px;
					}

					#second-tier #service-area form,
					#second-tier #service-area form input[type=text] {
						font-size: 13px;
					}

				#computer-tips {}
				
					#computer-tips ul,
					#computer-tips ul li {
						margin: 0;
						padding: 0;
					}
					
					#computer-tips ul {
						margin-bottom: 15px !important;
					}

						#computer-tips ul li {
							margin: 5px 0 !important;
						}
	
					#computer-tips .feed {
						float: right;	
						font-size: 13px;
					}

						#computer-tips .feed a {
							padding: 0 0 0 19px;
							background: url("/images/rss-icon.gif") no-repeat 0 50%;
						}
	
							#computer-tips .feed a:hover {
								background: #09c url("/images/rss-icon.gif") no-repeat 0 50%;
							}

		#contact {
			border-bottom: none;
		}

			#contact div {
				margin-top: 30px;
			}

				#contact div div {
					margin: 0;
				}

				#contact .first {
					float: left;
					padding: 0 25px;
				}

				#contact div.error,
				#contact div.success {
					font-size: 13px;
					line-height: 15px;
					margin-bottom: 20px;
					padding: 5px 10px;
				}

				#contact div.success {
					background: #E1FEE3;
					border: 1px solid green;
				}

					#contact div.success p {
						margin: 0;
					}

				#contact div.error {
					background: #FCC;
					border: 1px solid red;
				}

					#contact div.error ul {
						margin: 0 0 0 20px;
					}

				#contact textarea {
					height: 151px;
				}

				#contact-details {
					padding: 30px 0 0 0;
				}

					#contact-details h3 {
						font-size: 14px;
						font-weight: bold;
						margin-bottom: 0;
					}

					#contact-details p,
					#contact-details address {
						margin-bottom: 20px;
					}
	
	#container.blog {}
		
		#container.blog .span-14 {
			border-right: 1px solid #ddd;
			overflow: hidden;
			width: 549px;
		}
		
		#container.blog h1 {
			margin: 0;
		}
	
		#container.blog .post {
			border-bottom: 1px solid #ddd;
			overflow: hidden;
			padding: 20px 0 10px 0;
		}
		
			#container.blog .post h1 {
				margin-bottom: 10px;
			}
		
			#container.blog .post .alignleft {
				float: left;
				margin: 0 20px 20px 0;
			}
			
	#sidebar {
		overflow: hidden;
		padding-bottom: 20px;
	}
	
		#sidebar ul,
		#sidebar ul li {
			color: #aaa;
			font-size: 13px;
			list-style: none;
			margin: 0;
			padding: 0;
		}
			
			#sidebar ul li label {
				color: #333;
				font-size: 15px;
			}
		
			#sidebar ul li h2 {
				font-size: 15px;
				font-weight: bold;
				margin: 20px 0 5px 0;
			}
			
			#sidebar ul li a {
				color: #5f5f5f;
				font-size: 15px;
			}
			
				#sidebar ul li a:hover {
					background: #5f5f5f;
					color: #fff;
				}
			
			#sidebar ul li #searchform {
				padding-top: 30px;
			}

#footer {
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 10px 30px 10px;
	width: 950px;
}

	#footer-navigation {}
	
		#footer-navigation ul,
		#footer-navigation ul li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#footer-navigation ul li a {
				color: #fff;
				text-decoration: none;
			}
			
				#footer-navigation ul li a:hover {
					background: #fff;
					color: #333;
				}


/* Google Maps */

.GM_InfoWindow {
	color: #000000;
	font-family: Verdana,Arial;
	font-size: 12px;
	width: 300px;66-18
}

.GM_InfoWndow {
	width: 300px;
}

.gmnoprint {
	width: 300px;
}

#home-google-maps {
	width: 300px;
}

#home-google-maps input[type=submit] {
	float: none;
}

#saddr {
	width: 200px;
}
