@charset "utf-8";
body {
	font: 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #000000 no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a {
	text-decoration: none;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
}
header {
	padding: 0 10px 0 0px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	height: 200px;
}
#logo {
	padding: 30px 0px 0px;
	width: auto;
	margin: 0px;
}
#logo h1 {
	margin: 0;  /*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#logo h1 a img {
	border-style: none;
	border-color: #000;
}
header #logo #moveit {
	position: absolute;
	left: -3000px;
}
nav ul {
	margin: 0px;
	text-align: right;
	list-style-type: none;
}
nav li {
	display:inline;
	padding: 4px;
}
nav span {
	padding: 0 5px;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: normal;
}
nav a:link, nav a:visited {
	color: #ff7f00;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
nav a:hover {
	color: #ffffff;
	background-color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#mainContent {
	margin-top: 1em;
	padding: 2em;
	margin-right: 1em;
}
#mainContent #subnav ul {
	text-align: left;
	padding-top: 2em;
	list-style-type: none;
}
#mainContent #subnav li {
	list-style: none;
	display: block;
}
#subnav ul li a {
	text-decoration: none;
}
#home #mainContent h1 {
	color: #ff7f00;
	font: 1.4em "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}

#mainContent h1 {
	color: #999999;
	font: 1.4em "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}
#mainContent h1 a {
	color:#999999;
	margin-top: 2em;
	margin-bottom: 0em;
	padding: 0px;
}
#mainContent h2 {
	color:#999999;
	font: 1.2em "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2em;
	margin-bottom: 0em;
	padding: 0px;
}
#mainContent h2 a {
	color:#999999;
	margin-top: 2em;
	margin-bottom: 0em;
	padding: 0px;
}
#mainContent h3 {
	color:#999999;
	font: 1em "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2em;
	margin-bottom: 0em;
	padding: 0px;
}
#mainContent p, span, li {
	text-align: left;
	padding-top: 0em;
	padding-bottom: 1em;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.25em;
	list-style-type: none;
}
#mainContent li {
	font-size: 0.85em;
}
#mainContent blockquote {
}
#mainContent cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#mainContent ol {
	list-style: lower-alpha outside;
}
#mainContent dl {
	font-size: .9em;
}
#mainContent dt {
	font-size: .9em;
}
#mainContent dd {
	font-size: .9em;
}
.project {
	height: 420px;
	width: 858px;
	position: relative;
	border: thin solid #333333;
	background: #000000;
	margin-bottom: 60px;
}
.project .project_text {
	position: absolute;
	top: 17px;
	right: 24px;
	width: 340px;
	color: #FFFFFF;
	background: #000000;
	bottom: auto;
}
#mainContent .project .project_text p {
	padding-bottom: 0em;
}
/*#container .project .project_text h2 {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background: #000000;
}
*/

