body {
	background-color:#000000;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	min-width: 766px;
}

/* BEGIN Site Container */
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:766px;
	background-image:url(images/back_repeat.jpg)
}

#container h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	border-style:solid; 
	border-width: 0 0 2px 0; 
	border-color: #a3c12c; 
	background-image: url(images/right_arr.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 10px 10px;
	margin-bottom: 10px;
}

#container h4 {
	font-weight: bold;
	color: #bfff00;
	padding: 0 0 1em 0;
}

/* BEGIN Different paragraph types for regular column content */
#container p {
	overflow: hidden;
	padding: 0 0 1em 0;
}

#container p.sectionclose {
	text-align: right;
	padding: 0 0 2em 0;
}

#container p.signature {
	color: #bfff00;
	font-weight: bold;
}
/* END Different paragraph types for regular column content */

/* BEGIN portfolio-specific content */
#container img.portfolio {
	padding: 0;
	float: none;
}

#container p.portfolioclient {
	text-align: center;
}

#container ul.portfoliolinks {
	text-align: center;
	float: none;
	padding: 0 0 1em 0;
}

#container ul.portfoliolinks li {
	padding-right: 10px;
	float: none;
	display: inline;
}

#container img.portfoliolinks {
	float: none;
}
/* END portfolio-specific content */

/* BEGIN aboutus-specific content */
#container span.principles {
	display: block;
	font-weight: bold;
	color: #bfff00;
}
/* END aboutus-specific content */

/* BEGIN services-specific content */
#container ul.serviceiteml {
	float: left;
	padding-left: 20px;
}

#container ul.serviceitemr {
	float: right;
	padding-right: 20px;
}

#container ul.serviceiteml li, #container ul.serviceitemr li {
	font-weight: bold;
	color: #bfff00;
}

#container p.clientlist span {
	display: block;
}
/* END services-specific content */

/* BEGIN regular column content link styles */
#container a, a:visited {
	color: yellow;
	text-decoration: none;
}

#container a:hover, a:active {
	text-decoration: underline;
}
/* END column content link styles */

/* END site container */

/* header */
#header {
	background-image: url(images/index_01.jpg);
	width:766px;
	height:139px;
}

#header a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover, a:active {
	color: #bfff00;
}

#header ul {
  font-size: 1.1em;
  padding: 105px 0px 5px 290px;
}

#header li {
	display: inline;
	list-style-type: none;
	padding-right: 26px;
	text-transform: uppercase;
}
/* //header */

/* left column */
#maincontent {
	width:438px;
	min-height: 471px;
	float: left;
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	padding: 40px 40px 0 40px;;
}

#maincontent img {
	padding-right: 10px;
	float: left;
}
/* //left column */

/* right column */
#subcontent {
	width:198px;
	min-height: 471px;
	float: left;
	background-image:url(images/index_03.jpg);
	background-repeat:no-repeat;
	padding: 40px 25px 0px 25px;
}

/* //right column */

/* footer */
#footer {
	width:766px;
	height:70px;
	background-image: url(images/index_04.jpg);
	clear: both;;
}

#footer a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #bfff00;
}

#footer ul {
	padding: 15px 0 1em 40px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.footerCopy {
	padding-left: 40px;
	color: #9298A1;
}
/* //footer */

/* Contact Information */
#contact-address {
	overflow: hidden;
}

.vcard h4.org {
	font-weight:bold;
	color: #bfff00;
}

.vcard h4.org, .vcard address.adr, .vcard .fax {
	margin:0pt 0pt 0.5em;
}

.vcard address.adr, .vcard span.street-address, .vcard span.extended-address {
	display:block;
}

.vcard dt {
	font-size:0pt;
	height:0pt;
	left:-9999px;
	line-height:0pt;
	overflow:hidden;
	position:absolute;
	top:-9999px;
	width:0pt;
}

.vcard dd.tel .type {
	clear:left;
	float:left;
	width:2.5em;
	font-weight: bold;
}

.vcard dd.tel .value {
	margin-left:4em;
}
/* //Contact Information */