																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #fff;
		font-family: Helvetica, "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		font-weight: normal;
		}

																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 760px;
	margin: 10px auto;
	text-align: left;
	}
	div#header-wrap {
		margin: 0;
		}
		div#header-in {
			padding: 0;
			color: inherit;
			background-image: url('/images/nav-bg-fade.png');
			background-repeat: repeat-x;
			background-position: bottom;
			}

	div#mid-section-wrap {
		margin: 5px 0 5px 0;
		}
		div#mid-section-in {
			margin: 0;
			padding: 0;
			color: inherit;
			background-color: #fff;
			}
		div#mid-section-in img{
			margin:0;
			padding:0;
		}
		
	div#content-wrap {
		}
		div#center {
			color: inherit;
			background-color: #fff;
			border:1px solid #ccc;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #fff;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			margin-top: 10px;
			border-top:1px solid #ccc;
			}






																/* >>> SUB CONTAINERS <<< */
* { }
#mid-section-prong{
	float:left;
	background:transparent url('/images/mid-section-prong.png') no-repeat scroll 0px;
	height:225px;
	width:555px;
	margin:0;;
	position:relative;
}

#mid-section-prong-alt{
	float:left;
	background:transparent url('/images/mid-section-prong-alt.png') no-repeat scroll 0px;
	height:225px;
	width:555px;
	margin:0;;
	position:relative;
}

#mid-section-links{
	margin:0;
	padding:0;
	float:left;
	height:225px;
	overflow:hidden;
	width:205px;
}

#module-section{
	margin:2px 0 0 0;
	padding:0;
	float:left;
	overflow:hidden;
	width:760px;
	background: #fff;
	}
	#module-header{
		margin: 0;
		padding: 0;
		width: 100%;
		background-image: url('/images/module-header-bg.png');
		background-repeat: repeat;
		}
		#module-header h2{
			display: block;
			line-height: 17px;
			border-bottom: 1px solid #333;
			padding: 3px 0 0 4px;
			margin: 0;
			color: #fff;
			font-size: 14px;
			font-weight: normal;
		}

	#module-service{
		margin: 0 1px 0 0;
		padding: 0;
		float: left;
		overflow: visible;
		width: 233px;
		height: 200px;
		background-image: url('/images/module-right-shadow.png');
		background-repeat: no-repeat;
		background-position: top right;
		}
		#module-content{
			margin: 0;
			padding: 5px;
		}
	#module-temp{
		margin: 0 1px 0 0;
		padding: 0;
		float: left;
		overflow: visible;
		width: 257px;
		height: 200px;
		background-image: url('/images/module-right-shadow.png');
		background-repeat: no-repeat;
		background-position: top right;
	}
	#module-news{
		margin:0;
		padding: 0;
		float: left;
		overflow: visible;
		width: 268px;
		background-image: url('/images/module-right-shadow.png');
		background-repeat: no-repeat;
		background-position: top right;
		}
		#module-content-story {
			margin-bottom:5px;
		}

#left_column {
	float: left;
	width: 515px;
	overflow: hidden;
	margin-top: 5pt;
	padding: 5pt 10px;
	background: #f7f7f7 url('/images/column_content_fade.png') repeat-x top;
}
#right_column {
	margin-left: 545px;
	width: 215px;
	padding: 5pt 0px;
}
.column_header {
	background: #ccc url('/images/column_header_fade.png') repeat-x scroll 0%;
	border-bottom: 1px solid #333;
}
.column_header h3 {
	display: block;
	line-height: 28px;
	margin-left: 5px;
	font-weight: normal;
	color: #fff;
}
.column_content {
	background-color: #f7f7f7;
	background: #f7f7f7 url('/images/column_content_fade.png') repeat-x top;
	padding: 5px;
	border-bottom: 1px solid #999999;
}

.table_bg {
	padding: 5px;
	background: #f7f7f7 url('/images/column_content_fade.png') repeat-x top;
}



																/* >>> LISTS <<< */
ul#nav-center {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #eee;
	}
	ul#nav-center li {
		display: inline;
		}
		ul#nav-center li a {
			width: 138px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			}
		ul#nav-center li a:hover {
			color: #4494FF;
			background-color: #F1F7FF;
			}
ul#nav-top {
	float: right;
	padding: 0;
	margin-top:55px;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #666;
			background-color: inherit;
			font-size: 14px;
			text-decoration: none;
			}
		ul#nav-top li a:hover {
			color: #333;
			background-color: inherit;
			}
ul#nav-footer {
	padding: 0 2px;
	padding-top: 3px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px dotted #999999;
			}
		ul#nav-footer li a:hover {
			color: #314b68;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}
ul.service_area {
	margin: 0px 10px;
	font-size: 12px;
	line-height: 18px;
}




																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
#module-content-story .news-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #314b68;
}
#module-content-story .news-date {
	font-size: 11px;
	color: #999;
	border-bottom: 1px dotted #ccc;
}

#news_link {
	float: right;
	padding-right: 15px;
	}
	#news_link a {
		font-size:11px;
		color: #d57b37;
		text-decoration: none;
		border-bottom: 1px dotted #ccc;
	}
	#news_link a:hover {
		color: #666;
	}
.service_area a:link, .service_area a:active, .service_area a:visited {
	color: #d57b37;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
.service_area a:hover {
	color: #314b68;
	text-decoration: none;
}


																/* >>> FORMS <<< */
input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color: #ff3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00cc00;
	color: #000;
}
.validation-advice {
	font-size: 0.9em;
	color: red;
	font-style: italic;
}

.clearfix {
display:block;
}

.form_style {
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
}

.form_info {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
}

.form_style form ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
}

.form_style h2 {
	font-weight: normal;
	font-size: 16pt;
	margin:0pt 0pt 3px;
}

.form_style p {
	color: #444444;
}

.form_style label.desc {
	border: medium none;
	color: #444444;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
	padding: 0pt 4px 1px 0pt;
}

.form_style label a {
	color: #314b68;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.form_style label a:hover {
	color: #d57b37;
}

.form_style button {
	background-color: #eee;
	border:1px solid #ccc;
	color:#313E59;
	font-size:11px;
}

.cost_calc h2 {
	font-weight: normal;
	font-size: 16pt;
	margin:0pt 0pt 3px;
}

.cost_calc p {
	color: #444444;
}

																/* >>> END <<< */