@charset "utf-8";
/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #a4ce4f;
}
h2 {
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #a4ce4f;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h3 a:link,h3 a:visited {
	color: #a4ce4f;
	text-decoration: none;
}
h3 a:hover,h3 a:active {
	color: #ffffff;
	text-decoration: none;
}

/* ------------------------  Main Container Layout via DIV Tags  ------------------------ */

#container {
	min-height: 100%;
	position: relative;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 150px;
	text-align: center;
}
#body {
	padding-top: 100px;
	padding-bottom: 100px;							/* Height of footer plus padding */
	text-align: center;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 62px;									/* Height of the footer */
	background-image: url(../images/footerback.jpg);	
	min-width: 850px;
}

/* ------------------------  Header Styles  ------------------------ */


/* ------------------------  Navigation Styles  ------------------------ */

#navigation a:link,#navigation a:visited {
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 7px;
	color: #aac8e3;
}
#navigation a:hover,#navigation a:active {
	background-image: url(../images/buttonover.jpg);
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 7px;
	color: #1d3c51;
}
#navigation a.current {
	background-image: url(../images/buttoncurrent.jpg);
	font-weight: bold;
	color: #1d3c51;
	cursor: default;
}
#logo {
	width: 850px;
	height: 122px;
	text-align: left;
}

/* ------------------------  Body Styles  ------------------------ */

#content {
	font-size: 14px;
	color: #ffffff;
	padding: 0px 0px;
	text-align: left;
	background-color: #1d3c51;
}
#content p.indent {
	padding-left: 30px;
	text-align: justify;
}

/* ------------------------  Body / Breakout Styles  ------------------------ */

#breakout {
	background-color: #aac8e3;
	margin-top: 0px;
	color: #1d3c51;
}
#breakout td.topleft {
	background-image: url(../images/breakouttl.jpg);
	height: 20px;
}
#breakout td.topright {
	background-image: url(../images/breakouttr.jpg);
	height: 20px;
}
#breakout td.bottomleft {
	background-image: url(../images/breakoutbl.jpg);
	height: 20px;
}
#breakout td.bottomright {
	background-image: url(../images/breakoutbr.jpg);
	height: 20px;
}
#breakout tr.spacer {
	background-color: #1d3c51;
	height: 50px;
}
#breakout tr.spacerhome {
	background-color: #1d3c51;
	height: 10px;
}
#breakout td.services {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#breakout img.portfolio {
	border: 1px solid #1d3c51;
}
#breakout a:link {
	text-decoration: none;
	color: #1d3c51;
	font-weight: bold;
	text-align: center;
}
#breakout a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#breakout a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
#breakout a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

/* ------------------------  Footer Styles  ------------------------ */

#footer p {
	margin: 0;
	padding: 10px;
	color: #aac8e3;
	text-align: center;
}
#footer a:link,#footer a:visited {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
	color: #aac8e3;
}

#footer a:hover,#footer a:active {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
	color: #a4ce4f;
}
#footer a.footnavspacer:link,#footer a.footnavspacer:visited,#footer a.footnavspacer:hover,#footer a.footnavspacer:active {
	cursor: default;
	color: #aac8e3;
}

/* ------------------------  Submit Form Styles  ------------------------ */

.textfield {
	background-color: #aac8e3;
	border: 1px solid #1D3C51;
	color: #1D3C51;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.required {
	font-size: 14px;
	font-weight: bold;
	color: #a4ce4f;
}
.formlabel {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.formheading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}
.redirect {
	font-size: 10px;
	color: #aac8e3;
}
.redirect a {
	text-decoration: none;
	color: #a4ce4f;
}
.formerrorlink a:link,.formerrorlink a:visited {
	text-decoration: none;
	text-align: center;
	color: #1d3c51;
	font-size: 18px;
	font-weight: bold;
}
.formerrorlink a:hover,.formerrorlink a:active {
	text-decoration: none;
	text-align: center;
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}
.red {
	color: #FF0000;
}  