.project .website {
	border: 1px ridge #333333;
	position: absolute;
	left: -476px;
	top: 30px;
	padding: 2px;
}
.project .standards {
	position: absolute;
	left: 499px;
	top: 379px;
}
footer {
	clear: both;/*	background:#DDDDDD; */
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}
footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #ff7f00;
	text-align: left;
}
footer ul {
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-right: 4em;
	text-align:center;
}
footer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
footer a {
	color: #ff7f00;
	text-decoration: none;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
footer a:hover {
	padding: 0 5px;
	color: #ffffff;
	background-color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #ff7f00;
}
a {
	color: #ff7f00;
}
.indented {
	margin-left: 2em;
}
body#home .nav a.homenav, body#portfolio .nav a.portnav, body#services .nav a.servnav, body#contact .nav a.connav, body#pricing .nav a.pricenav, body#standards .nav a.standnav, body#access .nav a.accnav, body#privacy .nav a.privnav {
	color: #FFFFFF;
	background-color: #000000;
}
/*Contact Form*/
#form-div {
	color: #555;
	margin-top: 1em;
	font: .85em/1.7em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
}
#form-div fieldset {
	padding: 0em 1em 2em 0em;
}
#form-div fieldset.req-set {
	padding-left: 0px
}
#form-div p.form-footer {
	margin: -35px 2px 20px 13px
}
#form-div p.form-footer a {
	color: #FFFFFF
}
#form-div p.form-footer a:hover {
	color: #CCCCCC;
	text-decoration: none
}
#form-div p.form-footer a:focus {
	color: #CCCCCC;
	text-decoration: none
}
#form-div p.form-footer a:active {
	color: #CCCCCC;
	text-decoration: none
}
#form-div p.form-footer a:focus {
	background-color: #eee
}
#form-div p.form-footer a:active {
	background-color: #eee
}
#form-div a {
	color: #ff9933
}
#form-div a:hover {
	color: #CCCCCC;
	text-decoration: none
}
#form-div a:focus {
	color: #CCCCCC;
	text-decoration: none
}
#form-div a:active {
	color: #CCCCCC;
	text-decoration: none
}
#form-div a:focus {
	background-color: #eee
}
#form-div a:active {
	background-color: #eee
}
#form-div p.success {
	border-bottom: #000 1px solid;
	text-align: center;
	border-left: #000 1px solid;
	padding-bottom: 1px;
	background-color: #669900;
	margin: 10px 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	padding-top: 1px
}
#form-div p.error {
	border-bottom: #000 1px solid;
	text-align: center;
	border-left: #000 1px solid;
	padding-bottom: 1px;
	background-color: #669900;
	margin: 10px 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	padding-top: 1px
}
#form-div p.center {
	border-bottom: #000 1px solid;
	text-align: center;
	border-left: #000 1px solid;
	padding-bottom: 1px;
	background-color: #669900;
	margin: 10px 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	padding-top: 1px
}
#form-div p.error {
	background-color: #bb0000
}
#form-div p.error a {
	color: #ffff7f
}
#form-div p.success a {
	color: #ffff7f
}
#form-div p.center {
	text-align: center;
	padding-bottom: 0px;
	background-color: #edbaba;
	margin-top: -3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #000;
	padding-top: 0px
}
#form-div p.error a:hover {
	background-color: #bb0000;
	color: #eee
}
#form-div p.error a:focus {
	background-color: #bb0000;
	color: #eee
}
#form-div p.error a:active {
	background-color: #bb0000;
	color: #eee
}
#form-div p.success a:hover {
	background-color: #bb0000;
	color: #eee
}
#form-div p.success a:focus {
	background-color: #bb0000;
	color: #eee
}
#form-div p.success a:active {
	background-color: #bb0000;
	color: #eee
}
#form-div p.success a:hover {
	background-color: #669900
}
#form-div p.success a:focus {
	background-color: #669900
}
#form-div p.success a:active {
	background-color: #669900
}
form#gbcf-form {
}
fieldset.main-set {
	border-bottom: #eee 1px solid;
	border-left: #eee 1px solid;
	border-top: #eee 1px solid;
	border-right: #eee 1px solid;
	padding: 5px;
	margin: 0px;
}
fieldset.req-set {
	border-bottom: #eee 1px solid;
	border-left: #eee 1px solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #eee 1px solid;
	border-right: #eee 1px solid;
	padding-top: 5px
}
fieldset.opt-set {
	border-bottom: #eee 1px solid;
	border-left: #eee 1px solid;
	border-top: #eee 1px solid;
	border-right: #eee 1px solid;
	padding: 5px;
}
#form-div legend {
	font-weight: normal
}
#form-div legend span {
}
legend.main-legend {
	color: #ffffff;
	font-size: large
}
legend.req-legend {
	color: #777
}
legend.opt-legend {
	color: #777;
}
legend.main-legend span {
}
legend.main-legend {
}
legend.req-legend span {
}
legend.req-legend {
	margin-left: -2px
}
legend.opt-legend span {
}
legend.opt-legend {
	margin-left: -2px
}
label.req-label {
	color: #cccccc
}
label.opt-label {
	color: #cccccc
}
label.main-label {
	font-weight: normal;
	font-size: 1em;
	color: #CCCCCC;
}
label.check.opt-label {
	padding-bottom: 0px;
	margin: 1px 4px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	cursor: pointer;
	padding-top: 0px
}
label.main-label.opt-label {
	margin: 0px 2px;
	font-weight: bold
}
label.main-label.opt-label span {
	color: #666;
	font-weight: normal
}
label.main-label.opt-label span.req {
	color: #c70000;
	font-weight: bold
}
label span.req {
	color: #c70000;
	font-weight: bold
}
label.explain.req-label {
	color: #666;
	font-size: 0.8em
}
label.explain.req-label:hover {
	color: #CCCCCC
}
input.address.text-long {
	border-bottom: #bbb 1px dotted;
	padding-bottom: 2px;
	margin-bottom: 0px
}
input.address.text-long:hover {
	border-bottom: #bbb 1px dotted;
	padding-bottom: 2px;
	margin-bottom: 0px
}
input.address.text-long:focus {
	border-bottom: #bbb 1px dotted;
	padding-bottom: 2px;
	margin-bottom: 0px
}
input.hover.address.text-long {
	border-bottom: #bbb 1px dotted;
	padding-bottom: 2px;
	margin-bottom: 0px
}
input.focus.address.text-long {
	border-bottom: #bbb 1px dotted;
	padding-bottom: 2px;
	margin-bottom: 0px
}
input.address2.text-long {
	margin-top: 0px;
	border-top: #bbb 1px dotted;
	padding-top: 2px
}
input.address2.text-long:hover {
	margin-top: 0px;
	border-top: #bbb 1px dotted;
	padding-top: 2px
}
input.address2.text-long:focus {
	margin-top: 0px;
	border-top: #bbb 1px dotted;
	padding-top: 2px
}
input.hover.address2.text-long {
	margin-top: 0px;
	border-top: #bbb 1px dotted;
	padding-top: 2px
}
input.focus.address2.text-long {
	margin-top: 0px;
	border-top: #bbb 1px dotted;
	padding-top: 2px
}
input.checkbox {
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 0.9em;
	padding-right: 0px;
	height: 0.9em;
	border-top: #999 1px solid;
	cursor: pointer;
	border-right: #999 1px solid;
	padding-top: 0px
}
input.checkbox:hover {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.hover.checkbox {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.checkbox:focus {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.focus.checkbox {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.text-short {
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	padding-bottom: 1px;
	background-color: #fffffe;
	padding-left: 2px;
	padding-right: 2px;
	font: 1em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
	border-top: #999 1px solid;
	cursor: text;
	border-right: #999 1px solid;
	padding-top: 1px
}
input.text-med {
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	padding-bottom: 1px;
	background-color: #fffffe;
	padding-left: 2px;
	padding-right: 2px;
	font: 1em verdana, helvetica, "palatino sans, tahoma", arial, sans-serif;
	border-top: #999 1px solid;
	cursor: text;
	border-right: #999 1px solid;
	padding-top: 1px
}
input.text-long {
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	padding-bottom: 1px;
	background-color: #fffffe;
	padding-left: 2px;
	padding-right: 2px;
	font: 1em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
	border-top: #999 1px solid;
	cursor: text;
	border-right: #999 1px solid;
	padding-top: 1px
}
select.select {
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	padding-bottom: 1px;
	background-color: #fffffe;
	padding-left: 2px;
	padding-right: 2px;
	font: 1em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
	border-top: #999 1px solid;
	cursor: text;
	border-right: #999 1px solid;
	padding-top: 1px
}
textarea.textarea {
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	padding-bottom: 1px;
	background-color: #fffffe;
	padding-left: 2px;
	padding-right: 2px;
	font: 1em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
	border-top: #999 1px solid;
	cursor: text;
	border-right: #999 1px solid;
	padding-top: 1px
}
select.select {
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px
}
input.text-short {
	width: 100px
}
input.text-med {
	width: 250px
}
select.select {
	width: 250px
}
input.text-long {
	width: 300px
}
textarea.textarea {
	width: 440px;
	height: 200px
}
select.select {
	cursor: pointer
}
select.select option {
	cursor: pointer
}
input.text-short:focus {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.focus.text-short {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.text-med:focus {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.focus.text-med {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.text-long:focus {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.focus.text-long {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
select.select:focus {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.focus.select {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
textarea.textarea:focus {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
textarea.focus.textarea {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	background-color: #ffe;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
input.button {
	padding-bottom: 1px;
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 1.1em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
	float: left;
	color: #333333;
	clear: both;
	cursor: pointer;
	padding-top: 1px
}
input.button:hover {
	color: #FF9933
}
input.hover.button {
	color: #FF9933
}
input.button:focus {
	color: #FF9933
}
input.focus.button {
	color: #FF9933
}
* html input.button {
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	border-right: #666 1px solid
}
#contentFlow {
	padding-top: 5em;
}

