@charset "utf-8";
/* CSS Document */

/* Tag Styles */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	width:;
	height:;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	behavior:url("csshover.htc");
}
p {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
h1 {
	width:517px;
	height:179px;
	padding-top:71px;
	margin:0 auto;
	background-image:url(images/Banner.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-999999px;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size:10pt;
	color:#FF0000;
}
blockquote {
	padding-left:15px;
	padding-right:15px;
}
fieldset {
	border:1px solid #990000;
	width:300px;
	height:200px;
	float:left;
	margin:20px;
}
label {
	padding-left:25px;
}
legend {
	margin-left:15px;
}

/* Div Styles */
#Wrap {
	width:100%;
	min-height:800px;
	position:relative;
	padding-bottom:119px;
}
	#Top {
		width:100%;
		height:329px;
		background-image:url(images/Top.png);
		background-repeat:repeat-x;
		position:relative;
	}
	#Side_Bar {
		width:237px;
		height:530px;
		position:absolute;
		left:0;
		top:264px;
	}
		#Side_Bar:after {
			content:" ";
			display:block;
			clear:both;
		}
		
		#Nav {
			width:237px;
			height:309px;
			background-image:url(images/Nav_BG.png);
			background-repeat:repeat-y;
			padding-top:50px;
		}
			ul#NavBar {
				list-style-type:none;
			}
				#NavBar li {
					height:21px;
					background-image:url(images/Nav.png);
					background-position:bottom left;
					background-repeat:no-repeat;
					margin-left:30px;
					padding-top:15px;
					cursor:pointer;
				}
				#NavBar li:hover {
					background-image:url(images/Nav_Hover.png);
					background-position:bottom left;
					background-repeat:no-repeat;
				}
				#NavBar li#Selected {
					background-image:url(images/Nav_Selected.png);
					background-position:bottom left;
					background-repeat:no-repeat;
				}
				#NavBar li a {
					color:#FFFFFF;
					font-size:14pt;
					text-decoration:none;
					padding-left:21px;
				}
		#Location {
			width:237px;
			height:108px;
			background-image:url(images/Content_BG.png);
			background-repeat:repeat-x;
			margin-top:10px;
			font-size:13pt;
		}
			#Location_Title {
				height:40px;
				padding-top:10px;
			}
			#Location_Content {
				padding-left:30px;
				padding-bottom:15px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
			}
	#Content {
		margin-left:257px;
		margin-top:20px;
		margin-right:20px;
	}
		#Content a {
			color:#006600;
			text-decoration:none;
		}
		#Content a:hover {
			text-decoration:underline;
		}
		#Welcome {
			width:65%;
			background-image:url(images/Content_BG.png);
			background-repeat:repeat-x;
			float:left;
			line-height:1.5;
		}
			#Welcome_Title {
				height:40px;
				padding-top:10px;
			}
			#Welcome_Content {
				text-align:justify;
				padding-left:15px;
				padding-right:15px;
			}
		#Packages {
			width:685px;
			margin:0 auto;
		}
		#Projects {
			width:30%;
			background-image:url(images/Content_BG.png);
			background-repeat:repeat-x;
			float:right;
		}
			#Projects_Title {
				width:95%;
				margin:0 auto;
				height:40px;
				padding-top:10px;
			}
			#Projects_Content {
				width:95%;
				text-align:justify;
				padding-left:25px;
				padding-right:15px;
			}
				#Project_Detail {
					width:95%;
					margin:0 auto;
					padding-bottom:15px;
				}
		#Detail_Page {
			width:95%;
			background-image:url(images/Content_BG.png);
			background-repeat:repeat-x;
			margin:0 auto;
			line-height:1.5;
		}
			#Detail_Page_Title {
				height:40px;
				padding-top:10px;
			}
			#Detail_Page_Content {
				text-align:justify;
				padding-left:15px;
				padding-right:15px;
			}
				#Detail_Page_Content ul li {
					margin-left:40px;
				}
	#Footer {
		width:100%;
		height:94px;
		background-image:url(images/Footer_Repeat.png);
		background-position:bottom;
		background-repeat:repeat-x;
		position:absolute;
		bottom:0;
		color:#FFFFFF;
		font-size:10pt;
		border-top:2px solid #000000;
	}
		#Copyright {
			width:30%;
			height:93px;
			background-image:url(images/Footer_Divide.png);
			background-position:bottom right;
			background-repeat:no-repeat;
			float:left;
			text-align:center;
		}
			#Copyright a {
				color:#FFFFFF;
				text-decoration:none;
			}
			#Copyright a:hover {
				text-decoration:underline;
			}
		#QuickNav {
			width:70%;
			height:94px;
			float:right;
			text-align:center;
		}
			ul#QuickNavBar {
				display:inline;
				list-style:none;
				margin:0 auto;
			}
				#QuickNavBar li {
					margin:0 auto;
					width:120px;
					padding-top:18px;
					float:left;
					text-align:center;
					cursor:pointer;
				}
				#QuickNavBar li a {
					color:#FFFFFF;
					text-decoration:none;
				}
					#QuickNavBar li a:hover {
						text-decoration:underline;
					}

/* Defined Styles */
.Clearer {
	clear:both;
}
.PageTitle {
	text-align:center;
}
.Small {
	font-size:11pt;
}
.Red {
	color:#FF0000;
	font-weight:bold;
}
.Portfolio {
	width:570px;
	margin:0 auto;
}
	.Portfolio_Img {
		border:2px solid #990000;
		width:100px;
		height:100px;
		margin:5px;
		float:left;
	}
.Projects {
	width:600px;
	margin:0 auto;
}
	.Projects_Content {
		width:240px;
		margin:5px;
		height:190px;
		float:left;
		border:1px solid #000000;
	}
		.Project_Img {
			width:230px;
			height:130px;
			margin:5px;
		}
		.Project_Info {
			width:240px;
			text-align:center;
		}
.Services {
	width:90%;
	margin:0 auto;
}
	.ServiceCols {
		width:25%;
		float:left;
		padding:10px;
	}
	.ServiceCat {
		text-align:center;
		font-weight:bold;
		font-size:14pt;
		padding:10px;
	}
	.ServiceInfo {
		width:100%;
		font-size:11pt;
		text-align:justify;
	}
.QuoteTxt {
	background-color: transparent;
	background-image:none;
	border:none;
	color:#000000;
	font-weight:bold;
}
.ImgLeft {
	float:left;
	padding:5px;
}
.ImgRight {
	float:right;
	padding:5px;
}
.Buttons {
	background-color:#333333;
	text-align:center;
	cursor:pointer;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
}
.Input {
	background-color:#333333;
	border:1px solid #000000;
	color:#FFFFFF;
}