@charset "utf-8";
/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	background-color: #FFF;
	line-height: 1.2;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
} 
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px 0px !important;
	margin: 0px;
}
.headline01 {
	text-indent: -999999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 347px;
}
.smaller {
	font-size: 22px;
}
h2 {
	border: none;
	font-size: 15px;
	margin-top: 15px;
}
p {
	margin: 0 0 10px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	padding-top:8px;
	margin: 0px auto;
	text-align: left;
	width: 801px;
	height: 57px;
}
#page {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 797px;
	height: 522px;
	background-repeat: no-repeat;
}
#footer {
	position: relative;
	margin: 0px auto;
	margin-top: 5px;
	width: 801px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	color: #666;
	font-size: 11px;
	margin-bottom: 5px;
	background-image:url(../images/backgrounds/piggybackreflection.jpg);
}
/* 
-----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/
#call-us {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 22px;
	font-weight:bold;
	color:#0F78C7;
	background-position: right;
	background-repeat: no-repeat;
	padding: 3px 35px 0px 0px;
	margin-top: 5px;
}
#call-us span {
	font-size: 12px;
	color: #666;
}
/* 
-----------------------------------------------------------------------------
PAGE CSS
-----------------------------------------------------------------------------*/
#content {
	margin-left: 368px;
	padding: 20px;
	color:#FFF;
}
#page {
	background-image:url(/images/backgrounds/piggybackwithblue.jpg);
	background-repeat:no-repeat;
}
#page ul {
	margin: 10px;
}
#page li {
	margin-left: 10px;
}
#form {
	position: absolute;
	right: 74px;
	bottom: 100px;
	text-align: right;
}
	/* 
	-----------------------------------------------------------------------------
	Contact CSS
	-----------------------------------------------------------------------------*/
	.input {
		border: 1px solid #999;
		font-size: 12px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		padding: 2px;
		margin: 2px;
	}
	.input option {
		padding-left: 3px;
	}
	.input optgroup {
		padding-left: 3px;
	}
	.input optgroup option {
		padding-left: 15px;
	}
	.select {
		border: 1px solid #999;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		padding: 0px;
		margin: 2px;
	}
	.label {
		color: #FFF;
		padding-right: 3px;
		text-align: right;
	}
	.optional {
		font-size: 9px;
		color: #999;
		padding-left: 3px;
	}
	.button {
		border-style: solid;
		border-width: 1px;
		color: #FFF;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		margin-left: 2px;
		padding: 2px 10px 2px 10px;
		text-align: center;
		cursor: pointer;
		background-color: #0F78C7;
		border: 1px solid #999;
	}
	.inlineButton {
		border-style: solid;
		border-width: 1px;
		color: #FFFFFF;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		margin: 2px 0px;
		padding: 2px 10px 1px 10px;
		text-align: center;
		cursor: pointer;
	}
	#google-map {
		width: 627px;
		height: 400px;
		border: 1px solid #DAAB00;
	}
	.amend {
		border: 1px solid #669900;
		background-color: #006600;
		padding: 5px;
		text-align: center;
		margin-top: 15px;
	}
	#thankyou {
		color:#FFF;
		position:absolute;
		right:0px;
		width:420px;
		padding:5px;
	}
/*
-----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/
#footer-menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	padding: 5px;
	width: 390px;
}
#footer-menu li {
	display: inline;
}
#footer-menu a {
	text-decoration: none;
}
#footer-menu a:hover {
	text-decoration: underline;
}
#bright-site {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 190px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}
#bright-site a {
	color: #c57679;
	text-decoration: none;
}
#bright-site a:hover {
	color: #000;
}