body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 30px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}


#site-holder {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

/*---------------------- top graphic holder  ---------------------*/

#top-holder {
	width: 960px;
	height: 327px;
	background-image: url(../sitepix/structural/top_logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#top-image-swapper {
	margin-top: 40px;
	width: 780px;
	height: 280px;
	float: left;
	text-align: left;
}

#top-image-swapper img {
	float: left;
}

/*---------------------- top navigation layout ---------------------*/


#top-nav {
	width: 180px;
	float: right;
	margin-top: 130px
}

#top-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top-nav ul li {
	margin: 0;
	padding: 0;
}

#top-nav ul li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 21px;
	text-decoration: none;
	text-align: left;
	width: 180px;
}

#top-nav ul li a#home {
	background-image: url(../sitepix/navigation/home.gif);
}

#top-nav ul li a#practice {
	background-image: url(../sitepix/navigation/practice.gif);
}

#top-nav ul li a#clients {
	background-image: url(../sitepix/navigation/clients.gif);
}

#top-nav ul li a#services {
	background-image: url(../sitepix/navigation/services.gif);
}

#top-nav ul li a#projects {
	background-image: url(../sitepix/navigation/projects.gif);
}


#top-nav ul li a#portfolio {
	background-image: url(../sitepix/navigation/portfolio.gif);
}

#top-nav ul li a#news {
	background-image: url(../sitepix/navigation/news.gif);
}

#top-nav ul li a#careers {
	background-image: url(../sitepix/navigation/careers.gif);
}

#top-nav ul li a#contact {
	background-image: url(../sitepix/navigation/contact.gif);
}

#top-nav ul li a:hover {
	background-position: 0px -25px
}

#top-nav ul li a.active {
	background-position: 0px -50px
}


/*---------------------- main text layout ---------------------*/


#main-holder {
	width: 960px;
	margin-top: 30px;
	text-align: left;
}

#main-holder p 
{
	font: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	padding:0;
}

#main-holder p.desc {
	font-size: 10px;
	color: #FF7F24;
	font-weight:bold;
    font-style:italic;
    margin: 5px 10px 5px 10px;
	line-height: 1.4em;
	text-align: justify;
}

#main-holder p.thanks {
	font-size: 12px;
	color: #FF7E27;
	line-height: 1.4em;
	text-align: justify;
	
}

.white_text {color: #FFFFFF}

.orange_text {
	color: #FF7E27;
	font-weight: bold;
}

#main-holder h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	color: #FF7F24;
	font-weight: lighter;
	margin: 0;
}

#main-holder a:hover {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
}


#main-holder a 
{
 color: #FF7F24;
 text-decoration: none;
 font-weight: bold;
}

#main-holder #content
{
	float:left;
	
}
#main-holder #form
{
	float:left;
	
}

#main-holder table#contact-table{
	border:0px;
	margin:0px;
	padding:0px;	
 	
}

#main-holder table#contact-table tr td.contact
{
	font: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	padding:0;
}
/*-------------------------- main page / Portfolio Pop up larger images layout -------------------------*/

#trailimageid
{
	font-size: 11px;
	color: #999;
	text-align: left;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

#trailimageid h2 {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: lighter;
}

.popupBox {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 200;
	border: 1px #000 solid;
	background-color: white;
	padding: 5px;
	padding-left: 7px;
}

.popupBoxResponseMessages {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

/* Definitions for specific implemenations of popup boxes */

#lightboxPopupBox {
	position: absolute;
	visibility: hidden;
	width: 210px;
}

/*-------------------------- main page / current projects layout -------------------------*/

.projects {
	position: relative;
	height: 475px;
	width: 790px;
}

.projects ul {
	width: 315px;
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	clear: right;
}

.projects ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.projects ul li a {
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
}

#loadarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 470px;
	height: 475px;
	background-image: url(../sitepix/projects/large/image1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*------------------------ right section layout -----------------------*/

#right-section {
	display: inline;
	width: 150px;
	float:left;
	margin-left: 20px;
	margin-top:0px
}

#right-section  #news-box {
	text-align: left;
	width: 150px;
	padding-bottom: 10px;
}

#right-section  #news-box p 
{
	margin:10px 0px 5px 0px;
	font-size: 10px;
	color: #FFF;
	line-height: 1.4em;
	text-align: justify;
}

#right-section  #news-box h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	color: #FF7F24;
	font-weight: lighter;
	margin: 0;
}

#right-section  #news-box a {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

#right-section  #news-box  a:hover {
 font-size:11px;
 color: #FF7F24;
 text-decoration: none;
 font-weight: bold;
}

#right-section  #news-box  hr 
{
	margin:0;
	padding:0;
	text-align: center;
	width: 140px;
	color: #999;
}
/*---------------------- footer layout ---------------------*/

#footer {
	width: 960px;
	height: 45px;
	margin-top: 40px;
	margin-bottom:20px;
	float: left;
	text-align: left;
	display: inline;
	position:relative;
	background-image: url(../sitepix/structural/bottom_logo.gif);
	background-position: 80px 0px;
	background-repeat: no-repeat;
}

#footer ul {
	margin: 0px 0px 0px 190px;
	padding: 5px 0px 0px 10px;
}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li a {
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}


#footer ul li a:hover {
	color: #FFF;
}

#footer ul li a.active {
	color: #FF7F24;
}


#footer p {
	margin: 10px 0px 0px 190px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}

#footer a {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
