@charset UTF-8;
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #6DCBFE;
}
.mainbody {
	margin: 1em;
	padding: 5px;
	float: right;
	width: 300px;
	text-align: left;
	/*border: 1px solid #000000;
	background-color: #6699FF;*/
}
.maingraph {
	margin: 1em;
	padding: 10px;
	clear: right;
	float: left;
	width: 500px;
	text-align: left;	/*background-color: #CCCCCC;
	background-color: #D9D9D9;
	border: 1px solid #000000;*/
}
h1 {
	font-size: 18px;
	color: #274d72;
	margin-top: 0px;
	padding: 5px 0;
}



a#about {
	position: absolute;
	left: 110px;
	top: 280px;
}
a#home {

	position: absolute;
	left: 110px;
	top: 197px;

}
a#services {

	position:absolute;
	left: 200px;
	top: 225px;

}
a#portfolio {

	position: absolute;
	left: 325px;
	top: 253px;

}
fieldset {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
}
a#contact {

	position: absolute;
	left: 450px;
	top: 225px;

}

a#blog {

	position: absolute;
	left: 600px;
	top: 253px;

}


.gracenote {
	margin: 1.5em 1em 1em 1em;
	padding: 0px 5px 5px 5px;
	float: right;
	clear: right;
	width: 220px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #CCCCCC;
}

.gracenote h1 {
	padding: 5px;
	margin: 0 -5px;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #091837;
	font-weight: normal;
}

.gracenote p {
	margin: 0;
	padding: 5px;
}


.contact {
	margin: 1em;
	padding: 0px 5px 5px 5px;
	float: right;
	clear: right;
	width: 220px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #CCCCCC;
}

.contact h1 {
	padding: 5px;
	margin: 0 -5px;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #B34700;
	font-weight: normal;
}

#subnav {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	/*position: absolute;
	clear: both;*/
}

#subnav ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: -30px 0 0 0;
	/*text-align: center;*/
}

#subnav ul li {
	text-align: left;
	font-size: 12px;
	display: inline;
}

#subnav a {
	color: #fff;
	background-color: #003300;
	border-bottom: 1px solid #eee;
	padding: 3px 5px;
}

#subnav a:hover {
	background-color: #FFCC66;
	color: #000;
}

img {
	border: none;
}
img.masthead {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	text-align: left;
	width: 800px;
	padding: 0px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#content {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border: 1px solid #000000;
	position: absolute;
	background-color:#FFFFFF;
}


a {

	text-decoration: none;

}

a:hover {

	text-decoration: none;
	color: #CC0000;

}

a:active {

	color:#009933;

}

a:visited {
	color:#000000;
} 

#nav a {

	text-decoration: none;
	font-size: 14pt;
	color: #000;

}

#nav a:hover {

	text-decoration: none;
	color: #CC0000;

}

#nav a:active {

	color:#009933;

}

/* #nav a:visited {

	color:#6600CC;

} */

label, label span

{
	padding-bottom: 5px;
	display: block;
}

label {

	float: left;
	width: 100%;

}
#messagelabel {
	float: left;
	margin: 0 0 0 -40px;
}

label span {

	float: left;
	width: 50%;
	text-align: right;

}
input {
	/*width: 150px;*/
}

textarea {
	height: 150px;
	width: 240px;
	float: right;
	
}

#submit {

	float: right;

}

#footer {
	clear: both;
	border-top: 1px solid #000;
	padding: 5px 0 10px 0;
	margin-top: 0px;
	bottom: 0px;
}
form div input {
	background-color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 .25em;
	color: #FFFFFF;
}

form div input:hover {

	background-color: #CC0000;
	color: #FFFFFF;

}
td {
	text-align: left;
}
td.label {
	text-align: right;
}
