body {
	width: 900px;
	color: #DDEEBB;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	background-image: url(../images/grad.jpg);
}


img src {
		color: red;
		-moz-border-radius: 6px;
}

/* ------ */

#title {
	font:11px Arial, Helvetica, sans-serif;
	background-image: url(../images/banner.png);
	height: 98px;
	color: #333333;
}
h1 {
	font-size: 24px;
	color: #F5F5F5;
	font-family: "Segoe Script";
	width: 260px;
	float: left;
	margin: 10px 285px 20px 325px;
}
#logo {
	margin-top: 35px;
	float: left;
	margin-right: 150px;
}
#tagline {
	width: 125px;
	height: 15px;
	float: left;
	margin-left: 395px;

}
/* ------ */

#con {
	background-image: url(../images/background.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
}
#bar {
	border-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #336600;
	padding-right: 225px;
	padding-left: 225px;
	background-image: url(../images/bar.png);
	margin-bottom: 30px;
	color: #99CC66;
}
.clearfloat {	
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#sidebar {
	float: right;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-right: 35px;
	margin-left: 15px;
	padding-bottom: 20px;
	width: 300px;
}
.icon {
	height: 400px;
	width: 320px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ------ */

#middle {
	width: 400px;
	float: right;
	clear: none;
}
#textarea {
	width: 90%;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-left: 4.5%;
	height: 100%;
	text-align: justify;
}
.prices {
	width: 250px;
	margin-bottom: 15px;
}
th {
	color: #990033;
}

td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #990033;
	line-height:26px;
	letter-spacing:0.21em;
	text-align: center;
	margin-top: 10px;
}

.questionColumn {
	float: left;
	margin-right: 10px;
	width: 280px;
}
.questionColumn p {
	font-size: 9px;
	margin: -20px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100px;
	background-color: #FF99CC;
}

.inputColumn {
	margin-right: 15px;
	margin-left: 5px;
	float: left;
	width: 200px;
}
label {
	margin-bottom: 19px;
	float: left;
	width: 285px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-left: 10px;
}
input {
	margin-right: 15px;
	margin-bottom: 12px;
	clear: right;
	float: left;
}
select {
	margin-right: 15px;
	margin-bottom: 20px;
	clear: right;
	float: left;
}
#submit {
	margin-left: 425px;
	margin-top: -10px;
}
/*-----*/
#footer {
	background-color: #99CC66;
	border-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #336600;
	padding-right: 160px;
	padding-left: 260px;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
li{
	float:left;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #990033;
	text-decoration: none;
}
.Button {
	text-align: center;
	background-attachment: fixed;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	padding: 4px;
	width: 125px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -16px;
	margin-bottom: -16px;
	font-size: 12px;
}
.Button a:link,a.Button :visited{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.Button :hover,a.Button :active{
	background-color:#7A991A;
}

/* ---Portfolio Page Only--- */

#portfolio {
	padding-right: 10px;
	padding-left: 10px;
	background-position: center center;
	text-align: center;
	margin-left: 160px;
}
h2 {
	color: #9A0031;
	text-align: left;
}
#portfolio img {
	padding: 5px;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}
.siteNames {
	height: 30px;
	clear: left;
	text-align: left;
}
#portfolio p{
	width: 195px;
	text-align: center;
	float: left;
	margin: 5px 5px 0 0;
	border: 1px double #CCCCCC;
}


/* ---Contact Page Only--- */

input,textarea {
	clear: none;
}
#slideshow3 {
	height: 400px;
}

#error-wrapper {
	float: left;
	height: 20px;
	width: 100%;
	padding-bottom: 10px;
}
#error {
	color:#990033;
	font-size:12px;
	display:none;
	padding: 0;
	margin: 0;
}
.needsfilled {
	background-color:#DDEEBB;
}

